@charset 'utf-8';

/* ==========================================================================

	アクセス

   ========================================================================== */

.map strong {
	font-weight: bold;
}

.map .box_img {
	text-align: left;
}
.map .caution_red {
	display: block;
	color: #CF0000;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: solid 1px #000;
	font-size: 16px;
	width: 85%;
}
/* ============================== SP ============================== */

@media only screen and (max-width: 812px) {


.map .caution_red {
	font-size: 14px;
	width: 100%;
}

}
