@charset "utf-8";

/*-------------------------------------
RowerMAIN
---------------------------------------*/
#mainVisual{
height:203px;
background:url(../images/common/img_lowermain.jpg) no-repeat center top;
}

#mainVisual h2{
padding:52px 0 0 26px;
}


/* contents
---------------------*/

.container .wrapper{
width:890px;
padding:0 0 0 10px;
margin:0 0 30px 0;
}

.container .wrapper .section{
width:680px;
float:left;
}

.container .wrapper .section h3{
width:646px;
height:44px;
margin:0 0 10px 0;
padding:3px 0 0 14px;
background:url(../images/common/ttl_bg.jpg) no-repeat left top;
}

.container .wrapper .section .contents{
width:650px;
margin:0 0 0 10px;
}

.container .wrapper .section .contents h4{
width:650px;
height:23px;
margin:0 0 15px 0;
background:url(../images/common/subttl_bg.jpg) no-repeat left bottom;
}

.container .wrapper .section .contents p.read{
margin:0 0 25px 0; 
font-size:114%;
}

.container .wrapper .section .contents dl.chart dt{
margin:0 0 10px 0;
}

.container .wrapper .section .contents dl.chart dd.text{
margin:0 0 15px 0;
}

.container .wrapper .section .contents dl.chart dd{
margin:0 0 35px 0;
}

.container .wrapper .section .contents ul.btnbox{
width:640px;
margin:0 0 30px 0;
padding:10px 0 10px 15px;
border-top:1px solid #DEDEDE;
border-bottom:1px solid #DEDEDE;
background:#EEE;
}

.container .wrapper .section .contents ul.btnbox li{
margin:0 10px 0 0;
float:left;
}

/* PAGETOP
---------------------*/
.container .wrapper .section p.pagetop{
width:660px;
text-align:right;
clear:both;
}

