/*-------------------------
 div#parkTicket
 パークチケット
-------------------------*/
#parkTicket .btnArea{
	border-top:1px solid #cfcfcf;
}
#parkTicket .bestTicket{
	position:relative;
	height:60px;
	margin:0 auto;
	text-align:center;
	width:250px;
}
#parkTicket .bestTicket .btn{
	width:100%;
}

/*-------------------------
 div#access
 アクセス
-------------------------*/
#access .btnArea{
	border-top:1px solid #cfcfcf;
}

/*-------------------------
 div#hotel
 ホテル
-------------------------*/
#hotel .lead{
	background:none;
	font-weight:normal;
	line-height:20px;
	padding:10px;
	text-align:center;	
}

/*-------------------------
 div#calendar
 運営カレンダー
-------------------------*/
#calendar .month{
	border-top:1px solid #cfcfcf;
	padding:8px;
	text-align:center;
}
#calendar .month li{
	display:inline;
	line-height:24px;
	padding:0 10px;
	white-space:nowrap;
}
#calendar .month li:last-child{
	border:0;
}
#calendar .month .active{
	color:#c70c27;
	font-weight:bold;
}
#calendar .month .active a{
	color:#c70c27;
}

/*----- .calendar -----*/
#calendar .eventList{
	background:#f5f5f5;
	background: -moz-linear-gradient(top, #ffffff, #fff 30%, #f5f5f5);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(0.3, #fff), to(#f5f5f5));
	border-top:1px solid #ccc;
	line-height:20px;
}
#calendar .eventList a, #calendar .eventList .altA{
	display:block;
	padding:10px 40px 10px 10px;
}
#calendar .calendar li{
	color:#535353;
	border-top:1px solid #cfcfcf;
	line-height:20px;
}
#calendar .calendar li a{
	background:url(../../images/common/arrowRight.png) right 50% no-repeat;
}
#calendar .calendar li a, #calendar .calendar li .altA{
	color:#535353;
	display:block;
	padding:10px 25px 10px 0;
}
#calendar .calendar li p{
	overflow:hidden;
	padding:0 15px;
	float:left;
}
#calendar .calendar li p.date{
	width:5em;
}
#calendar .calendar li p.date.sun{
	color:#f00;
}
#calendar .calendar li p.date.sat{
	color:#00f;
}
#calendar .calendar li p.time{
	border-left: 1px dotted #cfcfcf;
	border-right: 1px dotted #cfcfcf;
	float:none;
	font-weight:bold;
	text-align:center;
}
#calendar .calendar li p.check{
	float:right;
	padding-left:10px;
	text-align:center;
	width:4em;
}
#calendar aside.check{
	line-height:1.5em;
	padding:10px;
}

/*----- .calendar.greeting キャラクターグリーティング月次スケジュール -----*/
#calendar .calendar.greeting li .altA {
	padding-right:0;
}
#calendar .calendar.greeting li div.time {
	border-left:1px dotted #ccc;
	float:none;
	font-weight:bold;
	overflow:hidden;
	padding:0 15px;
	text-align:left;
}
#calendar .calendar.greeting li div.time p {
	float:none;
	padding:0;
}
#calendar .calendar.greeting li div.time .close {
	color:#C70C27;
}
#calendar .calendar.greeting + aside {
	border-top:1px solid #ccc;
}


/*-------------------------
 div#dailyInfo
 日別情報（ﾊﾟｰｸ情報、ｼｮｰｽｹｼﾞｭｰﾙ、ｷｬﾗｸﾞﾘｽｹｼﾞｭｰﾙ）
-------------------------*/
.dailyInfo .dailyTitle{
	background:#f5f5f5;
	background: -moz-linear-gradient(top, #ffffff, #fff 30%, #f5f5f5);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(0.3, #fff), to(#f5f5f5));
	border-top:1px solid #cfcfcf;
	height:40px;
	position:relative;
}
.dailyInfo .dailyTitle h2{
	line-height:40px;
	overflow:none;
	padding:0 40px;
	text-align:center;
}
.dailyInfo .dailyTitle .btn{
	width:25px;
}
.dailyInfo .dailyTitle .prev{
	left:10px;
}
.dailyInfo .dailyTitle .next{
	right:10px;
}

.dailyInfo table{
	border-spacing:0;
	border-top:1px solid #cfcfcf;
	width:100%;
}
.dailyInfo table th, .dailyInfo table td{
	border-bottom:1px solid #cfcfcf;
}
.dailyInfo table td a{
	color:#535353;
	display:block;
/*	padding:1em 30px 1em 1em;*/
}
.dailyInfo table td p{
	padding:0 30px 0 10px;
}
.dailyInfo table td p:first-child{
	padding-top:10px;
}
.dailyInfo table td p:last-child{
	padding-bottom:10px;
}
.dailyInfo table th{
	border-right:1px solid #cfcfcf;
	padding:1em;
	text-align:center;
	width:5em;
}
.dailyInfo table .time{
	font-size:120%;
	font-weight:bold;
	text-align:center;
}
.dailyInfo table .event{
	line-height:20px;
}
.dailyInfo table .event .name{
	font-weight:bold;
}
.dailyInfo #showres h3 {
	background-color:#ffedf3;
	border-bottom-color:#ef5798;
	color:#E20064;
}

