@charset "UTF-8";
/*--------------------------------------------------
**************************************************
    タクソノミー 都道府県別一覧ページ
**************************************************
--------------------------------------------------*/
h2{
    padding-left: 0;
}


/* その他の都道府県 */
.other_area h2{
	font-size: 20px;
	font-weight: bold;
}

.other_area ul{
	width: 100%;
}

.other_area li{
	width: 16%;
	margin: 15px 2%;
}

.other_area li a,
.other_area li .no_link{
	display: block;
	width: 100%;
	padding: 10px 20px;
	border-radius: 5px;
	text-align: center;
	font-weight: bold;
	color: #fff;
}

.other_area li a{
	background-color: #1aa357;
}

.other_area li .no_link{
	background-color: #999;
}
