#header{
    position: relative;
}

#header{
    position: relative;
    height: 141px;
}


#header .logo{
    position: absolute;
    left: 0;
    top: 60px;
}

#header .banner{
    position: absolute;
    right: 0;
    top: 0;
    background: #ccc;
    width: 728px;
    height: 90px;
}

#header .header-menu{
    position: absolute;
    right: 0;
    bottom: 15px;
}

#header .header-menu ul{
}
#header .header-menu ul li{
    display: inline-block;
    background: url("../../images/icon_login_r.png") no-repeat;
    padding-left: 23px;
    margin-left: 10px;
}

#header .header-menu ul li.mypage{
    display: inline-block;
    background: url("../../images/icon_login_r.png") no-repeat;
    padding-left: 23px;
    margin-left: 10px;
}

#header .header-menu ul li.logout{
    display: inline-block;
    background: url("../../images/icon_login_o.png") no-repeat;
    padding-left: 23px;
    margin-left: 10px;
}
#menu{
    width: 100%;
    height: 79px;
    background-color: #1253A4;
}

#menu .menu-list li{
   width: 200px;
   height: 79px;
   float: left;
   text-align:center;
}

#menu .menu-list li a{
    display: block;
    width: 100%;
    height: 79px;
    text-align: center;
    overflow: hidden;
    filter: alpha(opacity=100);
    -moz-opacity:1;
    opacity:1;
}

#menu .menu-list li i{
    display: block;
    float: left;
    width: 38px;
    height: 38px;
    margin-top: 20px;
    margin-left:15px;
    
}

#menu .menu-list li span{
    display: block;
    float: left;
    padding-top: 28px;
    margin-left: 10px;
    color: #fff;
}

#menu .menu-list li.home i{
   margin:20px 5px 0px 40px;
    background: url("../../images/menu_icon/bt1_on.png") no-repeat;
    background-position: 0px 0px;
    
}
#menu .menu-list li.towa i{
    margin:20px 0px 0px 8px;
    background: url("../../images/menu_icon/bt2_on.png") no-repeat;
    background-position: 0px 0px;
    
}
#menu .menu-list li.reg i{
    margin:20px 5px 0px 30px;
    background: url("../../images/menu_icon/bt3_on.png") no-repeat;
    background-position: 0px 0px;
}
#menu .menu-list li.contact i{
    margin:20px 5px 0px 30px;
    background: url("../../images/menu_icon/bt4_on.png") no-repeat;
    background-position: 0px 0px;
}
#menu .menu-list li.company i{
    margin:20px 5px 0px 30px;
    background: url("../../images/menu_icon/bt5_on.png") no-repeat;
    background-position: 0px 0px;
}


#menu .menu-list li.home.on i,
#menu .menu-list li.home:hover i{
    background: url("../../images/menu_icon/bt1_on.png") no-repeat;
    background-position: 0px 0px;
}

/*#menu .menu-list li.towa.on i,
#menu .menu-list li.towa:hover i{
    background: url("../../images/menu_icon/bt2_on.png") no-repeat;
    background-position: 0px 0px;
}
#menu .menu-list li.reg.on i,
#menu .menu-list li.reg:hover i{
    background: url("../../images/menu_icon/bt3_on.png") no-repeat;
    background-position: 0px 0px;
}
#menu .menu-list li.contact.on i,
#menu .menu-list li.contact:hover i{
    background: url("../../images/menu_icon/bt4_on.png") no-repeat;
    background-position: 0px 0px;
}
#menu .menu-list li.company.on i,
#menu .menu-list li.company:hover i{
    background: url("../../images/menu_icon/bt5_on.png") no-repeat;
    background-position: 0px 0px;
}*/

#menu .menu-list li.on,
#menu .menu-list li:hover{
    background-color:#003B87;
}

/*#menu .menu-list li.on span,
#menu .menu-list li:hover span{
    color:#ffffff;
}*/

/* * * * * * * * * * * * * * * * *
 * トップページ icatch
 * * * * * * * * * * * * * * * * */
#icatch{
    height: 382px;
    color: #4FA5D9;
    font-weight: bold;
    font-size: 29px;
    overflow: hidden;
}

#icatch.page{
    background: none;
    color: #BCBCBC;
}

#icatch .icatch-contents{
    overflow: hidden;
    position: absolute;
    left: 1000px;
    width: 1000px;
    height: 382px;
    background-position: 0px 0px;
    text-align: center;
    top:0px;
}

