<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* -----------------------------------------------------------------
all_shop_block
 -----------------------------------------------------------------*/
#all_shop_block {
	width: 101%;
	position: relative;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	margin: 0 auto 0 auto;
	text-align: center;
}
#all_shop_block .inner {
	margin: 0 auto;
}
#all_shop_block .shop_list_wrap {
	display: -moz-inline-box;
	display: inline-block;
	width: 32%;
	margin: 10px auto 0 5px;
	background: #FFF8F0;
	border: solid 1px #ededed;
}
#all_shop_block .shop_list_inner {
	margin: 10px;
	padding: 10px 10px 5px 10px;
	background: #fff;
	border-radius: 3px;
}
#all_shop_block .shop_list_wrap h6.shop_name {
	color: #000;
	text-align: left;
	font-size: 15px;
	padding: 5px 0 5px 30px;
	border-bottom: dotted 1px #ED93B4;
	background: url(../images/common/icon/icon_shop_pink.gif) no-repeat 5px 45%;
}
#all_shop_block .shop_list_wrap .shop_info {
	color: #666666;
	margin: 10px 5px;
	font-size: 12px;
	text-align: left;
}
#all_shop_block .shop_list_wrap .shop_photo {
	width: 102%;
	margin: 0 auto 0 auto;
	padding: 3px 0 0 0;
	text-align: center;
	overflow: hidden;
}
#all_shop_block .shop_list_wrap .shop_photo li {
	width: 125px;
	display: -moz-inline-box;
	display: inline-block;
	margin-right: 5px;
}

/* -----------------------------------------------------------------
shop_detail_block
 -----------------------------------------------------------------*/
#shop_detail_block {
	width: 100%;
	position: relative;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	text-align: left;
}
#shop_detail_block p.shop_logo {
	text-align: center;
	margin: 10px 0 0 0;
}
#shop_detail_block p.shop_logo img {
	width: auto;
	height: auto;
}
#shop_detail_block .price_down_unit {
	text-align: center;
	margin: 10px auto 20px auto;
	padding: 2px 2px 2px 10px;
	display: table;
	background: #FF3E8B;
	width: 300px;
}
#shop_detail_block .price_down_unit span.price_down_title {
	display: table-cell;
	width: 58%;
	text-align: left;
	color: #fff;
	font-size: 18px;
	padding: 0 0 3px 30px;
	background: url(../images/shop_info/bg_price.gif) no-repeat left 60%;
}
#shop_detail_block .price_down_unit span.price {
	display: table-cell;
	color: #FF3E8B;
	font-size: 22px;
	padding: 2px 15px 0 15px;
	margin-left: 5px;
	background: #fff;
}

/* ------ shop_info_area ------ */
#shop_detail_block .shop_info_area {
	padding: 15px 0 0 0;
}
#shop_detail_block p.shop_info_area_title {
	font-size: 16px;
	margin: 0 0 0 10px;
	padding: 5px 5px 5px 25px;
	background: url(../images/common/icon/area_title_pink.gif) no-repeat left 50%;
}
#shop_detail_block .shop_info_txt {
	color: #333333;
	line-height: 1.6;
	margin-top: 5px;
	padding: 15px;
	background: #FFF8F0;
}

/* ------ shop_official_site_area ------ */
#shop_detail_block .shop_official_site_area {
	padding: 15px 0 0 0;
	margin: 0 auto;
	width: 100%;
}
#shop_detail_block .shop_official_site_area p.shop_official_site_area_title {
	font-size: 16px;
	margin: 0 0 0 10px;
	padding: 5px 5px 5px 25px;
	background: url(../images/common/icon/area_title_pink.gif) no-repeat left 50%;
}

/* ---------- link_area ---------- */
#shop_detail_block .link_area {
	width: 50%;
	height: 53px;
	border: solid 3px #98E1F9;
	margin: 5px auto 0 auto;
	padding: 5px 0 4px 0;
}
#shop_detail_block .link_area a {
	text-decoration: none;
}
#shop_detail_block .second {
	margin-top: 10px;
}
#shop_detail_block .link_area dt {
	float: left;
	width: 70%;
	font-size: 17px;
	color: #0672B2;
	line-height: 1.0;
	padding: 4px 0 3px 25px;
	margin: 5px 0;
	border-right: solid 1px #98E1F9;
}
#shop_detail_block .link_area span.sub {
	font-size: 11px;
	color: #666666;
}
#shop_detail_block .link_area dd {
	text-align: center;
	padding: 17px 0 0 0;
}
#shop_detail_block .link_area dd.qr {
	text-align: center;
	padding: 5px 0 0 0;
}

@media screen and (max-width: 979px) {
	/* -----------------------------------------------------------------
	all_shop_block
	 -----------------------------------------------------------------*/
	#all_shop_block .shop_list_wrap {
		width: 45%;
	}
	
	/* ---------- link_area ---------- */
	#shop_detail_block .link_area {
		width: 60%;
	}
}


@media screen and (max-width: 767px) {
	/* -----------------------------------------------------------------
	all_shop_block
	 -----------------------------------------------------------------*/
	#all_shop_block {
		width: 100%;
		position: relative;
		height: auto !important;
		height: 100%;
		min-height: 100%;
		margin: 0px 0px;
		text-align: left;
	}
	#all_shop_block .shop_list_wrap {
		width: 100%;
		margin: 10px auto 0 auto;
	}
	
	/* -----------------------------------------------------------------
	shop_detail_block
	 -----------------------------------------------------------------*/
	#shop_detail_block p.shop_logo img {
		width: auto;
		height: auto !important;
	}
	#shop_detail_block .price_down_unit {
		text-align: center;
		margin: 5px auto 10px auto;
		padding: 2px 2px 2px 10px;
		display: table;
		background: #FF3E8B;
		width: 230px;
	}
	#shop_detail_block .price_down_unit span.price_down_title {
		display: table-cell;
		width: 58%;
		text-align: left;
		color: #fff;
		font-size: 13px;
		padding: 0 0 3px 30px;
		background: url(../images/shop_info/bg_price.gif) no-repeat left 60%;
	}
	#shop_detail_block .price_down_unit span.price {
		display: table-cell;
		color: #FF3E8B;
		font-size: 17px;
		padding: 2px 15px 0 15px;
		margin-left: 5px;
		background: #fff;
	}
	
	/* ------ shop_info_area ------ */
	#shop_detail_block .shop_info_area p.shop_info_area_title {
		font-size: 14px;
	}
	#shop_detail_block .shop_info_area p.shop_info_txt {
		color: #333333;
		line-height: 1.6;
		margin-top: 5px;
		padding: 15px;
		background: #FFF8F0;
	}
	
	/* ------ shop_official_site_area ------ */
	#shop_detail_block .shop_official_site_area {
		padding: 15px 0 0 0;
		margin: 0 auto;
		width: 100%;
	}
	#shop_detail_block .shop_official_site_area p.shop_official_site_area_title {
		font-size: 14px;
		margin: 0 0 0 10px;
		padding: 5px 5px 5px 25px;
		background: url(../images/common/icon/area_title_pink.gif) no-repeat left 50%;
	}
	
	/* ---------- link_area ---------- */
	#shop_detail_block .link_area {
		width: 300px;
		height: 50px;
	}
}
</pre></body></html>