@charset "utf-8";

/* history */
#content01 .history dl {
position:relative;
height:100%;
font-size:1.2em;
}
#content01 .history dt,
#content01 .history dd {
margin-bottom:5px;
padding-top:6px;
}
#content01 .history dt {
position:absolute;
left:0;
}
#content01 .history dd {
padding-right:10px;
padding-left:7em;
background:url(../../img/common_bg_03.png) 1px top repeat-x;
}
#content01 .history dl .first {
padding-top:0;
background:none;
}

