
@charset "shift_jis";

/* ----------------------- */
/* shop.css   *//* Žæˆµ“X•Üˆê——ê—pcss */
/* ----------------------- */



.shoplist {
	display: table;
    border-bottom: solid 1px #aaa;
    padding: 20px 0px;
}

.shoplist-box01 {
	display: inline-block;
	vertical-align: middle; /* c‚É’†‰›‡‚í‚¹ */
}

.shoplist .tel {
    background: url("../common/img/icon_tel.png") no-repeat left center;
    padding: 2px 0 2px 20px;
}

.shoplist .tel a{
    border-bottom: solid 1px #0B76BD;
    color: #0B76BD;
    font-weight: bold;
}



.shopTopTableWrapper{
	border-bottom: 1px solid #c7cee2;
	border-right: 1px solid #c7cee2;
	width: 900px;
	margin: 0 auto;
}

.shopTopTable{
	width: 450px;
	box-sizing: border-box;
	float: left;
	border-collapse: separate;
}

.shopTopTable th{
	background-color: #9eade5;
	color: #fff;
	font-size: 23px;
	line-height: 50px;
	padding-left: 20px;
	border-top: 1px solid #c7cee2;
	border-left: 1px solid #c7cee2;
}

.shopTopTable td{
	background-color: #fff;
	width: 50%;
	line-height: 58px;
	height: 58px;
	border-top: 1px solid #c7cee2;
	border-left: 1px solid #c7cee2;
}

.shopTopTable td a{
	display: block;
	font-size: 19px;
	padding-left: 20px;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	position: relative;
}

.shopTopTable td a:hover{
	background-color: #ebedf5;
}

.shopTopTable td a.disable{
	background-color: rgba(0,0,0,0.5);
	pointer-events: none;
}

.shopTopTable td a::after{
	content: '';
	position: absolute;
	background: url(../shop/img/shop_yajirushi.png) 0 0 no-repeat;
	background-size: contain;
	width: 14px;
	height: 25px;
	right: 35px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}


