@charset "utf-8";

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

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

.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;
}

.indent-2em {
	padding-left: 2.1em;
}

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

}

/* ################################################################################################ */
/* ## スマホサイト用スタイル ###################################################################### */
/* ################################################################################################ */
@media screen and (max-width:640px) {
	.table
	{
		margin-bottom:1em;
	}
	.table table,
	.table table tbody,
	.table table thead,
	.table table tr,
	.table table tr th,
	.table table tr td
	{
		display:block;
		width:100%;
		border:none;
		min-width:auto;
		max-width:100%;
	}
	.table table
	{
		border-top:1px solid;
	}
	.table table tr
	{
		border-bottom:1px solid;
	}
	.table table tr th > div,
	.table table tr td > div
	{
		padding:1.0em 0.0em;
		line-height:1.3;
	}
	.table table tr th > div
	{
		font-weight:bold;
	}
	.table 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;
	}
	.indent-2em {
		padding-left: 2.2em;
	}
}
