﻿p {
	padding: 0 0 10px 0;
}


/*東京ーオンライン*/
.region_nav {
	padding: 20px 0 10px;
	clear: both;
	color: #999999;
}

.region_nav a:link, a:visited, a:active a:hover {
	color: #0000000;
}

.region_nav ul {
    display: flex;
	align-items: baseline;
}

.region_nav li {
    margin: 0 0 0 33px;
	font-weight: 600;
	font-size: 15px;	
}

.region_nav li:first-child {
}

/*===CONTENT====================================*/
.content_store {
	padding: 2px 0 50px 0;
	float: left;
	width: 960px;
}

.content_store a:link, .content_store a:visited, .content_store a:active {
	text-decoration: none;
}

.content_store a:hover {
	text-decoration: underline;
	color: #999999;
}

/*県名*/
.region_border {
	font-size: 15px;	
	font-weight: 600;
	border-bottom: 1px solid #999999;
	padding-bottom: 8px;
	margin-bottom: 17px;
	margin-top: 50px;
	width: 960px;
	letter-spacing: 0.05em;
}

.region_border a {
	text-decoration: none;
}




/* ストアネーム／アドレス／電話番号 */
.text {
	font-size: 14px;
	line-height: 36px;
	padding-bottom: 12px;
}

.storeName {
	width: 360px;
}

.address {
	width: 480px;
}

.tel {
	text-align: right;
	width: 120px;
	letter-spacing: 1px;
}