@charset "utf-8";
/* CSS Document */

/*
	Site Name: New National Theatre, tokyo
	Description: schedule page setting
	Version: 
	Author: 
*/

/*
===== CONTENTS ===========================================

	01. content layout

==========================================================
*/

/* -------------------------------------------------------
 	01. content layout
------------------------------------------------------- */
.sectionTicketWrap {
	background: url(../../ticket/img/pct_ticket_02.jpg) no-repeat right top;
	min-height: 760px;
	height    : auto !important;
	height    : 760px;
	margin    : 0px auto;
	width     : 920px;
}
.sectionSchedule,
.sectionPrice,
.sectionTakuji {
	padding: 0 0 45px;
}
.sectionTakuji{
	padding: 0 0 0px;

}





/*  schedule area syle  */
.sectionSchedule .accessBtn {
	padding: 23px 0 15px;
}
.sectionSchedule .accessBtn a {
	display     : block;
	float       : left;
	margin-right: 12px;
	width       : 183px;
}
.sectionSchedule .accessBtn .takujiIcon {
	display  : block;
	float    : left;
	font-size: 83%;
	position : relative;
	top      : -7px;
	width    : 300px;
}
.sectionSchedule .accessBtn .takujiIcon img{
	position: relative;
	top     : 7px;
}

.sectionPriceInner,
.sectionTakujiInner{
	margin     : 0 auto;
	width      : 870px;
}
.sectionScheduleInner {
	background : url(../../ticket/img/pct_calender.gif) no-repeat 450px 60px;
	margin     : 0 0 0 25px;
	min-height : 170px;
	height     : auto !important;
	height     : 175px;
	width      : 695px;
}



/*  ticket price area syle  */
.sectionPrice .priceDetail {
	color      : #002149;
	font-size  : 163%;
	font-weight: bold;
	line-height: 1.0;
	padding    : 0px 0 0;
}
.mac .sectionPrice .priceDetail {
	font-size  : 153%;
}
.sectionPrice .sheetBtn {
	padding: 23px 0 20px;
}
.sectionPrice .aboutZsheet {
	padding    : 0 0 15px 1em;
	text-indent: -1em;
}
.sectionPrice ul {
	padding: 15px 0;
}
.sectionPrice li{
	padding-left: 1.0em;
	text-indent : -1.0em;
}
.mac .sectionPrice li{
	padding-left: 1.3em;
	text-indent : -1.3em;
}
.sectionPrice .aboutZsheet a {
	color: #5D8CC3;
}
.sectionPrice .dateZsheet {
	background-color: #281C11;
	margin-left     : 11px;
	padding         : 5px 0 5px 15px;
	width           : 500px;
}

.mac .sectionPrice .dateZsheet {
	width: 550px;
}
.sectionPrice th{
	line-height: 1.6;
	padding    : 0 15px 0 0;
}

.sectionScheduleInner li span{
	padding-left : 1.0em;
}






/*  takuji info area syle  */
.sectionTakujiInner p {
	padding-bottom: 15px;
}
