<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*-----------------------------------------------------------------------------
** chiiki_top.htm 地域別サイト検索
** area/tokyo/23ku/index.html 東京23区サイト検索
** feature/index.html 地域特選サイト検索
** feature/eki/index.html 東京山手線駅別サイト検索
-----------------------------------------------------------------------------*/
/*---------- linkList リンクリスト ----------*/
dl.linkList {
	margin-bottom: 30px;
}
/*-- 見出しテキスト パターン --*/
dl.linkList dt.type01 {
	background-color: #e1d9cc;
	border-radius: 15px 15px 0 0;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 20px;
}
dl.linkList dt.type01 span {
	font-size: 14px;
	font-weight: normal;
	padding-left: 15px;
}
/*-- 見出しリンク パターン --*/
dl.linkList dt.type02 a {
	background-color: #e1d9cc;
	border-radius: 15px 15px 0 0;
	border-bottom: 2px solid #d0c5b3;
	color: #588100;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 20px;
	display: block;
	text-decoration: none;
	position: relative;
}
dl.linkList dt.type02 a:after {
	color: #ffbf00;
	content: "\f054";
	font-family: FontAwesome;
	font-size: 20px;
	margin-top: -13px;
	position: absolute;
	right: 10px;
	top: 50%;
}
dl.linkList dt.type02 a:hover {
	background-color: #ede5d7;
}
dl.linkList dd {
	background-color: #FFF;
	border-radius: 0 0 15px 15px;
	padding: 8px 12px 15px;
}
dl.linkList dd ul li {
	float: left;
	margin: 5px 3px 0;
}
/*---------- 青ボタン ----------*/
a.btnBlue {
	background-color: #45b1c7;
	border-bottom: 2px solid #a6cccc;
	border-radius: 5px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	color: #FFF;
	font-size: 20px;
	display: block;
	padding: 10px 10px 8px;
	text-align: center;
	margin: 0 auto 30px;
	max-width: 300px;
}
a.btnBlue:hover {
	background-color: #43abc0;
	text-decoration: none;
}
a.btnBlue span {
	background-color: #FFF;
	border-radius: 5px;
	color: #018ca8;
	display: block;
	font-size: 11px;
	margin-bottom: 5px;
}</pre></body></html>