@charset "utf-8";

/* margin set
----------------------------------------------------------------------------------------------*/

h1,h2,h3,h4,h5,h6,p,dl,dt,dd{margin:0;padding:0;}
ul,ol,li{margin:0;padding:0;list-style:none;}
.mB5{margin-bottom:5px;}
.mB10{margin-bottom:10px;}
.mB15{margin-bottom:15px;}
.mB20{margin-bottom:20px;}
.mB25{margin-bottom:20px;}
.mB30{margin-bottom:30px;}

/* clear float set 
-----------------------------------------------------------------------------------------------*/
.flt{float:left;}
.frt{float:right;}
.tcr{text-align:center;}
.trt{text-align:right;}
.tlt{text-align:left;}
.ftw{font-weight:bold;}
.fz14{font-size:14px;}
.fz16{font-size:16px;}
cite{display:none;}
.clear{clear:both;}
.fix:after{content:".";display:block;height:0;clear:both;visibility:hidden;line-height:0;font-size:0;}
* html .fix{display:inline-block;}
*:first-child+html .fix{display:inline-block;}

/* base style
----------------------------------------------------------------------------------------------*/
body{color:#909294;;line-height:1.4;background-color:#FFF;}
a{color:#555555;text-decoration:none;}
a:focus{ -moz-outline-style: none; outline:none; }
a:hover{color:#555555;text-decoration:underline;}
/*
a:visited {color:#3A6288;text-decoration:none;}
*/
