@charset 'utf-8';

/* 特定商取引法に基づく表記 */
.blue_back {
	padding: 50px;
	background-color: #eff8ff;
}

/* トップ用中見出し */
.tl_top {
	position: relative;
	color: #0098e6;
	font-weight: bold;
	font-size: 42px;
}

.tl_top::after {
	display: block;
	width: 60px;
	height: 3px;
	margin: 20px auto -4px;
	background-color: #0098e6;
	content: '';
}

table {
	width: 960px;
	margin: 0 auto;
	color: #333;
	font-size: 16px;
	border: 1px solid #bdd2dd;
	border-collapse: collapse;
}

table th,
table td {
	padding: 20px;
	border: 1px solid #bdd2dd;
}

table th {
	width: 30%;
	font-weight: normal;
	line-height: 1.4;
	white-space: nowrap;
	vertical-align: middle;
	background-color: #d9f2ff;
	border-left: none;
}

table td {
	line-height: 1.4;
	background-color: #fff;
	border-right: none;
}

table tr:nth-child(even) th {
	background-color: #c8ecff;
}

table tr:nth-child(even) td {
	background-color: #fffff3;
}

/*
--------------------------------------------------------------------------------
 END OF CSS
--------------------------------------------------------------------------------
*/
