@charset 'shift_jis';

/* mainArea
-------------------------------------------------- */

.mainAreaFullGridMarginZero #mainArea h1 {
	margin-bottom: 21px;
	padding: 0;
	background: none;
	width: auto;
	height: auto;
}

#mainArea .generalTable {
	margin: 0;
	width: 100%;
}

#mainArea .generalTable #loading {
	position: absolute;
	padding: 5px;
	width: 35px;
	height: 35px;
	background: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	left: 50%;
	margin-left: -17px;
	margin-top: 200px;
}

#mainArea .informationBox {
	padding: 24px;
	border: 1px solid #cacaca;
}

#mainArea #ticketboxTable {
	margin: 10px 0 20px;
	border: 1px solid #888888;
	width: 100%;
	border-collapse: collapse;
}

#mainArea #ticketboxTable td,
#mainArea #ticketboxTable th {
	padding: 5px 8px;
	border: 1px solid #888888;
	vertical-align: middle;
}

#mainArea #ticketboxTable td.nextWeek,
#mainArea #ticketboxTable th.nextWeek {
	display: none;
}

#mainArea #ticketboxTable th {
	font-weight: bold;
	text-align: center;
}

#mainArea #ticketboxTable thead th {
	color: #fff;
	background: #a0b0ba;
}

#mainArea #ticketboxTable thead th.place {
	background: #466b84;
}

#mainArea #ticketboxTable tbody th {
	color: #333;
	background: #d9d9d9;
}

#mainArea #ticketboxTable tbody td.schedule {
	padding: 23px 5px;
	font-weight: bold;
	text-align: center;
	width: 7%;
}

#mainArea #ticketboxTable tbody td.open {
	color: #e86a05;
	background: #ffedcf;
}

#mainArea #ticketboxTable tbody td.close {
	color: #30849e;
	background: #dff1f6;
}

#mainArea #ticketboxTable tbody td .attention {
	color: #d50400;
	font-size: 85%;
}

#mainArea #ticketboxTable tbody td span.subTheaterName {
	font-size: 90%;
}

#mainArea .cautionBox {
	padding: 15px;
	background: #fae7e6;
}

#mainArea .cautionBox dt {
	margin-bottom: 8px;
}

#mainArea .cautionBox dd {
	color: #d50400;
	padding-left: 1rem;
	text-indent: -1rem;
	line-height: 1.5;
}
#mainArea .cautionBox dd a {
    color: #d50400;
    text-decoration: underline;
}
#mainArea .cautionBox dd a:hover {
    text-decoration: none;
}

