@charset "utf-8";

/*
************************************************************************
* テーブル
* @copyright Revolme Inc.
************************************************************************
*/

/* ################################################################################################ */
/* ## PC                         ################################################################## */
/* ################################################################################################ */
.table.responsive
{
	margin-bottom:1em;
}
.table.responsive table
{
	width:100%;
	border-spacing:0px;
	border-collapse:separate;
	border-top:1px solid;
}
.table.responsive table tr th,
.table.responsive table tr td
{
	border-bottom:1px solid;
	vertical-align:middle;
	text-align:left;
}
.table.responsive table tr th
{
	vertical-align:top;
	color:#EF7000;
}
.table.responsive table tr td
{
	width:100%;
}
.table.responsive table tr th,
.table.responsive table tr td.thin
{
	width:10px;
	white-space: nowrap;
}
.table.responsive table tr th.vr-m
{
	vertical-align:middle;
}
.table.responsive table tr th > div,
.table.responsive table tr td > div
{
	padding:0.8em 0.5em;
	line-height:1.3;
}
.table.responsive table tr th > div
{
	font-weight:bold;
	padding-right:2.0em;
}
.table.responsive table tr th > div:before
{
	content:"";
	display:inline-block;
	
	width:1em;
	height:1em;
	
	background-position:center center;
	background-repeat:no-repeat;
	background-size:contain;
	background-image:url(../../icon/table-th.svg);
	
	vertical-align: middle;
	
	margin-right:0.5em;
}
.table.responsive.sponsor table tr th
{
	color:#52432d;
}
.table.responsive.sponsor table tr th > div:before
{
	content:none;
	background-image:url(../../icon/table-th-footer.svg);
}
.table.responsive table tr td > div
{
}

.table.static
{
	margin-bottom:1em;
}
.table.static table
{
	width:100%;
	border-spacing:0px;
	border-collapse:separate;
	border-top:1px solid;
}
.table.static table tr th,
.table.static table tr td
{
	border-bottom:1px solid;
	vertical-align:middle;
	text-align:left;
}
.table.static table tr th
{
	width:10px;
	white-space: nowrap;
	vertical-align:top;
}
.table.static table tr td
{
	width:auto;
}
.table.static table tr th.thin,
.table.static table tr td.thin
{
	width:10px;
	white-space: nowrap;
}
.table.static table tr th > div,
.table.static table tr td > div
{
	padding:0.8em 0.5em;
	line-height:1.3;
}
.table.static table tr th > div
{
	font-weight:bold;
}
.table.static table tr td > div
{
}
.table.static table tr th.title
{
	vertical-align:top;
	color:#EF7000;
}
.table.static table tr th.title > div:before
{
	content:"";
	display:inline-block;
	
	width:1em;
	height:1em;
	
	background-position:center center;
	background-repeat:no-repeat;
	background-size:contain;
	background-image:url(../../icon/table-th.svg);
	
	vertical-align: middle;
	
	margin-right:0.5em;
}

.tariff .title
{
	font-weight:bold;
}
.tariff .caption
{
	font-size:0.8em;
	margin-top:0.5em;
}
.tariff .price
{
	margin-top:0.5em;
	text-align:right;
}

.ticket
{
	margin-bottom:1em;
}
.ticket table
{
	width:100%;
	border-spacing:0px;
	border-collapse:separate;
	border-top:1px solid;
}
.ticket table tr th,
.ticket table tr td
{
	border-bottom:1px solid;
	vertical-align:middle;
	text-align:left;
}
.ticket table tr th
{
	vertical-align:middle;
	min-width:200px;
	width:25%;
}
.ticket table tr td
{
	min-width:200px;
	width:25%;
}
.ticket table tr th > div,
.ticket table tr td > div
{
	padding:1.0em 0.0em;
	line-height:1.3;
}
.ticket table tr th > div
{
	font-weight:bold;
}
.ticket table tr td > div
{
	text-align:right;
}

.table.search-result
{
	margin-top:1em;
	margin-bottom:1em;
	font-size:0.9em;
}
.table.search-result table
{
	width:100%;
	border-spacing:0px;
	border-collapse:separate;
	border-top:1px solid;
}
.table.search-result table tr:hover
{
	background-color:#EEEEEE;
}
.table.search-result table tr th,
.table.search-result table tr td
{
	border-bottom:1px solid;
	vertical-align:middle;
	text-align:left;
}
.table.search-result table tr th
{
	vertical-align:top;
	min-width:auto;
	max-width:none;
}
.table.search-result table tr td
{
	width:auto;
}
.table.search-result table tr th > div,
.table.search-result table tr td > div
{
	padding:0.6em 0.3em;
	line-height:1.3;
}
.table.search-result table tr th > div
{
	font-weight:bold;
}
.table.search-result table tr td > div
{
}

/* ################################################################################################ */
/* ## TAB                        ################################################################## */
/* ################################################################################################ */
@media screen and (max-width:1100px) {

	
}

/* ################################################################################################ */
/* ## スマホサイト用スタイル ###################################################################### */
/* ################################################################################################ */
@media screen and (max-width:640px) {
	.table.responsive
	{
		margin-bottom:1em;
	}
	.table.responsive table,
	.table.responsive table tbody,
	.table.responsive table thead,
	.table.responsive table tr,
	.table.responsive table tr th,
	.table.responsive table tr td,
	.table.responsive table tr th.thin,
	.table.responsive table tr td.thin
	{
		display:block;
		width:100%;
		border:none;
		min-width:auto;
		max-width:100%;
	}
	.table.responsive table
	{
		border-top:1px solid;
	}
	.table.responsive table tr
	{
		border-bottom:1px solid;
	}
	.table.responsive table tr th > div,
	.table.responsive table tr td > div
	{
		padding:1.0em 0.0em;
		line-height:1.3;
	}
	.table.responsive table tr th > div
	{
		font-weight:bold;
	}
	.table.responsive table tr td > div
	{
		padding-top:0.0em;
	}
	.tariff .title
	{
		padding-top:1.0em !important;
	}
	
	.ticket table tr th
	{
		vertical-align:middle;
		min-width:auto;
		width:33.3333%;
	}
	.ticket table tr td
	{
		min-width:auto;
		width:33.3333%;
	}
	.ticket table tr td > div
	{
		text-align:center;
	}
}
