@charset "utf-8";
/* CSS Document */


/*----local menu----*/
.nyukaigo h2{
background-color:#CF121B;
color:#fff;
margin-bottom: 20px;
padding:0.3em 1em;
font-weight:bold;
margin-top: 10px;
border-radius:3px;/* CSS3 角丸 */
}


/*------------side bar-----------------*/
.nyukaigo h4{
background-color:#CF121B;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 15px;
    padding: 2px;
    text-align: center;
}

/*---------服装について-----------*/
#fukusou{
width:830px;
}

#fukusou li{
width:220px;
float:left;
margin:0px 55px 40px 0px;
}

.nyukaigo h3{
font-size:18px;
font-weight:bold;
padding:8px 0;
}

/*入会後のトレーニング*/

#training{
width:830px;
float:left;
}

#training li{
width:830px;
float:left;
margin:0px 10px 40px 0px;;
}

#training .img{
display:block;
float:left;
margin:0px 55px 0px 0px;
}

#training .text{
margin-bottom:20px;
}


/*----------このページのトップへ------------------*/
.nyukaigo .to_top{
width:830px;
margin-bottom:20px;
text-align:right;
font-size:14px;
font-weight:bold;
}