@charset "utf-8";
/* css document */
/*--------------------------------------------
index
---------------------------------------------*/
* {}

html {
	color: #000;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin: 0;padding: 0;
}

body {
	margin: 0px auto;
	padding: 0px;
	color: #000;
	text-align: center;
	width: 100%;
	background: rgba(255,0,119,0.9);
}

#bg {
	width: 100%;
	height: auto;
	margin: 0 auto 0 auto;
	text-align: center;
	z-index: 10;
	position: absolute;
}

.top{
	height: auto;
	margin: 0 auto 5px auto;
	text-align: center;
	max-width: 640px;
}

.info_box {
	text-align: center;
}

.info_box p{
	font-size: 14px;
	text-align: center;
	line-height: 0.8em;
	color: #000;
	margin-top: 3px;
	text-shadow: 1px 0px 0px #fff, -1px 0px 0px #fff, 0px 1px 0px #fff, 0px -1px 0px #fff;
}

.wide {
	width: 100%;
}

header{
	text-align:center;
	width: 100%;
	height: 120px;
	z-index: 10;
	position: relative;filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
	max-width: 640px;
	margin: 0 auto;
}

header h1 {
	font-size: 10px;
	text-align: center;
	font-weight: normal;
	line-height: 1.4em;
	color: #000;
	padding-top: 1px;
	padding-bottom: 1px;
}

#logo_box{
	width: 100%;
	height: auto;
	margin: 0px auto 0 auto;
}

#logo_box img{
	max-width: 85%;
}

@keyframes enter-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.enter {
	animation-name: enter-fade-in;
	animation-duration: 2s;
	display: block;
	width: 80%;
	height: auto;
	margin: 340px auto 10px auto;
	padding: 10px;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 2px;
	border: 1px solid #fff;
	background: rgba(161,207,244,0.9);
	text-align: center;
	box-sizing: border-box;
	border-radius: 10px;        /* CSS3草案 */  
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 10px;   /* Firefox用 */  
}

.enter a{
	color: #fff;
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	line-height: 36px;
}

.enter span{
	color: #fff;
	font-size: 11px;
	line-height: 0px;
	padding-left: 10px;
	letter-spacing: 0px;
}

.info {
	text-align: center;
	line-height: 1.1em;
	margin: 5px auto 15px auto;
	color: #000;
	font-size: 11px;
	width: 80%;
	text-shadow: 1px 0px 0px #fff, -1px 0px 0px #fff, 0px 1px 0px #fff, 0px -1px 0px #fff;
}

.info a{
	color: #f80;
	font-size: 11px;
}

.info2 {
	text-align: left;
	width: 340px;
	margin: 0 auto 30px auto;
	line-height: 1.2em;
	padding-top: 0px;
	padding-bottom: 5px;
	color: #000;
	font-size: 11px;
	text-shadow: 1px 0px 0px #fff, -1px 0px 0px #fff, 0px 1px 0px #fff, 0px -1px 0px #fff;
}

footer{
	width: 100%;
	height: auto;
	bottom: 0;
	z-index: 10;
	position: absolute;
	margin: -10px auto 0 auto;
}

#index_banner_box{
	width: 100%;
	height: auto;
	margin: 15px auto 0 auto;
	padding-top: 1px;
	background: rgba(205,65,135,0.7);
	padding-bottom: 1px;
}

#index_banner_box img{
	max-width: 100%;
}

.link_asobo{
	width: 95%;
	margin: 0 auto 5px auto;
	text-align: center;
	line-height: 16px;
}

.link_asobo a{
	font-size: 9px;
	color: #000;
}

.copy {
	width: 100%;
	margin-top: 0px;
	font-size: 12px;
	background: rgba(255,0,119,0.9);
	padding-top: 2px;
	padding-bottom: 2px;
	color: #fff;
}

.copy a{
	color: #fff;
	text-decoration: none;
}

/* Dreamweaverバグ用 */
.clearfix {overflow: hidden;}

/* MacIE用 */
*+html .clearfix { height: 1%; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }



#loader-bg {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: rgba(161,207,244,0.9);
	z-index: 100;
	text-align: center;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

.loader-bg_image {
	position: relative;
	width: 85%;
	height: auto;
	margin: 130px auto 0 auto;
	text-align: center;
	animation-name: enter-fade-in;
	animation-duration: 2s;
}

.loader-bg_image img{max-width: 100%;}



#loader {
	display: none;
	position: relative;
	top: 20%;
	margin: 0px auto 0 auto;
	width: 180px;
	height: 100px;
	margin-top: -100px;
	text-align: center;
	color: #fff;
	z-index: 200;
}