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

#content01 h3{
margin-bottom:10px;
}

#content01 h4 {
margin-bottom:10px;
}

#content01 .box01{
margin-bottom:30px;
padding:0px 5px;
height:100%;
}

#content01 .box01 p{
margin-bottom:20px;
font-size:1.2em;
}

#content01 .box01 dl{
background:#F4F1E7;
padding:15px;
}

#content01 .box01 dl dt{
margin-bottom:5px;
}

#content01 .box01 dl dd{
background:#fff;
margin-bottom:5px;
padding:15px 50px;
}

#content01 .box01 dl dd ul{
text-align:center;
height:100%;
margin-bottom:10px;
}

#content01 .box01 dl dd ul li{
display:inline;
}

#content01 .box01 dl dd ul li.li01{
float:left;
}

#content01 .box01 dl dd ul li.li02{
float:right;
}

#content01 .box01 dl dd p{
margin-bottom:0px;
}

#content01 .box01 dl dd.dd01{
text-align:center;
}

