@charset "UTF-8";
@media screen and (max-width: 640px) {

/* スマホ用CSS ↓*/

/* -------------- class.php 個別設定 -------------- */

section#access-index {
	padding: 25px 10px 10px;
}

/* -------------- 地図 -------------- */

.a-i-map {
	text-align: center;
}

.a-i-map p:first-child {
	width: auto;
	margin: 25px auto 10px;
}

.a-i-map p img {
	max-width: 100%;
}

.a-i-root dl {
	width: auto;
	display: block;
}

.a-i-root dt {
	width: auto;
	margin-bottom:0;
}
.a-i-root dd {
	width: auto;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
}
.a-i-root dt:before {
	content: "■";
	margin-right: 10px;
}

.a-i-root ol {
	width: auto;
}


/* スマホ用CSS ↑*/

}
