@charset "utf-8";
/* PC/スマホ共通表示 */

.-----PC_MOBILE_COMMON_CSS_START----- {}


.lead  {
	margin-bottom: 25px;
}
.lead .ttl {
	margin-bottom: 15px;
}
#shop .shop_data {
	margin-bottom: 30px;
}

#shop .shop_data table {
	margin-bottom: 15px;
}

#shop .shop_data th {
	background-color: #FAFBFC;
	border: 1px solid #CCCCCC;
	padding: 5px;
	font-weight: normal;
	width: 90px;
}
#shop .shop_data th.name {
	text-align: left;
	width: auto;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 110%;
	background-color: #EBF1F5;
	color: #245191;
	font-weight: bold;
}
#shop .shop_data td {
	border: 1px solid #CCCCCC;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#shop .shop_data td img {
	margin-right: 4px;
	margin-left: 2px;
	margin-top: 1px;
	margin-bottom: 1px;
}
#shop .other h4 {
	font-size: 100%;
	color: #245191;
	margin-bottom: 5px;
}
#shop .other .text {
	border: 1px dashed #CCCCCC;
	padding: 12px;
}
#shop .other .text .notes {
	margin-top: 1em;
	padding-left: 1em;
	text-indent: -1em;
}

.-----PC_MOBILE_COMMON_CSS_END----- {}

/* スマートフォン用CSS */
@media screen and (max-width: 750px) {
	
.-----MOBILE_ONLY_CSS_START----- {}


#shop .shop_data th {
	width: 140px;
}

.-----MOBILE_ONLY_CSS_END----- {}


	
}
