@charset "UTF-8";



/*----------------------------------------------*/
/*----------------------------------------------*/
/*HOT 100 [COMMON]*/
/*----------------------------------------------*/
/*Created: 2010.10.01*/
/*Last Update:	2015.04.01*/
/*----------------------------------------------*/




/*INDEX*/

/*[COMMON]*/

/*COMMON*/











/*----------------------------------------------*/
/*[COMMON]*/
/*----------------------------------------------*/

/*----------------------------------------------*/
/*COMMON*/
/*----------------------------------------------*/

html {
min-width:940px;
font-size:62.5%;
}

body {
/*
font-size:10px;
_font-size:62.5%;
*/
font-size:1em;
text-align: center;
margin: 0px;
padding: 0px;
border: 0px;
color: #333333;
background:#FFF;
font-family:"Meiryo","Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W4", "Osaka", "ＭＳ Ｐゴシック", arial , Verdana;
}

a:link {
text-decoration: underline;
color:#333333;
}
a:visited {
text-decoration: underline;
color: #333333;
}
a:hover {
text-decoration: underline;
color:#F60;
}
a:active {
text-decoration: underline;
color: #333333;
}

h1,h2,h3,h4,h5,p {
margin:0;
padding:0;
}

img {
border:none;
}

a:hover img#hButton {
opacity:0.7;
filter: alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
}

ul,li {
list-style:none;
}

hr {
display:none;
}

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