<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

/*=======================================*/

#sp_map,#sp_ticket_bnr,#sp_maido_btn,#sp_area_menu{
	display:none;
}



body{
	background:url(../img/main_bg.gif) top center;
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
}

#header{
	/*height:140px;*/
	height: 100px;
	background:url(../img/header_bg.jpg) repeat-x;
}

#header_inner{
	width:960px;
	margin:0 auto;
}

h1{
	display:block;
	float:left;
}

#maido_logo{
	float:left;
	padding:14px 160px 0 0;
}

#maido_btn{
	display:block;
	width:315px;
	height:42px;
	float:left;
	margin:-1px 0 0 0;
}

#ticket_bnr{
	width:430px;
	height:101px;
	float:right;
	margin:18px 0 0 0;
	cursor:default;
}

#main{
	width:960px;
	margin:0 auto;
}

#main_menu{
	padding:10px 0;
}

#main_menu li{
	float:left;
	margin:0 10px 0 0;
}

#sp_map_btn{
	width:175px;
	height:42px;
	margin:0 0 20px 0;
}

#map{
	clear:both;
	width:960px;
	height:489px;
	margin:40px 0 10px 0;
}

#area_menu{
	width:960px;
	height:272px;
	background:url(../img/btn_bg.png) no-repeat;
	padding:9px 0 20px 0;
}

#area_menu ul{
	text-align:center;
}

#area_menu li{
	display:inline-block;
	margin:0px 6px 0 6px;
}

#area_menu li a{
	display:block;
}

#area_menu li a:hover{
	opacity:0.7;
}

/*-------------------------------------------*/

.detail_joy,.detail_eat,.detail_eat_s{
	clear:both;
	padding:0 0 20px 0;
}

.detail_joy h2,.detail_eat h2,.detail_eat_s h2{
	font-size:22px;
	font-weight:bold;
	color:#2c0a0a;
	padding:6px 0 0 0;
	width:680px;
	float:left;
}

.detail_eat_s .pc_ticket_count{
	display:block;
	width:261px;
	float:right;
	padding:3px 10px 0 0;
}

.detail_eat .pc_ticket_count{
	display:block;
	width:261px;
	float:right;
	padding-top: 12px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0;
}

.detail_joy .pc_ticket_count{
	padding:3px 10px 0 0;
}

.number{
	float:left;
	margin:6px 14px 0 10px;
}

.detail_eat_s .number{
	float:left;
	margin:0px 14px 0 10px;
}

.event_title{
	padding-bottom:10px;
}

.detail_joy .event_title{
	height:42px;
	background:url(../img/event_joy_bg.png) no-repeat;
}

.detail_joy h2{
}

.detail_eat .event_title{
	height:62px;
	background:url(../img/event_eat_bg.png) no-repeat;
	line-height: 1.2;
}

.detail_eat_s .event_title{
	height:42px;
	background:url(../img/event_eat_bg_s.png) no-repeat;
}

.detail_eat h2{
}

.detail_inner{
	background-color:#f6f6f6;
}

.inner_left{
	width:370px;
	float:left;
	margin:0 0 0 10px;
}

.inner_left ul{
	width:370px;
	height:82px;
	background:url(../img/thumbnail_bg.jpg) no-repeat;
	text-align:center;
	margin:5px 0 0 0;
}

.inner_left ul li{
	display:inline-block;
	padding:5px 2px 0 2px;
}

.inner_right{
	width:560px;
	float:right;
	margin:0 10px 0 0;
}

#area1_so,#area2_so,#area3_so,#area4_so,#area5_so,#area6_so,#area7_so,#area8_so{
	text-align: center;
	padding: 10px;
}


.inner_right ul{
	text-align:center;
	margin:20px 0 0 0;
}

.inner_right ul li{
	display:inline-block;
}

.sponsor{
	font-size:14px;
	padding:20px 0 10px 0;
}

/*-------------------------------------------*/


#footer{
	height:123px;
	background:url(../img/footer_bg.png) center repeat-x;
	margin:40px 0 0 0;
}

#footer p{
	text-align:center;
	font-size:12px;
	color:#FFF;
	padding:20px 0 0 0;
}

#end{
	width:960px;
	text-align:center;
	padding:10px 0;
	background-color:#FFF;
	font-size:18px;
	margin:10px 0 0 0;
	color:#F00;
	border:1px solid #F00;
	font-weight:bold;
}
</pre></body></html>