﻿@charset "utf-8";

/*サーチボックストップページの場合*/
.SearchBox {
	padding: 20px;
	margin-right: auto;
	margin-left: auto;
	width: 640px;
	border: 1px solid #C0C0C0;
}
.ShopSearchBox {
	width: 264px; /*296-32px*/;
	line-height: 150%;
	margin-top: 0px;
	margin-left: 0px;
	float: right;
}
.SarchListTitle {
	height: 15px;
	margin: 0px 0px 10px 0px;
	font-size: 12px;
	font-weight: normal;
}

.SearchBoxin {
	border-top-style: dotted;
	border-top-width: 1px;
	border-top-color: #808080;

}
.ProductName {
	float: left;
	width: 340px;
}
.SearchTXT {
	float: right;
	width: 264px;
}
.SreachItem {
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #808080;
}
.SreachItem dt,.SreachItem dd {
	padding: 0px;
	margin: 0px;
}
.SreachItem dt {
	float: left;
	margin-right: 7px;
}
.SreachItem dd {
	float: left;
}
.ti {
	width: 260px;
	margin-top: 15px;
	height: 20px;
	line-height: 20px;
}
.AddressWord {
	width: 264px;
	margin-top: 10px;
	height: 20px;
	line-height: 20px;
}

.SearchNotes {
	font-size: 11px;
	_font-size: 82%;
	line-height:150%;
	margin-top: 10px;
	margin-bottom: 10px;
}


/*店舗詳細表示画面用*/
#map {
	padding: 2px;
	border: 4px solid #E3E3E3;
	background-color: #CCCCCC;
	background-image: url(/shop/NotMap.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.ShopContents {
	width: 644px;
}
.ShopDataDtailes {
	float: left;
	width: 370px;
	border-top-style: dotted;
	border-top-color: #999999;
	border-top-width: 1px;
}

/*店名部分*/
.ShopName {
	margin-bottom: 20px;
}
.ShopName h3 {
	background-color: #F0F0F0;
	line-height: 32px;
	padding: 0px 0px 0px 8px;
	height: 32px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #bbeafa;
	margin: 0px;
	width: 800px;
	float: left;
}
.ShopName span {
	float: right;
	height: 28px;
	width: 150px;
	border: 2px solid #CCCCCC;
	line-height: 28px;
	text-align: center;
}
.ShopName span a {
	height: 28px;
	width: 150px;
	display: block;
	text-decoration: none;
	background-color: #EBEBEB;
}
.ShopName span a:hover {
	text-decoration: none;
	background-color: #999999;
	color: #FFFFFF;
}
/*店名部分ここまで*/
.ShopDataDtailes dl {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.ShopDataDtailes dl,.ShopDataDtailes dl dt,.ShopDataDtailes dl dd {
	margin: 0px;
	padding: 0px;
}
.ShopDataDtailes dl dt,.ShopDataDtailes dl dd {
	padding-top: 4px;
	padding-bottom: 4px;
	line-height: 19px;
}
.ShopDataDtailes dl dt {
	float: left;
	width: 70px;
	/*background-color: #FF0000;*/
}
.ShopDataDtailes dl dd {
	float: right;
	width: 295px;
	/*background-color: #00FF00;*/
}
.ShopDataProducts ul,.ShopDataProducts ul li{
	margin: 0px;
	padding: 0px;
}
.ShopContents p {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	margin: 0px;
}
.ShopDataProducts {
	float: right;
	width: 245px;
}
.ShopDataProducts h4 {
	_font-size: 92%;
	margin: 0px;
}
.ShopData {
	margin-bottom: 15px;
}
.ShopDataProducts p {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 10px 0px 0px 10px;
	width: 233px;
	_padding: 10px 0px 10px 10px;
}
.ShopDataProducts p img {
	display: inline;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}



/*検索結果リスト用*/

.ShopListDetails {
	width: 682px;
	border: 1px solid #CCCCCC;
	margin-bottom: 5px;
}
.ShopListDetails .ShopListShopName {
	width: 597px;
	font-size: 14px;
	_font-size: 108%;
	line-height: 28px;
	font-weight: bold;
	float: left;
	padding-left: 7px;
	background-color: #EBEBEB;
}

.ShopListGoDetailes {
	float: right;
	height: 25px;
	width: 75px;
	line-height: 25px;
	text-align: center;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 2px solid #CCCCCC;
	border-left: 2px solid #CCCCCC;
	color: #FFFFFF;
}
.ShopListGoDetailes a {
	height: 25px;
	width: 75px;
	display: block;
	text-decoration: none;
	background-color: #999999;
	color: #FFFFFF;
}
.ShopListGoDetailes a:hover {
	text-decoration: none;
	background-color: #666666;
	color: #FFFFFF;
}
.ShopListGoDetailes a:visited {
	color: #FFFFFF;
}


.ShopListDetails dd {
	margin-left: 7px;
	line-height: 28px;
	height: 28px;
}
.result {
	width: 682px;
	margin-right: auto;
	margin-left: auto;
}
.CloseB {
	display: block;
	float: right;
	height: 40px;
	width: 256px;
	margin-top: 20px;
}
.ShopDetailsName {
	padding-top: 0px;
}
.ShopDetailsShopName h3 {
	background-color: #F0F0F0;
	line-height: 32px;
	padding: 0px 0px 0px 8px;
	height: 32px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #bbeafa;
	margin: 0px 0px 10px;
	float: left;
	width: 632px;
}

