@charset "shift_jis";
/* CSS Document */

body {
	background: black;
	background-repeat: repeat-x;
	text-align: center;

}
p {
	padding-top: 10px;
	padding-bottom: 10px;
}
h1 {
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	display:inline;
	position: absolute;
	left: auto;
	top: 3px;
}
#mobile {
	color: #666;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	display:inline;
	position: absolute;
	left: 806px;
	top: 3px;
}

#flash {
	height: 400px;
	width: 550px;
	margin-bottom: 14px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../image/enter/flash_bg.jpg);
	background-repeat: no-repeat;
}
.enter-box-container {
	background: linear-gradient(to bottom,
		transparent calc(100% - 249px),/* 上の部分は透明 */
		#9d0604 calc(100% - 249px),/* 下だけ赤 */
		#9d0604 100%/* 下まで赤 */
				);
}
#enter_box {
	color: #999999;
	font-size: 10px;
	width: 934px;
	margin-right: auto;
	margin-left: auto;
	height: 707px;
	position: relative;
}
#gif {
	color: #999999;
	font-size: 10px;
	position: absolute;
	left: 11px;
	top: 577px;
}
#enter_box tr td div {
	padding-bottom: 5px;
}
#over {
	overflow: hidden;
	padding-top: 75px;
	background-image: url(../image/enter/bt_enter.gif);
	display: block;
	height: 0px;
	width: 320px;
	position: absolute;
	left: 300px;
	top: 549px;
	background-repeat: no-repeat;
	transform: scale(1.5);
}
#over:hover {
	background-position: 0 -75px;
}
#under {
	overflow: hidden;
	padding-top: 28px;
	display: block;
	height: 0px;
	width: 74px;
	position: absolute;
	left: 748px;
	top: 641px;
	background-repeat: no-repeat;
}
#mobile {
	font-size: 12px;
}
#ranking {
	color: #FFFFFF;
	font-weight: bold;
}
.top_box{
	color: #999999;
	margin-left:auto;           /* IE以外用の中央寄せ */
	margin-right:auto;          /* IE以外用の中央寄せ */
	text-align:left;            /* 中身を左寄せに戻す */
	width:600px;               /* 高さ */
	margin-bottom: 15px;
}

#cityheaven {
  border: 1px solid;
  box-sizing: border-box;
  clear: right;
  color: darkgray;
  display: grid;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin: 10px auto 0;
  place-items: center;
  text-decoration: none;
	transform: translateX(360px);
  white-space: nowrap;
  width: 200px;
}
#cityheaven p {
	line-height: normal;
}
#cityheaven span {
	font-size: 1.3em;
}
#cityheaven:hover,
#cityheaven:active {
	color: gray;
}

/* link */

#link_container1 {
	border: 1px solid #FFF;
	width: 636px;
	padding-top: 10px;
	padding-left: 10px;
	margin-top: 5px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
}
#link_container1 a {
	float: left;
	display: block;
	border: 1px solid #FFF;
	margin-right: 10px;
	margin-bottom: 10px;
}
#link_container2 {
	width:800px;
	margin-right: auto;
	margin-left: auto;
}
#volunteer {
	width:170px;
	height: 400px;
	position: absolute;
	left: 20px;
	top: 10px;
}