/*----- .tdr -----*/
.dailyInfo.tdr .dailyTitle h2{
	color:#0049a9;
	border-bottom:3px solid #289fe3;
}
.dailyInfo.tdr table th{
	background-color:#edf8ff;
	color:#0049a9;
}
/*----- .tdl -----*/
.dailyInfo.tdl .dailyTitle h2{
	color:#e20064;
	border-bottom:3px solid #ef5798;
}
.dailyInfo.tdl table th{
	background-color:#ffedf3;
	color:#e20064;
}
/*----- .tds -----*/
.dailyInfo.tds .dailyTitle h2{
	color:#00809c;
	border-bottom:3px solid #38c8d5;
}
.dailyInfo.tds table th{
	background-color:#ebfcfb;
	color:#00809c;
}


/*-------------------------
 .schedule
 (ｼｮｰｽｹｼﾞｭｰﾙ、ｷｬﾗｸﾞﾘｽｹｼﾞｭｰﾙ)
-------------------------*/
.schedule li{
	border-top:1px solid #cfcfcf;
}
.schedule li h3{
	margin-bottom:5px;
}
.schedule li a, .schedule li .altA{
	color:#535353;
	display:block;
	padding:10px 30px 10px 10px;
}
.schedule .time{
	font-size:120%;
	font-weight:bold;
}

/*-------------------------
 #scheduleInfo
 スケジュールのボタン
-------------------------*/
#scheduleInfo{
	padding:10px;
	text-align:center;
}


/*-------------------------
 .theme
 ﾃｰﾏﾗﾝﾄﾞ(TDL),ﾃｰﾏﾎﾟｰﾄ(TDS)単位での表示(ｱﾄﾗｸｼｮﾝ/ｷｬﾗｸﾞﾘ待ち時間、Pｼｰﾄ、ｷｬﾗｸﾞﾘｽｹｼﾞｭｰﾙ)
-------------------------*/
.theme{
	border-top:1px solid #cfcfcf;
	position:relative;
}
.theme .themeName{
	background:#f5f5f5;
	background: -moz-linear-gradient(top, #ffffff, #fff 30%, #f5f5f5);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(0.3, #fff), to(#f5f5f5));
	background: linear-gradient(top, #ffffff, #fff 30%, #f5f5f5 100%);
	cursor:pointer;
	line-height:40px;
	overflow:hidden;
}
.theme.active .themeName{
	cursor:default;
}
.theme.active.close .themeName{
	cursor:pointer;
}
.theme .themeName.other{
	height:60px;
	line-height:20px;
}
.theme .themeName p{
	padding-left:10px;
}
.theme .themeName.other p{
	padding-top:12px;
}
.theme .themeName.other .ex{
	color:#535353;
	font-size:90%;
	font-weight:normal;
	padding:0 10px 8px;
}
.theme a{
	color:#535353;
	display:block;
}
.theme .btn{
	font-size:150%;
	right:10px;
	width:25px;
}
.theme article{
	border-top:1px solid #cfcfcf;
	display:none;
	position:relative;
}
.theme.active article{
	display:block;
}
.theme.active article:first-child{
	border-top:0px;
}
.theme article a{
	display:block;
	padding:10px 40px 10px 10px;
}
.theme article h3{
	margin-bottom:0.5em;
}
.theme article .run{
	font-weight:bold;
}
.theme article .update{
	clear:both;
	padding:0px 20px 0;
	text-align:right;
}
.theme li.none{
	padding:8px 10px;
}

/*-------------------------
 div#wait
 ｱﾄﾗｸｼｮﾝ･ｷｬﾗｸﾞﾘの待ち時間
-------------------------*/
#wait .theme article .time{
	border-left:1px dotted #cfcfcf;
	float:right;
	margin-left:20px;
	padding-left:20px;
	width:35%;
}
#wait .theme article .about .fp{
	background:url(/images/s/common/iconFastPass.png) left 3px no-repeat;
	color:#c70c27;
	height:20px;
	line-height:20px;
	padding-left:23px;
}
#wait .theme article .about .fp-no{
	background:url(/images/s/common/iconFastPass-no.png) left 3px no-repeat;
	color:#c70c27;
	height:20px;
	line-height:20px;
	padding-left:23px;
}
#wait .theme article .waitTime{
	font-size:200%;
}
#wait .theme article .waitTime .minute{
	font-size:50%;
}
#wait aside.fp{
	border-top:1px solid #cfcfcf;
	padding:10px;
	line-height:20px;
}
#wait aside.fp .fp{
	background:url(/images/s/common/iconFastPass.png) left 3px no-repeat;
	padding-left:23px;
}
#wait aside.fp .fp-no{
	background:url(/images/s/common/iconFastPass-no.png) left 3px no-repeat;
	padding-left:23px;
}