#icatch .icatch-contents.firstview{
    left: 0px;
}
#icatch .icatch-contents a:hover{
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
}
#icatch .icatch-contents h2{
    margin-top:140px;
    font-size:30px;
    color:#FFFFFF;
    margin-bottom:50px;
}

#icatch #icatch_1{
    background: url("../../images/eyecatch/eyecatch_01.jpg") no-repeat;
}
#icatch #icatch_2{
    background: url("../../images/eyecatch/eyecatch_02.jpg") no-repeat;
}
#icatch #icatch_3{
    background: url("../../images/eyecatch/eyecatch_03.jpg") no-repeat;
}
#icatch #icatch_4{
    background: url("../../images/eyecatch/eyecatch_04.jpg") no-repeat;
}
#icatch.towa #icatch_99{
    background: url("../../images/eyecatch/eyecatch_03.jpg") no-repeat;
    left: 0px;
}
#icatch #icatch_1 h2,
#icatch #icatch_99 h2{
    margin-top:140px;
    font-size:30px;
    color:#FFFFFF;
    margin-bottom:50px;
}


#icatch .icatch-right,
#icatch .icatch-left{
    background: url('../../images/rgba.php/rgba(255, 255, 255, 0.5)');
    background: rgba( 255 , 255 , 255 , 0.5 );
    width: 52px;
    height: 322px;
    position: absolute;
    top: 30px;
    cursor: pointer;
    display: none;
}

#icatch:hover .icatch-right,
#icatch:hover .icatch-left{
    display: block;
}

#icatch .icatch-right{
    right: 10px;

}
#icatch .icatch-left{
    left: 10px;

}

#icatch .icatch-right i{
    background: url("../../images/bt_ar_right.png") no-repeat;
    width: 12px;
    height: 25px;
    display: block;
    margin: 134px auto;
}

#icatch .icatch-left i{
    background: url("../../images/bt_ar_left.png") no-repeat;
    width: 12px;
    height: 25px;
    display: block;
    margin: 134px auto;
}




#footer{
    text-align: center;
}

#footer ul li{
    display: inline-block;
    padding: 15px 12px;
}

#footer .footer-link ul li a{
	font-size: 16px;
	font-weight: bold;
    padding: 15px 18px;
}

#footer .footer-link{
    background: #F2F2F2;
}

#footer .footer-other{
    min-height: 100px;
    background: #000000;
    color: #fff;
}
#footer .footer-other a{
    color: #fff;
}

#pagetop{
    position: relative;
    width: 1000px;
    margin:0 auto;
}
#pagetop a{
    position: absolute;
    right: 0px;
    bottom: 4px;
    background: url("../../images/bt_pagetop-1.png") no-repeat;
    height: 96px;
    width: 96px;
    z-index: 10;
    text-indent:-9999em;
}

#blogger-login.loginform{
    left: 38%;
    top: 200px;
    background: #fff;
    padding: 20px;
    opacity: 0;
    display: none;
}

#blogger-login form input,
#company-login form input{
    background-color: #cccccc;
}
#company-login.loginform{
    left: 38%;
    top: 200px;
    background: #fff;
    padding: 20px;
    opacity: 0;
    display: none;
}

#assign {
    margin: 28px auto;
}
#assign [class^=assign]{
    width: 500px;
    float: left;
    text-align: center;
    padding: 52px 0;
    height: 60px;
    cursor: pointer;
}

#assign [class^=assign] strong{
    font-size: 24px;
}

#assign .assign-regist{
    background: #F26964;
    color: #fff;
}
#assign .assign-login{
    background: #1253A4;
    color: #fff;
}





.assign{
    margin: 10px auto;
}
.assign .assign-regist,
.assign .assign-back{
    width: 1000px;
    background: #F26964;
    color: #fff;
    text-align: center;
    padding: 52px 0;
    height: 60px;
    cursor: pointer;
    border: 0;
}
.assign .assign-back{
    background: #808080;
    color: #fff;
}
.assign button.assign-regist,
.assign button.assign-back{
    height: 150px;
    line-height: 24px;
}

.assign.assign-small .assign-regist,
.assign.assign-small .assign-back,
.assign.assign-small .assign-back{
    width: 723px;
}


.assign.assign-edit .assign-back{
    width: 490px;
}
.assign.assign-edit .assign-regist{
    width: 490px;
}


