/* ----------------------------------------------------------------------
	最近見た店舗
---------------------------------------------------------------------- */
.saikin iframe {
	height: 320px;
	width: 218px;
	border: 1px solid #D8D8D8;
	padding-top: 40px;
	padding-bottom: 5px;
	background-image: url(http://www.asreet.com/images/common/side_t_saikin.jpg);
	background-repeat: no-repeat;
	background-position: top;
	margin-bottom: 10px;
}
.shop {
	height: auto;
	width: 218px;
	margin-bottom: 10px;
	float: left;
}
.shop .img {
	height: 67px;
	width: 92px;
    float: left;
}

.shop_info {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif!important;
	font-size: 12px;
	height: auto;
	width: 110px;
	margin: 0px;
	float: left;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-bottom: 10px;
}

.shop_info p{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif!important;
	font-size: 11px;
	padding: 0px;
	width: 110px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.shop_info .name a {
	color: #0062AD;
	line-height: 130%;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	width: auto;
}
.shop_info .name a:hover {
	color: #0062AD;
	text-decoration: underline;

}

/* 20220711ボタン画像差し替え ---------- */
.shop .shop_info a img {
	width: 95px;
    height: auto;
    float: left;
}
img {
    image-rendering: -webkit-optimize-contrast;
}