@charset "utf-8";



/*-------------------------------------------------
お気に入り一覧A
------------------------------------------------*/
#favoritesListA h2 {
	margin: 30px 0 15px;
	padding: 0 10px;
	min-height: 48px;
	line-height: 48px;
	background:#d1c0a5;
	color: #fff;
	font-size: 18px; font-size: 1.8rem;
	font-weight: bold;
}

#favoritesListA .shop {
	margin-bottom: 20px;
}

#favoritesListA .bnr01 {
	position: relative;
	padding-top: 21.1%;
	/padding-top: 18.3%;/*for IE7*/
	padding-top: 21.2%\9;/*for IE8*/
}
@media screen and (-webkit-min-device-pixel-ratio:0) {/*for Safari*/
	::i-block-chrome, #favoritesListA .bnr01 {
	padding-top: 21.2%;
	}
}
@-moz-document url-prefix() {/*for Firefox*/
	#favoritesListA .bnr01 {
		padding-top: 21.2%;
	}
}
#favoritesListA .bnr01 img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#favoritesListA .shop .box01 {
	padding: 15px 10px;
	border: 1px solid #d1c0a5;
	background: #fffcf8;
}
#favoritesListA .shop .box01 .floatL {
	float: left;
	width: 391px;
	padding-right: 20px;
}
#favoritesListA .shop .box01 .floatR {
	float: left;
	width: 277px;
}

#favoritesListA .shop h3 {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #d1c0a5;
	line-height: 20px;
}
#favoritesListA .shop h3 .shopName {
	display: block;
	float: left;
	font-size: 16px; font-size: 1.6rem;
	color: #7e4800;
}
#favoritesListA .shop h3 .shopName em {
	font-weight: bold;
}
#favoritesListA .shop h3 .icoFavorite {
	display: block;
	float: right;
}
#favoritesListA .shop h3 .icoFavorite img {
	width: 20px;
	cursor: pointer;
}
#favoritesListA .shop .box01 .txt01 {
	margin-bottom: 10px;
	color: #888;
	line-height: 1.6;
}
#favoritesListA .shop .box01 .txt02 {
	line-height: 1.6;
}
#favoritesListA .shop .box01 .txt03 {
	margin-bottom: 8px;
	line-height: 1.6;
}

#favoritesListA .shop .box01 .tag {
	float: left;
	width: 48px;
	margin-right: 10px;
}
#favoritesListA .shop .box01 .tag li {
	float: left;
}
#favoritesListA .shop .box01 .tag li#tagNight,
#favoritesListA .shop .box01 .tag li#tagPrivate {
	margin-right: 6px;
}
#favoritesListA .shop .box01 .tag li#tagNight,
#favoritesListA .shop .box01 .tag li#tagPrivate,
#favoritesListA .shop .box01 .tag li#tagCredit {
	margin-bottom: 4px;
}
#favoritesListA .shop .box01 .tag li#tagTrip {
	margin-right: 4px;
}
#favoritesListA .shop .box01 .tag li#tagNight img,
#favoritesListA .shop .box01 .tag li#tagPrivate img,
#favoritesListA .shop .box01 .tag li#tagCredit img {
	width: 12px;
}
#favoritesListA .shop .box01 .tag li#tagTrip img,
#favoritesListA .shop .box01 .tag li#tagSpeciality img {
	width: 22px;
}

#favoritesListA .shop .box01 .list01 {
	float: left;
	width: 219px;
}
#favoritesListA .shop .box01 .list01 li {
	float: left;
}
#favoritesListA .shop .box01 .list01 .btnHP {
	margin-right: 10px;
}
#favoritesListA .shop .box01 .list01 .btnHP a {
	display: block;
	width: 4em;
	padding: 8px;
	background-color: #eee;
	border-radius: 3px;
	-webkit-border-border-radius: 3px;
	-moz-border-radius: 3px;
	color: #db8048;
  text-align: center;
	text-decoration: none;
	font-weight: bold;
}
#favoritesListA .shop .box01 .list01 .btnHP a:hover {
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	-o-transition: 0.7s;
	transition: 0.7s;
}

#favoritesListA .shop .box01 .list01 .tel span {
	display: block;
	width: 9em;
	padding: 8px;
	border-radius: 3px;
	-webkit-border-border-radius: 3px;
	-moz-border-radius: 3px;
	background: #eee;
	text-align: center;
	font-weight: bold;
	color: #db8048;
}


/*-------------------------------------------------
お気に入り一覧B
------------------------------------------------*/
#favoritesListB {
	margin-bottom: 20px;
}

#favoritesListB .shop {
	margin-bottom: 20px;
	padding: 15px 10px;
	border: 1px solid #d1c0a5;
	background: #fffcf8;
}
#favoritesListB .shop .floatL {
	float: left;
	width: 391px;
	padding-right: 20px;
}
#favoritesListB .shop .floatR {
	float: left;
	width: 277px;
}

