@charset "utf-8";

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

/* ################################################################################################ */
/* ## PC                         ################################################################## */
/* ################################################################################################ */
.table
{
	margin-bottom:1em;
	color: #4D4D4D;
	font-weight: bold;
}
.table table
{
	width:100%;
	border-spacing:0px;
	border-collapse:separate;
}
.table.table-recruit table {
	border: 1px solid #009FE8;
}
.table table tr th,
.table table tr td
{
	vertical-align:middle;
	text-align:left;
	padding: 0.5em 0;
	font-weight: normal;
}
.table table tr:last-child td {
	border-bottom: none;
}
.table table tr th
{
	vertical-align:top;
	min-width:200px;
	max-width:280px;
}
.table table tr td
{

}
.table table tr td.item {
	font-weight: bold;
	width: 180px;
}
.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;
}


.table.table-recruit table {
	border: 1px solid #009FE8;
	background-color: #fff;
}
.table table tr th,
.table table tr td {
	padding : 1em;
}
.table table tr td {
	border-bottom: 1px solid #009FE8;
}
.table table tr td p {
	margin-bottom: 1em;
}
.table table tr td.item {
	border-right: 1px solid #009FE8;
}

table.company-info {
	border: 1px solid #009FE8;
}



/* ################################################################################################ */
/* ## 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:none;
	}
	.table table tr
	{
		border:none;
	}

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

	.table table tr th,
	.table table tr td {
		padding : 1em;
	}
	.table table tr td {
		padding: 1em;
		border-bottom: 1px solid #009FE8;
	}
	.table table tr td.item {
		padding: 1em 1em 0 1em;
		border-bottom: none;
	}
	.table table tr td p {
		margin-bottom: 1em;
	}
	.table table tr td.item {
		border-right: none;
		width: 100%;
	}
	.table.table-recruit table {
		border-left:none;
		border-right: none;
	}
}
