@charset "utf-8";
/* CSS Document */



body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,address,caption,figure,a {
  margin:  0;
  padding: 0;
  box-sizing: border-box;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}


h1,h2,h3,h4,h5,h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: '';
}

abbr,
acronym {
  border: 0;
}

hr {
  margin: 0;
  padding: 0;
}

a {
  outline: none;
}

ul,
ol{
list-style:none;
}

/**********************************************
common style
***********************************************/

.clear { clear: both; width:0px; height:0px; display:block; overflow:hidden; }

.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
overflow:hidden;
font-size:0.1em;
line-height:0;
}
.clearfix{
zoom:1;
}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */


