/*/////////////////////////////////////////////////////////////////////////////////////////////*/
/* site setting */
/*/////////////////////////////////////////////////////////////////////////////////////////////*/


 /* body
---------------------------------------------------- */
body {
font-family: "Verdana", "Arial", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
background:#ffffff;
color:#333333;
line-height:1.5em;
font-size:90%;
text-align:center;
}

* html body{  
    overflow: hidden;  
}   

body { position: relative; }

/*link
---------------------------------------------------- */
A {text-decoration: none;} 
A:link { color:#339933; } 
A:visited { color:#339933; }
A:active { color:#EB4163; }
A:hover { color:#EB4163; text-decoration: underline; }


 /*huk
---------------------------------------------------- */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    overflow:hidden;
    font-size:0.1em;
    line-height:0;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


 /* nav fixed
---------------------------------------------------- */
.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;


/*===============================================
タブレット用
===============================================*/
@media screen and (min-width: 860px){


}
/*===============================================
スマホ用
===============================================*/
@media screen and (max-width: 859px){



}

}