.assign.assign-small.assign-edit .assign-back{
    width: 351px;
}
.assign.assign-small.assign-edit .assign-regist{
    width: 352px;
}
.assign.assign-edit .assign-back + .assign-regist{
	margin-left: 16px;
}

.assign .assign-regist label{
    display: block;
    margin-left: -150px;
}

.regist .assign .assign-regist label{
    margin-left: 0px;
    border: 0;
}

.regist .assign button.assign-regist{
	border: 0;
}

.assign .assign-regist strong,
.assign .assign-back strong{
    font-size: 24px;
}


.regist .assign-regist{
    -webkit-transition: 0.2s ;
    transition: 0.2s ;
}

.regist .assign-regist:disabled{
    opacity: 0.2;
    cursor: default;
    -webkit-transition: 0.2s ;
    transition: 0.2s ;
}
.regist .assign-regist-check{
    text-align:center;
    margin-bottom:15px;
}
.regist .assign-regist-check label{
    cursor: pointer;
    font-size:15px;
    display: inline-block;
    font-weight: 600;
}
.regist .assign-regist-check input{
    vertical-align: text-top;
    margin-right:7px;
}



#contents .gray-box{
    background: #E5E5E5;
    padding: 60px 175px;
}

.gray-box ul{
    display: block;
    width: 630px;
    height: 149px;

}
.gray-box [class^=towa-] i{
    display: block;
    width: 142px;
    height: 149px;
    float: left;
    margin-bottom: 30px;

}

.gray-box [class^=towa-] span{
    display: block;
    float: left;
    padding-top: 66px;
    padding-left: 20px;
    font-size: 20px;
}

.gray-box [class^=towa-] span small{
    display: block;
    font-size: 10px;

}


.gray-box .towa-1 i{
    background: url("../../images/icon4_1_red.png") no-repeat;
}
.gray-box .towa-2 i{
    background: url("../../images/icon4_2_red.png") no-repeat;
}
.gray-box .towa-3 i{
    background: url("../../images/icon4_3_red.png") no-repeat;
}
.gray-box .towa-4 i{
    background: url("../../images/icon4_4_red.png") no-repeat;
}

.project-step{
    width: 1000px;
}

.project-step li{
    position: relative;
    display: inline-block;
    background: #1253A4;
    width: 270px;
    height: 323px;
    padding: 40px 20px;
    margin-right: 30px;
    color: #fff;
}



.project-step li:before{
border-width: 14px;
border-left-color: #1253A4;
top: 10px;

}

.project-step li:before ,.project-step li:after{
border: solid transparent;
content: ' ';
left: 100%;
position: absolute;
width: 0;
height: 0;

}
.project-step li:after {
border-width: 18px;
border-left-color: #1253A4;
top: 43%;
}

.project-step li:last-child{
    margin-right: 0px;
}

.project-step li:last-child:after{
    border: 0;
}

.project-step li[class^=step-] i{
    display: block;
    position: absolute;
    height:45px;
    width:185px;
top: 42%;
left: 60px;
}
.project-step li.step-1 i{
    background: url("../../images/icon_step1_dark.png") no-repeat;
}
.project-step li.step-2 i{
    background: url("../../images/icon_step2_dark.png") no-repeat;
}
.project-step li.step-3 i{
    background: url("../../images/icon_step3_dark.png") no-repeat;
}


.project-step li strong{
    font-size: 32px;
    font-weight: normal;
    position: absolute;
    top: 25%;
    width: 100%;
    text-align: center;
    left: 0;
}

.project-step li:first-child strong{
    top: 28%;
}

.project-step li span.sub{
    font-size: 16px;
    position: absolute;
    left: 0;
    width: 100%;
    top: 20%;
    text-align: center;

}

.project-step li div.text{
    position: absolute;
    width: 80%;
    left: 10%;
    text-align: left;
    top: 68%;

}

.question-link{
    position: relative;
    height: 500px;
}
.question-link [class^=question-link-]{
    position: absolute;
    display: block;
    background: #1253A4;
    color: #fff;
    font-size: 16px;
    width: 48%;
    text-align: center;
    padding: 200px 0 150px;;
}


.question-link [class^=question-link-] i{
    display: block;
    background: url("../../images/icon_fukidashi.png") no-repeat;
    width: 69px;
    height: 65px;
    position: absolute;
    left: 43%;
    top: 126px;

}

.question-link .question-link-left{

    left:0 ;
}
.question-link .question-link-right{
    right:0 ;
}

.question-list-left{
    float: left;
}

.question-list-right{
    float: right;
}

