@charset "utf-8";
/* CSS Document */
/* reset style*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{margin:0;padding:0}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section { display:block; }
body{font: 12px/1.5 '\5FAE\8F6F\96C5\9ED1','\5B8B\4F53',Tahoma,Arial; }
table{border: 0;border-collapse:collapse;border-spacing:0}
audio,canvas,video { display: inline-block;*display: inline;*zoom: 1;}
fieldset,input,img{border:0}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}
ol,ul,li{list-style:none}
caption,th{text-align:left}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}
q:before,q:after{content:''}
abbr,acronym{border:0;font-variant:normal}
sup{vertical-align:text-top}
sub{vertical-align:text-bottom}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}
input,textarea,select{font-size:100%}
a{ text-decoration:none; outline:none;star:expression(this.onFocus=this.blur());}
a:focus {outline:none; -moz-outline:none}
a:hover{ text-decoration:none;}
input,input:focus{ font:12px '\5FAE\8F6F\96C5\9ED1';}
/* base style*/
/* margin */
.mt0{ margin-top:0;}
.mt5{ margin-top: 5px;}
.mt10{ margin-top:10px;}
.mt15{ margin-top: 15px;}
.mt20{ margin-top: 20px;}
.mt25{ margin-top: 25px;}
.mt30{ margin-top: 30px;}
.mt40{ margin-top: 40px;}

.mb0{ margin-bottom: 0;}
.mb5{ margin-bottom: 5px;}
.mb10{ margin-bottom: 10px;}
.mb15{ margin-bottom: 15px;}
.mb20{ margin-bottom: 20px;}
.mb30{ margin-bottom: 30px;}
.mb40{ margin-bottom: 40px;}
.ml10{ margin-left: 10px;}
.ml15{ margin-left: 15px;}
.ml20{ margin-left: 20px;}
.mr10{ margin-right: 10px;}
.mr20{ margin-right: 20px;}
/* padding*/
.pt5{ padding-top: 5px;}
.pt10{ padding-top: 10px;}
.pt15{ padding-top: 15px;}
.pt20{ padding-top: 20px;}
/* text */
.tac{ text-align:center;}
.tal{ text-align:left;}
.tar{ text-align:right;}
.ti{ text-indent: -999em; }
/* float */
.fn{ float:none;}
.fl{ float:left;}
.fr{ float:right;}
/* clearfix */
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix { *zoom: 1; }
.clear{ clear:both;}
.disb { display: block; }
.hid{ display:none; }
