﻿@charset "utf-8";

/*IPO関連情報一覧-1*/
.nav_three_ipo{
    width: 100%;
    margin: 0 auto;
}
.nav_three_ipo ul{
    width: 100%;
    list-style:none;
}
.nav_three_ipo ul li{
    float: left;
  /*  width: 25%;*/
  /*  width: 33.3%;*/
    width: 50%;
 
    padding: 10px 0;
    border: 1px solid #BBBBBB;
    background-color: #E1E3E7;
    box-sizing: border-box;
}
.nav_three_ipo ul li.current{
    background-color: #FFFFFF;
}
.nav_three_ipo ul li a{
    display: block;
    width: 100%;
    color: #0F1D46;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    text-decoration: none;
}
.nav_three_ipo ul li a span{
    display: block;
    width: 60px;
    /*height: 40px;*/
    margin: 0 auto;  
}
.nav_three_ipo ul li:nth-child(1) a span{
//    background: url("../images/Eye.png") no-repeat;
}
.nav_three_ipo ul li:nth-child(1).current a span{
//    background: url("../images/Eye_c.png") no-repeat;
}
.nav_three_ipo ul li:nth-child(2) a span{
//    background: url("../images/Files.png") no-repeat;
}
.nav_three_ipo ul li:nth-child(2).current a span{
//    background: url("../images/Files_c.png") no-repeat;
}
.nav_three_ipo ul li:nth-child(3) a span{
//    background: url("../images/Stats.png") no-repeat;
}
.nav_three_ipo ul li:nth-child(3).current a span{
//    background: url("../images/Stats_c.png") no-repeat;
}
.nav_three_ipo ul li:nth-child(4) a span{
//    background: url("../images/Stats.png") no-repeat;
}
.nav_three_ipo ul li:nth-child(4).current a span{
//    background: url("../images/Stats_c.png") no-repeat;
}
.content_list ul{
    width: 100%;
    padding: 10px 0 20px 0;
    list-style: none;
}
.content_list ul li{
    padding: 5px 10px;
    border-bottom: 1px solid #CBCBCB;
}
.content_list ul li table{
    border-bottom: 1px solid #cbcbcb;
}
.content_list ul li:nth-child(2n){
    background-color: #F3F3F3;
}
.content_list ul li a{
    display: block;
    color: #0000BB;
}
.content_list ul li em{
    display: block;
    padding-top: 5px;
    color: #999;
    font-style: normal;
}
.content_list ul li p{
    font-weight: bold;  
}
.content_list ul li p img{
    width: 130px;
    float: left;
}

