@charset "utf-8";
/*------------------------------------------------------------
	Cookieポリシー
------------------------------------------------------------*/
#gHeader {
	margin-bottom: 0;
}

#main .culationSection {
	margin: 0 10px 20px;
}

#main .culationSection p {
	margin-bottom: 11px;
	line-height: 1.6;
	font-size: 12px;
}

.culationSection table {
	border-collapse: collapse;
	margin-bottom: 10px;
	border: 2px solid rgb(200, 200, 200);
	letter-spacing: 1px;
	font-family: sans-serif;
	font-size: 0.6rem;
}

.culationSection td,th {
	border: 1px solid rgb(190, 190, 190);
	padding: 10px;
	text-align: center;
}

.culationSection td {
	text-align: left;
}

.culationSection tr:nth-child(even) {
	background-color: #f5f5f5;
}

.culationSection th[scope="col"] {
	background-color: #696969;
	color: #fff;
}

.culationSection th[scope="row"] {
	background-color: #d7d9f2;
}

caption {
	padding: 10px;
	caption-side: bottom;
}
