@charset "utf-8";

/* 高さ確保

:after{
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

*/

.unitIn:after{
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
} 

.unitIn .leftBox ,
.unitIn .rightBox  { width:340px; }

.unitIn .leftBox { float:left; }
.unitIn .rightBox { float:right; }

#contents-body .unitIn table { margin-bottom:20px; }
#contents-body .unitIn table tbody th.w70 { width:70%;}
#contents-body .unitIn table tbody th.w30 { width:30%;}

#contents-body .unitIn table tbody td { text-align:left;}
#contents-body .unitIn table tbody td.last { text-align:right; } 

#contents-body .unitIn ul.material { text-align:center; }
#contents-body .unitIn ul.material li { display:inline; margin:3px;}

#contents-body .unitIn ul.color { text-align:left; margin:10px 0 10px 20px; padding-bottom:10px; }
#contents-body .unitIn ul.color li { display:inline; margin:3px 5px 3px 3px;}

#contents-body .unitIn .leftBox table td span ,
#contents-body .unitIn .rightBox table td span { text-decoration:underline; color:#3399CC; }

#contents-body .unitIn .clboxLeft { width:390px; float:left; display:inline; }
#contents-body .unitIn .clboxRight { width:300px; float:left; display:inline; }

