@charset "UTF-8";
/*  ----------------------------------------------------------------
 top page css

 	/Font-size List/
	9px = 75%		10px = 83%		11px = 91%		12px = 100%
	13px = 108%		14px = 116%		15px = 125%		16px = 133%
	17px = 141%		18px = 150%		19px = 158%		20px = 166%
	21px = 175%		22px = 183%		23px = 191%		24px = 200%
	25px = 208%		26px = 216%		27px = 225%		28px = 233%

 ------------------------------------------------------------------- */


/* /startup/ */
#wrap #contentWrap{
    overflow: hidden;
}
#wrap #pagetitle.titleStyleStartup{
    width : 100%;
    height: 438px;
    overflow: hidden;
    position: relative;
    z-index: 0;
    border-bottom: 8px solid #104aa9;
    box-sizing: border-box;
}
#wrap #pagetitle.titleStyleStartup .pagetitleImg{
    width : auto;
    height: 100%;
    position: absolute;
    top   : auto;
    bottom: 0;
    left : 50%;
    right: auto;
    margin-left: -1240px;
    z-index: 0;
}
#wrap #pagetitle.titleStyleStartup #pagetitleInner {
    display: table;
    width : 970px;
    height: 100%;
    position: relative;
    z-index: 10;
}
#wrap #pagetitle.titleStyleStartup #pagetitleInner .pagetitleBlock{
    display: table-cell;
    vertical-align: bottom;
}
#wrap #pagetitle.titleStyleStartup #pagetitleInner h2,
#wrap #pagetitle.titleStyleStartup #pagetitleInner p{
    color: #ffffff;
    float: none;
    text-align: left;
    width : 970px;
    margin : 0 auto;
    padding: 0;
}
#wrap #pagetitle.titleStyleStartup #pagetitleInner h2{
    font-size: 47px;
    letter-spacing: -2px;
    line-height: 1.1;
    padding: 0 0 0 9px;
}
#wrap #pagetitle.titleStyleStartup #pagetitleInner p{
    font-size : 14px;
    text-align: left;
    padding: 0 0 30px;
}
#wrap #pagetitle.titleStyleStartup #pagetitleInner p span{
    display: block;
    background: url(/resource/helpful/img/startup/bg_gradation.jpg) no-repeat 50% 0;
    width : 310px;
    height: 20px;
    margin : 16px 0 0;
    padding: 0 24px 0;
    letter-spacing: 3.4px;
    box-sizing: border-box;
}
/* 詳細KV */
#wrap #pagetitle.titleStyleStartup.detail{
    height: 370px;
    border-bottom: 8px solid #104aa9;
    position: relative;
}
#wrap #pagetitle.titleStyleStartup.detail:before{
    content: "";
    display: inline-block;
    width : 50%;
    height: 100%;
    position: absolute;
    left: 0;
    top : 0;
    background: url(/resource/helpful/img/startup/bg_pagetitle_gradation.png) 0 0 repeat-x;
    background-size: auto 100%;
}
#wrap #pagetitle.titleStyleStartup.detail:after{
    content: "";
    display: inline-block;
    width : 50%;
    height: 100%;
    position: absolute;
    right: 0;
    top  : 0;
    background: -moz-linear-gradient(right, rgba(244,244,244,1) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(right, rgba(244,244,244,1) 0%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to left, rgba(244,244,244,1) 0%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#00ffffff',GradientType=1 );
}
#wrap #pagetitle.titleStyleStartup.detail .pagetitleImgBlock{
    width : 60%;
    height: 370px;
    position: absolute;
    top  : 0;
    left: auto;
    right: 0;
    bottom: auto;
    margin: 0;
    z-index: 0;
}
#wrap #pagetitle.titleStyleStartup.detail .pagetitleImg{
    width : auto;
    height: 370px;
    left : auto;
    right: 0;
    margin-left: 0;
}
#wrap #pagetitle.titleStyleStartup.detail #pagetitleInner {
    max-width : 1240px;
    width: 100%;
}
#wrap #pagetitle.titleStyleStartup.detail #pagetitleInner:before{
    content: "";
    display: block;
    background: url(/resource/helpful/img/startup/img_pagetitle_detail_over_pc.png) 0 0 no-repeat;
    background-size: auto 100%;
    width : 1240px;
    height: 100%;
    position: absolute;
    top : 0;
    left: 0;
    z-index: 5;
}
#wrap #pagetitle.titleStyleStartup.detail #pagetitleInner .pagetitleBlock{
    vertical-align: middle;
    position: relative;
    z-index: 10;
}
#wrap #pagetitle.titleStyleStartup.detail  #pagetitleInner .pagetitleBlock:before{
    content: "";
    display: block;
    width : 10%;
    height: 100%;
    background: -moz-linear-gradient(right, rgba(244,244,244,1) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(right, rgba(244,244,244,1) 0%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to left, rgba(244,244,244,1) 0%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#00ffffff',GradientType=1 );
    position: absolute;
    top  : 0;
    right: 0;
    z-index: 4;
}
* html #wrap #pagetitle.titleStyleStartup.detail #pagetitleInner .pagetitleBlock{
    display: inline;
    zoom: 1;
}/*for IE7 */
*:first-child+html #wrap #pagetitle.titleStyleStartup.detail #pagetitleInner .pagetitleBlock{
    display: inline;
    zoom: 1;
}
#wrap #pagetitle.titleStyleStartup.detail #pagetitleInner h2,
#wrap #pagetitle.titleStyleStartup.detail #pagetitleInner p{
    width : 890px;
    margin : 0 auto;
    padding: 0;
}
#wrap #pagetitle.titleStyleStartup.detail #pagetitleInner h2{
    font-size: 32px;
    letter-spacing: 0px;
    line-height: 1.5;
    padding: 0 0 24px;
}
#wrap #pagetitle.titleStyleStartup.detail #pagetitleInner p{
    font-size : 18px;
    text-align: left;
}
#wrap #pagetitle.titleStyleStartup.detail #pagetitleInner p b{
    font-size: 12px;
    font-weight: bold;
}
/**/
#wrap #contentWrap #breadcrumbArea{
    background: none;
    width  : 970px;
    margin : 0 auto 20px;
    padding: 10px 0;
}
#wrap #contentWrap #breadcrumbArea .breadcrumbs{
    color: #666666;
    width: 720px;
    float: left;
    background: none;
}
#wrap #contentWrap #breadcrumbArea a{
    color: #1262b2;
    text-decoration: underline;
}
#wrap #contentWrap #breadcrumbArea a:hover{
    text-decoration: none;
}
#wrap #contentWrap #breadcrumbArea .upperLink{
    float: right;
    width: 228px;
    font-size: 0.9em;
    text-align: right;
}

