@charset "utf-8";

/* カテゴリ共通フォーマット */
#fmt_cont_detail h2 {
	font-size:16px;
	font-weight:bold;
	line-height:1.3em;
	color:#008000;
	margin:16px 0;
}

#fmt_cont_detail h3 {
	font-size:14px;
	font-weight:bold;
	line-height:1.3em;
	color:#1a2c7a;
	margin:16px 0 4px;
}

#fmt_cont_detail h4 {
	font-size:13px;
	font-weight:bold;
	line-height:1.3em;
	color:#494949;
	margin:8px 0 4px;
}


/* チケット情報 */

#ticket_info {
	border-bottom:#d6dee9 solid 1px;
	border-right:#d6dee9 solid 1px;
	width:100%;
}

#ticket_info td,
#ticket_info th {
	padding:3px;
	border-top:#d6dee9 solid 1px;
	border-left:#d6dee9 solid 1px;
}

#ticket_info th {
	background:#e5eefa;
}

.ticket_fee {
	border-bottom:#d6dee9 solid 1px;
	border-right:#d6dee9 solid 1px;
	width:100%;
}

.ticket_fee td,
.ticket_fee th {
	padding:3px;
	border-top:#d6dee9 solid 1px;
	border-left:#d6dee9 solid 1px;
}

.ticket_fee th {
	background:#e5eefa;
}

.ticket_schedule {
	border-bottom:#d6dee9 solid 1px;
	border-right:#d6dee9 solid 1px;
}

.ticket_schedule th,
.ticket_schedule td {
	padding:3px;
	border-top:#d6dee9 solid 1px;
	border-left:#d6dee9 solid 1px;
	font-size:10px;
	line-height:1.25em;
	text-align:center;
}

.ticket_schedule th {
	background:#e5eefa;
}

td.td_gray {
	background:#eeeeee;
	text-align:left;
	font-size:12px;
}

#caution {
	font-size:10px;
}