.question-list{
    width: 48%;
    margin-bottom: 40px;
}

.question-block{
    margin-bottom: 20px;
}


.question-block h4{
    font-size: 16px;
    margin-bottom: 5px;
}
.question-block a{
    display: inline-block;
    margin-bottom: 5px;
    color:#F26964;
    text-decoration:underline;
}

.question-detail{
    position: fixed;
    margin: 0 auto;
    top: 150px;
    left:50%;
    width: 650px;
    margin-left:-325px;
    min-height: 300px;
    background: #fff;
    padding: 45px 20px;
}


.question-detail h4{
    position: absolute;
    left: 20px;
    top: -20px;
    background: #1253A4;
    color: #fff;
    padding: 30px 7px 7px;
    display: inline-block;
}


.question-detail #title{
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
}

.question-detail #body{
    line-height: 20px;
}
.question-detail #body a{
    color:#0074cc;
    margin-left:2px;
    margin-right:2px;
    text-decoration: underline;
}

.areaclose {
position: absolute;
right: -10px;
top: -10px;
background: url("../../images/bt_x_gray.png") no-repeat;
height: 25px;
width: 25px;
cursor: pointer;
}




#tocompany .box{
    margin: 10px 0;
}

#tocompany .tbox{
    margin-bottom: 20px;
}
#tocompany .logo{
    text-align: center;
    padding: 80px 0;
}

#tocompany .logo p{
    font-size: 25px;
    margin-bottom:80px;
}

#tocompany .feature-box{
    overflow: hidden;
}
#tocompany .feature-box .inner-box{
    width: 290px;
    height: 340px;
    padding: 20px;
    margin-right:5px;
    margin-bottom:5px;
    float: left;
    text-align: center;
}
#tocompany .feature-box .inner-box.fi{
    background-color: #5fb5df;
}
#tocompany .feature-box .inner-box.se{
    background-color: #42aada;
}
#tocompany .feature-box .inner-box.last{
    margin-right: 0px;
}
#tocompany .feature-box .inner-box h4{
    margin-top:20px;
    margin-bottom:20px;
    font-size:26px;
    line-height: 36px;
}
#tocompany .feature-box .inner-box p{
    color:#FFFFFF;
    text-align: left;
    line-height: 180%;
}

#tocompany .feature-box .inner-box p span{
    font-size:10px;
    margin-left:5px;
}

#tocompany .price-subtitle{
    font-size:24px;
    color:#008ec3;
    margin: 15px 0px;
}
#tocompany .price-subcomment{
    line-height: 25px;
}
#tocompany .price{
    width: 100%;
}
#tocompany .price thead th{
    height: 65px;
    color:#FFFFFF;
    font-size:18px;
    vertical-align: middle;
    text-align: center;
    font-weight: normal;
}
#tocompany .price thead th.heading{
    width: 285px;
}
#tocompany .price thead th.standard{
    width: 500px;
    background-color: #5fb5df;
}
#tocompany .price thead th.premium{
    width: 215px;
    background-color: #008ec3;
}

#tocompany .price td{
    height: 50px;
    vertical-align: middle;
    text-align: center;
    font-size:16px;
}
#tocompany .price .td-gray1{
    background: #4d4d4d;
    color:#FFFFFF;
}
#tocompany .price .td-gray2{
    background: #808080;
}
#tocompany .price .td-gray3{
    background: #cccccc;
}
#tocompany .price .price-num{
    font-size:34px;
    color: #008ec3;
    vertical-align: top;
    margin:0px 7px;
}
#tocompany .price .price-tax{
    font-size:10px;
}
#tocompany .price .price-marka{
    font-size:30px;
}
#tocompany .price .td-gray4{
    background: #d9d9d9;
}
#tocompany .price .td-gray5{
    background: #f2f2f2;
}
#tocompany .price .td-gray6{
    background: #f7f7f7;
}
#tocompany .price .td-gray7{
    background: #b2b2b2;
}
#tocompany .price .td-blue1{
    background: #96cdea;
}
#tocompany .price .td-blue2{
    background: #5fb5df;
}
#tocompany .price .l-line{
    border-left:2px solid #FFFFFF; 
}
#tocompany .price .r-line{
    border-right:2px solid #FFFFFF; 
}
#tocompany .price .t-line{
    border-top:2px solid #FFFFFF; 
}
#tocompany .price .b-line{
    border-bottom:2px solid #FFFFFF; 
}
.price-table-subcomment{
    font-size: 12px;
    line-height: 18px;
    margin-top:10px;
}