/*-------------------------
 div#wait以外
 ｱﾄﾗｸｼｮﾝ･ｷｬﾗｸﾞﾘ　ﾌｧｽﾄﾊﾟｽｱｲｺﾝの表示
-------------------------*/
aside.fp .fp{
	background:url(/images/s/common/iconFastPass.png) left 3px no-repeat;
	padding-left:23px;
}
aside.fp .fp-no{
	background:url(/images/s/common/iconFastPass-no.png) left 3px no-repeat;
	padding-left:23px;
}


/*-------------------------
 menu#sortMenu
 待ち時間の並び替えﾒﾆｭｰ
-------------------------*/
#sortMenu{
	top:80px;
}
#sortMenu .btnBox p{
	width:80px;
}
#sortMenu .btnBox p.btn{
	z-index:3
}
#sortMenu .btnBox p.shadow{
	z-index:1;
}
#sortMenu .innerBox{
	z-index:2;
}
#sortMenu ul{
	border-top:1px solid #cfcfcf;
}
#sortMenu li{
	border:1px solid #cfcfcf;
	border-top:0px;
	display:block;
	height:40px;
	line-height:40px;
	padding:0 10px;
}
#sortMenu li label{
	display:block;
}
#sortMenu li input{
	margin-right:10px;
}
#sortMenu .innerBox .btnSort{
	position:relative;
	margin:0 auto;
	width:80px;
	height:35px;
}
#sortMenu .innerBox .btnSort .btn{
	font-size:120%;
	width:80px;
}
#sortMenu .innerBox .ex{
	margin-bottom:1em;
}


/*-------------------------
 div#facilityList
 施設一覧(ｱﾄﾗｸｼｮﾝ,ｼｮｯﾌﾟ,ﾚｽﾄﾗﾝ,ｼｮｰ/ﾊﾟﾚｰﾄﾞ)
-------------------------*/
#facilityList h2{
	cursor:pointer;
}
#facilityList .thum .textBox{
	padding-left:80px;
}
#facilityList .thum .textBox h3{
	margin-bottom:0px;
}
#facilityList .thum .textBox .icon li{
	float:left;
	margin-right:5px;
}

/*-------------------------
 div#stopInfo
 休止施設情報
-------------------------*/
#stopInfo section li{
	border-top:1px solid #cfcfcf;
	line-height:24px;
}
#stopInfo section li p.nolink{
	padding:8px 10px;
}
#stopInfo section li p a{
	background:url(/images/s/common/arrowRight.png) right 50% no-repeat;
	display:block;
	padding:8px 30px 8px 10px;
}
#stopInfo .listBtn{
	border-top:1px solid #cfcfcf;
	margin:0 auto;
	padding:10px;
	position:relative;
}
#stopInfo .listBtn .button{
	display:block;
	margin:0 auto;
	width:150px;
}



/*-------------------------
 div#guideTour
 ガイドツアー
-------------------------*/
#guideTour .guideTour li{
	border-top:1px solid #cfcfcf;
}
.guideTour li a{
	color:#535353;
	display:block;
	padding:10px 40px 10px 10px;
}
.guideTour li h2{
	margin-bottom:0.5em;
}
.guideTour li .update{
	text-align:right;
}
.guideTour li .run{
	font-weight:bold;
}


