@import url("global.css");
/*再定義*/
h1 {
	position:relative;
	height:87px;
}
h1 img {
	position:absolute;
	top:0px;
	left:0px;
}
#container {
	height:auto;
}
#contents {
	margin:0 0 0 1px;/*border:1px solid black;*/
}
/*再定義終了*/
h2 {
	background:url(../system/images/h2_back.png);
	height:32px;
	width:100%;
}
h3 {
	text-align:center;
}
h4 {
	text-align:left;
	font-size:1.5em;
	margin:0px;
	padding:0px;
}
#selectbtn-area {
	margin:10px 0 0 60px;
	height:95px;
}
#selectbtn-area li {
	display:block;
	width:127px;
	height:75px;
	float:left;
}
#selectbtn-area li a {
	display:block;
	width:100%;
	height:100%;
	/*border:1px solid black;*/
	text-align:center;
	margin-top:5px;
}
#selectbtn-area li a:hover {
	margin:0px;
	background:url(../images/arrow2.png) no-repeat center bottom;
}
/*スタイル説明*/
#style {
}
p.style-caption {
	color:#333;
	font-size:0.8em;
	width:70%;
	margin:0 auto 20px auto;
	padding:12px;
	border:2px solid #333;
	line-height:1.4;
}
table.style-table {
	width:750px;
	margin:0 auto;
	font-size:0.8em;
	color:#333;
}
table.style-table td {
	text-align:center;
}
table.style-table h4{
	margin:10px 0 5px 5px;
}
table.style-table p {
	color:#555;
	width:95%;
	margin:10px auto;
	line-height:1.5;
}
/*料金*/
#price {
	font-size:0.8em;
}
#price h3 {
	font-size:1.1em;
	color:#ED1E79;
	text-align:left;
	margin:20px 0 0px 40px;
}
#price h4 {
	font-size:0.9em;
	text-align:left;
	margin:10px 0 0px 50px;
}
#price #price-area {
	text-align:center;
}
#price p {
	font-size:0.9em;
	text-align:left;
	margin:5px 0 20px 50px;
	width:600px;
}
#card-exp p {
	line-height:1.5;
}
/*プレイ内容*/
#play {
}
#play-icon-area {
	font-size:0.9em;
	color:#333;
	margin:20px 0 50px 100px;
}
/*マップ*/
#map {
	text-align:center;
}
#map h3 {
	color:white;
	background:#ED1E79;
	text-align:left;
	width:320px;
	margin:0 0 10px 0px;
	padding:5px;
}
#map table {
	margin:0 auto 50px auto;
}
#map td {
	vertical-align:top;
}
#map p {
	color:#555;
	font-size:0.8em;
	text-align:left;
}
#map strong {
	color:#ED1E79;
}
/*禁止事項*/
#notice {
}
ul.notice-ul {
	color:#333;
	width:80%;
	margin:30px auto 0 auto;
	font-size:0.9em;
}
li.notice-icon {
	background:url(../system/images/notice_icon.png) no-repeat left 3px;
	padding:1px 0 5px 20px;
	line-height:1.5;
	margin-bottom:10px;
}
ul.sub-notice {
	font-size:0.9em;
	list-style-type:disc;
	margin:10px 0 50px 20px;
}