#top-contents,
#top-right-menu{
	display: table-cell;
	border-collapse: collapse;
	padding-top: 15px;
	vertical-align: top;
	padding-left: 137px;
}
top-right-menu 

#top-contents {
	width: 723px;
	border-right: 1px solid #000;
}


#top-right-menu{
	padding-left: 15px;
}

#top-right-menu .regist{
	background: #F26964;
	color: #fff;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 261px;
	height: 261px;

}

#top-right-menu .regist span{
    text-align: center;
    display: block;
    font-size: 16px;
    margin: 8px 0;
}

#top-right-menu li a{
    color:#000000;
    font-size:12px;
    line-height: 150%;
}

#top-right-menu li a:hover{
    text-decoration: none;
    color: #F26964;
}
#top-right-menu .regist strong{
	text-align: center;
	display: block;
	font-size: 26px;
	margin: 6px 0;
}


#top-right-menu h4{
	margin-top: 20px;
	margin-bottom: 10px;
}
#top-right-menu ul{
	display: table;
	border-spacing: 5px;
}
#top-right-menu ul li{
	display: table-row;
	vertical-align: top;
	border-bottom: 13px solid rgba( 0,0,0,0 );
}

#top-right-menu ul li i{
	display: table-cell;
	width: 38px;
	height: 32px;
	background: url("../../images/icon_rank1.png") no-repeat;
	border-right: 8px solid rgba( 0,0,0,0 );
}

#top-right-menu ul li.rank-2 i{
	background: url("../../images/icon_rank2.png") no-repeat;
}

#top-right-menu ul li.rank-3 i{
	background: url("../../images/icon_rank3.png") no-repeat;
}

#top-right-menu ul li.rank-4 i{
	background: url("../../images/icon_rank4.png") no-repeat;
}

#top-right-menu ul li.rank-5 i{
	background: url("../../images/icon_rank5.png") no-repeat;
}


#top-right-menu .rank-img{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 88px;
    height: 88px;
    border: 1px solid #e4e3ce;
}
    
#top-right-menu .rank-img img{
    vertical-align: middle;
    text-align: center;
    max-height: 88px;
    max-width: 88px;
}

#top-right-menu ul li span{
	display: table-cell;
	vertical-align: top;
        width: 126px;
	border-left: 5px solid rgba( 0,0,0,0 );
	font-size: 10px;
	line-height: 13px;

}

.project-list li{
	display: block;
	margin-top: 16px;
}
.project-list .noitem{
    font-size: 16px;
}

.project-list li > div{
	position: relative;
	height: 180px;
}

.project-list li > .last{
	width: 422px;
}
.project-list li > .last-join{
	width: 347px;
}
.project-list li > .last-report{
	width: 379px;
}
.project-list li > .last-noreport{
	width: 339px;
}
.product-list-joinbox{
    position: relative;
}
.project-list li > .defeated{
    position: absolute;
    left:0;
    top:0;
    width: 723px;
    background-color: #333333;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
    z-index: 10;
}
.project-list li > .defeated-txt {
    position: absolute;
    left:0;
    top:0;
    width: 723px;
    z-index: 11;
}
.project-list li > .defeated-txt span{
    width: 400px;
    display: block;
    margin: 0 auto;
    margin-top:65px;
    border:3px solid #FFFFFF;
    text-align: center;
    padding: 10px;
    color:#FFFFFF;
}

.project-list li div.left + div.left{
	margin-left: 8px;
}

.project-list li .lastday{
    position: relative;   
    background: #FFD464;
    vertical-align: middle;
    text-align: center;
    width: 105px;
    padding: 30px 0;
}

.project-list li .lastday .last{
    font-size: 14px;
    font-weight: bold;
}
.project-list li .lastday i{
    position: absolute;
    top:0;
    left:0;
    text-indent:100%;
    white-space:nowrap;
    overflow:hidden;
    width: 32px;
    height: 32px;
    background: url("../../images/bt_icon_new.png") no-repeat;
    
}

.project-list li .method-join{
	background: #FFD464;
	vertical-align: middle;
	text-align: center;
	padding: 12px 0;
}

.project-list li .contact-noreport{
	background-color: #FF6B6B;
        color: #fff;
	text-align: center;
	width: 120px;
        height: 156px;
	padding: 12px 0;
}

