@charset "utf-8";

html{
background:#fff;  
color:#333;  
}

html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,a,img,pre,ol,ul,li,p,blockquote,th,td,form,fieldset,input,select{
padding:0;
margin:0;
}

body{
font-size:10px;
}

* html body{
font-size:62.5%;
}

*:first-child+html body{
font-size:62.5%;
}

input{
font-size:120%;
}

a{
text-decoration:none;
color:#000;
}

img,button{
border:none;
background:none;
}

button{
cursor:pointer;
margin:0;
border:none;
}

table{
border-collapse:collapse;
border-spacing:0;
}

address,caption,cite,code,dfn,em,strong,th,var{
font-weight:normal;
font-style:normal;
}

ol,ul{
list-style:none;
}

caption,th{
text-align:left;
}

h1,h2,h3,h4,h5,h6 {
font-weight:normal;
}

q:before,q:after{
content:'';
}

abbr,acronym,button{
border:0;
}

.hidden{
display:none;
}

/*--==============================

creafix

==============================--*/
.clearfix:after {
content:"."; 
display:block;
height:0; 
clear:both; 
visibility:hidden;
}

* html .hidden{
height:1%;
}

.clearfix:after {
content:".";
display:block;
clear:both;
height:0;
visibility:hidden;
}

.clearfix {
min-height:1px;
}

* html .clearfix{
height:1px;
/*¥*//*/
height:auto;
overflow:hidden;
/**/
}