/*-- charterd.css --*/
@charset "UTF-8";

/*--------------------
## charterd article ##
--------------------*/

article.center > h1 {
	line-height: 2em;
	font-size: 1.5em;
	color: #c33;
	background: none;
	letter-spacing: initial;
	margin-bottom: 0;
	border: none;
}

article .block > section {
	margin-bottom: 20px;
}

article .block div.blockHeader {
	position: relative;
	width: 100%;
}
article .block div.blockHeader h3 {
	line-height: 1.8em;
	font-size: 1.3em;
	/*font-weight: normal;*/
}
article .block div.blockHeader h3 em {
	color: #960;
	font-style: normal;
}
article .block div.blockHeader > p {
	position: absolute;
	bottom: 0;
	right: 0;
}


article .block p {}
article .block ul.lineupNote {
	display: block;
	text-align: right;
	margin-bottom: 10px;
}
article .block ul.lineupNote li {
	display: list-item;
	color: #c00;
}
article .block ul.lineupNote li:before {
	content: "*";
}
article .block ul.lineupNote li span {
	color: #333;
}

article .block .right {text-align: right}
article .block .term {margin-bottom:10px}


/*-- lists --*/
article ol {
	margin: 0;
	padding: 0;
	margin-left: 1.5em;
	padding: 0 10px 10px;
	list-style: decimal outside;
}
article ol li {
	display: list-item;
	list-style: decimal outside;
}

article dl {
	box-sizing: border-box;
	width: 100%%;
	margin: 0;
	padding: 0;
	padding: 0 10px 10px;

}
article dl dt {
	clear: left;
	float: left;
	width: 20%;
}


/*-- pseudo-tables --*/
.primary {}
.primary div.imgWrap {
	display: table;
	/*width: 100%;*/
	/*padding: 2px 2px 0;*/
	padding: 2px;
	background-color: #dfdfd0;
}
/*
.primary div.imgWrap:last-of-type {
	margin-bottom: 10px;
	padding: 0 2px 2px;
}
*/
.primary div.imgWrap div.rows {
	display: table-row;
}
.primary div.imgWrap div.rows p {
	padding: 2px;
	display: table-cell;
}
.primary div.imgWrap div.rows p,colspan {
	position: relative;
}

.primary div.imgWrap div.rows p img {
	width: 100%;
}


/*-- tables --*/
.lineupTable {
	width: 100%;
	border-spacing: 1px;
	border-collapse: separate;
	background-color: #999;
	text-align: left;
	margin-bottom: 10px;
}
.lineupTable tbody th {
	width: 14.28%;
	padding: 0.5em 0;
	color: #fff;
	text-align: center;
	background: url("/common/images/bg_tit_sub_2.png") left center no-repeat;
}
.lineupTable tbody tr.seats td {
	padding: 1em 0;
	font-size: 2em;
	font-weight: bold;
	text-align: center;
	background-color: #f0f0e1;
}
.lineupTable tbody tr.example td {
	padding: 1em 0;
	background-color: #fff;
	vertical-align: middle;
}
.lineupTable tbody tr.example td span {
	display: inline-block;
	padding: 0 1em;
}


.scheduleTable {
	width: 96%;
	border-spacing: 1px;
	border-collapse: separate;
	background-color: #999;
	margin: 0 2%;
	text-align: left;
}
.scheduleTable th ,.scheduleTable td {
	padding: .5em;
}
.scheduleTable thead th {
	background-color: #aae1ff;
}
.scheduleTable tbody th {
	background-color: #ddd;
}
.scheduleTable tbody td {
	background-color: #fff;
}
.scheduleTable .scheduleTableSub {
	width: 96%;
	border-spacing: 1px;
	border-collapse: separate;
	background-color: #999;
	line-height: 1.2em;
	margin: 5px 2%;
	text-align: center;
}
.scheduleTable .scheduleTableSub th {
	background-color: #eee;
}
.scheduleTable .scheduleTableSub td {
	background-color: #fff;
}
.scheduleTable ul {
	display: block;
	margin-left: 2em;
	list-style: disc outside;
}
.scheduleTable ul li {
	display: list-item;
	list-style: disc outside;
}


.priceTable {
	width: 100%;
	border-spacing: 1px;
	border-collapse: separate;
	background-color: #dfdfd0;
	text-align: center;
	margin-bottom: 10px;
}
.priceTable th ,.priceTable td {
	padding: .5em 0;
}
.priceTable thead th {
	width: 11%;
	font-weight: normal;
	background-color: #f0f0e1;
}
.priceTable thead th:nth-child(1) {
	width: 24%;
}
.priceTable tbody th {
	font-weight: normal;
	background-color: #f0f0e1;
}
.priceTable tbody td {
	background-color: #fff;
	vertical-align: middle;
}

/*-- text color --*/
.rb {
	color: #c00;
	font-weight: bold;
}