.project-list li .contact-report{
	background-color: #E5E5E5;
        color: #000;
	text-align: center;
	width: 80px;
        height: 156px;
	padding: 12px 0;
}

.project-list li .contact-noreport span,
.project-list li .contact-report span{
        position: relative;
        top: 64px;
	display: inline-block;
        font-size: 12px;
}

.project-list li .contact-noreport .contact-noreport-click{
        position: relative;
        top: 126px;
	display: inline-block;
	vertical-align: middle;
        background-color: #E03837;
        width: 120px;
        height: 24px;
        cursor: pointer;
}

.project-list li .num1{
    cursor: pointer;
}

.project-list li .lastday span{
	display: inline-block;
	vertical-align: middle;
}

.project-list li .method-join span{
	display: inline-block;
	vertical-align: middle;
        font-size: 12px;
}

.project-list li .lastday strong{
	display: inline-block;
	vertical-align: middle;
	font-size: 32px;
}

.project-list li .typeimage{
	background: #1253A4;
	vertical-align: middle;
	text-align: center;
	width: 105px;
	padding: 7px 0;
}

.project-list li .typeimage-join{
	background: #1253A4;
	vertical-align: middle;
	text-align: center;
	width: 180px;
	padding: 2px 0;
}

.typeimage-noreport,
.typeimage-report{
        background: #1253A4;
	vertical-align: middle;
	text-align: center;
	width: 60px;
        height: 176px;
	padding: 2px 0;
        
}

.typeimage-noreport img,
.typeimage-report img{
        position: relative;
        top: 64px;
}
.project-list li .apply{
	background: #003B87;
	vertical-align: middle;
	text-align: center;
	padding: 5px 0;
	color: #fff;
	line-height: 38px;
        
}

.project-list li .apply-join{
	background: #003B87;
	vertical-align: middle;
	text-align: center;
	padding: 5px 0;
	color: #fff;
	padding: 15px 0;
}

.project-list li .contact-join{
	background: #F1F0EE;
	vertical-align: middle;
	text-align: center;
	padding: 12px 0;
}

.project-list li .contact-join span{
	display: inline-block;
	vertical-align: middle;
        font-size: 12px;
}

.project-list li .new{
}

.project-list li .imagebox{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 178px;
	height: 178px;
        border:1px solid #e4e3ce;
}


.project-list li .imagebox img{
	max-width: 177px;
	max-height: 177px;
}


.project-list li .nowapply{
	position: absolute;
	vertical-align: middle;
	text-align: center;
	bottom: 0;
	left: 0;
	width: 250px;
	background: #F1F0EE;
	padding: 19px 0;
}

.project-list li .keijiban-join{
	position: absolute;
	vertical-align: middle;
	text-align: center;
	bottom: 0;
	left: 0;
}
.project-list li .keijiban-join a{
    display: block;
    width: 173px;
    padding: 20px 0;
    background-color: #999999;
}

.project-list li .nowapply span,
.project-list li .nowapply strong{
	display: inline-block;
	vertical-align: middle;
}

.project-list li .nowapply strong{
	font-size: 32px;
}


.project-list li .detail{
    position: absolute;
    vertical-align: middle;
    text-align: center;
    bottom: 0;
    right: 0;
    background: #F26964;
    color: #fff;
    height:58px;
    width: 172px;
	
}
.project-list li .detail a{
    display:block;
    width:172px;
    height:58px;
    text-align:center;
    line-height:58px;
}

.project-list li .detail a:hover{
    text-decoration: none;
}
.project-list li .detail-join{
    position: absolute;
    vertical-align: middle;
    text-align: center;
    bottom: 0;
    right: 0;
    color: #fff;
}
.project-list li .detail-join a{
    display: block;
    width: 174px;
    padding: 20px 0;
    background-color: #F26964;
}

.project-list li .keijiban-noreport{
    display: block;
	position: absolute;
	vertical-align: middle;
	text-align: center;
	bottom: 0;
	right: 0;
	background: #F26964;
	color: #fff;
	width: 339px;
	padding: 20px 0;
        
}

.project-list li .blog-url-report{
        display: block;
	position: absolute;
	vertical-align: middle;
	text-align: center;
	bottom: 0;
	left: 0;
	background: #F26964;
	color: #fff;
	width: 379px;
	padding: 20px 0;
        
}

/*.project-list li .keijiban-join a{
    color: #fff;
}*/


.project-list li .detail a,
.project-list li .detail-join a,
.project-list li .keijiban-join a,
.project-list li .keijiban-noreport a,
.project-list li .blog-url-report a{
	color: #fff;
}

