@charset "utf-8";
/* reset */
* {-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;}
:after,:before {-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
html{overflow-y:scroll;}
body{margin:0;padding:0;font-size:12px;font-weight:normal;font-family:\5b8b\4f53,Arial,sans-serif;}
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,fieldset,input,textarea,p,table,th,td{padding:0;margin:0;}
ol,ul{list-style:none}
li{list-style-type:none;}
img{vertical-align:top;border:0;}
table,tr,th,td{font-size:12px;}
table{border-collapse:collapse;border-spacing:0;}
h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:normal;}
address,cite,code,em,th,i{font-weight:normal;font-style:normal;}
input {line-height: normal;}
button, input, optgroup, select, textarea {color: inherit;font: inherit;margin: 0;outline: none;}
p { word-break: break-all; }
a{text-decoration:none;}
a:hover{text-decoration:none;}

/* definition */
.clearfix{*zoom:1;}
.clearfix:after{display:block;overflow:hidden;clear:both;height:0;visibility:hidden;content:".";}
.fl,.fr{display:inline;}
.fl{float:left;}
.fr{float:right;}

/* opacity */
.opa{filter:alpha(opacity=70);-moz-opacity:0.7;-khtml-opacity:0.7;opacity: 0.7;}