@charset "utf-8";

/* ========================================================
	access.css => アクセスMAP用CSS
======================================================== */


/* section
============================================================================================================ */
.section .map {
	margin-top: 30px;
}
.section strong {
	font-weight: normal;
	font-size: 18px;
	font-size: 1.8rem;
}
.section {
	margin-top: -30px;
	padding-top: 30px;
}
.section + .section {
	margin-top: 10px;
}

@media (max-width: 640px) {
	table.basic caption {
		display: block;
	}
	table.basic caption ~ tbody th,
	table.basic caption ~ tr th {
		padding-top: 0.2em;
		padding-bottom: 0.2em;
	}
	table.basic caption ~ tbody td,
	table.basic caption ~ tr td {
		padding-top: 0.5em;
		padding-bottom: 0.5em;
	}
	table.basic caption ~ tbody tr,
	table.basic caption ~ tr {
		margin-bottom: -1px;
	}
	table.basic th a {
		font-size: 100%;
	}
}
