@charset "utf-8";

/* lead box */
#content01 .lead {
margin:0 25px 29px;
padding-bottom:32px;
border-bottom:1px dotted #999;
}
#content01 .lead p {
font-size:1.4em;
}
#content01 .lead .sentence1 .image {
float:right;
margin-left:55px;
}
#content01 .lead .sentence1 h2 {
margin-bottom:37px;
}
#content01 .lead .sentence2 {
clear:right;
}
#content01 .lead .sentence2 .image {
float:left;
margin-top:-42px;
margin-right:25px;
}
#content01 .lead .sentence2 h2 {
margin-bottom:27px;
padding-top:24px;
}

/* about box */
#content01 .about {
margin:0 25px 23px;
}
#content01 .about h2 {
height:45px;
margin-bottom:18px;
padding:0 18px;
background:url(../../img/common_bg_01.png) no-repeat;
color:#300;
font-size:1.6em;
font-weight:bold;
line-height:45px;
}
#content01 .about p {
margin-bottom:25px;
font-size:1.4em;
}
#content01 .about img {
display:block;
margin:0 auto;
}