/* likeBtn */
.snsBtns{
  text-align: right;
  width: 970px;
  margin: 0 auto 50px;
  font-size: 0;
}
.snsBtns .likeBtn,
.snsBtns .tweetBtn{
  font-size: 12px;
  display: inline-block;
  vertical-align: top;
  margin-left: 5px;
}

/**/
#startupList{
    background: #f2f2f2 url(/resource/helpful/img/startup/bg_startupList_pc.jpg) 50% 0 repeat-y;
    background-size: cover;
    background-attachment: fixed;
    padding: 5px 0 0;
}
#startupList .startupListInner{
    width : 844px;
    margin: 0 auto;
}
#startupList .startupListInner .pagetitle{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #2f89bd;
    line-height: 1;
    margin: 0 0 18px;
}
#startupList .startupListInner .pagetitle h3{
    margin: 0 0 -3px;
}
#startupList .startupListInner .pagetitle span{
    font-size: 10px;
}
#startupList .startupListUl{
    margin: 0 -14px 0 14px;
}
#startupList .startupListUl li{
    width : 422px;
    height: 458px;
    float: left;
    margin: 0;
    position: relative;
}
#startupList .startupListUl li:nth-child(2n){
    float: right;
}
#startupList .startupListUl li a{
    display: block;
    background: url(/resource/helpful/img/startup/bg_startupList_li.png) 0 0 repeat;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    transition: all .5s ease-out;
    font-size: 16px;
    color: #333333;
    text-decoration: none;
    height: 100%;
    padding: 0 32px 0 0;
}
#startupList .startupListUl li a:hover{
    background: url(/resource/helpful/img/startup/bg_startupList_li_hover.png) 0 0 repeat;
    color: #666666;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
