@charset "UTF-8";

#film_price_area table {
	border-collapse:separate;
	border-spacing:0;
	width:auto;
	width:100%;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size:14px;
	line-height:1.6em;
}

#film_price_area table tr th, #film_price_area table tr td {
	border-top:1px solid #000;
	border-left:1px solid #000;
	padding:2px 3px;
	text-align:center;
	vertical-align:middle;
}

#film_price_area table thead th {
	padding:6px 2px;
	font-weight:bold;
}

#film_price_area table:nth-of-type(1) thead th {
	background-color:#FCC7C2;
}

#film_price_area table:nth-of-type(2) thead th {
	background-color:#80F678;
}

#film_price_area table:nth-of-type(3) thead th {
	background-color:#94A9F6;
}

#film_price_area table tbody th:first-of-type {
	width:180px;
}

#film_price_area table tbody th:first-of-type span {
	font-size:12px;
	line-height:1.2em;
	padding:0;
}

#film_price_area table tbody th {
	background-color:#FAEBF1;
}

#film_price_area table tfoot th {
	background-color:#E9FDDB;
}

#price_inquiry {
	text-align:center;
	padding:60px 8px;
	border-top:1px solid #888;
}

#price_inquiry > div > p {
	margin-bottom:8px;
}
#price_inquiry > div {
	display:inline-block;
}