@charset "UTF-8";
/*
--------------------------------------------------------
Title:上中様向け店舗検索用CSS
Contents:
supplement:
Lastupdate:01/09/2009
producer:koizumi
Copyright(c)OPENWEBSYSTEM
--------------------------------------------------------
*/

div#searchwrap {
	clear: both;
}
div#searchwrap div {
	margin-top: 18px;
}
div#searchwrap div a {
	margin: auto 8px;
}


/*50音で探す*/

dt.a50 {
	background: url(../images/search/smalltitle1.gif) no-repeat 0px 0px;
}
.search-list dt.ka50 {
	background: url(../images/search/small-titl2.gif) no-repeat 0px 0px;
}
.search-list dt.sa50 {
	background: url(../images/search/small-titl3.gif) no-repeat 0px 0px;
}
.search-list dt.ta50 {
	background: url(../images/search/small-titl4.gif) no-repeat 0px 0px;
}
.search-list dt.na50 {
	background: url(../images/search/small-titl5.gif) no-repeat 0px 0px;
}
.search-list dt.ha50 {
	background: url(../images/search/small-titl6.gif) no-repeat 0px 0px;
}
.search-list dt.ma50 {
	background: url(../images/search/small-titl7.gif) no-repeat 0px 0px;
}
.search-list dt.ya50 {
	background: url(../images/search/small-titl8.gif) no-repeat 0px 0px;
}
.search-list dt.ra50 {
	background: url(../images/search/small-titl9.gif) no-repeat 0px 0px;
}
.search-list dt.wa50 {
	background: url(../images/search/small-titl10.gif) no-repeat 0px 0px;
}

/*お店一覧*/

table#shoplist {
	width: 601px;
	border-top: #d5d5d5 solid 1px;
	border-left: #d5d5d5 solid 1px;
	border-collapse: collapse;
}
table#shoplist th,table#shoplist td{
	padding: 4px;
	border-bottom: #d5d5d5 solid 1px;
	border-right: #d5d5d5 solid 1px;
}
table#shoplist th {
	background: #f5f5f5;
	border-bottom: #d5d5d5 double 3px;
	text-align: center
}
/*飲食店一覧*/
#contents h3.eat {
	clear: both;
	width: 601px;
	margin: 0;
	margin-bottom: 8px;
	padding-bottom: 2px;
	border-bottom: #3C9 double 6px;
	font-size: 16px;
}
.search-list ul#list {
	margin: 0;
	margin-bottom: 18px;
}
.search-list ul#list li {
	float: none;
	display: inline;
	margin: 0;
}
.search-list ul#list li a {
	margin: auto 4px;
}

/*店舗詳細*/
#contents h3.itemname {
	clear: both;
	width: 601px;
	margin: 0;
	margin-bottom: 8px;
	font-size: 16px;
}

table.shopitem {
	clear: both;
	width: 601px;
	margin-bottom: 18px;
	border-top: #d5d5d5 solid 1px;
	border-left: #d5d5d5 solid 1px;
	border-collapse: collapse;
	table-layout: fixed;
}
table.shopitem th,table.shopitem td{
	height: 40px;
	padding-left: 4px;
	padding-right: 4px; 
	border-bottom: #d5d5d5 solid 1px;
	border-right: #d5d5d5 solid 1px;
	word-break: break-all;
}
table.shopitem th {
	width: 5.5em;
	background: #f5f5f5;
	text-align: center;
}
/*table.shopitem td.shopphoto {
	width: 250px;
	text-align: center;
	vertical-align: top;
}*/

table.w240 {
	width: 321px;
	margin-right: 8px;
}
.fleft {
	float: left;
}

div.photoimg {
	width: 278px;
	padding: 0;
	margin: 0;
}



#contents h4 {
	margin-bottom: 18px;
}

/*PR*/
table.prtable {
	width: 601px;
	margin-bottom: 18px;
	border-collapse: collapse;
}
table.prtable th {
	padding-left: 18px;
	font-size: 16px;
	text-align: left;
	vertical-align: middle;
}
table.prtable td.freephoto {
	width: 240px;
	padding-bottom: 8px;
	vertical-align: middle;
}
table.prtable td.prtext {
	padding: 4px;
	background: #f9f9f9;
	border: #d5d5d5 solid 1px;
}



/*汎用*/
.centering {
	text-align: center;
}

div.pageback {
	margin-top: 18px;
	font-size: 14px;
	text-align: center;
}

.mb18 {
	margin-bottom: 18px;
}
.mt18 {
	margin-top: 18px;
}
