@charset "utf-8";

/* ボッシュ・イン・ジャパン */


.shop-link-arrow {
	display: inline-block;
	padding: 0 5px 0 0;
	text-decoration: none;
	font-size: 80%;
}


.shop-more-link {
	display: inline-block;
	margin: 0 5px;
	padding: 0 7px;
	background-color: var(--bo-link-color);
	border-radius: 2px;
	color: #FFF !important;
	font-size: 90%;
	font-weight: bold;
	text-decoration: none;
}
.shop-more-link:hover {
	text-decoration: none;
}


.shop-map-link {
	display: inline-block;
	margin: 0;
	padding: 0 7px;
	background-color: var(--bo-link-color);
	border-radius: 3px;
	color: #FFF !important;
	font-weight: bold;
	text-decoration: none;
}
.shop-map-link:hover {
	text-decoration: none;
}




.shop-data {
	width: 100%;
	margin-top: 0;
}
.shop-data tr {
	border-bottom: 1px dotted #CCC;
}
.shop-data th,
.shop-data td {
	padding: 5px 0;
	font-weight: normal;
	vertical-align: top;
}
.shop-data th {
	width: 10%;
	white-space: nowrap;
}
.shop-data td {
	padding-left: 20px;
}





#modal-shop-details .modal-header-text {
	font-weight: normal;
}

#modal-shop-iframe {
	width: 100%;
	min-height: 80vh;
}