.project-list li .namet{
	padding: 6px;
	font-size: 16px;
}
.project-list li .notet{
	padding: 6px;
	font-size: 13px;
}
.project-list li .name a{
    color:#333333;
    font-weight: bold;
    font-size:14px;
}

.project-list li .name a:hover{
    color:#F26964;
    font-weight: bold;
    font-size:14px;
    text-decoration: none;
}

.reg-tocompany{
	position: absolute;
	top: 8px;
	left: 300px;
}

.regist-users{
	padding: 30px 30px;
}
.regist-users form{
    margin:0;
}
.regist-users .error{
    margin-top:10px;
}

.regist-users input{
	width: 620px;
	height: 60px;
	font-size: 20px;
	margin: 0;
}
.regist-users-error{
    font-size:14px;
    color:#FF6B6B;
    margin-bottom:10px;
    font-weight: bold;
}

.regist-users button{
	background: #F26964;
	color: #fff;
	height: 68px;
	width: 300px;
	border: 0;
	box-shadow: 0;
}

.regist-users a{
	display: inline-block;
	background: #1253A4;
	padding: 25px 30px;
	margin-top: 20px;
	margin-right: 10px;
	color: #fff;
}

.project-list .shadow-rejected{
    position: relative;
    width: 723px;
    height: 180px;
    background-color:#000;
    opacity: 0.6;
}

.project-list .rejected-img{
    position: relative;
    top: -120px;
    left: 190px;
}

.about-fee{
    width: 723px;
    height: 38px;
    background-color: #008EC3
}

.about-fee span{
    position: relative;
    top: 10px;
    left: 12px;
}

.about-fee-detail{
    width: 723px;
    height: 140px;
    background-color: #E5E5E5;
    margin-bottom: 20px;
}

.about-fee-detail ul{
    position: relative;
    top: 20px;
    left: 15px;
}

.about-fee-detail ul li{
    position: relative;
    left: 15px;
    list-style-type: square;
}


/*.select-years{
    display: inline-block;
    margin: 10px 0px 0px 0px;
    width: 80px;
    height: 28px;
}*/

.select-years select{
    width: 80px;
    height: 28px;
    margin-bottom: 0px;
}


#fee-history-detail tr td,
#fee-history-detail tr th{
    background-color: #E5E5E5;
    width: 241px;
    height: 40px;
    text-align: center;
    border: solid 1px #000;
    vertical-align: middle;
}

/* * * * * * * * * * * * * * * * * * * *
 * 繝励Ο繧ｸ繧ｧ繧ｯ繝井ｸ�ｦｧ縺ｮ繝励Ο繧ｸ繧ｧ繧ｯ繝亥�繧頑崛縺�
 * * * * * * * * * * * * * * * * * * * */
.product-menu-list{
    width: 723px;
    height: 60px;
    overflow: hidden;
}
.product-menu-list li{
    float: left;
}
.product-menu-list .all,
.product-menu-list .campaign,
.product-menu-list .event{
    width: 180px;
}
.product-menu-list .present{
    width: 183px;
}

.product-menu-list li a{
    overflow: hidden;
    display: block;
    width: 100%;
    height: 50px; 
    background-color: #1253A4;
    color:#ffffff;
    font-size:12px;
    text-align: center;
}
.product-menu-list li a:hover{
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    background-color: #003B87;
    text-decoration: none;
}

.product-menu-list li img{
    display: none;
}
.product-menu-list li:hover img{
    display: block;
    margin-left:80px;
}
.product-menu-list li.chk a{
    background-color: #003B87;
}
.product-menu-list .chk img{
    display: block;
    margin-left:80px;
}
.product-menu-list li i{
    display: block;
    width: 24px;
    height: 24px;
    margin-top:12px;
    margin-right:7px;
    float: left;
}
.product-menu-list li span{
    display: block;
    margin-top:15px;
    float: left;
}
.product-menu-list li.all span {
    margin-left:68px;
}
.product-menu-list li.present i {
    background: url("../../images/icon_genre_present_xs.png") no-repeat;
    background-position: 0px 0px;
    margin-left:10px;
}
.product-menu-list li.event i{
    background: url("../../images/icon_genre_event_xs.png") no-repeat;
    background-position: 0px 0px;
    margin-left:40px;
}
.product-menu-list li.campaign i{
    background: url("../../images/icon_genre_campaign_xs.png") no-repeat;
    background-position: 0px 0px;
    margin-left:30px;
}

