* {
        box-sizing: border-box;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
     -o-box-sizing: border-box;
}
	html,body{
	width:100%;
	height:100%;

	padding:0;
	margin:0;
	-webkit-text-size-adjust:none;
	font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;
	letter-spacing: 0.02em;
	
}

p,blockquote,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,th,td,hr,form,fieldset,legend,input,button,textarea{margin:0;padding:0}
ul,ol,li{list-style:none}
a{ color:#ff53a4;}
html{
	min-width: 320px;
}
body {
	width: 100%;
	height:100%;
	font-family: "ＭＳ Ｐゴシック", "MS PGothic";
	font-size:16px;
	margin: 0 auto;
	position: relative;
	text-align: center;
	letter-spacing: 0px;
	background-image:url(frame/bg.jpg);
	background-attachment: fixed;
	background-position: center top;
	background-repeat: repeat-x;
	background-color: #0f367c;
}

img{
	border:0;
	vertical-align:middle;
}

#acc{
	position:absolute;
	top:-8000px;}

img {-ms-interpolation-mode: bicubic;}


#overlay{
	width: 100%;
	height:100%;
	position: fixed;
	background-color: rgba(0,0,0,0.7);
	z-index: 1000;
	display: none;
	left:0;
	top:0;
}



/***************************************************************************************************/


#sp {
	position: relative;
	width: 100%;
	max-width: 750px;
	min-height: 100%;
	margin:0 auto;
	text-align:center;
	-webkit-perspecitve-origin:50% 50%;
	perspective-origin:50% 50%;

}


/***************************************************************************************************/

#mheader{
	width: 100%;
	height:50px;
	position:fixed;
	top:0;
	left:0;
	z-index: 10;
	background-color: #0f367c;
	-webkit-transform-origin:center top;
	transform-origin:center top;
}
#mheader li{
	position: relative;

}
#milink{
	height:50px;
	line-height: 50px;
	font-size: 10px;
	color: #fff;
	padding-left: 10px;
	text-align: left;
text-shadow:0px 1px 1px #0d6aa4,0px 0px 1px #0d6aa4,1px 0px 1px #0d6aa4,0px -1px 1px #0d6aa4,-1px -1px 1px #0d6aa4,-1px 0px 1px #0d6aa4;
	float: left;
}
#mmenu{
	width: 15%;
	height:48px;
	border:solid 1px #fff;
	float:right;
	line-height:48px;
	color:#fff;
	font-weight:bold;
	cursor:pointer;

}

@-webkit-keyframes mmrota {
	0% {-webkit-transform:rotateX(0deg);	}
	100% {-webkit-transform:rotateX(90deg);	}
}

@keyframes mmrota {
	0% {transform:rotateX(0deg);	}
	100% {transform:rotateX(90deg);	}
}

@-webkit-keyframes mmrotaR {
	0% {-webkit-transform:rotateX(90deg);}
	100% {-webkit-transform:rotateX(0deg);	}
}
@keyframes mmrotaR {
	0% {transform:rotateX(90deg);}
	100% {transform:rotateX(0deg);	}
}


#milink a{
	text-decoration: none;
	color: #fff;
}
h1,h2,h3{
	display: inline;
	font-size:10px;
}



.fixed {
	position: fixed;
	background-color: rgba(255,255,255,0.9);
	border: solid 2px #76ccf9;
	z-index: 100;
	top:0;
	left:0;
	width:100%;
}








/***************************************************************************************************/

.mcloser{
	position: fixed;
	left:0;
	bottom:0;
	width: 100%;
	height: 60px;
	line-height: 60px;
	background-color: #0980bd;
	border: solid 2px #0f367c;
	z-index: 105;
	text-align: center;
	font-size: 26px;
	color: #fff;
	cursor: pointer;
	display: none;
}

/***************************************************************************************************/

#mmenu_o{
	width: 100%;
	height: 100%;
	max-width:750px;
	background-image: url(frame/ac_bg.png);
	z-index: 101;
	padding:0px 10px;
	display: none;
	overflow: auto;
	position:fixed;
	left:0;
	top:100%;
	display:none;

}
#mmenu_o li{width: 32%; margin: 0.65%; float: left}
#mmenu_o li:last-child{
	display:block;
	width:100%;
	height:50px;
}
#mmenu_o li img{width: 100%;}
@-webkit-keyframes rotate {
	0% {-webkit-transform:rotateZ(0deg);}
	50% {-webkit-transform:rotateZ(380deg);}
	100% {-webkit-transform:rotateZ(360deg);}
}
@keyframes rotate {
	0% {transform:rotateZ(0deg);}
	50% {transform:rotateZ(380deg);}
	100% {transform:rotateZ(360deg);}
}

@-webkit-keyframes scale {
	0% {-webkit-transform:scale(1.0);}
	25% {-webkit-transform:scale(1.1);}
	100% {-webkit-transform:scale(1.0);}
}
@keyframes scale {
	0% {transform:scale(1.0);}
	25% {transform:scale(1.1);}
	100% {transform:scale(1.0);}
}

#mmenu_o .mmtitle{width: 99% !important;}
#mmenu_o .mmtitle img{transform: rotateZ(0deg) !important;}





/***************************************************************************************************/

#mfooter{
	height: 60px;
	width: 100%;
	position: fixed;
	bottom:0px;
	color: #fff;
	background-color: #0f367c;

	padding: 1px;
	font-size: 11px;
	font-weight: bold;

}
#mfooter li{
	text-align: center;
	width:60%;
	height: 55px;
	display: inline-block;
	vertical-align:middle;
	line-height: 120%;

}
#mfooter li img{height:100%;}
#mfooter #ghome , #mfooter #gtop{
	line-height: 50px;
	width: 15%;
	border: solid 1px #fff;
	float: right;
	margin: 1px 5px;
	cursor: pointer;
}



.pc,.sp{display:none;}

















