@charset "utf-8";
/* CSS Document */

/* ========== Header▼ ========== */
header{
	margin:0;
	background:#FFF;
}
.headerTop{
	margin:0 auto;
	padding:10px 10px 0;
	max-width:960px;
}
.headerTop h1{
	float:left;
	margin:5px 0 0;
	height:49px;
}
.headerTop .sevenAndI{
	float:right;
}
.headerTop h1 img{
	width:270px;
}
.headerTop .sevenAndI img{
	width:55px;
}
@media screen and (max-width:767px){
	.headerTop h1{
		margin:10px 0 0;
		height:45px;
	}
	.headerTop h1 img{
		width:160px;
	}
	.headerTop .sevenAndI{
		margin:3px 0 0 0;
	}
	.headerTop .sevenAndI img{
		width:25px;
	}
}


/* ユーザー名 */
.headerMiddle{
	padding:5px 10px;
	border-top:1px solid #CCC;
	background:#F5F5F5;
	color:#333;
	font-size:14px;
}

.headerMiddle .userName{
	float:left;
}
.headerMiddle .registration{
	margin:0 0 0 10px;
	padding:0 0 0 10px;
}
.headerMiddle .useGuide{
	float:right;
}
.headerMiddle a{
	padding:0 0 0 10px;
	background:url(../images/icon_arrow_right.png) no-repeat 0 50%;
	background-size:5px 8px;
	color:#333;
}
@media screen and (max-width:360px){
	.headerMiddle .userName{
		float:none;
		/*text-align:center;*/
	}
	.headerMiddle .useGuide{
		float:none;
		margin:5px 0 0;
		text-align:center;
	}
}

/* グローバルメニュー */
h2.headingGmenu{
	/*background:#BB575D;*/
	color:#494949;
	font-size:19px;
	font-weight:bold;}
	
#sports {
	background:url(../images/heading_sports.png) no-repeat 10px 50%;
	padding-left:40px;}

/* 利用案内 */
.headerTop .userGuideBtn{
	float:right;
}
.headerTop .userGuideBtn img{
	width:54px;
	height:45px;
}

/* メニューボタン） */
.headerTop #menu{
	float:right;
	margin:0 25px 0 0;
	width:54px;
	height:54px;
	text-indent:-9999px;
}
.headerTop #menu.close{
	background:url(../images/btn_menu_open.png) no-repeat 0 0;
	background-size:54px 45px;
}
.headerTop #menu.open{
	background:url(../images/btn_menu_close.png) no-repeat 0 0;
	background-size:54px 54px;
}



/* ヘッダーメニュー */
.headerNavi{
	position:relative;
	z-index:100;
	height:0px;
	font-size:16px;
	font-weight:bold;
}

.menuNavi{
	display:none;
	position:absolute;
	z-index:200;
	left:0;
	top:-27px;
	width:100%;
	border-top:1px solid #E50012;
	border-bottom:1px solid #E50012;
}
.menuNavi ul{
	display:block;
}
.menuNavi li{
	width:100%;
	margin:0;
	background:#FFF9F9;
	display:block;
}
.menuNavi li a{
	display:block;
	padding:15px 10px 15px 20px;
	height:auto;
	background:url(../images/icon_arrow_right.png) no-repeat 10px 50%;
	border-top:1px solid #FFCCCC;
	background-size:5px 8px;
	color:#333;
	font-weight:bold;
}
.menuNavi li:first-child a{
    border-top:none;
}
/*@media screen and (max-width:360px){
	.menuNavi{
		top:-45px;
	}
}*/


/* 検索 */
.searchArea{
	margin:0 0 5px;
	padding:10px 0;
	background:#FFD5D5;
	border-bottom:1px solid #CCC;
	text-align:center;
}
.searchArea form{
	height:30px;
}
.searchArea input{
	margin:0;
	padding:0 0 0 10px;
	width:65%;
	height:28px;
	background:#FFEFEF;
	border:1px solid #F00;
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
}
.searchArea button{
	margin:0;
	padding:0;
	width:70px;
	height:30px;
	border:0 none;
	background:#F00;
	color:#FFF;
	font-size:14px;
	font-weight:bold;
	cursor:pointer;
}
.searchArea a{
	margin:0 0 0 24px;
	font-size:16px;
	text-decoration:underline;
}

@media screen and (max-width:767px){
	.searchArea input{
		width:45%;
	}
}
/* ========== Header▲ ========== */




/* トップページ バナー */
.bannerArea img{vertical-align:bottom;}
@media screen and (min-width:960px){
	.bannerArea{
		position:relative;
		margin:0 auto;
		max-width:960px;
		overflow:hidden;
	}
	.bannerArea ul{
		width:980px;
	}
	.bannerArea li{
		float:left;
		margin:0 20px 20px 0;
	}
	.bannerArea li.bannerL{width:470px;}
	.bannerArea li.bannerS{width:225px;}
	.bannerL img{
		width:470px;
		height:auto;
	}
	.bannerS img{
		width:225px;
		height:auto;
	}
}
@media screen and (max-width:959px){
	.bannerArea{
		position:relative;
		overflow:hidden;
		width:100%;
	}
	.bannerArea ul{
		width:105.2%;
	}
	.bannerArea li{
		float:left;
		margin:0 2% 2% 0;
	}
	.bannerArea li.bannerL{width:46.4%;}
	.bannerArea li.bannerS{width:22.3%;}
	.bannerL img{
		width:100%;
		height:auto;
	}
	.bannerS img{
		width:100%;
		height:auto;
	}
}
@media screen and (max-width:767px){
	.bannerArea{
		position:relative;
		width:100%;
	}
	.bannerArea ul{width:100%;}
	.bannerArea li{
		float:left;
		margin:0 0 10px 0;
	}
	.bannerArea li.bannerL{width:100%;}
	.bannerArea li.bannerS{width:49%; margin:0 0 2% 2%;}
	.bannerArea li.bannerS:nth-of-type(2n+0){
		margin:0 0 2% 0;
	}
	.bannerL img{
		width:100%;
		height:auto;
	}
	.bannerS img{
		width:100%;
		height:auto;
	}
}