/* * * * * * * * * * * * * * * * * * * *
 * 繝励Ο繧ｸ繧ｧ繧ｯ繝井ｸ�ｦｧ縺ｮ繧ｽ繝ｼ繝亥�譖ｿ
 * * * * * * * * * * * * * * * * * * * */
.product-menu-order {
   width: 723px;
   height: 30px;
   background-color: #333333;
   overflow: hidden;
}
.product-menu-order a:hover{
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}
.product-menu-order li:first-child{
    margin-left:100px;
}
.order_up,
.order_up_use,
.order_down,
.order_down_use{
    text-indent:100%;
    white-space:nowrap;
    overflow:hidden;
    float: left;
    width: 30px;
    height: 30px;
}
.order_up{
    margin-left:10px;
    background: url("../../images/bt_icon_sankaku_b_up.jpg") no-repeat;
}
.order_down{
    margin-left:6px;
    background: url("../../images/bt_icon_sankaku_b_down.jpg") no-repeat;
}
.order_up:hover{
    background: url("../../images/bt_icon_sankaku_g_up.jpg") no-repeat;
}
.order_down:hover{
    background: url("../../images/bt_icon_sankaku_g_down.jpg") no-repeat;
}
.order_up_use{
    margin-left:30px;
    background: url("../../images/bt_icon_sankaku_g_up.jpg") no-repeat;
}
.order_down_use{
    margin-left:6px;
    background: url("../../images/bt_icon_sankaku_g_down.jpg") no-repeat;
}
.order_date,
.order_selection,
.order_apply{
    float: left;
    color:#FFFFFF;
    width: 100px;
    height: 25px;
    padding-top:5px;
    margin-left:10px;
}

.reg-agreement-box{
    border:20px solid #f2f2f2;
    background-color:#FFF;
    padding: 10px;
    width: 940px;
    height: 250px;
    overflow: auto;
    margin-bottom:40px;
}

.reg-agreement-box pre {
    display: block;
    padding: 0px;
    margin: 0px;
    font-size: 12px;
    line-height: 18px;
    word-break: break-all;
    word-wrap: break-word;
    white-space: pre;
    white-space: pre-wrap;
    background-color: #FFF;
    border: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.demand-copy{
    margin-right:10px;
    width:200px;
    height:50px;
    background-color: #5fb5df;
    border:none;
    color:#FFFFFF;
}

.form-box table td.button button.contact-btn{
    width: 50%;
    float: left;
    background-color:#008EC3;
}
.form-box table td.button button.contact-btn-bk{
    width: 50%;
    float: left;
    
}
.login-email{
    margin-bottom:10px;
}
.nologin-comment{
    font-size:16px;
    margin-bottom:20px;
    line-height: 24px;
}

/*************************
** 繧ｵ繝ｼ繝薙せ繝壹�繧ｸ
** 縺薙％縺九ｉ
***************************/

/*************************
** blogtimes_service_18_blogger_touroku_sinsei_kanryou
** blogtimes_service_19_kigyou_touroku_sinsei_kanryou
***************************/
.service-complate{
    width: 1000px;
    margin:80px auto;
    text-align: center;
}
.service-complate h3{
    font-size:50px;
    color:#5fb5df;
    font-weight: normal;
}
.service-complate-inner{
    margin-top:80px;
    overflow: hidden;
}
.service-complate-inner img{
    float: left;
    margin-right:15px;
    width:170px;
}
.service-complate-inner p{
    float: left;
    width: 755px;
    height: 116px;
    padding: 30px;
    background-color: #f7f7f7;
    text-align: left;
    font-size:13px;
    line-height: 25px;
    letter-spacing: 0.15em;
}
.service-complate-inner p span{
    float: right;
}
.service-complate a{
    display: block;
    background-color: #5fb5df;
    width: 480px;
    height: 100px;
    font-size:18px;
    color:#FFFFFF;
    margin:0 auto;
    margin-top:80px;
    padding-top:80px;
    letter-spacing: 0.1em;
}
.service-complate a:hover{
    background-color: #77c0e4;
    text-decoration: none;
}

.com-regist-success,
.com-regist-back{
    background-color: #F26964;
    width: 472px;
    border: none;
    height: 100px;
    color:#FFFFFF;
    font-size:14px;
}

.com-regist-back{
    margin-right:50px;
    background-color: #808080;
}
