@charset "utf-8";
@import url("bace.css");
@import url("common.css");
/* ===================================================================
CSS information

 file name  :sho.css
 style info :店舗情報カテゴリ用スタイル
=================================================================== */
/* -------- gnavi -------- */
#shop #header #gNav li.navStore a img {
	width: 0;
	height: 0;
}
/* -------- gnavi Print Style -------- */
@media print{
#shop #header #gNav li.navStore a img {
	width: 200px;
	height: 58px;
}
}

/* -------- snavi -------- */
#shop #sNav {
	background: url(/images/shop/img_snav.gif) no-repeat center bottom;
	margin:0;
	padding:0;
}


/* -------- info -------- */
#newslist {
	margin:15px 0 25px;
}
#newslist dl {
	border-bottom: dotted 1px #CDCDCD;
	padding-bottom:10px;
	margin-bottom:10px;
}
#newslist dt {
	font-weight:bold;
}


/* -------- search -------- */
form .searchBox {
	margin-top:15px;
}
.searchBox {
	border:solid 5px #E5E5E5;
	padding:15px;
}
.searchBox table {
	margin-bottom:15px;
}
.searchBox th {
	color:#009999;
}
.searchBox td {
	padding:5px;
	width:160px;
	vertical-align:top;
}
#area td {
	width: auto;
	padding-right:30px;
}
.searchBox td input {
	margin-right:5px;
}
.btn img {
	margin:20px 5px 10px;
}


#criteria {
	border-bottom:dotted 1px #9A9A9A;
	padding-bottom:10px;
	margin-bottom:15px;
}
#criteria h4 {
	color:#595959;
	margin-bottom:3px;
}
#criteria dt {
	float:left;
}
#result h4 {
	color:#009999;
	margin-bottom:3px;
}
#result li {
	margin-top:5px;
}

#listTitle {
	margin-top:25px;
}
#listTitle .bland {
	font-weight:bold;
	vertical-align:bottom;
	width:400px;
}
#listTitle .number {
	text-align:right;
	vertical-align:bottom;
	width:140px;
}
#listTitle img {
	margin-right:5px;
}
#list {
	margin-top:5px;
	clear:both;
}
#list th {
	background:#bce2e2;
}
#list th,#list td {
	border:solid 1px #b9d4d4;
	padding:4px;
	vertical-align:top;
}
