@charset "utf-8";

/* lead box */
#content01 .lead {
margin:0 25px 29px;
border-bottom:1px dotted #999;
padding-bottom:35px;
}
#content01 .lead h2 {
margin-bottom:35px;
}
#content01 .lead p {
font-size:1.4em;
}

/* facility box */
#content01 .facility {
margin:0 25px;
padding:0 20px;
}
#content01 .facility h3 {
margin-bottom:5px;
padding-top:9px;
}
#content01 .facility p {
font-size:1.4em;
}
/* each facility box */
#content01 .facility .box01 {
float:left;
width:390px;
}
#content01 .facility .box01 p {
margin-bottom:30px;
}
#content01 .facility .box02 {
float:right;
width:390px;
}
#content01 .facility .box03 {
float:left;
width:340px;
}
#content01 .facility .box04 {
float:right;
width:460px;
}
#content01 .facility .box04 p {
margin-bottom:80px;
}
#content01 .facility .box05 {
float:left;
width:200px;
margin-left:59px;
}
#content01 .facility .box06 {
float:right;
width:230px;
}
#content01 .facility .box06 p {
margin-bottom:135px;
}

/* override to-page-top link */
#content01 .to-top {
margin-top:60px;
}