#startupList .startupListUl li img{
    padding: 3px;
}
#startupList .startupListUl li h4{
    padding: 25px 36px 0;
    line-height: 1.6;
}
#startupList .startupListUl .aboutusBlock{
    position: absolute;
    bottom: 35px;
    right : 32px;
    width : 362px;
    height: 100px;
    display: table;
}
#startupList .startupListUl .aboutusBlock .logoArea{
    display: table-cell;
    vertical-align: middle;
    width : 138px;
    height: 100px;
    text-align: center;
    box-sizing: border-box;
}
#startupList .startupListUl .aboutusBlock .logoArea img{
    width :auto;
    height:auto;
    max-width :112px;
    max-height:100px;
}
#startupList .startupListUl .aboutusBlock p{
    display: table-cell;
    vertical-align: middle;
    font-size: 12px;
    line-height: 1.4;
    color: #333333;
    padding: 0 26px 0 0;
    box-sizing: border-box;
}
#startupList .startupListUl .aboutusBlock p b{
    font-weight: bold;
    color: #333333;
}
#startupList .startupListUl li a:hover .aboutusBlock p,
#startupList .startupListUl li a:hover .aboutusBlock p b{
    color: #666666;
}
#startupList.top{
    background: none;
    padding: 0 0 20px;
}
#startupList.top .startupSection{
    width : 740px;
    margin: 20px 0 0 -8px;
}
#startupList.top .startupSection .startupListUl{
    width : 740px;
    margin: 0;
    text-align: center;
}
#startupList.top .startupSection .startupListUl li{
    display: inline-block;
    width : 240px;
    height: 277px;
    float: none;
}
#startupList.top .startupSection .startupListUl li a{
    background: url(/resource/helpful/img/startup/bg_startupDetail_li.png) 0 0 no-repeat;
    background-size: 253px auto;
    height: 277px;
    font-size: 12px;
    text-align: left;
}
#startupList.top .startupSection .startupListUl li a:hover {
    background: url(/resource/helpful/img/startup/bg_startupDetail_li_hover.png) 0 0 no-repeat;
    background-size: 253px auto;
}
#startupList.top .startupSection .startupListUl .startupImg {
    width : 230px;
    height: 100px;
    overflow: hidden;
    padding: 3px 0 0 3px;
}
#startupList.top .startupSection .startupListUl li h4 {
    padding: 15px 28px 0;
    line-height: 1.4;
}
#startupList.top .startupSection .topBnrSliderWrapper .startupListUl li{
    float: none;
}
#startupList.top .startupSection .topBnrSliderWrapper .startupListUl li:nth-child(2n){
    float: none;
}
#startupList.top .startupSection .startupListUl .aboutusBlock {
    bottom: 30px;
    right: 10px;
    width: 210px;
    height: 30px;
}
#startupList.top .startupSection .startupListUl .aboutusBlock .logoArea {
    width : 76px;
    height: 50px;
    padding: 0 8px 0;
}
#startupList.top .startupListUl .aboutusBlock .logoArea img {
    max-width : 62px;
    max-height: 60px;
}
#startupList.top .startupSection .startupListUl .aboutusBlock p {
    font-size: 10px;
}
#wrap #contentWrap #contentsArea #mainContentsArea .topBnrSliderWrapper#startupBnrSlider{
    height: 280px;
}

