@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-collapse:collapse;border-spacing:0}
audio,canvas,video { display: inline-block;*display: inline;*zoom: 1;}
fieldset,img{border:0}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}
ol,ul{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{ color:#797979; text-decoration:none;}
a:focus{ outline:none;}
a:hover,a:active{ text-decoration:underline;}
::-webkit-input-placeholder {
color: #535353;
}
:-moz-placeholder {
color: #535353;
}
::-moz-placeholder {
color: #535353;
}
:-ms-input-placeholder {
color: #535353;
}

/* 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;}

.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;}
.mr10{ margin-right: 10px;}
/* padding*/
.pt5{ padding-top: 5px;}
.pt10{ padding-top: 10px;}

/* text */
.tac{ text-align:center;}
.tal{ text-align:left;}
.tar{ text-align:right;}

/* 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; }

.hide{ display:none;}


