@charset "UTF-8";

.contact {
}

.web {
}

.web_list {
	margin-top: 30px;
}

.web_list > li {
	text-indent: -1em;
	padding-left: 1em;
}

.other {
}

.other_tbl {
	width: 100%;
}

.other_tbl th:nth-child(1) {
	width: 45%;
}
.other_tbl th:nth-child(2) {
	width: 40%;
}
.other_tbl th:nth-child(3) {
	width: 15%;
}

.other_tbl th,
.other_tbl td {
	border: 1px solid #ccc;
	text-align: left;
	vertical-align: middle;
}

.other_tbl thead th {
	background: #004386;
	color: #fff;
	padding: 7px 15px;
}

.other_tbl tbody td {
	padding: 12px 15px;
}

.other_tbl tbody tr:nth-child(odd) {
	background: #EBF0F6;
}

/* All SP */
@media screen and (max-width:640px) {
	.contact {
	}

	.web {
	}

	.web_list {
	}

	.web_list > li {
	}

	.other {
	}

	.other_tbl {
		width: 700px;
	}

	.other_tbl th,
	.other_tbl td {
		font-size: 12px;
	}

	.other_tbl thead th {
		padding: 7px;
		white-space: nowrap;
	}

	.other_tbl tbody td {
		padding: 10px 7px;
	}

	.other_tbl tbody td:last-child {
	}

	.other_tbl tbody tr:nth-child(odd) {
	}

}