/* paging */
.pageBox{
    text-align: center;
    margin: 13px 0 80px;
}
.paging li {
	display: inline-block;
	text-align: center;
	color: #999;
}
.paging li a,
.paging li span {
	display: block;
	border: 1px solid #cccccc;
	border-radius: 2px;
	background: #f9f9f9;
	width : 43px;
	height: 34px;
	line-height: 34px;
	padding: 0;
	border-radius: 3px;
	border: 1px solid #d9d9d9;
    text-decoration: none;
}
.paging li a:hover,
.paging li span:hover {
}
.paging li a {
	-webkit-box-shadow: rgba(221,221,218,0.7) 0px 2px 1px, #fff 0 2px 0 inset, rgba(235, 235, 235, 0.7) 0 -2px 0 inset;
	-moz-box-shadow: rgba(221,221,218,0.7) 0px 2px 1px, #fff 0 2px 0 inset, rgba(235, 235, 235, 0.7) 0 -2px 0 inset;
	box-shadow: rgba(221,221,218,0.7) 0px 2px 2px, #fff 0 2px 0 inset, rgba(235, 235, 235, 0.7) 0 -2px 0 inset;
	background: #fff;
}
.paging li span.current {
	font-weight: bold;
	background: #f2f2f2;
	padding: 0;
	color: #999;
}
.paging li.prev {
	margin-right: 4px;
}
.paging li.next {
	margin-left: 4px;
}
.paging li.prev a,
.paging li.next a {
	width: 45px;
}