/* ジャンル選択・エリア選択 */
.genreArea{
	margin:0 0 20px;
}

.genreArea ul{
	font-size:16px;
	font-weight:bold;
	border-top:1px solid #CCC;
	border-left:1px solid #CCC;
}
.genreArea li{
	float:left;
	margin:0;
	padding:0;
	width:50%;
	border-right:1px solid #CCC;
}
.genreArea li a{
	display:table-cell;
	padding:0 0 0 20px;
	width:500px;
	height:60px;
	background:#FFF url(../images/icon_arrow_right.png) no-repeat 10px 50%;
	background-size:5px 8px;
	color:#333;
	font-weight:bold;
	line-height:1.3;
	border-bottom:1px solid #CCC;
	vertical-align:middle;
}
.genreArea li a:hover{
	background:#FFD5D5 url(../images/icon_arrow_right.png) no-repeat 10px 50%;
	background-size:5px 8px;
}

.genreArea li span {font-weight:bold;}

/* ご利用ガイド用 1カラム */
.genreArea .columnOne li{
	float:none;
	width:100%;
}
.genreArea .columnOne li a{
	width:960px;
}


@media screen and (max-width:959px){
	.genreArea ul{
		border-left:0 none;
	}
	.genreArea li:nth-of-type(2n+0){
		border-right:0 none;
	}
	.genreArea li a{
		width:600px;
	}
	.genreArea .columnOne li{
		border-right:0 none;
	}
}
@media screen and (max-width:767px){
	.genreArea li{
		width:100%;
	}
	.genreArea li a{
		width:800px;
	}
	.genreArea li{
		border-right:0 none;
	}
}



/* 　　フォーム用　　 */
.formArea{
	margin:0;
	padding:0;
	width:100%;
}
.formArea dt, .formArea dd{
	font-size:14px;
}
.formArea dt{
	float:left;
	clear:both;
	margin:0 20px 10px 0;
	padding:8px 0;
	width:30%;
	text-align:right;
	font-weight:bold;
}
.formArea dt span{
	font-size:13px;
	font-weight:normal;
}
.formArea dd{
	float:left;
	margin:0 0 10px;
	width:60%;
}

/* 検索用フォーム */
.formArea.searchForm dt{
	width:35%;
}
.formArea dt.verticalMiddle{
	line-height:26px;
}


/* フォーム確認 */
.formArea.confirm{
	border-bottom:1px solid #CCC;
	background:#E6E6E6;
}
.formArea.confirm dt{
	margin:0;
	padding:8px 0 8px 2%;
	width:30%;
	text-align:left;
	border-top:1px solid #CCC;
}
.formArea.confirm dd{
	margin:0;
	padding:8px 0 8px 2%;
	width:70%;
	background:#F5F5F5;
	border-top:1px solid #CCC;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.formArea.confirm dt{
		width:30%;
	}
	.formArea.confirm dd{
		width:70%;
	}
}
.formArea dd.radioForm{
	padding:6px 0 0;
}
.step1{
	margin:0 0 10px;
}

