@charset "utf-8";



/* 高さ確保

:after{
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

*/

#tpl-body .unitarea { clear:both;}
#tpl-body .unitarea:after{
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
} 

#tpl-body .unitarea.mt30 { margin-top:30px;} 
#tpl-body .unitarea .photo { float:left; display:inline; width:200px;}
#tpl-body .detailBox { float:right; display:inline; width:300px; }
#tpl-body .unitarea .photo img { padding:1px; border:1px solid #efefef;}