/* consultLinkArea */
.consultLinkArea{
    text-align: center;
}
.consultLinkArea a{
    display: inline-block;
    width : 576px;
    height: 98px;
    background: url(/resource/helpful/img/startup/btn_consult.png) 0 0 no-repeat;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    transition: all .5s ease-out;
    color: #ffffff;
    text-decoration: none;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 1.6px;
    padding: 14px 0 0;
    box-sizing: border-box;
    position: relative;
}
.consultLinkArea a:hover{
    background: url(/resource/helpful/img/startup/btn_consult_hover.png) 0 0 no-repeat;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.consultLinkArea a small{
    display: block;
    font-size: 12px;
}

/* jobChangeLinkArea */
.jobChangeLinkArea{
    overflow: hidden;
    margin : 0;
    padding: 36px 0 57px;
}
.jobChangeLinkArea .jobChangeInner{
    background: none;
    padding: 0;
    text-align: center;
}
.jobChangeLinkArea .jobChangeInner h3{
    color:#2f89bd;
    font-size: 16px;
}
.jobChangeLinkArea .jobChangeInner .jobChangeBtns{
    margin-top: 10px;
    text-align: center;
}
.jobChangeLinkArea .jobChangeInner .jobChangeBtns .jobChangeBtn{
    display: inline-block;
    width : 242px;
    height: 50px;
    line-height: 40px;
    float: none;
    background: #3189ae;
    background: -moz-linear-gradient(45deg, #3189ae 0%, #7cad94 100%);
    background: -webkit-linear-gradient(45deg, #3189ae 0%,#7cad94 100%);
    background: linear-gradient(45deg, #3189ae 0%,#7cad94 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3189ae', endColorstr='#7cad94',GradientType=1 );
    padding: 4px;
    box-sizing: border-box;
}
.jobChangeLinkArea .jobChangeInner .jobChangeBtns .jobChangeBtn a{
    display : block;
    position: relative;
    width : 100%;
    height: 100%;
    padding: 0;
    background: #ffffff;
    border: none;
    border-radius: 0;
    letter-spacing: 1px;
    text-decoration: none;
    text-align: center;
    font-size: 12px;
    color: #333333;
    -ms-transition: background-color 0.4s ease 0s, color 0.4s ease 0s;
    -webkit-transition: background-color 0.4s ease 0s, color 0.4s ease 0s;
    transition: background-color 0.4s ease 0s, color 0.4s ease 0s;
}
.jobChangeLinkArea .jobChangeInner .jobChangeBtns .jobChangeBtn a:hover{
    box-shadow:3px 3px 6px 4px rgba(0,0,0,0.13);
}
.jobChangeLinkArea .jobChangeInner .jobChangeBtns .jobChangeBtn a:hover:after{
    background: url(/resource/common/img/icon_arrow_blue.png) no-repeat;
}
.jobChangeLinkArea .jobChangeInner .jobChangeBtns .jobChangeBtn a b{
    font-size: 16px;
}

/* startupBottom */
#startupBottom{
    overflow: hidden;
    width : 970px;
    margin: 26px auto 70px;
}
.navUseful{
    padding: 0 0 60px;
}
.navUseful .navUsefulTitle{
    background: #313131;
    color: #ffffff;
    padding: 10px 28px;
    font-size: 14px;
    font-weight: bold;
}
.navUseful ul{
    display: table;
    table-layout: fixed;
    width : 100%;
    height: 77px;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
}
.navUseful li{
    display: table-cell;
    vertical-align: middle;
    border-right: 1px solid #e5e5e5;
}
.navUseful a{
    display: table-cell;
    vertical-align: middle;
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
    color: #333333;
    width : 138px;
    height: 77px;
    position: relative;
    padding: 0 0 0 40px;
    box-sizing: border-box;
}
.navUseful a:hover{
    color: #666666;
}
.navUseful a:before{
    content: "";
    display: block;
    width : 7px;
    height: 11px;
    background: url(/resource/common/img/icon_arrow_blue.png) no-repeat;
    position: absolute;
    top  : 32px;
    left : 23px;
}
.navUseful li.typeRedesign a{
    padding-left: 26px;
}
.navUseful li.typeRedesign a:before{
    left : 10px;
}
#startupBottom .navLower{
}
#startupBottom .navLower .hElementLinkStyle01{
    display: block;
    background: #f2f2f2;
    width : 100%;
    margin : 0 0 24px;
    padding: 7px 0 7px 30px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background: #1e5799;
    background: -moz-linear-gradient(left, #13284f 0%, #3472a9 100%);
    background: -webkit-linear-gradient(left, #13284f 0%,#3472a9 100%);
    background: linear-gradient(to right, #13284f 0%,#3472a9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#13284f', endColorstr='#3472a9',GradientType=1 );
    position: relative;
}
#startupBottom .navLower .hElementLinkStyle01 span.headList{
    width: 15px;
    height: 6px;
    background: #d9ad57;
    position: absolute;
    top: 50%;
    left: 0;
    margin: -2px 0 0;
}
#startupBottom .navLower ul{
    overflow: hidden;
    width  : 100%;
    margin : 0 0 26px 0;
    padding: 0 26px;
}
#startupBottom .navLower li{
    float: left;
    width: 136px;
    margin: 0 0 18px;
}
#startupBottom .navLower li a{
    display: inline-block;
    padding: 0 0 0 16px;
    font-size: 10px;
    width: 100%;
    line-height: 1.2;
    position: relative;
}
#startupBottom .navLower li a:before{
    content: "";
    display: inline-block;
    width : 11px;
    height: 11px;
    background: url(/resource/common/img/icon_arrow_blue.png) 0 0 no-repeat;
    position: absolute;
    top : 0;
    left: 0;
}
#startupBottom .navLower li a[target="_blank"]:before{
    content: "";
    display: inline-block;
    background: url(/resource/common/img/sprite_general.webp) no-repeat -493px -39px;
    width : 13px;
    height: 12px;
    position: absolute;
    top  : 50%;
    left : -3px;
    margin: -6px 0 0;
}

