﻿@charset "UTF-8";

@import url("../../css/sidebar.css");
@import url("./common.css");

#content01{
width:645px;
float:left;
}


#content01 .box02{
height:100%;
padding-bottom:20px;
margin-bottom:20px;
border-bottom:1px dotted #ccc;
}

#content01 .box02 dl{
width:330px;
float:left;
position:relative;
}

#content01 .box02 dl dt{
margin-bottom:40px;
}

#content01 .box02 dl dd{
font-size:1.2em;
}

#content01 .box02 .img01{
float:right;
}

#content01 .box02 dl dd span{
position:absolute;
top:25px;
font-size:0.83em;
font-weight:800;
}

#content01 .box03{
height:100%;
margin-bottom:40px;
}

#content01 .box03 h6{
margin-bottom:15px;
}

#content01 .box03 dl{
width:210px;
float:left;
}

#content01 .box03 dl.dl01{
margin-right:5px;
}

#content01 .box03 dl dt{
background:#ccc;
line-height:23px;
font-size:1.2em;
font-weight:800;
margin-bottom:2px;
text-indent:1em;
}

#content01 .box03 dl dd{
}

#content01 .box03 dl dd p{
margin-top:10px;
}
#content01 .box03 dl dd .p01 {
font-size: 0.9em;
}

#content01 hr {
height: 0;
margin-top: 30px;
border: none;
border-bottom:1px #eee solid;
}



