body{
    background-color:#FFFFFF;
}

.startup main {
    width: auto;
    padding: 52px 0 0;
}

.nav-primary-short a,
.nav-primary-short a:hover,
.nav-primary-short address{
    font-weight: bold;
}

.startup h2{
    font-size:36px;
    font-weight: normal;
    color:#34608c;
    text-align: center;
    margin-top:70px;
    margin-bottom:70px;
}
.startup h2 img{
    vertical-align: middle;
    margin-bottom:8px;
    width:188px;
}
.startupPlanBox{
    background-color: #e9eef3;
    color:#34608c;
    line-height: 180%;
    text-align: center;
    padding:40px 0px;
    font-size:18px;
    position: relative;
}
.startupPlanBox:after {
    content: "";
    position: absolute;
    bottom: -40px; left: 50%;
    margin-left: -40px;
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 40px 40px 0 40px;
    border-color: #e9eef3 transparent transparent transparent;
}
.startupPlanBox h3{
    font-size:32px;
    font-weight: bold;
    color:#34608c;
}
.startupRuleComment{
    font-size:18px;
    color:#4aa9d7;
    padding:10px;
    width:874px;
    margin:0 auto;
    margin-bottom:25px;
    border:3px solid #4aa9d7;
    font-weight: bold;
}
.startupPlanBox .startupPlanComment{
    font-size:18px;
    line-height: 24px;
    margin-bottom:30px;
}
.startupPlanBox .startupPlanComment span{
    font-weight: bold;
}
.startupPlanConditionsBox{
    overflow: hidden;
    width:900px;
    margin:0 auto;
    
    position: relative;
}

.startupPlanConditionsBox li{
    float: left;
    margin-bottom:20px;
    font-size:18px;
}
.startupPlanConditionsBox .left{
    width:156px;
    height: 70px;
    line-height: 70px;
    background-color:#4aa9d7;
    color:#FFFFFF;
    text-align: center;
}
.startupPlanConditionsBox .right{
    padding-left:25px;
    width:717px;
    border:1px solid #4aa9d7;
    height: 68px;
    line-height: 70px;
    background-color:#FFFFFF;
    color:#4aa9d7;
    text-align: left;
}
.startupPlanConditionsBox .mission2{
    line-height: 20px;
    padding-top:16px;
    height: 52px;
}
.startupPlanConditionsBox .mission2 .sub-comment{
    font-size:12px;
    color:#34608c;
}
.startupPlanBox a.startupStartBtn{
    display: block;
    width:500px;
    height: 85px;
    line-height: 85px;
    font-size:20px;
    background-color:#ff9a00;
    -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px;
    color:#FFFFFF;
    margin:0 auto;
    margin-top:30px;
}

.startupComicBox h3{
    font-size:28px;
    font-weight: normal;
    color:#34608c;
    text-align: center;
    margin-top:60px;
}
.startupComicBox h3 span{
    font-size:24px;
    margin:0px 5px;
}
.startupComicBox h3 img{
    vertical-align: middle;
    margin-bottom:10px;
    width:170px;
}
.startupComicInner{
    width:1051px;
    overflow: hidden;
    margin:0 auto;
    margin-bottom:55px;
}
.startupComicInner img{
    float: left;
}
.startupComicBox a{
    display: block;
    width:972px;
    height: 85px;
    line-height: 85px;
    font-size:20px;
    background-color:#ff9a00;
    -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px;
    color:#FFFFFF;
    margin:0 auto;
    margin-top:40px;
    text-align: center;
    margin-bottom:40px;
}

.startupPdf{
    background-color:#f1f1f1;
    padding:100px 0px 85px 0;
    text-align: center;
    font-size:18px;
}
.startupPdf a{
    position: relative;
    padding-left: 62px;
    color:#3b3b3b;
}
.startupPdf a:before{
    content: "";
    display: inline-block;
    position: absolute;
    top:-39px;
    left:0;
    width:42px;
    height: 69px;
    background-image: url("../images/pdf_icon.png");   
}
.startupShareBox{
    width:972px;
    margin:0 auto;
    margin-bottom:50px;
}
.startupComicBox .titleImg{
    width:1024px;
    text-align: center;
    margin:0 auto;
    margin-bottom:60px;
}

.startupShareBox ul{
    width:972px;
    overflow: hidden;
}
.startupShareBox ul li{
    width:234px;
    height: 64px;
    float:left;
    margin-right:10px;
}
.startupShareBox .mail{
    margin-right:0px;
}
.startupShareBox ul li a{
    display:block;
    position: relative;
    width:174px;
    padding-left:58px;
    height: 64px;
    font-size:18px;
    line-height: 66px;
    color:#FFFFFF;
    -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px;
    
}
.startupShareBox ul li a:before{
    content: "";
    position: absolute;
    display: block;
    width:30px;
    height:30px;
    top:17px;
    left:18px;
    background-image: url("../images/startup_share_icon.png");
    background-repeat: no-repeat;
    background-position: 0 0px;
     
}