/**/
#startupList .companyInformation{
    overflow: hidden;
    width : 886px;
    margin: 0 auto 100px;
}
#startupList .companyInformation .address{
    width: 430px;
    float: left;
    background: #f9f9f9;
    padding: 38px 38px 25px;
    box-sizing: border-box;
}
#startupList .companyInformation .address img{
    display: block;
    width : auto;
    height: 158px;
    margin: 0 auto 30px;
}
#startupList .companyInformation figcaption{
    font-size: 12px;
}
#startupList .companyInformation figcaption th{
    width: 66px;
    font-weight: normal;
    text-align: left;
}
#startupList .companyInformation .career{
    width: 422px;
    float: right;
    color: #333333;
    margin: 40px 0 0;
}
#startupList .companyInformation .career dt{
    font-size: 18px;
    font-weight: bold;
    padding: 0 16px 10px;
}
#startupList .companyInformation .career dt span{
    display: block;
    font-size: 12px;
}
#startupList .companyInformation .career dt:before{
    content: "経　　歴";
    display: block;
    width : 100%;
    height: 20px;
    line-height: 20px;
    color: #ffffff;
    margin : 0 0 20px;
    padding: 0 20px 0;
    background: url(/resource/helpful/img/startup/bg_gradation.jpg) no-repeat 50% 0;
    background-size: cover;
    font-size: 12px;
}
#startupList .companyInformation .career dd{
    font-size: 11px;
    padding: 0 16px;
    line-height: 1.8;
}
#startupList .companyInformation .career .update{
	text-align: right;
	padding: 10px 0 0;
	font-size: 10px;
}

#startupList .startupSection{
    clear: both;
    width : 886px;
    margin: 0 auto 87px;
}
#startupList .startupSection .startupSectionTitle{
    font-size: 28px;
    font-weight: bold;
    color: #2e88bc;
    margin: 0 0 150px;
}
#startupList .startupSection p{
    font-size: 15px;
    margin : -100px 0 0;
    padding: 0 0 0 104px;
    line-height: 1.8;
}
#startupList .startupSection figure{
    float: right;
    margin: 48px -180px 16px 64px;
    background: url(/resource/helpful/img/startup/bg_startup_img.png) no-repeat 58px 0;
}
#startupList .startupSection figure img{
    padding: 46px 48px 0 0;
    min-width: 555px;
}
#startupList .startupSection:nth-child(2n+1) figure{
    float: left;
    margin: 48px 64px 46px -180px;
    background: url(/resource/helpful/img/startup/bg_startup_img.png) no-repeat 0 0;
}
#startupList .startupSection:nth-child(2n+1) figure img{
    padding: 46px 0 0 48px;
}
#startupList .startupSection figcaption{
    font-size: 14px;
    font-weight: bold;
    padding: 10px 0 0;
}
#startupList .startupSection:nth-child(2n+1) figcaption{
    text-align: right;
    padding-right: 34px;
}
#startupList .startupSection .freeHTML{
    clear: both;
    overflow: hidden;
    background: url(/resource/helpful/img/startup/bg_freeHTML.png) no-repeat 0 0;
    width: 100%;
    /* min-height: 440px; */
    display: table;
    margin : 62px 0 0;
    padding: 0 42px 0 74px;
    box-sizing: border-box;
}
#startupList .startupSection .freeHTML .freeTxt{
    display: table-cell;
    vertical-align: middle;
    padding: 74px 66px 12px 0;
}
#startupList .startupSection .freeHTML .freeTxt p{
    margin : 0;
}
#startupList .startupSection .freeHTML h5{
    font-size: 18px;
    font-weight: bold;
    position: relative;
    background: url(/resource/helpful/img/startup/line_freeHTML.gif) repeat-x 0 0;
    padding: 22px 0 0;
}
#startupList .startupSection .freeHTML p{
    font-size: 12px;
    padding: 17px 0 40px 0;
    line-height: 2.2;
}
#startupList .startupSection .freeHTML figure{
    display: table-cell;
    vertical-align: middle;
    margin: 0;
    float: none;
    width: 360px;
    padding: 40px 0;
    background: none;
}
#startupList .startupSection .freeHTML figure img{
    min-width: 360px;
    width : 100%;
    height: auto;
    padding: 0;
}