/*IPOスケジュール一覧*/
.search_box{
    width: 98%;
    padding: 10px 1%;
    background-color: #FBF5F1;
}
.search_box .search_type{
    position: relative;
    float: left;
    width: 92px;
    height: 25px;
    background-color: #EDEDED;
    font-size: 16px;
    cursor: pointer;
}
.search_box .search_type .select_type{
    width: 90px;
    height: 5px;
    padding-left: 10px;
    line-height: 25px;
}
.search_box .search_type .select_type span{
    position: absolute;
    right: 10px;
    top: 6px;
    display: block;
    width: 12px;
    height: 10px;
    background: url("../images/select_down.png") no-repeat;
    background-size: cover;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.search_box .search_type .select_type span.current{
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.search_box .search_type ul{
    position: absolute;
    left: 0%;
    top: 25px;
    list-style: none;
    display: none;
}
.search_box .search_type ul li{
    width: 80px;
    height: 25px;
    padding-left: 10px;
    margin-top: -1px;
    border: 1px solid #CCC;
    background-color: #FFF;
    line-height: 25px;
}
.search_box .search_type ul li.current{    
    background-color: #EDEDED;
}
.search_box .search_text{
    display: block;
    margin: 0 80px 0 110px;
}
.search_box .search_text input{
    width: 100%;
    height: 23px;
    font-size: 14px;
    line-height: 21px;
    text-indent: 5px;
    border: 1px #ccc solid;
}
.search_box a{
    float: right;
    width: 70px;
    height: 26px;
    margin-top: -1px;
    background: url("../images/search_btn.png") no-repeat;
    background-size: cover;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
}



.search_box_e{
    width: 98%;
    padding: 10px 1%;
    background-color: #fff;
}
.search_box_e .search_title{
    padding-left: 5px;
    line-height: 14px;
    font-weight: bold;
    border-left: 5px solid #3b91df;
    margin-bottom: 11px;
}
.search_box_e .search_type{
    position: relative;
    float: left;
    width: 20%;
    height: 21px;
    line-height: 23px;
    border: 1px solid #dedede;
    font-size: 11px;
    cursor: pointer;
    text-align: center;
    text-indent: -3em;
    background: #fff;
}
.search_box_e .search_type .select_type{
    width: 100%;
    height: 5px;
    padding-left: 10px;
    line-height: 23px;
    text-align: center;
    text-indent: -2em;
    box-sizing: border-box;
}
/*.search_box_e .search_type .select_type span{
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translate(0,-50%);
    display: block;
    width: 8px;
    height: 6px;
    background: url("../images/select_down.png") no-repeat;
    background-size: cover;
}
.search_box_e .search_type .select_type span.current{
    transform: rotate(0deg);
    transform: translate(0,-3px);
}*/
.search_box_e .search_type ul{
    position: absolute;
    left: -1px;
    top: 23px;
    list-style: none;
    display: none;
    width: 100%;
}
.search_box_e .search_type ul li{
    width: 100%;
    height: 23px;
    padding-left: 10px;
    margin-top: -1px;
    border: 1px solid #CCC;
    background-color: #FFF;
    line-height: 23px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.search_box_e .search_type ul li.current{    
    background-color: #EDEDED;
}
.search_box_e .search_text{
    display: block;
    width: 42%;
    float: right;
    margin: 0;
}
.search_box_e .search_text input{
    width: 100%;
    height: 21px;
    font-size: 14px;
    line-height: 21px;
    text-indent: 5px;
    border: 1px #ccc solid;
}
.search_box_e a{
    float: right;
    width: 36%;
    height: 21px;
    margin-top: 0;
    background: url("../images/search_btn_e.png") no-repeat;
    background-size: cover;
    font-size: 11px;
    font-weight: bold;
    line-height: 24px;
    text-align: center;
    text-decoration: none;
    color:#000;
}

.main>p>a{
    float: right;
    text-decoration: none;
}
.main .ipo_content h3{
    padding-top: 3px;
    padding-left: 8px;
    border-bottom: 2px solid #2b52a3;
    background-color: #426CC1;
    font-size: 18px;
    color: #FFFFFF;
}
.main .ipo_content h3 a{
    display: inline-block;
    width: 100%;
    color: #FFF;
    font-weight: normal;
    font-size: 14px;
    line-height: 25px;
}
.main .ipo_content h3 a img{
    float: right;
    width: 14px;
    margin-top: 5px;
}
.main .ipo_content p{
    padding: 5px 0;
}
.main .ipo_content p em{
    float: left;
    height: 20px;
    line-height: 20px;
    font-style: normal;
    color: #000;
}
.main .ipo_content p a{
    position: relative;
    float: right;
    height: 20px;
    padding: 0 10px 0 16px;
    border: 1px solid #959595;
    border-radius: 3px;
    line-height: 20px;
    font-style: normal;
    background-color: #EEEEEE;
}
.main .ipo_content p a::after{
    position: absolute;
    top: 4px;
    left: 5px;
    content: '';
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-left: 6px solid #858585;
}
.main .ipo_content .ipo_content_table{
    margin-bottom: 5px;
}
.main .ipo_content .ipo_content_table tr{
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.main .ipo_content .ipo_content_table tr:first-child{
    border-top: 1px solid #426cc2;
}
.main .ipo_content .ipo_content_table tr:last-child{
    border-bottom: 1px solid #426cc2;
}
.main .ipo_content .ipo_content_table td{
    border-left: 1px solid #426cc2;
    border-right: 1px solid #426cc2;
    color: #000;
}
.main .ipo_content .ipo_content_table td .light{
    color: #2e28cb;
}
.main .ipo_content .ipo_content_table td:nth-child(1){
    background-color: #edf5ff;
    font-weight: bold;
}
.main .ipo_content>a{
    display: block;
    width: 150px;
    height: 30px;
    margin: 0 auto 5px auto;
    text-align: center;
    background: url("../images/link-a.png") no-repeat;
    background-size: 100% 100%;
    line-height: 30px;
    font-weight: bold;
}
.main_e .ipo_content>a{
    background-image: url(../images/link-a_e.png);
    text-indent: -10px;
}
.main .ipo_content>a img{
    position: relative;
    top: 3px;
    margin-right: 5px;
    width: 14px;
}
.abutton{
    position: relative;
    float: left;
    height: 20px;
    padding: 0 10px 0 16px;
    border: 1px solid #959595;
    border-radius: 3px;
    line-height: 20px;
    font-style: normal;
    background-color: #EEEEEE;
}
.abutton::after{
    position: absolute;
    top: 4px;
    left: 5px;
    content: '';
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-left: 6px solid #858585;
}
.main .ipo_rule{
    padding: 5px 10px;
    border: 1px solid #426cc2;
    background-color: #EDF5FF;
}
.main .ipo_rule p{
    font-weight: bold;
    color: #081443;
    font-size: 14px;
}
.main .ipo_rule p em{
    display: inline-block;
    vertical-align: middle;
    color: #FF0000;    
}
.main .ipo_rule ul{
    list-style: none;
    margin-bottom: 15px;
}

/*最新情報（開催予定一覧）*/
.main .latest_information h3{
    height: 20px;
    padding: 5px;
    margin-bottom: 5px;
    border-bottom: 2px solid #2B52A3;
    line-height: 20px;
    font-weight: normal;
    background-color: #416BC1;
}
.main .latest_information h3 span{
    float: left;
    color: #FFFFFF;
}
.main .latest_information h3 a{
    float: right;
    display: block;
    width: 130px;
    height: 20px;
    border-radius: 30px;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    font-size: 14px;
    text-align: center;
}
.main .latest_information>a{
    position: relative;
    display: inline-block;
    padding: 5px 40px 5px 5px;
    border: 1px solid #4B4B7B;
    background: -webkit-linear-gradient(bottom, #CDCDCD 0%,#ffffff 100%);
}
.main .latest_information>a::after{
    position: absolute;
    top: 9px;
    right: 11px;
    content: '';
    display: block;
    width: 8px;
    height: 12px;
    background: url("../images/triangle.png") no-repeat;
    background-size: 100% 100%;
}
 .main .latest_information>p{
     padding: 5px 0;

 }
.main .latest_information>ul.middle-info{
    list-style: none;
}
.main .latest_information>ul.middle-info li{
    float: left;
    padding-right: 8px;
    margin-bottom: 5px;
}
.main .latest_information>ul.middle-info li a{
    position: relative;
    display: block;
    padding: 2px 20px 2px 10px;
    border: 1px solid #7B7B7B;
    background-color: #eeeeee;
}
.main .latest_information>ul.middle-info li a em{
    position: absolute;
    top: 7px;
    right: 7px;
    width: 7px;
    height: 8px;
    display: block;
    background: url("../images/triangle_a.png") no-repeat;
    background-size: contain;
}
.main .latest_information table td{
    text-align: center;
}
.main .latest_information table tr:first-child{
    background-color: #edf5ff;
    border-top: 1px solid #426cc2;
}
.main .latest_information table tr:last-child{
    border-bottom: 1px solid #426cc2;
}
.main .latest_information table td{
    border-left: 1px dashed #9C9C9C;
    border-right: 1px dashed #9C9C9C;
}
.main .latest_information table td:first-child{
    border-left: 1px solid #426cc2;
}
.main .latest_information table td:last-child{
    border-right: 1px solid #426cc2;
}
.main .latest_information ul.bottom-info{
    margin-top: 10px;
    margin-left: 20px;
}
.main .latest_information ul.bottom-info li{
    text-align: left;
}
/*開催報告一覧*/
.activity_introduction h3{
    height: 20px;
    padding-left: 5px;
    margin-bottom: 5px;
    border-left: 3px solid #4997DF;
    font-size: 18px;
    line-height: 20px;
}
.activity_introduction>a{
    position: relative;
     display: inline-block;
     padding: 5px 35px;
     border: 1px solid #CCCCCC;
    margin-bottom: 5px;
     color: #0F1D46;
     background: -webkit-linear-gradient(bottom, #CDCDCD 0%,#ffffff 100%);
}
.activity_introduction>a span{
    position: absolute;
    top: 4px;
    left: 5px;
    display: block;
    width: 18px;
    height: 20px;
    background: url("../images/ipo_h3.png") no-repeat;
}
.activity_introduction>a::after{
    position: absolute;
    top: 8px;
    right: 10px;
    content: '';
    display: block;
    width: 16px;
    height: 12px;
    background: url("../images/ipo_h3_right.png") repeat;
    background-size: contain;
}
.activity_introduction>ul{
    padding: 5px;
    border: 1px solid #CCCCCC;
    margin-bottom: 20px;
    font-weight: bold;
    list-style: none;
}
.activity_introduction>ul li{
    width: 100%;
    line-height: 30px;
}
.activity_introduction>ul li:nth-child(1){
    color: #0F1D46;
}
.activity_introduction>ul li:last-child{
    height: 20px;
    padding: 5px 0;
    text-align: right;
    color: #0000bb;
    line-height: 25px;
    border-top: 1px dashed #CCCCCC;
}
.activity_introduction>ul li:last-child a{
    float: right;
    height: 18px;
    padding: 0 10px;
    border: 1px solid #0000bb;
    margin-left: 10px;
    border-radius: 5px;
    color: #0000bb;
    line-height: 20px;
}
/*サービスメニュー*/
.main .service_menu ul li{
    margin-bottom: 10px;
}
.main .service_menu ul li h3{
    height: 20px;
    padding-left: 5px;
    border-left: 3px solid #1777CB;
    margin-bottom: 5px;
    line-height: 20px;
}
.main .service_menu ul li>a{
    position: relative;
    display: block;
    height: 30px;
    padding-left: 20px;
    margin-bottom: 5px;
    border: 1px solid #4B4B7B;
    line-height: 30px;
    background: -webkit-linear-gradient(bottom, #CDCDCD 0%,#ffffff 100%);
}
.main .service_menu ul li>a span{
    position: absolute;
    left: 10px;
    top: 7px;
    display: block;
    width: 3px;
    height: 16px;
    background-color: #5B5B89;
}
.main .service_menu ul li>a::after{
    position: absolute;
    top: 8px;
    right: 5px;
    content: '';
    display: block;
    width: 8px;
    height: 12px;
    background: url("../images/ipo_h3_right.png") no-repeat;
    background-size: contain;
}
.main .service_menu ul li>a::before{
    position: absolute;
    top: 8px;
    right: 15px;
    content: '';
    display: block;
    width: 8px;
    height: 12px;
    background: url("../images/ipo_h3_right.png") no-repeat;
    background-size: contain;
}
.main .service_menu ul li p{
    color: #535353;
    line-height: 18px;
}
.main .service_menu ul li p>span{
    color: #FF6500;
}

.main .service_menu_blank ul li>a{
    position: relative;
    display: block;
    height: 30px;
    padding-left: 20px;
    margin-bottom: 5px;
    border: 1px solid #4B4B7B;
    line-height: 30px;
    background: -webkit-linear-gradient(bottom, #CDCDCD 0%,#ffffff 100%);
}

.main .service_menu ul li>a.servicmenu_blank span{
    position: absolute;
    left: 10px;
    top: 7px;
    display: block;
    /*width: 3px;
    height: 16px;*/
    background-color: #5B5B89;
}
.main .service_menu ul li>a.servicmenu_blank::after{
    position: absolute;
    top: 8px;
    right: 10px!important;
    content: '';
    display: block;
    /*width: 8px;
    height: 12px;*/
    background: url("/image/external-link.png") no-repeat;
    background-size: 9px 10px;
}
.main .service_menu ul li>a.servicmenu_blank::before{
    position: absolute;
    top: 8px;
    right: 15px;
    content: '';
    display: block;
    width: 10px;
    height: 12px;
	background:none!important;
    /*background: url("../images/ipo_h3_right.png") no-repeat;*/
    background-size: contain;
}


/*説明会ビデオ一覧*/
.main .explanation_session>p{
    padding: 5px;
    border: 1px solid #426CC2;
    margin: 10px 0;
    background-color: #EDF6FF;
    color: #333534;
}
.main .explanation_session>ul{
    height: 31px;
    list-style: none;
    border-bottom: 1px solid #BBBBBB;
    margin-bottom: 5px;
}
.main .explanation_session>ul li{
    float: left;
    width: 20%;
    height: 30px;
}
.main .explanation_session>ul li a{
    display: block;
    width: 90%;
    height: 30px;
    margin: 0 auto;
    border: 1px solid #BBBBBB;
    border-radius: 5px 5px 0 0;
    line-height: 32px;
    text-align: center;
    background-color: #E2E3E7;
    color: #0F1C46;
    font-weight: bold;
}
.main .explanation_session>ul li.current a{
    position: relative;
    height: 31px;
    border-bottom: none;
    background-color: #FFFFFF;
}
.main .explanation_session ol li:not(:first-child) {
    display: none;
}
{

}
.main .explanation_session ol li dl{
    min-height: 140px;
    border: 1px solid #426BC3;
    margin-top: -1px;
    float: left;
    width: 100%;
}
.main .explanation_session ol li dl dt{
    float: left;
    width: 80px;
    border-right: 1px solid #ccc;
}
.main .explanation_session ol li dl dt img{
    display: block;
    width: 60px;
    padding: 10px;
}
.main .explanation_session ol li dl dt a img {
    display: block;
    width: 80px;
    margin-left: -10px;
}
.main .explanation_session ol li dl dd{
    min-height: 120px;
    margin-left: 80px;
    padding: 10px;
    font-weight: bold;
    border-left: 1px solid #ccc;
}
.main .explanation_session ol li dl dd a{
    display: inline-block;
    padding: 2px 10px;
    margin: 0 2px;
    background-color: #263560;
    border-radius: 5px;
    color: #FFFFFF;
}
.main .explanation_session ol li dl dd a:nth-child(3){
    background-color: #004900;
}
.main .explanation_session ol li dl dd .linkdd{
    padding: 0;
    margin: 0;
    margin-top: 5px;
    background-color: #fff !important;
    color:#0000bb;
}
.main .explanation_session>a{
    display: block;
    width: 200px;
    height: 40px;
    margin: 20px auto;
    background: url("../images/session_a.png") no-repeat;
    background-size: cover;
    text-align: center;
    line-height: 40px;
}
.main .explanation_session>span{
    display: block;
    text-align: center;
    color: #426CC2;
}

/*参加企業募集-1*/

.main .attend_company>p{
    padding: 5px;
    border: 1px solid #426CC2;
    margin: 10px 0;
    background-color: #EDF6FF;
    color: #333534;
}
.main .attend_company>p span{
}
.main .attend_company> h3{
    padding: 0 5px 5px;
    margin-top: 10px;
    border-left: 7px solid #426CC2;
    color: #333;
}
.main .attend_company table td{
    text-align: center;
}
.main .attend_company table tr:first-child{
    background-color: #edf5ff;
    border-top: 1px solid #426cc2;
}
.main .attend_company table tr:last-child{
    border-bottom: 1px solid #426cc2;
}
.main .attend_company table td{
    border-left: 1px solid #9C9C9C;
    border-right: 1px solid #9C9C9C;
}
.main .attend_company table td:first-child{
    width: 20%;
    border-left: 1px solid #426cc2;
}
.main .attend_company table td:last-child{
    border-right: 1px solid #426cc2;
}
.main .attend_company table td:last-child span{
    color: red;
}
.main .attend_company table td:not(:first-child){
    text-align: left;
}
.main .attend_company div.tab-link{
    margin-bottom: 10px;
}
.main .attend_company div.tab-link a{
    position: relative;
    display: inline-block;
    padding: 5px 0;
    margin-top: 10px;
    background-color: #E2E3E7;
    text-align: center;
    color: #0000B9;
}
.main .attend_company div.tab-link a:nth-child(1),
.main .attend_company div.tab-link a:nth-child(2){
    width: 28%;
}
.main .attend_company div.tab-link a:nth-child(3){
    width: 40%;
}
.main .attend_company div.tab-link a::after{
    content: '';
    display: block;
    position: absolute;
    left: 5px;
    top: 8px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-left: 6px solid #0000B9;
}
.main .attend_company h4{
    padding: 5px 0;
    background-color: #426CC2;
    color: #FFF;
    text-align: center;
}
.main .attend_company .content_table{
    
}
.main .attend_company .content_table{
    margin-bottom: 5px;
}
.main .attend_company .content_table tr:first-child{
    border-top: 1px solid #426cc2;
}
.main .attend_company .content_table tr:last-child{
    border-bottom: 1px solid #426cc2;
}
.main .attend_company .content_table td{
    border-left: 1px solid #426cc2;
    border-right: 1px solid #426cc2;
}
.main .attend_company .content_table td:nth-child(1){
    width: 24%;
    background-color: #edf5ff;
}
.main .attend_company .content_table td:nth-child(2){
    background-color: #FFF;
}
.main .attend_company .content_table td a{
    display: block;
    width: 75px;
    height: 20px;
    padding: 0 10px;
    background-color: #E1E3E7;
    line-height: 20px;
}
.main .attend_company .content_table td span,
.main .attend_company>span em,
.color_red em
{
    color: #FF0000;
}
.main .attend_company .content_table td input{
    height: 30px;
    padding: 5px 10px;
    border: 1px solid #CCC;
    outline: none;
}
.main .attend_company .content_table tr:nth-child(1) td input,
.main .attend_company .content_table tr:nth-child(5) td input,
.main .attend_company .content_table tr:nth-child(6) td input{
    width: 80%;
}
.main .attend_company .content_table tr:nth-child(2) td input,
.main .attend_company .content_table tr:nth-child(3) td input,
.main .attend_company .content_table tr:nth-child(4) td input{
    width: 35%;
    border: 1px solid #CCC;
    outline: none;
}
.main .attend_company .content_table tr:nth-child(7) td select,
.main .attend_company .content_table tr:nth-child(8) td select{
    height: 30px;
    border: 1px solid #CCC;
    outline: none;
}
.main .attend_company .content_table tr:nth-child(9) td textarea{
    vertical-align: middle;
    width: 100%;
    height: 80px;
    padding: 5px;
    border: 1px solid #CCCCCC;
    outline: none;
    box-sizing: border-box;
}
.consult_first_footer h3{
  padding: 0 5px 5px;
  margin-top: 10px;
  border-left: 7px solid #426CC2;
  color: #333;
}
.consult_first_footer>p {
  padding: 5px;
  border: 1px solid #426CC2;
  background-color: #EDF6FF;
  color: #333534;
}
.consult_first_footer>.regulations {
  width: 100%;
  height: 200px;
  padding: 5px;
  border: 1px solid #426BC3;
  border-top: none;
  box-sizing: border-box;
  overflow-x: hidden;
  overflow-y: scroll;
}
.consult_first_footer .select-type {
  height: 18px;
  padding: 15px 0;
  list-style: none;
  border: 1px solid #426BC3;
  border-top: none;
}
.consult_first_footer .select-type li {
  float: left;
  width: 50%;
  padding-left: 10%;
  box-sizing: border-box;
}
.consult_first_footer .select-type li input {
  position: relative;
  top: -1px;
  float: left;
  height: 20px;
  margin-right: 5px;
}
.consult_first_footer .select-explain {
  margin-top: -5px;
}
.consult_first_footer .link-a {
  height: 30px;
  list-style: none;
  margin-top: 10px;
  text-align: center;
}
.consult_first_footer .link-a li{
  display: inline-block;
}
.consult_first_footer .link-a li a {
  display: inline-block;
  width: 115px;
  height: 30px;
  margin: 0 auto;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  background: url('../images/link-a.png') no-repeat;
  background-size: 100% 100%;
  text-align: center;
  line-height: 30px;
}
.bottom-info{
    margin-top: 10px;
    margin-left: 20px;
}
.bottom-info li{
    text-align: left;

}
/*参加企業募集-2*/
header .main a.come-back{
    position: relative;
    display: block;
    margin-left: 40px;
    margin-right: auto;
    line-height: 40px;
    color: #FFF;
    font-size: 14px;
    text-align: left;
}
header .main a.come-back::after{
    position: absolute;
    left: -25px;
    top: 11px;
    display: block;
    content: '';
    border: 8px solid transparent;
    border-right: 8px solid #FFF;
}
header .main a.come-back::before{
    position: absolute;
    left: -22px;
    top: 11px;
    display: block;
    content: '';
    border: 8px solid transparent;
    border-right: 8px solid #0F1D45;
    z-index: 2;
}
section .main .select-explain-info{
    padding: 20px 10px;
    list-style: none;
}
section .main .select-explain-info li{
    line-height: 20px;
}
section .main .select-explain-info li:nth-child(1),
section .main .select-explain-info li:nth-child(2){
    color: #FF0000;
}
/*参加企業募集-confirm*/
section .main .attend_company .attend_company-link{
    display: block;
    width: 40%;
    height: 30px;
    margin: 0 auto;
    border: 1px solid #426CC2;
    line-height: 30px;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0 0 5px 0 #FFF inset;
    background: -webkit-linear-gradient(#D8E4FC, #D0DEFC , #D8E4FC); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#D8E4FC, #D0DEFC, #D8E4FC); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#D8E4FC, #D0DEFC, #D8E4FC); /* Firefox 3.6 - 15 */
    background: linear-gradient(#D8E4FC, #D0DEFC , #D8E4FC);
}
/*参加企業募集-success*/
section .main .attend_company>span{
    display: block;
}
/*IPOストラテジー*/
section .main .ipo-strategy>h3{
    padding-top: 3px;
    padding-left: 5px;
    background-color: #426CC2;
    color: #FFF;
}
section .main .ipo-strategy>p{
    padding-top: 5px;
    color: #333333;
}
section .main .ipo-strategy ul{
    list-style: none;
}
section .main .ipo-strategy ul>li>h4{
    background-color: #323232;
    color: #FFF;
}
section .main .ipo-strategy ul>li>h4> em span{
    position: absolute;
    top: 50%;
    left: -100px;
    width: 125px;
    height: 20px;
    line-height: 20px;
    margin-top: -10px;
    text-align: center;
    font-style: normal;
}
section .main .ipo-strategy ul>li>h4>em{
    position: relative;
    display: block;
    padding: 3px 0 3px 2%;
    margin-left: 70px;
    background-color: #3287A4;
    font-style:normal;
}
section .main .ipo-strategy ul>li:last-child>h4>em{
    background-color: #016201; 
}
section .main .ipo-strategy ul>li> ol{
    padding: 5px;
    border: 1px solid #ccc;
    list-style: none;
}
section .main .ipo-strategy ul>li> ol li h5 span{
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    background-color: #016201; 
    text-align: center;
    line-height: 15px;
    color: #fff;
}
section .main .ipo-strategy .strategy-link{
    display: block;
    margin: 10px auto;
    width: 164px;
    height: 30px;
    background: url('../images/strategy-link.png') no-repeat;
    background-size: cover;
}
/*IPOスピーディー*/
section .main .ipo-speedy h3{
    padding: 3px 0 0 0;
    background-color: #426CC2;
    color: #fff;
    text-align: center;
    font-weight: normal;
}
section .main .ipo-speedy h3:first-child{
    padding: 3px 0 0 5px;
    text-align: left;
}
section .main .ipo-speedy div.ipo-speedy-i-one{
    border: 1px solid #406AC5;
    margin-bottom: 10px;
}
section .main .ipo-speedy div.ipo-speedy-i-one img{
    display: block;
    width: 100%;
}
section .main .ipo-speedy div.ipo-speedy-i-one ul{
    padding: 5px 0;
    border-bottom: 1px solid #406AC5;
}
section .main .ipo-speedy div.ipo-speedy-i-one ul li{
    padding: 0 6px;
    color: #D40356;
}
section .main .ipo-speedy div.ipo-speedy-i-one div{
    padding: 6px;
}
section .main .ipo-speedy div.ipo-speedy-i-one ol li:not(:first-child)
{
    padding: 0 6px;
    line-height: 22px;
}
section .main .ipo-speedy div.ipo-speedy-i-one ol li:last-child{
    text-align: right;
    padding: 5px 6px;
    border-bottom: 1px dashed #BFBFBF;
    border-top: 1px dashed #BFBFBF;
}
section .main .ipo-speedy div.ipo-speedy-i-one>p{
    padding: 8px 6px;
    text-indent: 2em;
    background-color: #EDF5FF;
}
section .main .ipo-speedy div.ipo-speedy-i-one>p em{
    display: block;
    text-indent: 0;
}
section .main .ipo-speedy div.ipo-speedy-i-two{
    border: 1px solid #406AC5;
    margin-bottom: 10px;
}
section .main .ipo-speedy div.ipo-speedy-i-two>p{
    padding: 6px 5px;
    border-bottom: 1px solid #406AC5;
    color: #FC7430;
}
section .main .ipo-speedy div.ipo-speedy-i-two>span{
    display: block;
    padding: 5px;
}
section .main .ipo-speedy div.ipo-speedy-i-two>ul{
    width: 100%;
    border-bottom: 1px solid #406AC5;
}
section .main .ipo-speedy div.ipo-speedy-i-two>ul li{
    float: left;
    width: 33.33%; 
    list-style-type: none;
}
section .main .ipo-speedy div.ipo-speedy-i-two>ul li em{
    display: block;
    text-align: center;
}
section .main .ipo-speedy div.ipo-speedy-i-two>ul li img{
    display: block;
    margin: 0 auto;
}
section .main .ipo-speedy div.ipo-speedy-i-two div.ipo-speedy-i-t{
    border-bottom: 1px solid #406AC5;
}
section .main .ipo-speedy div.ipo-speedy-i-two div.ipo-speedy-i-t div:first-child{
    float: left;
    width: 45%;
    height: 80px;
    padding: 5px;
    box-sizing: border-box;
}
section .main .ipo-speedy div.ipo-speedy-i-two div.ipo-speedy-i-t div:last-child{
    float: left;
    width: 55%;
    min-height: 80px;
    border-left: 2px solid #406AC5;
    padding:5px;
    box-sizing: border-box;
}
section .main .ipo-speedy div.ipo-speedy-i-two div.ipo-speedy-i-t div:last-child a{
    display: block;
    width: 150px;
    margin: 0 auto 5px auto;
    background-color: #FF7D3C;
    line-height: 20px;
    text-align: center;
    color: #fff;
    font-size: 12px;
}
section .main .ipo-speedy div.ipo-speedy-i-three{
    margin-bottom: 10px;
}
section .main .ipo-speedy div.ipo-speedy-i-three .entry_content{
    margin-bottom: 0;
}
section .main .ipo-speedy div.ipo-speedy-i-three .entry_content th{
    text-align: center;
}
#iponewslist{
    font-size: 13px;
}


