@charset "utf-8";
@import "reset.css";

/* common type */
.tl{text-align:left !important;}
.tc{text-align:center !important;}
.tr{text-align:right !important;}
.fl{float:left !important;}
.fr{float:right !important;}
.cl{clear:left !important;}
.cr{clear:right !important;}
.cb{clear:both !important;}
.em_type1{color:#ff0000}
.em_type2{color:#0c6dc9}
.em_type3{color:#434343}
.link_type1{color:#fffbbd;}
.mdpHide{display:none;}
.mdpShow{display:block;}
.lbn{border-left:none !important;}
.rbn{border-left:none !important;}

/* clearfix */
.clearfix:after {content: "."; display: block; height: 0; overflow: hidden; clear: both;}
html.ie .clearfix {zoom: 1;}

