/** 英・中共通 **/

div#contBox01 img { margin: 0 0 10px 10px; border: 0; float: right;}
div#contBox01 p.textEnd { margin-bottom: 0; padding-bottom: 5px;}
div#contBox01 ul { margin: 0 0 0 1.2em; padding: 0; list-style-position: outside; list-style-type: square;}
div#contBox01 li { padding-bottom: 5px;}


/** clearfix **/
.clearfix {
 clear: both;
 min-height: 1px;/*IE7用…高さが設定されていれば回避できる*/
 zoom: 1;
 height:auto;
 background-color:transparent;
 }
.clearfix:after {
 content: ".";  /* 新しい要素を作る */
 display: block;  /* ブロックレベル要素に */
 clear: both;
 height: 0;
 visibility: hidden;
 background-color:transparent;
 }
.clearfix { min-height: 1px; }
 /*----------------------------WinIE6 and below */
 /* Hides from IE-mac ￥*/
* html .clearfix { height: 1%; }
 /* End hide from IE-mac */