/*-------------------------
 #showres
 ショーレストラン予約
-------------------------*/
#main.showres h2 {
	text-align:center;
}
#main.showres section.normal h2,
#main.showres section.normal h3 {
	padding:12px 10px;
	line-height:16px;
}
#main.showres section.normal > p {
	padding:10px;
}
#main.showres .caption {
	padding:10px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	line-height:1.5em;
	text-align:center;
}
#main.showres .sup {
	color:#ff7e00;
}
#main.showres label {
	display:block;
}
#main.showres ul.select li {
	margin-top:10px;
}
#main.showres ul.select li:first-child {
	margin-top:0px;
}
#main.showres ul.select li label{
	display:block;
}
#main.showres ul.select li input {
	margin-right:1em;
}
#main.showres input[type=checkbox] {
	margin-right:1em;
}
/* エラー表示 */
#main.showres .error {
	color:#C70C27;
}
/* ボタンエリア */
#main.showres .btnArea {
	padding:10px;
}
#main.showres .btnArea .button {
	margin-bottom:10px;
	width:100%;
	background:-webkit-gradient(linear, left top, left bottom, from(rgb(254,179,4)), to(rgb(254,140,0)));
	background:-moz-linear-gradient(top, rgb(254,179,4), rgb(254,140,0));
	background:linear-gradient(top, rgb(254,179,4), rgb(254,140,0));
	border:2px solid #fff;
	-moz-box-shadow:1px 1px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow:1px 1px 3px rgba(0,0,0,0.3);
	box-shadow:1px 1px 3px rgba(0,0,0,0.3);
	color:#fff;
	font-size:120%;
	text-shadow:0px -1px 1px rgba(0,0,0,0.3);
}
#main.showres .btnArea .button a {
	color:#fff;
}
#main.showres .btnArea .button.cancel {
	display:block;
	width:50%;
	color:#666;
	
	background:#f0f0f0;
	background:-moz-linear-gradient(top, #ffffff, #fff 30%, #f0f0f0);
	background:-o-linear-gradient(top, #ffffff, #fff 30%, #f0f0f0);
	background:-webkit-gradient(left top, left bottom, from(#ffffff), color-stop(0.3, #fff), to(#f0f0f0));
	background:linear-gradient(top, #ffffff, #fff 30%, #f0f0f0 100%);
	border:1px solid #cfcfcf;
	box-shadow:1px 1px 1px #fff inset;
	-moz-box-shadow:1px 1px 1px #fff inset;
	-webkit-box-shadow:1px 1px 1px #fff inset;
	color:#1194d1;
	text-shadow:0px 1px 1px #fff;
}
#main.showres .btnArea .button.cancel a {
	color:#666;
}
#main.showres .btnArea .button:last-child {
	margin-bottom:0px;
}
/* 表組 */
#main.showres table.info td {
	border-right:1px solid #ccc;
}
#main.showres table.info th:last-child,
#main.showres table.info td:last-child {
	border-right-width:0px;
}
/* 予約番号 */
#main.showres dl.reserve_number {
	border:1px solid #ccc;
}
#main.showres dl.reserve_number dt {
	float:left;
	margin-right:10px;
	padding:5px;
	border-right:1px solid #ccc;
}
#main.showres dl.reserve_number dd {
	padding:5px;
}
#main.showres input[type=text],
#main.showres input[type=tel],
#main.showres input[type=email],
#main.showres input[type=password] {
	padding:5px;
}


/*-------------------------
 
 ドメイン解除設定
-------------------------*/
#carrier {
	padding:10px;
}
#carrier li {
	float:left;
	padding-right:10px;
	width:34%;
	box-sizing:border-box;
}
#carrier li:first-child {
}
#carrier li:last-child {
	float:none;
	padding:0px;
	width:auto;
}



/*-------------------------
 
 メールアドレス・パスワード登録
-------------------------*/
#showresregist {
	padding:10px;
}
#showresregist li {
	float:left;
	padding-right:10px;
	width:50%;
	box-sizing:border-box;
}
#showresregist li:first-child {
}
#showresregist li:last-child {
	float:none;
	padding:0px;
	width:auto;
}



/*-------------------------
 div#enquete
 アンケート
-------------------------*/
#enquete .lead{
	color:#0049a9;
}
#enquete .answer{
	padding:10px;
}
#enquete label{
	display:block;
}
#enquete .error{
	color:#c70c27;
	padding:10px 10px 0;
}
#enquete .answerList{
	line-height:2em;
}
#enquete .answerList li{
	margin-top:10px;
}
#enquete .answerList li:first-child{
	margin-top:0px;
}
#enquete .answerList.fl li{
	float:left;
	margin:0;
	padding-right:3em;
}
#enquete input,
#enquete select{
	margin-right:10px;
	vertical-align:-0.2em;
}
#enquete .caution p{
	background-color:#edf8ff;
	padding:10px;
	margin:0;
}
#enquete .answerBtn{
	padding:5px 0 15px;
	position:relative;
}

#enquete .answerBtn > div{
	margin:0 auto;
	position:relative;
	width:200px;
}
#enquete .answerBtn .button{
	font-size:120%;
	margin:0 auto;
	width:200px;
}
#enquete .policy{
	background-color:#edf8ff;
	line-height:40px;
	padding:0 10px;
}
#enquete .policy li{
	float:left;
	width:50%;
}
#enquete .policy li a{
	background:url("/images/common/arrowRight-small.png") left 50% no-repeat;
	display:block;
	padding-left:25px;
}
