@charset "utf-8";

.block-label.shoplist-label {
	background-image: url(../img/bg_anbe.png);
}

table#shop-search-pref {
	position: relative;
	width: 100%;
	border: none;
	border-collapse: collapse;
}

table#shop-search-pref tr > * {
	width: 12.5%;
	text-align: center;
	vertical-align: middle;
	border: solid 1px #333;
}

table#shop-search-pref tr > th {
	font-weight: normal;
	background-color: #e4e4e4;
}

table#shop-search-pref tr > td > a { position: relative; display: block; }

table#shop-search-pref tr > td > a.current {
	color: #fff !important;
	background-color: #406696 !important;

}

ul.city-index {
	position: relative;
	display: block;
	list-style: none;
	letter-spacing: -.40em;
	text-align: left;
}
ul.city-index li {
	position: relative;
	display: inline-block;
	letter-spacing: normal;
	padding-left: 5px;
	padding-right: 5px;
}
ul.city-index li + li { border-left: solid 1px #a0b3cb; }
ul.city-index li a {
	position: relative;
	display: inline-block;
	padding: 0 5px;
}
ul.city-index li a:hover {
	background-color: #def0ff;
}
ul.city-index li a.current {
	color: #fff !important;
	background-color: #406696 !important;
}

#choise-city a.current { font-weight: bold; }

#shop-list dl dd ul {
	font-size: 0.875em;
	padding-left: 20px;
}

#shop-list dl.head > * {
	color: #406696;
	font-weight: normal;
	text-align: center;
	background-color: #e3e8ef;
	padding-top: 7px;
	padding-bottom: 7px;
}



/* ------------------------------
 *  Media Query Property
 * ------------------------------ */

@media only screen and (min-width: 768px) {
	table#shop-search-pref tr {
		height: auto !important;
	}
	table#shop-search-pref tr > td > a {
		text-decoration: none !important;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	table#shop-search-pref tr > td > a:hover {
		background-color: #def0ff;
	}
	.table-block > dl > * { line-height: 1.8em; }
	.table-block > dl > * a.bt-gmap { line-height: 1.5em; }
}

@media only screen and (min-width: 992px) {
}

@media only screen and (min-width: 1200px) {
}

@media only screen and (max-width: 1199px) {
}

@media only screen and (max-width: 991px) {
}

@media only screen and (max-width: 767px) {

	table#shop-search-pref,
	table#shop-search-pref > tbody,
	table#shop-search-pref > tbody > tr,
	table#shop-search-pref > tbody > tr > * {
		position: relative;
		display: block;
		width: 100%;
	}

	table#shop-search-pref { border-bottom: solid 1px #333; }
	
	table#shop-search-pref tr {
		overflow: hidden;
		-webkit-transition: 0.5s;
		-moz-transition: 0.5s;
		transition: 0.5s;
	}

	table#shop-search-pref tr:not(.active) {
		overflow: hidden;
		height: 44px !important;
	}

	table#shop-search-pref tr.none-th:not(.active) {
		height: 0 !important;
	}

	table#shop-search-pref tr > th {
		padding-top: 10px;
		padding-bottom: 10px;
		border-bottom: none;
		cursor: pointer;
	}
	table#shop-search-pref tr > th:after {
		position: absolute;
		top: 50%;
		right: 15px;
		width: 14px;
		height: 14px;
		background: url(../../img/svg/arrow_3_sp.svg) center no-repeat;
		background-size: auto 100%;
		margin-top: -7px;
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		transform: rotate(90deg);
		content: "";
	}
	table#shop-search-pref tr > td { border-top: none; border-bottom: none; }
	table#shop-search-pref tr > td > a { padding: 10px 10px 10px 30px; text-align: left; }
	table#shop-search-pref tr > td > a:before {
		position: absolute;
		top: 50%;
		left: 15px;
		width: 10px;
		height: 10px;
		background: url(../../img/svg/arrow_3_sp.svg) center no-repeat;
		background-size: auto 100%;
		margin-top: -5px;
		content: "";
	}

	a.bt-gmap { margin-top: 5px; }
}


@media print {
}
