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







 /* 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 */
