html,body{
-webkit-text-size-adjust: none;
}

body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 1.231;
	color: #000000;
}

img {
	border:0;
}

a:link {
	color: #FF0000;
	text-decoration: underline;
	
}
  
a:visited {
	text-decoration: underline;
	color: #CC0000;
}
  
a:hover {
	text-decoration: underline;
	color: #CC0000;
}
  
a:active {
	text-decoration: none;
}



header{
	width:320px;
	height:302px;
	margin: auto;
	padding:0;
	background:url(../img/enter/entimg.jpg) center top no-repeat;
	background-size:320px 302px;
	text-align:center;
	position:relative;
	}

header h1{
	width:320px;
	text-align:center;
	position:absolute;
	font-size:10px;
	top:3px;
	left:0;
	color:#000;
	font-weight:normal;
	text-shadow: 1px 1px 3px #fff;
}

/*header #logo{
	width:231px;
	height:94px;
	text-align:center;
	position:absolute;
	top:88px;
	left:45px;
	}
*/

header #logo{
	width:180px;
	text-align:center;
	position:absolute;
	top:108px;
	left:50%;
	margin-left:-90px;
	}

header #logo img{
	-webkit-filter: drop-shadow(1px 1px 2px rgba(255, 255, 255, 1));
	filter: drop-shadow(1px 1px 2px rgba(255, 255, 255, 1));
	}

.enter_box {
	width: 320px;
	margin:20px auto;
	text-align: center;
	font-size:12px;
}
.enter_box a{
	color:#fd0456;
	}

.caution{
	width:300px;
	margin:10px auto;
}

.banner_box{
	width:320px;
	margin:10px auto 0px;
	padding:10px 0;
	text-align:center;
	}

.banner_box img{
	margin-bottom:5px;
	}

footer{
	width:100%;
	margin:0 auto;
	text-align:center;
	font-size:12px;
	color:#ffffff;
	background:#cd006b;
	}

footer a:link {
	color:#ffffff;
	text-decoration:none;
}

footer a:visited {
	text-decoration:none;
	color:#ffffff;
}

footer a:hover {
	text-decoration:none;
	color:#ffffff;
}

footer a:active {
	text-decoration:none;
}

footer #footer_inner{
	width:320px;
	margin:auto;
	text-align:center;
	color:#FFFFFF;
	padding-top:10px;
	}
	
footer #footer_inner #copy{
	width:320px;
	font-size:10px;
	text-align:center;
	line-height:15px;
	}


/* clearfix */
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