#favoritesListB .shop h2 {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #d1c0a5;
	line-height: 20px;
}
#favoritesListB .shop h2 .shopName {
	display: block;
	float: left;
	font-size: 16px; font-size: 1.6rem;
	color: #7e4800;
}
#favoritesListB .shop h2 .shopName em {
	font-weight: bold;
}
#favoritesListB .shop h2 .icoFavorite {
	display: block;
	float: right;
}
#favoritesListB .shop h2 .icoFavorite img {
	width: 20px;
	cursor: pointer;
}

#favoritesListB .shop .tag {
	float: left;
	width: 48px;
	margin-right: 10px;
}
#favoritesListB .shop .tag li {
	float: left;
}
#favoritesListB .shop .tag li#tagNight,
#favoritesListB .shop .tag li#tagPrivate {
	margin-right: 6px;
}
#favoritesListB .shop .tag li#tagNight,
#favoritesListB .shop .tag li#tagPrivate,
#favoritesListB .shop .tag li#tagCredit {
	margin-bottom: 4px;
}
#favoritesListB .shop .tag li#tagTrip {
	margin-right: 4px;
}
#favoritesListB .shop .tag li#tagNight img,
#favoritesListB .shop .tag li#tagPrivate img,
#favoritesListB .shop .tag li#tagCredit img {
	width: 12px;
}
#favoritesListB .shop .tag li#tagTrip img,
#favoritesListB .shop .tag li#tagSpeciality img {
	width: 22px;
}

#favoritesListB .shop .list01 {
	float: left;
	width: 219px;
}
#favoritesListB .shop .list01 li {
	float: left;
}
#favoritesListB .shop .list01 .btnHP {
	margin-right: 10px;
}
#favoritesListB .shop .list01 .btnHP a {
	display: block;
	width: 4em;
	padding: 8px;
	background-color: #eee;
	border-radius: 3px;
	-webkit-border-border-radius: 3px;
	-moz-border-radius: 3px;
	color: #db8048;
  text-align: center;
	text-decoration: none;
	font-weight: bold;
}
#favoritesListB .shop .list01 .btnHP a:hover {
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	-o-transition: 0.7s;
	transition: 0.7s;
}

#favoritesListB .shop .list01 .tel {
	float: left;
}
#favoritesListB .shop .list01 .tel span {
	display: block;
	width: 9em;
	padding: 8px;
	border-radius: 3px;
	-webkit-border-border-radius: 3px;
	-moz-border-radius: 3px;
	background: #eee;
	text-align: center;
	font-weight: bold;
	color: #db8048;
}


/*-------------------------------------------------
SmartPhone
------------------------------------------------*/
@media screen and (max-width: 767px) {


/*お気に入り一覧A*/
#favoritesListA {
	margin-bottom: 10px;
}
#favoritesListA h2 {
	margin-bottom: 5px;
	min-height: 36px;
	line-height: 36px;
	font-size: 16px; font-size: 1.6rem;
}
#favoritesListA .shop {
	margin-bottom: 10px;
	padding: 0 10px;
}
#favoritesListA .shop .box01 {
	padding: 5px;
}
#favoritesListA .shop .box01 .floatL {
	float: none;
	width: auto;
	padding-right: 0;
}
#favoritesListA .shop .box01 .floatR {
	float: none;
	width: auto;
}
#favoritesListA .shop h3 {
	margin-bottom: 5px;
	line-height: 16px;
}
#favoritesListA .shop h3 .shopName {
	font-size: 12px; font-size: 1.2rem;
}
#favoritesListA .shop h3 .shopName em {
	font-size: 14px; font-size: 1.4rem;
}
#favoritesListA .shop h3 .icoFavorite img {
	width: 16px;
}
#favoritesListA .shop .box01 .txt01 {
	margin-bottom: 0;
	line-height: 1.4;
}
#favoritesListA .shop .box01 .txt02 {
	margin-bottom: 0;
	line-height: 1.4;
}
#favoritesListA .shop .box01 .txt03 {
	margin-bottom: 3px;
	line-height: 1.4;
}
#favoritesListA .shop .box01 .list01 {
	width: auto;
}
#favoritesListA .shop .box01 .list01 .btnHP a:hover {
	opacity: 1;
}
#favoritesListA .shop .box01 .list01 .tel span {
	display: inline-block;
}


/*お気に入り一覧B*/
#favoritesListB {
	margin-bottom: 10px;
}
#favoritesListB .shop {
	margin: 0 10px 10px;
	padding: 5px;
}
#favoritesListB .shop .floatL {
	float: none;
	width: auto;
	padding-right: 0;
}
#favoritesListB .shop .floatR {
	float: none;
	width: auto;
}
#favoritesListB .shop h2 {
	margin-bottom: 5px;
	line-height: 16px;
}
#favoritesListB .shop h2 .shopName {
	font-size: 12px; font-size: 1.2rem;
}
#favoritesListB .shop h2 .shopName em {
	font-size: 14px; font-size: 1.4rem;
}
#favoritesListB .shop h2 .icoFavorite img {
	width: 16px;
}
#favoritesListB .shop .txt01 {
	margin-bottom: 3px;
}
#favoritesListB .shop .box01 .list01 {
	width: auto;
}
#favoritesListB .shop .tel span {
	display: inline-block;
}


}/*//@media screen*/







