/*/////////////////////////////////////////////////////////////////////////////////////////////*/
/* c[ */
/*/////////////////////////////////////////////////////////////////////////////////////////////*/


 /* picture float setting
---------------------------------------------------- */
.picflo-r { float:right; margin:0 0 20px 20px; }
.picflo-l { float:left; margin:0 20px 20px 0; }
.picflo-r2 { float:right; margin:0 0 5px 10px; }
.picflo-l2 { float:left; margin:0 10px 5px 0; }

.picflo { float:left; margin-right:10px; }

.flol { float:left; }
.flor { float:right; }





 /* clear
---------------------------------------------------- */
.clear { clear:both; }


 /* list
---------------------------------------------------- */
.ul-disc li { list-style:disc; margin-left:1.5em; }
.ul-decimal li { list-style:decimal; margin-left:1.5em; margin-bottom:0.25em; line-height:1.5em; }


 /*huk
---------------------------------------------------- */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    overflow:hidden;
    font-size:0.1em;
    line-height:0;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