.formArea dd input, .formArea dd textarea{
	padding:10px;
	font-size:14px;
	line-height:1.1;
	vertical-align:baseline;
}
.formArea dd input.txtForm{
	width:260px;
	border:4px solid #B3B3B3;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
}
.formArea dd input::-webkit-input-placeholder{color:#a0a0a0;line-height:1.2;}
.formArea dd input::-moz-placeholder{color:#a0a0a0;line-height:1.2;}
.formArea dd input:-ms-input-placeholder{color:#a0a0a0;line-height:1.2;}

.formArea dd input#captcha{
	margin:5px 0 0;
}
.formArea dd .inquiryText{
	width:450px;
	height:80px;
	border:4px solid #B3B3B3;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
}
.formArea dd select{
	padding:5px;
	font-size:14px;
}
.formFooter{
	margin:20px auto 30px;
	width:520px;
	text-align:center;
}
.formFooter input{
	float:right;
	width:236px;
	height:46px;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	color:#FFF;
	font-size:16px;
	font-weight:bold;
	cursor:pointer;
}
.formFooter p.btnBack{
	float:left;
}
.formFooter p.btnBack a{
	display:block;
	width:230px;
	height:40px;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	color:#FFF;
	font-size:16px;
	font-weight:bold;
	line-height:40px;
}
.formFooter .attntionTxt{
	clear:both;
	float:right;
	width:230px;
}


@media screen and (max-width:767px){
	.formArea{
		margin:0;
	}
	.formArea dt, .formArea dd{
		float:none;
		margin:0 0 5px;
		padding:0 10px;
		width:auto;
		text-align:left;

	}
	.formArea dt.verticalMiddle{
		line-height:normal;
	}
	.formArea dd{
		margin:0 0 20px;
		padding:0 10px;
		width:auto;
	}
	.formArea dd input.txtForm, .formArea dd .inquiryText{
		width:90%;
		border:4px solid #B3B3B3;
		border-radius:6px;
		-webkit-border-radius:6px;
		-moz-border-radius:6px;
	}
	.formFooter{width:100%;}
	.formFooter .fRight{float:none;}
	.formFooter input{
		float:none;
		margin:0 auto;
	}
	.formFooter p.btnBack{
		float:none;
		margin:30px auto 0;
		width:236px;
	}
	.formFooter .attntionTxt{
		float:none;
		width:auto;
	}
	
	.formArea.confirm{
		border-bottom:0 none;
		background:transparent;
	}
	.formArea.confirm dt{
		margin:0;
		padding:8px 10px;
		width:auto;
		background:#E6E6E6;
		border-top:0 none;
		text-indent:0;
	}
	.formArea.confirm dd{
		margin:0 0 10px;
		padding:8px 10px;
		border-top:0 none;
		text-indent:0;
		width:auto;
	}
	
	.formArea dd.radioForm{
		padding:6px 10px 0;
	}
}


/* 検索結果 */
.searchKeyword{
	font-size:13px;
}

.resultList{
	border-top:1px solid #B3B3B3;
}
.resultList li{
	border-bottom:1px solid #B3B3B3;
	line-height:1.8;
	background:#FFF;
}
.resultList li a{
	display:block;
	padding:15px 25px 15px 10px;
	background:url(../images/icon_arrow_right.png) no-repeat 97% 50%;
	background-size:10px 16px;
	color:#333;
	font-size:15px;
}
.resultList li.noDetail > span{
	display:block;
	padding:15px 25px 15px 10px;
	background:none;
	color:#333;
	font-size:13px;
}
.resultList li a p{
	/*padding:0 0 0 4em;
	text-indent:-4em;*/
}
.resultList li .eventName{
	margin:0 0 10px;
}
.resultList li .eventName{
	font-size:18px;
	font-weight:bold;
}
.resultList li .eventDate span.saturday{color:#1885EB;}
.resultList li .eventDate span.sunday,
.resultList li .eventDate span.holiday{color:#D90003;}

/* 申し込み履歴一覧 3-4-5-1-1 */
.historyList{
	padding:10px 0 0;
}


/* ジャンル最終層 3-1-4-1-1-1 */
.pageNumberArea{
	padding:15px 0;
	background:#DDD;
	vertical-align:middle;
}
.pageNumberSection{
}
.pageNumberSection .left{
	float:left;
	width:24%;
}
.pageNumberSection .currentBtnSection{
	float:left;
	width:52%;
	text-align:center;
	min-height:36px;
}
.pageNumberSection .right{
	float:right;
	margin:0 2% 0 0;
	width:22%;
}
.pageNumberSection .right select, .pageNumberSection select{
	font-size:16px;
}

.pageNumberSection .currentBtnSection span{
	display:inline-block;
	padding:8px 16px;
	border:2px solid #999;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	cursor:pointer;
	background: -moz-linear-gradient(top, rgba(234,234,234,1) 0%,rgba(193,193,193,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(234,234,234,1)), color-stop(100%,rgba(193,193,193,1)));
	background: -webkit-linear-gradient(top, rgba(234,234,234,1) 0%,rgba(193,193,193,1) 100%);
	background: -o-linear-gradient(top, rgba(234,234,234,1) 0%,rgba(193,193,193,1) 100%);
	background: -ms-linear-gradient(top, rgba(234,234,234,1) 0%,rgba(193,193,193,1) 100%);
	background:linear-gradient(top, rgba(234,234,234,1) 0%,rgba(193,193,193,1) 100%);
}
.pageNumberSection .currentBtnSection span.currentPage{
	padding:10px 16px;
	cursor:auto;
	background:transparent;
	border:0 none;
}
.pageNumberSection .currentBtnSection span.contentNone{
	background:#DDD;
	border:0 none;
}
@media screen and (max-width:767px){
	.pageNumberSection .left{
		float:none;
		width:100%;
		height:0;
	}
	.pageNumberSection .currentBtnSection{
		float:none;
		width:100%;
		text-align:center;
	}
	.pageNumberSection.sortSelectUse .right{
		float:none;
		margin:0 0 30px;
		width:100%;
		text-align:center;
	}
	.pageNumberSection .right{
		float:none;
		padding:0;
		width:100%;
		height:0;
	}
}


/* 中間ページカレンダー型 3-1-3-1-1-Y */
.scheduleSelect{
	text-align:center;
	min-height:36px;
}
.scheduleSelect select{
	margin:0px 20px 0;
	font-size:16px;
}
.scheduleSelect span{
	display:inline-block;
	padding:8px 16px;
	border:2px solid #999;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	cursor:pointer;
	background: -moz-linear-gradient(top, rgba(234,234,234,1) 0%,rgba(193,193,193,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(234,234,234,1)), color-stop(100%,rgba(193,193,193,1)));
	background: -webkit-linear-gradient(top, rgba(234,234,234,1) 0%,rgba(193,193,193,1) 100%);
	background: -o-linear-gradient(top, rgba(234,234,234,1) 0%,rgba(193,193,193,1) 100%);
	background: -ms-linear-gradient(top, rgba(234,234,234,1) 0%,rgba(193,193,193,1) 100%);
	background:linear-gradient(top, rgba(234,234,234,1) 0%,rgba(193,193,193,1) 100%);
}
.scheduleSelect span.contentNone{
	background:transparent;
	border:0 none;
}
.scheduleTable{
	display:table;
	width:100%;
	border-top:1px solid #CCC;
	border-right:1px solid #CCC;
}
.scheduleTable thead th, .scheduleTable thead td{
	background:#A6A6A6;
	color:#FFF;
}
.scheduleTable th, .scheduleTable td{
	display:table-cell;
	padding:8px 10px;
	border-bottom:1px solid #CCC;
	border-left:1px solid #CCC;
	font-size:14px;
	line-height:3;
}
.scheduleTable th{
	width:20%;
	background:#E6E6E6;
	text-align:right;
}
.scheduleTable td{
	width:80%;
	background:#FFF;
	vertical-align:middle;
}
.scheduleTable tr.noContents th{
	background:#E6E6E6;
}
.scheduleTable tr.noContents td{
	background:#E6E6E6;
}
.scheduleTable tr.noContents td span{
	display:block;
	width:1em;
}


.scheduleTable .saturday th{color:#1885EB;}
.scheduleTable .sunday th, .scheduleTable .holiday th{color:#D90003;}


/* イベント詳細 */
dl.eventInfo{
	border-bottom:1px solid #CCC;
	background:#E6E6E6;
	font-size:15px;
	line-height:1.5;
	margin-bottom:10px;
}
dl.eventInfo dt, dl.eventInfo dd{
	float:left;
	margin:0;
	padding:8px 0 8px 2%;
	border-top:1px solid #CCC;
}
dl.eventInfo dt{
	clear:both;
	width:30%;
	text-align:left;
	font-weight:bold;
}
dl.eventInfo dd{
	width:70%;
	background:#F5F5F5;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	dl.eventInfo dt{
		width:30%;
	}
	dl.eventInfo dd{
		width:70%;
	}
}

dl.eventInfo dt dl{
	width:11em;
}
dl.eventInfo dt dl dt{
	float:left;
	width:10em;
}
dl.eventInfo dt dl dd{
	float:left;
	width:1em;
}
@media screen and (max-width:767px){
	dl.eventInfo{
		background:transparent;
		border-bottom:0 none;
		margin-bottom:0;
	}
	dl.eventInfo > dt, dl.eventInfo > dd{
		float:none;
		margin:0 0 5px;
		padding:0 10px;
		width:auto;
		text-align:left;
		border-top:0 none;
	}
	dl.eventInfo > dt{
		margin:0;
		padding:8px 10px;
		width:auto;
		background:#E6E6E6;
	}
	dl.eventInfo > dd{
		margin:0 0 10px;
		padding:8px 10px;
	}
	dl.eventInfo > dt dl{
		width:11em;
	}
	dl.eventInfo > dt dl dt{
		float:left;
		width:10em;
	}
	dl.eventInfo > dt dl dd{
		float:left;
		width:1em;
	}
}
dl.eventInfo .paymentNumber dt .important,
dl.eventInfo dd .important{
	font-size:20px;
	font-weight:bold;
}

@media screen and (max-width:767px){
	.kariPassword{
		margin:10px 0 5px;
	}
}

.saleStatus,
.eventStatus{
	margin:10px 0 0;
	font-size:14px;
	line-height:26px;
	height:26px;
}
.saleStatus span,
.eventStatus span{
	margin:0 10px 0 0;
	padding:0;
	color:#F60;
	background:#FFF;
	border:1px solid #F60;
	display:block;
	width:4.5em;
	text-align:center;
	float:left;
}
.saleStatus span.accept,
.eventStatus span.accept{
	background:#F60;
	color:#FFF;
}
.saleStatus span.preSale,
.eventStatus span.preSale{
	margin:0 10px 0 0;
	padding:0;
	color:#F55;
	background:#FFEEEE;
	border:1px solid #F55;
	display:block;
	width:4.5em;
	text-align:center;
	float:left;
}

.saleInfo{
	padding:10px;
}
.saleInfo .price{
	float:left;
	font-size:13px;
}
.saleInfo .price li{
	margin:0 0 5px;
}
.saleInfo .price li span{
	color:#C1272D;
}
.saleInfo .btnPrint{
	float:right;
}

.toggleArea.supplementInfo dt{
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","Osaka","ＭＳ Ｐゴシック","MS P Gothic",Verdana,Arial,Helvetica,sans-serif,monospace;
	font-weight:bold;
}
.toggleArea.supplementInfo dd p{
	margin:0 0 10px;
}
.toggleArea.supplementInfo dd li{
	margin:0 0 5px;
	padding:0 0 0 1em;
	text-indent:-1em;
}


/* 公演情報 */
.eventTitle{
	line-height:1.5;
	background:#FFF;
	padding:20px 10px;
	color:#333;
	font-size:15px;
}
.eventTitle .eventName{
	margin:0 0 10px;
	font-size:18px;
	font-weight:bold;
}
.eventTitle .eventName span {
	font-size:15px;
	font-weight:normal;}
.eventTitle .eventCode {margin:0 0 10px;}

dl.seatSelect dt {
	display:block;
	padding:15px 10px;
	border-top:1px solid #daaf6a;
	background:#f8c982;
	color:#000;
	font-size:16px;
	font-weight:bold;
}


/* 絞込み検索 3-1-3-1-1-Z */
.multiToggleArea dt{
	display:block;
	padding:0 10px;
	height:60px;
	line-height:60px;
	border-top:1px solid #CFCFCF;
	background:#E6E6E6 url(../images/icon_arrow_toggle_open.png) no-repeat 98% 50%;
	background-size:17px 10px;
	font-size:14px;
	font-weight:bold;
	cursor:pointer;
}
/*@media screen and (max-width:767px){
	.multiToggleArea dt{
		padding:15px 10px;
	}
}*/
.multiToggleArea dt.open{
	background:#E6E6E6 url(../images/icon_arrow_toggle_close.png) no-repeat 98% 50%;
	background-size:17px 10px;
}
.multiToggleArea dd{
	display:none;
	padding:0;
	font-size:13px;
}
.multiToggleArea dd dt{
	background:#F0F0F0 url(../images/icon_arrow_toggle_open.png) no-repeat 98% 50%;
	background-size:17px 10px;
}
.multiToggleArea dd dt.open{
	background:#F0F0F0 url(../images/icon_arrow_toggle_close.png) no-repeat 98% 50%;
	background-size:17px 10px;
}
.multiToggleArea dd dd{
	margin:0 0 -1px 0;
}


.multiToggleArea dd ul, .multiToggleArea ul{
	font-size:16px;
	font-weight:bold;
	border-top:1px solid #CCC;
	border-left:1px solid #CCC;
}
.multiToggleArea dd li, .multiToggleArea li{
	float:left;
	margin:0;
	padding:0;
	width:50%;
	border-right:1px solid #CCC;
}
.multiToggleArea dd li.oneColumn, .multiToggleArea li.oneColumn{
	width:100%;
}
.multiToggleArea dd li span, .multiToggleArea li span{
	display:table-cell;
	padding:0 0 0 20px;
	width:500px;
	height:60px;
	background:#FFF url(../images/icon_arrow_right.png) no-repeat 10px 50%;
	background-size:5px 8px;
	color:#333;
	line-height:1.3;
	border-bottom:1px solid #CCC;
	vertical-align:middle;
}

.multiToggleArea dd li.selected span, .multiToggleArea li.selected span{
	background:#ffe7e7 url(../images/icon_arrow_right.png) no-repeat 10px 50%;
	background-size:5px 8px;
}
.multiToggleArea dd li span:hover, .multiToggleArea li span:hover{
	background:#ffe7e7 url(../images/icon_arrow_right.png) no-repeat 10px 50%;
	background-size:5px 8px;
}

.multiToggleArea dd li.oneColumn span, .multiToggleArea li.oneColumn span{
	width:960px;
}
@media screen and (max-width:959px){
	.multiToggleArea dd ul, .multiToggleArea ul{
		border-left:0 none;
	}
	.multiToggleArea dd li:nth-of-type(2n+0), .multiToggleArea li:nth-of-type(2n+0){
		border-right:0 none;
	}
	.multiToggleArea dd li span, .multiToggleArea li span{
		width:600px;
	}
	.multiToggleArea dd li.oneColumn, .multiToggleArea li.oneColumn{
		border-right:0 none;
	}
	.multiToggleArea dd li.oneColumn span, .multiToggleArea li.oneColumn span{
		width:960px;
	}
}
@media screen and (max-width:767px){
	.multiToggleArea dd li, .multiToggleArea li{
		width:100%;
	}
	.multiToggleArea dd li, .multiToggleArea li{
		width:100%;
	}
	.multiToggleArea dd li:nth-of-type(2n+1), .multiToggleArea li:nth-of-type(2n+1){
		border-right:0 none;
	}
	.multiToggleArea dd li span, .multiToggleArea li span{
		width:800px;
	}
	.multiToggleArea dd li.oneColumn, .multiToggleArea li.oneColumn{
		border-right:0 none;
	}
	.multiToggleArea dd li.oneColumn, .multiToggleArea li.oneColumn{
		width:100%;
	}
}



/* チケット購入フロー 3-3-1-1 */
.seatStatus{
	margin:0 10px 10px;
	text-align:center;
	font-size:13px;
	border-top:1px solid #CCC;
}
.seatStatus dt, .seatStatus dd{
	padding:5px;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
}
.seatStatus dt{
	line-height:1.3;
}

.ticketDetailArea dl{
	display:table;
	width:100%;
	border-top:1px solid #CCC;
	border-right:1px solid #CCC;
}
.ticketDetailArea dt, .ticketDetailArea dd{
	display:table-cell;
	padding:5px;
	border-bottom:1px solid #CCC;
	border-left:1px solid #CCC;
}
.ticketDetailArea dt{
	width:30%;
	background:#E6E6E6;
}
.ticketDetailArea dd{
	width:70%;
	background:#FFF;
}

.ticketDetailArea .priceDetail{
	display:table;
	width:100%;
	border-top:1px solid #CCC;
	border-right:1px solid #CCC;
	font-size:15px;
}
.ticketDetailArea .priceDetail th, .ticketDetailArea .priceDetail td{
	display:table-cell;
	padding:5px;
	border-bottom:1px solid #CCC;
	border-left:1px solid #CCC;
	line-height:1.3;
}
.ticketDetailArea .priceDetail th{
	width:70%;
	background:#FFF;
	text-align:left;
}
.ticketDetailArea .priceDetail td{
	width:30%;
	background:#FFF;
	vertical-align:middle;
}
.ticketDetailArea .priceDetail th.seatType{
	width:100%;
	background:#E6E6E6;
	font-weight:bold;
}
.ticketDetailArea .priceDetail td select{
	width:3.5em;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	
}

@media screen and (max-width:767px){
	
}



.seatSelect dt{
	display:block;
	padding:10px;
	border-top:1px solid #CFCFCF;
	background:#E6E6E6;
	font-size:15px;
}
@media screen and (max-width:767px){
	.seatSelect dt{
		padding:15px 10px;
	}
}
.seatSelect dt strong{font-weight:bold;}
.seatSelect dd{
	font-size:15px;
	line-height:1.3;
}
.seatSelect dd table{
	width:100%;
}
.seatSelect dd td, .seatSelect dd th{
	padding:15px 8px;
	border-bottom:1px solid #CFCFCF;
	color:#000;
	background:#FFF;
	text-align:left;
	table-layout: fixed;
}
.seatSelect dd td.btnRadio{
	padding:0 0 0 1em;
	width:4em;
	table-layout: fixed;
	vertical-align:middle;
}
.seatSelect dd td.btnRadio input{
	margin-top:0;
	vertical-align:baseline;
}
.seatSelect dd th.seatType{
	padding:1em 0 1em 2em;
	width:auto;
	vertical-align:middle;
}
.seatSelect dd th.seatType .type{
	font-weight:bold;
}
.seatSelect dd th.seatType span{
	margin:0 0.5em 0 0;
	color:#F60;
	font-weight:bold;
}
.seatSelect dd .price{
	margin:0.8em 0 0 1.5em;
}
@media screen and (max-width:500px){
	/*.seatSelect dd td.price{
		text-align:right;
	}*/
}

.seatSelect dd dl.seatSelectPrice {
	background-color:#ffffff;border-bottom:1px solid #CFCFCF;}
.seatSelect dd dl.seatSelectPrice dt, .seatSelect dd dl.seatSelectPrice dd {
	vertical-align:middle;
	background-color:#ffffff;
	padding:15px 8px;
	border-top:none;
	}
.seatSelect dd dl.seatSelectPrice dd {
	padding-left:1em;
	width:4em;}

.seatSelectArea{
	border-top:1px solid #CCC;
}
.seatSelectArea dt{
	padding:10px;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
	background:#f8c982;
	color:#000;
	font-weight:bold;
}
.seatSelectArea dd{
	padding:10px;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
	background:#FFF;
	font-size:14px;
}
.seatSelectArea dd input{
	margin:0 5px 0 0;
	vertical-align:baseline;
}
.seatSelectArea dd p{
	margin:10px 0 0;
}
.seatSelectArea dd label{
	font-size:16px!important;
	font-weight:bold!important;}

/* チケット購入履歴 3-4-5 */
@media screen and (max-width:767px){
	dl.eventInfo .paymentNumber dt, dl.eventInfo .paymentNumber dd{
		margin:0 0 10px;
		padding:0;
		width:100%;
		border-top:none;
	}
	dl.eventInfo .paymentNumber dd p{
		margin:0 auto;
	}
}
@media screen and (min-width:768px){
	dl.eventInfo .paymentNumber{
		display:table;
	}
	dl.eventInfo .paymentNumber dt, dl.eventInfo .paymentNumber dd{
		float:left;
		display:table-cell;
		margin:0 20px 0 0;
		padding:0;
		width:auto;
		vertical-align:middle;
		border-top:none;
	}
}


/* おすすめ公演パーツ Variation */
.toggleArea.recommendNav dd{
	padding:0;
}
.toggleArea.recommendNav dd li a{
	display:block;
	padding:15px 10px;
	border-bottom:1px solid #CFCFCF;
	color:#000;
	background:#FFF url(../images/icon_arrow_right.png) no-repeat 97% 50%;
	background-size:10px 16px;
}

.recommendTxt dt{
	display:block;
	padding:10px;
	border-top:1px solid #CFCFCF;
	background:#FF7931;
	color:#FFF;
	font-size:14px;
}
.recommendTxt dd{
	padding:0 0 10px;
}
.recommendTxt{
	padding:0 0 10px;
}
.recommendTxt ul{
	border-top:1px solid #CFCFCF;
}
.recommendTxt li a{
	display:block;
	padding:15px 10px 15px 20px;
	border-bottom:1px solid #CFCFCF;
	color:#000;
	background:#FFF url(../images/icon_arrow_right.png) no-repeat 10px 50%;
	background-size:5px 8px;
}


.recommend1Column{
	padding:10px;
	font-size:13px;
}
.recommend1Column li{
	margin:0 0 20px;
}
.recommend1Column li .thumbnail{
	float:left;
	margin:0 10px 0 0;
	width:100px;
}
.recommend1Column li .thumbnail img{width:100px;}
.recommend1Column li .text{
	padding:0;
	line-height:1.5;
}
.recommend1Column li .text h3 {
	margin-bottom:7px;}


.recommend2Column {
	padding:10px 0;
	font-size:13px;
}
.recommend2Column ul{
	display:table;
}
.recommend2Column li{
	float:left;
	margin:0 2% 20px 2%;
	width:46%;
}
.recommend2Column li .thumbnail{
	margin:0 10px 0 0;
	width:100%;
}
.recommend2Column li .thumbnail img{width:100%;}
.recommend2Column li .text{
	line-height:1.5;
}

.recommend2Column li .text h3 {
	margin-bottom:5px;}

.recommend2Column .moreContent ul{
	padding:20px 0 0;
	border-bottom:none;
}
@media screen and (min-width:560px){
	.recommend2Column li{
		float:left;
		margin:0 2% 20px 2%;
		width:29%;
	}
}
@media screen and (min-width:768px){
	.recommend2Column ul{
		border-bottom:1px solid #CCC;
	}
	.recommend2Column li{
		float:left;
		margin:0 2% 20px 2%;
		width:21%;
	}
}

span.preceding{
	padding:0px 5px;
	background:#F60;
	color:#FFF;
	display:inline-block;
	text-align:center;
	font-size:11px;
}
/* おすすめ公演パーツ Variation */


/* == 続きを見る == */
.moreContent .btnClose, .moreContent .contents{display:none}
.moreContent p{
	display:block;
	margin:15px auto 0;
	padding:8px 0;
	width:300px;
	background:#FFF;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	color:#333;
	border:1px solid #999;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	cursor:pointer;
}
@media screen and (max-width:767px){
	.moreContent p{
		width:70%;
	}
}
.moreContent p span{
	padding:0 0 0 18px;
}
.moreContent p.btnClose span{
	background:url(../images/icon_arrow_toggle_close.png) no-repeat 0 50%;
	background-size:12px auto;
}
.moreContent p.btnMore span{
	background:url(../images/icon_arrow_toggle_open.png) no-repeat 0 50%;
	background-size:12px auto;
}
/* == 続きを見る == */



/* 利用規約系 */
.txtBox{
	overflow:auto;
	margin:0 auto 20px;
	padding:10px;
	width:85%;
	height:200px;
	border:1px solid #CCC;
	background:#FFF;
	font-size:14px;
}
.txtBox h2{
	margin:0 0 10px;
	color:#333;
	background:#CCC;
}
.txtBox h3{
	margin:0 0 10px;
	color:#333;
}
.txtBox p{
	margin:0 0 20px;
}
@media screen and (max-width:767px){
	.txtBox{
		height:150px;
	}
	.txtBox h2:after{
		content:"";
	}
}

/* 注意文言系 */
.txtBoxWide{
	padding:10px;
	border:1px solid #CCC;
	background:#FFF;
}
.txtBoxWide li{
	margin:0 0 10px;
}
.txtBoxWide li:last-child{
	margin:0;
}


/* 座席指定系 3-3-1-2 */
.seatSelectFloor{
}
.seatSelectFloor select{
	padding:5px;
	font-size:14px;
}
.seatSelectImageArea{
	padding:10px;
	border:1px solid #CCC;
}
.seatSelectSection{
	text-align:center;
}
.seatBtnSection{
	text-align:center;
}
.seatBtnSection span{
	display:inline-block;
	text-indent:-9999px;
	cursor:pointer;
}

.seatBtnSection span.btnPlus{
	width:80px;
	height:36px;
	background:url(../images/btn_seat_plus.gif) no-repeat 0 0;
	margin:0 10px;
}
.seatBtnSection span.btnReturn{
	width:136px;
	height:36px;
	background:url(../images/btn_seat_return.gif) no-repeat 0 0;
}
.seatBtnSection span.btnMinus{
	width:80px;
	height:36px;
	background:url(../images/btn_seat_minus.gif) no-repeat 0 0;
	margin:0 10px;
}

.seatSelectResult {
	background-color:#FFF;
	margin:0 10px;
	padding:5px 10px;
	text-align:center;}

.seatSelectResult p {
	display:inline-block;
	line-height:1.5;
	text-align:left;
	vertical-align:middle;
	margin:0 10px;}

@media screen and (max-width:640px){
	.seatSelectResult p {
	display:block;
	text-align:center;
	height:none}
}

/* 公演日・開演時間　3-1-5-1-3-1 */
.scheduleTable td span{
	margin:0 8px 0 0;
	color:#F60;
	font-weight:bold;
}

/* フリーパーツ系 */
.layoutPatternAlpha, .layoutPatternBeta, .layoutPatternGamma{
	margin:20px 0 0;
}

/* フリーパーツ系 alpha */
.layoutPatternAlpha h2{
	margin:10px 0 0;
	padding:0;
	position:relative;
	font-size:24px;
}
@media screen and (max-width:767px){
	.layoutPatternAlpha h2:after{
		position:relative;
		content:"";
	}
}
@media screen and (max-width:640px){
	.layoutPatternAlpha h2{
		margin:0 0 10px;
		font-size:16px;
		color:#333;
	}
}


.layoutPatternAlpha .headerImage{
	margin:0 0 20px;
	width:100%;
	height:350px;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	overflow:hidden;
}
.layoutPatternAlpha .headerImage .title{
	display:table;
	width:100%;
	height:350px;
}
.layoutPatternAlpha .headerImage .valign{
	display:table-cell;
	vertical-align:middle;
}
.layoutPatternAlpha .headerImage .inner{
	margin:20px auto 0;
	width:90%;
	color:#FFF;
}
@media screen and (max-width:560px){
	.layoutPatternAlpha .headerImage{
		padding:40% 0 0;
		width:auto;
		height:auto;
		box-sizing:content-box;
		background-position:center center;
	}
	.layoutPatternAlpha .headerImage .title{
		width:100%;
		height:auto;
		background:#FFF;
		color:#333;
	}
	.layoutPatternAlpha .headerImage .inner{
		margin:10px 0 0;
		color:#333;
		width:auto;
	}
	.layoutPatternAlpha .headerImage .inner p{
		margin:0 0 10px;
	}
}


.layoutPatternAlpha .textArea h3{
	color:#F00;
	margin:0 0 10px;
}
.layoutPatternAlpha .textArea p{
	margin:0 0 20px;
}

.layoutPatternAlpha .photoLeft{
	float:left;
	margin-bottom:20px;
	padding-right:30px;
	width:40%;
}
.layoutPatternAlpha .photoRight{
	float:right;
	margin-bottom:20px;
	padding-left:30px;
	width:40%;
}
.layoutPatternAlpha .photoLeft img,
.layoutPatternAlpha .photoRight img{
	width:100%;
}
@media screen and (max-width:560px){
	.layoutPatternAlpha .textArea{
		margin:0 10px;
	}
	.layoutPatternAlpha .photoLeft{
		float:none;
		margin-bottom:0;
		padding-right:0;
		width:100%;
	}
	.layoutPatternAlpha .photoRight{
		float:none;
		margin-bottom:0;
		padding-left:0;
		width:100%;
	}
}


/* フリーパーツ系 beta */
.layoutPatternBeta h2{
	margin:10px 0 0;
	padding:0;
	position:relative;
	font-size:24px;
	color:#333;
}
@media screen and (max-width:767px){
	.layoutPatternBeta h2:after{
		position:relative;
		content:"";
	}
}
@media screen and (max-width:560px){
	.layoutPatternBeta h2{
		margin:0 0 10px;
		font-size:16px;
	}
}

.layoutPatternBeta .section{
	margin:20px 0 0;
}
.layoutPatternBeta .section h3{
	position:relative;
	margin:0 0 10px;
	padding:20px 0 20px 10px;
	border-top:2px solid #999;
	border-bottom:1px dotted #CCC;
	background-color:#EDEDED;
	color:#F00;
	font-weight:bold;
}
.layoutPatternBeta .section h3:after{
	position:absolute;
	top:-2px;
	left:0;
	width:30%;
	content:"";
	border-top:2px solid #000;
}
.layoutPatternBeta .section p{
	margin:0 10px;
}


/* フリーパーツ系 gammma */
.layoutPatternGamma .headerImage{margin:0 0 10px;}
.layoutPatternGamma .headerImage img{
	width:100%;
	vertical-align:bottom;
}
.layoutPatternGamma .headerImage .leadText{
	padding:10px;
	background-color:#FFF;
}
.layoutPatternGamma .photoList{
	margin:0 0 20px;
	width:100%;
	overflow:hidden;
}
.layoutPatternGamma .photoList li{
	float:left;
	width:25%;
	line-height:0.1;
}
.layoutPatternGamma .photoList li span{
	display:block;
	border-right:1px solid #FFF;
	border-bottom:1px solid #FFF;
}
.layoutPatternGamma .photoList li img{
	width:100%;
}


@media screen and (max-width:560px){
	.layoutPatternGamma .photoList li{
		width:50%;
	}
}

/* フリーパーツ系 omega */

.layoutPatternOmega{
	margin:20px 0 0;
	padding:10px;
	background-color:#fff;
}

.layoutPatternOmega h2.title{
	margin:10px 0 20px;
	padding:0;
	position:relative;
	font-size:24px;
	color:#333;
}
@media screen and (max-width:767px){
	.layoutPatternOmega h2.title:after{
		position:relative;
		content:"";
	}
}
@media screen and (max-width:560px){
	.layoutPatternOmega h2.title{
		margin:0 0 10px;
		font-size:16px;
	}
}

.layoutPatternOmega .img {
	text-align:center;
	vertical-align:bottom;
	margin-bottom:20px;}
@media screen and (max-width:560px){
	.layoutPatternOmega .img img{
		width:100%;
	}
	.layoutPatternOmega .textArea h3{
	color:#000;
	font-weight:bold;
	margin:0 0 10px;
	padding:5px;
	background-color:#cdcdcd;
	}
}


.layoutPatternOmega .textArea h3{
	color:#000;
	font-weight:bold;
	margin:0 0 10px;
}
.layoutPatternOmega .textArea p{
	margin:0 0 20px;
	line-height:1.5;
}


/* ========== Footer▼ ========== */
footer{
	margin:0 auto;
	padding:10px 0 20px;
	max-width:960px;
	border-top:1px solid #A1A1A1;
	background:#F5F5F5;
}
@media screen and (max-width:960px){
	footer{
		padding:10px 10px 20px;
		max-width:940px;
	}
}
@media screen and (max-width:767px){
	footer{
		padding:0 0 20px;
		background:#E6E6E6;
	}
}


footer .bottomLink{
	margin:0 0 15px;
	font-size:14px;
}
footer .bottomLink li{
	display:inline-block;
	margin:0 20px 0 0;
}
footer .bottomLink li a{
	display:block;
	padding:0 0 0 10px;
	background:url(../images/icon_arrow_right.png) no-repeat 0 50%;
	background-size:5px 8px;
	color:#333;
}

@media screen and (max-width:767px){
	footer .bottomLink{
		margin:0;
	}
	footer .bottomLink li{
		float:none;
		margin:0;
		width:100%;
	}
	footer .bottomLink li a{
		display:block;
		padding:15px 10px 15px 20px;
		background:url(../images/icon_arrow_right.png) no-repeat 10px 50%;
		border-bottom:1px solid #CCC;
		background-size:5px 8px;
		color:#333;
	}
}

footer .footerLink{
	padding:0 0 5px;
	font-size:14px;
	text-align:center;
}
footer .footerLink li{
	display:inline-block;
	margin:0 0 10px;
	border-left:1px solid #2E3192;
}
footer .footerLink li a{
	padding:0 10px;
	color:#2E3192;
	line-height:12px;
}
footer .footerLink li:first-child{
	border-left:0 none;
}


.footerLink{
	margin:0 auto\9;
	width:100%\9;
	text-align:center\9;
}

@media screen and (max-width:767px){
	footer .footerLink{
		margin:30px 0 0;
	}
}

footer .copyright{
	text-align:center;
	font-size:14px;
	color:#666;
}

footer .pdT {padding-top:1em;}


.copyright{
	margin:0 auto\9;
	width:100%\9;
	text-align:center\9;
}


/* 見出し 10/21追加 l902複製　*/
.supplementInfoTxt dt{
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","Osaka","ＭＳ Ｐゴシック","MS P Gothic",Verdana,Arial,Helvetica,sans-serif,monospace;
	font-weight:bold;
	background-color: #e6e6e6;
    border-top: 1px solid #cfcfcf;
    display: block;
    font-size: 14px;
    padding: 10px;
}
.supplementInfoTxt dd {
	font-size: 14px;
    padding: 10px;}
.supplementInfoTxt dd p{
	margin:0 0 10px;
}
.supplementInfoTxt dd li{
	margin:0 0 5px;
	padding:0 0 0 1em;
	text-indent:-1em;
}

/* IE8以下対応 10/21追加▼ */
/* メニューボタン */
.headerTop #menu.close{
	background:url(../images/btn_menu_open_ie.png) no-repeat 0 0\9;}
.headerTop #menu.open{
	background:url(../images/btn_menu_close_ie.png) no-repeat 0 0\9;}
/* ヘッダーメニュー */
.menuNavi li a{
	background:url(../images/icon_arrow_right_ie.png) no-repeat 10px 50%\9;
}
/* 検索 */
.searchArea button{
	background:url(../images/search_ie.png) no-repeat 0 0\9;
}

/* ジャンル選択・エリア選択 l302複製　*/
.genreArea li a{
	background:#FFF url(../images/icon_arrow_right_ie.png) no-repeat 10px 50%\9;
}
.genreArea li a:hover{
	background:#FFD5D5 url(../images/icon_arrow_right_ie.png) no-repeat 10px 50%\9;
}

/* 検索結果 l576複製　*/
.resultList li a{
	background:url(../images/icon_arrow_right_w10_ie.png) no-repeat 97% 50%\9;
}

/* 絞込み検索 3-1-3-1-1-Z l945複製　 */
.multiToggleArea dt{
	background:#E6E6E6 url(../images/icon_arrow_toggle_open_ie.png) no-repeat 98% 50%\9;
}
.multiToggleArea dt.open{
	background:#E6E6E6 url(../images/icon_arrow_toggle_close_ie.png) no-repeat 98% 50%\9;
}
.multiToggleArea dd dt{
	background:#F0F0F0 url(../images/icon_arrow_toggle_open_ie.png) no-repeat 98% 50%\9;
}
.multiToggleArea dd dt.open{
	background:#F0F0F0 url(../images/icon_arrow_toggle_close_ie.png) no-repeat 98% 50%\9;
}

/* フッター */
.footerArea{
	margin:0 auto\9;
	padding:10px 0 20px\9;
	max-width:960px\9;
	border-top:1px solid #A1A1A1\9;
	background:#F5F5F5\9;
}
.footerArea .bottomLink{
	margin:0 0 15px\9;
	font-size:14px\9;
}
.footerArea .bottomLink li{
	display:inline-block\9;
	margin:0 20px 0 0\9;
}
.footerArea .bottomLink li a{
	display:block\9;
	padding:0 0 0 10px\9;
	background:url(../images/icon_arrow_right_ie.png) no-repeat 0 50%\9;
	color:#333\9;
}
.footerArea .footerLink{
	padding:0 0 5px\9;
	font-size:14px\9;
	text-align:center\9;
}
.footerArea .footerLink li{
	display:inline-block\9;
	margin:0 0 10px\9;
	border-left:1px solid #2E3192\9;
}
.footerArea .footerLink li a{
	padding:0 10px\9;
	color:#2E3192\9;
	line-height:12px\9;
}
.footerArea .footerLink li:first-child{
	border-left:0 none\9;
}

.footerArea .copyright{
	text-align:center\9;
	font-size:14px\9;
	color:#666\9;
}
/* IE8対応 10/21追加▲ */

/* IE9,10,11対応 11/13追加▼ */
.footerArea:not(:target){border-top:none\9;}
@media all and (-ms-high-contrast:none){
	.footerArea{border-top:none;}
}
@media screen and (max-width:767px){
	.footerArea .bottomLink{
		margin:0\9;
	}
	.footerArea .bottomLink li{
		float:none\9;
		margin:0\9;
		width:100%\9;
	}
	.footerArea .bottomLink li a{
		display:block\9;
		padding:15px 10px 15px 20px\9;
		background:url(../images/icon_arrow_right.png) no-repeat 10px 50%\9;
		border-bottom:1px solid #CCC\9;
		background-size:5px 8px\9;
		color:#333\9;
	}
}
/* IE9,10,11対応 11/13追加▲ */

/* ========== Footer▲ ========== */

/* マージン追加 */
.mgl2per{margin-left:2% !important;}