/* 2018.11.28 黄色背景セクションに動画追加 */
#startupList .startupSection .freeHTML_video{
    overflow: hidden;
    background: url(/resource/helpful/img/startup/bg_freeHTML.png) no-repeat 0 0;
    width: 100%;
    margin : 62px 0 0;
    padding-bottom: 40px;
}
#startupList .startupSection .freeHTML_video h5{
    font-size: 18px;
    font-weight: bold;
    position: relative;
    background: url(/resource/helpful/img/startup/line_freeHTML.gif) repeat-x 0 0;
    padding: 22px 0 0;
}
#startupList .startupSection .freeHTML_video video {
    margin-top: 20px;
}

#startupList .startupSection .startupListUl{
    width : 1020px;
    margin: 0 0 0 -47px;
}
#startupList .startupSection .startupListUl li{
    width : 335px;
    height: 350px;
    float: left;
    margin: 0;
    position: relative;
    display: inline-block;
}
#startupList .startupSection .startupListUl li:nth-child(2n) {
    float: left;
}
#startupList .startupSection .startupListUl li a{
    background: url(/resource/helpful/img/startup/bg_startupDetail_li.png) 0 0 no-repeat;
    font-size : 16px;
    height: 350px;
    padding: 0;
}
#startupList .startupSection .startupListUl li a:hover{
    background: url(/resource/helpful/img/startup/bg_startupDetail_li_hover.png) 0 0 no-repeat;
}
#startupList .startupListUl .startupImg {
    width : 100%;
    height: 188px;
    overflow: hidden;
    padding: 3px 0 0 3px;
}
#startupList #startupBnrSlider .startupListUl .startupImg {
    width : 308px;
    height: 155px;
}
#startupList.top .topBnrAreaCompany #startupBnrSlider .startupListUl .startupImg {
    width : 229px;
    height: 100px;
}
#startupList .startupListUl li img {
    width : 100%;
    height: auto;
    padding: 0;
}
#startupList .startupSection .startupListUl li h4 {
    padding: 15px 28px 0;
    line-height: 1.4;
}
#startupList .startupSection .startupListUl .aboutusBlock {
    bottom: 15px;
    right : 27px;
    width : 287px;
    height: 80px;
}
#startupList .startupSection .startupListUl .aboutusBlock .logoArea {
    width : 96px;
    height: 50px;
    padding: 16px 8px 16px;
}
#startupList .startupSection .startupListUl .aboutusBlock p {
    font-size: 12px;
    line-height: 1.4;
    color: #666666;
    padding: 0 10px 0 0;
}

#startupList .summaryLinkArea{
    margin: -57px 0 125px;
    text-align: center;
}
#startupList .summaryLinkArea li{
    display: inline-block;
    width : 332px;
    height: 46px;
    line-height: 40px;
    float: none;
    background: #3189ae;
    background: -moz-linear-gradient(45deg, #3189ae 0%, #7cad94 100%);
    background: -webkit-linear-gradient(45deg, #3189ae 0%,#7cad94 100%);
    background: linear-gradient(45deg, #3189ae 0%,#7cad94 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3189ae', endColorstr='#7cad94',GradientType=1 );
    padding: 4px;
    box-sizing: border-box;
}
#startupList .summaryLinkArea li a{
    display : block;
    position: relative;
    width : 100%;
    height: 100%;
    padding: 0;
    background: #ffffff;
    border: none;
    border-radius: 0;
    letter-spacing: 1px;
    text-decoration: none;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    -ms-transition: background-color 0.4s ease 0s, color 0.4s ease 0s;
    -webkit-transition: background-color 0.4s ease 0s, color 0.4s ease 0s;
    transition: background-color 0.4s ease 0s, color 0.4s ease 0s;
}
#startupList .summaryLinkArea li a:after{
    content: "";
    display: block;
    width: 7px;
    height: 11px;
    background: url(/resource/common/img/icon_arrow_blue.png) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -6px;
}
#startupList .summaryLinkArea li a:hover{
    box-shadow:3px 3px 6px 4px rgba(0,0,0,0.13);
}
#startupList .summaryLinkArea li a:hover:after{
    background: url(/resource/common/img/icon_arrow_blue.png) no-repeat;
}
