<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
/****************************************************************************/
/**							地図からさがそう エリア一覧用CSS						*/
/****************************************************************************/


/* ----------------------------------------------------
		
---------------------------------------------------- */
.subtitle img {
	margin-right: 15px;
}

.area_list li {
	display: table;
	width: 100%;
	border-top: 1px solid #000000;
	padding: 40px 0;
}

.area_list li:first-child {
	border-top: none;
}

.area_list_img {
	display: table-cell;
	vertical-align: top;
	width: 360px;
	padding-right: 30px;
}

.area_list_img img {
	width: 100%;
}

.area_list_txt {
	display: table-cell;
	vertical-align: top;
}

.area_list_txt h3 {
	font-size: 2.4rem;
	line-height: 1.2;
	font-weight: normal;
}

.area_list_txt p {
	font-size: 1.4rem;
	line-height: 1.3;
	margin: 20px 0 10px;
}

.area_list table {
	font-size: 1.4rem;
	line-height: 1.3;
}

.area_list_txt th {
	padding: 8px 20px 8px 0;
}

.area_list_txt td {
	padding: 8px 0;
}</pre></body></html>