/* CSS Document */

body {
margin:0;
padding:0;
font-size:10px;
font-family:"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
/*\*/
letter-spacing:0.08em;
/**/
background:#FFFFFF;
}

div, p, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, table, th, td, form, input, select, address {
margin:0; 
padding:0; 
color:#000000; 
font-style:normal; 
font-weight:normal;
line-height:1.4;
list-style:none;
font-size:100%;
}

img {
border:none;
vertical-align:bottom;
}

br {
letter-spacing:0;
}

a:link,
a:visited {
color:#0066FF;
text-decoration:underline;
}
a:hover,
a:focus,
a:active {
color:#0066FF;
text-decoration:none;
}





/*------------------------------------------------------
class
------------------------------------------------------*/
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
.clearfix {
display:inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
height: 1%;
}
.clearfix {
display: block;
}
/* End hide from IE-mac */





