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

#about dl,
#history dl{
 margin:15px;
 border-bottom:1px #D3D3D3 dashed;
}

#about dl,
#history dl{
 padding-bottom:8px;
}

#about dt,
#history dt{
 float:left;
}

#about dt{
 background:url('../img/outline/icon01.png') no-repeat left 5px;
 padding-left:18px;
 width:13%;
 font-size:16px;
}

#about dd{
 font-size:14px;
}

#history dl{
 font-size:14px;
}

#history dt{
 color:#7F0073;
 width:14%;
}

#about dd,
#history dd{
 float:left;
}

