/* ===================================================================== */
/*	スマートフォン　支部の一覧表示
/* ===================================================================== */
.shibu{
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 25px;
	display: block;
}

.shibu ul{
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-left:0px;
	float: left;
	width: 100%;
	display: block;
	font-size:95%;
}

.shibu ul li,.abroad ul li{
	margin-bottom: 0px;
	padding-bottom: 0px!important;
}
.shibu dt, .abroad dt{
	color: #ffffff;
	background-color: #00464f;
	display: block;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-bottom: 0px!important;
	padding-left: 5px;
	}

.shibu dt a, .abroad dt a{
	color: #333;
	}

.shibu ul li,.abroad ul li{
	list-style-type: none;

	}

.shibu ul li dt a, .abroad ul li dt a{
	color: #666;
	text-decoration: none;

	}

.shibu dd ul li{
	float: left;
	width: 64px;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-left: 6px;
	border-bottom-style: 0;
	margin-bottom: 8px!important;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999;
	color: #B8B8B8;
}




.abroad dd ul li{
	float: left;
	width: 120px!important;
	padding-top: 5px;
	padding-bottom: 8px;
	margin-left: 10px;
	margin-bottom: 8px!important;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999;

	}

.shibu dd ul li a{
	text-decoration: none;
	color: #156AFF;
	}

.shibu dd ul li a:hover,.abroad dd ul li a:hover{
	text-decoration: none;
	color: #C00;
	}

.shibu dd,.abroad dd {
	margin-bottom: 3px!important;
	padding-bottom: 0px!important;
	overflow: auto;
	}
	
	/* タブレットレイアウト : 481 px ～ 768 px。モバイルレイアウトからスタイルを継承。 */

@media only screen and (min-width: 481px) {


.top-nav li.list06{
	background-color: #006876;
	}

/* ===================================================================== */
/*	PC　デスクトップ　支部の一覧表示
/* ===================================================================== */
.shibu dl dt {
	float: left;
	width: 160px;
	}
	
}