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

body {
	background-image: url();
	font-size: x-large !important;
	line-height:1.5em ;
}
p {
	line-height: inherit;
	padding-top: 10px;
	padding-bottom: 10px;
}
#enter_container {
	margin: auto;
	width: 630px;
}
h1 {
	line-height: normal;
	position: absolute;
	text-align: center;
	width: 100%;
}
#enter_wrapper {
	height: 484px;
	margin: auto;
	overflow: hidden;
	width: 640px;
}
#enter_box {
	color: #999999;
	font-size: 10px;
	width: 934px;
	margin-right: auto;
	margin-left: auto;
	height: 707px;
	position: relative;
	transform: scale(calc(640 / 934));
	transform-origin: top left;;
}
#gif {
	color: #999999;
	font-size: 10px;
	position: absolute;
	left: 11px;
	top: 577px;
}
#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: 547px;
	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;
}
#ranking {
	color: #FFFFFF;
	font-weight: bold;
	line-height: inherit;
	text-align: center;
}
.top_box{
	color: #999999;
	margin-top: 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 0 0 auto;
  place-items: center;
  text-decoration: none;
  white-space: nowrap;
  width: 200px;
}
#cityheaven p {
	line-height: normal;
}
#cityheaven span {
	font-size: 1.3em;
}
#cityheaven:hover,
#cityheaven:active {
	color: gray;
}

/* link */

#link_container {
	border: 1px solid #FFF;
	box-sizing: border-box;
	gap: 4px;
	display: flex;
	justify-content: center;
	padding: 10px 0;
  flex-wrap: wrap;
}
#link_container a {
	border: 1px solid #FFF;
}
#link_container div {
	display: none;
}