.startupShareBox .facebook a{
    background-color: #3b5998;
}
.startupShareBox .twitter a{
    background-color: #55acee;
}
.startupShareBox .hatebu a{
    background-color: #008fde;
}
.startupShareBox .mail a{
    background-color: #bebebe;
}

.startupShareBox .facebook a:before{
    background-position: 0 0px;
}
.startupShareBox .twitter a:before{
    background-position: 0px -30px;
}
.startupShareBox .hatebu a:before{
    background-position: 0 -60px;
}
.startupShareBox .mail a:before{
    background-position: 0 -90px;
}
.footer-page{
    margin-top:0px;
}

.uurankingBox{
    font-size: 16px;
    color: #4aa9d7;
    width: 900px;
    margin: 0 auto;
    margin-bottom: 5px;
    overflow: hidden;
}
.uurankingBox div:first-child{
    margin-left:0px;
}

.uurankingItemBox{
    background-color:#FFFFFF;
    border-bottom:1px solid #b1b1b1;
    padding:0;
    width:172px;
    float: left;
    margin-left:10px;
    height:308px;
    position:relative;
}

.uurankingItemBox .releaseLink{
    display: block;
    font-size:12px;
    line-height: 18px;
    text-align: left;
    overflow: hidden;
}
.uurankingItemBox .releaseLink:hover{
    color:#4aa9d7;
}
.uurankingItemBox .releaseLink .imgBox{
    width:100%;
    height:115px;
    background:#fafafa;
}

.uurankingItemBox .releaseLink .titleBox{
    margin:15px 15px 0 15px;
    height:90px;
    font-size:14px;
    line-height:1.3;
    text-align: left;
    overflow: hidden;
}
.uurankingItemBox .companyLink{
    margin:10px 15px 0;
    display: block;
    font-size:12px;
    text-align: left;
    overflow: hidden;
    height:43px;
    line-height: 15px;
    color:#8f8f8f;
}
.uurankingItemBox .rankBox{
    width:26px;
    height:26px;
    position:absolute;
    top:3px;
    left:6px;
}
.rank{
    display:inline-block;
    border:3px solid #45a8d9;
    border-radius:3px;
    background:rgba(255,255,255,0.85);
    color:#325f8d;
    font-size:14px;
    font-weight:bold;
    font-family:Helvetica;
    text-align:center;
    width:20px;
    height:20px;
    line-height:22px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}
.uuBox{
    margin:0 15px;
    font-size:11px;
    font-family:Helvetica;
    color: #8f8f8f;
    font-weight: bold;
    text-align: left;
    color: #8f8f8f;
}
.uu{
    color: #3b3b3b;
}
.uurankingPageLink{
    width:900px;
    margin:0 auto;
    text-align: right;
    margin-bottom:10px;
}
.uurankingPageLink a{
    font-size:11px;
    color:#ffffff;
    background:#bebebe;
    text-decoration:none;
    display:inline-block;
    width:247px;
    height:35px;
    -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px;    
    text-align:center;
    line-height:35px;
    margin-top:10px;
    transition:color,background-color 0.15s ease-in-out 0s;
}
.uurankingPageLink a:hover{
    color:#ffffff;
    background:#d6d6d6;
}
.ranking-title{
    margin-bottom:20px;
}

.staretupUUReleaseImage{
    margin-top:30px;
    margin-bottom:20px;
}

.startupFollowerBtn{
    display: inline-block;
    -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; 
    border:1px solid #ccc;
    background-color: #ededed;
    font-size:12px;
    margin-bottom:3px;
    margin-left:10px;
    padding:2px 5px;
    vertical-align: middle;
    color:#999;
    transition:color,background-color 0.15s ease-in-out 0s;
}
.startupFollowerBtn:hover{
    background-color:#fcfcfc;
    color:#999;
}
.startupPlanConditionsBox .mission1{
    padding-top:10px;
    padding-bottom:6px;
}
.startupFollowerCommentBox{
    position: absolute;
    top:50px;
    right:0px;
    width:400px;
    height: 300px;
    background-color:#FFF;
    display: none;
}
.wrap-answer-box{
    width:900px;
    margin:0 auto;
    position: relative;
    background-color:#CCC;
}

.wrap-answer-following{
    bottom:none;
    top:55px;
    right:none;
    left:540px;
    margin-left:0;
}
.content-balloon{
    font-size:14px;
    line-height: 21px;
}
.wrap-answer-following.tip-balloon-top .content-balloon::before,
.wrap-answer-following.tip-balloon-top .content-balloon::after{
    left:100px;
}
