@charset "utf-8";

/* =base
------------------------------------------------------------------------------------------*/
*{box-sizing: border-box;}

body {
	text-align: center;
	color: #333;
	font-family: "メイリオ","Meiryo","MS PGothic","Osaka",Arial,sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	height: 100%;
	-webkit-text-size-adjust: 100%;
}
html {overflow-y:scroll; height:100%;}

a {color: #996600;text-decoration: none; outline:none;}
a:hover {color: #996600;text-decoration:none;opacity:0.8;}
a:hover img{opacity:0.8;filter: alpha(opacity=80);}

.pc_only{ display:block;}
.sp_only{ display:none;}

@media only screen and (max-width: 639px) {
.pc_only{ display:none;}
.sp_only{ display:block;}
}



/* =fade
------------------------------------------------------------------------------------------*/
#js_fade2 {position : fixed;top : 0;left : 0;width: 100%; height : 100%;background-color: #fff;background-image : url( ../images/loading.gif );background-repeat : no-repeat; background-position : 50% 50%; z-index:100;}

/* =header
------------------------------------------------------------------------------------------*/
header{background-color:#FFFFFF;width:100%;border-bottom:2px solid #ce558f;}
.header_area{width:94%;max-width:1000px;margin: 0 auto; text-align:left;}
.header_area h1{padding:14px 0 8px;}
@media only screen and (max-width: 639px){
	.header_area h1 a img{width:34px;}
}








/* =foot
-----------------------------------------------------------------------------------------*/
footer{background-color:#fff;border-top:4px solid #f06ba9;padding:30px 0;  }

@media only screen and (max-width: 639px){
footer{ }
}

/* =ページトップ
------------------------------------------------------------------------------------------*/
.page_top{text-align:right;margin: 0;width:80px;text-align:center;position:fixed; right:30px; bottom:40px;z-index:10}
.page_top a{background-color:#ea5098; display:block;border-radius: 50%;height:80px; width:80px; line-height:80px; color:#fff; ;font-size:12px;}
.page_top a:hover{background-color:#ec7bb0; text-decoration:none;}


@media only screen and (max-width: 639px){
.page_top{ display:none;}
}



/* =clearfix
------------------------------------------------------------------------------------------*/
.clearfix:after{clear:both;display:block;height:0;line-height:0;visibility:hidden;font-size:0.1em;content:".";}
.clearfix{overflow: hidden;}


/* font
------------------------------------------------------ */
