@charset "Shift_JIS";

/*----------------------------------------
 ̐
----------------------------------------*/
.descriptionTableArea{
	padding: 40px 0 0 0;
}

.descriptionTable{
	margin: 0 0 1em;
}
.descriptionTable th, .descriptionTable td {
	padding: 6px 12px;
	vertical-align: middle;
}
.descriptionTable th {
	background: #eaf0f4;
}
.descriptionTable thead th {
	border-bottom: 2px solid #405a65;
}
.descriptionTable thead th:first-child {
	border-right: 2px solid #405a65;
}
.descriptionTable tbody th {
	border-right: 2px solid #405a65;
	border-top: 1px solid #c0c2dc;
}
.descriptionTable td {
	border-top: 1px solid #c0c2dc;
}
.descriptionTable th + th,
.descriptionTable td + td {
	border-left: 1px solid #c0c2dc;
}
