@charset "utf-8";

div#wrapper {
	background-color:#CCF;
}

div#container {
	width:740px;
	margin-top:10px;
	margin-bottom:10px;
	padding:0 10px;
}

div#shoplist {
	background-color:#EEF;
	margin-left:auto;
	margin-right:auto;
	padding-top:10px;
}

#shoplist ul {
	width:730px;
	margin:0 auto;
}

#shoplist li {
	float:left;
}

div.shop {
	margin-bottom:10px;
	background-color:#FFF;
	border:1px solid #F06;
	width:343px;
	height:125px;
	margin-left:5px;
	margin-right:5px;
	padding:5px;
}

div.shopimg {
	width:60px;
	float:left;
}

p.shopname {
	font-weight:bold;
	font-size:110%;
	color:#fff;
	margin:2px 0 5px 0;
	background-color:#33F;
	padding:3px 0 3px 3px;
	margin-top:8px;
}

.shopname a {
	color:#FFFFFF;
}

div.shopdata {
	margin-left:70px;
	position:relative;
}

p.shopcategory {
	display:inline;
}

p.comment {
	height:50px;
	overflow:hidden;
}

div.linkbutton {
	margin-top:5px;
	text-align:right;
}

p.bddisc {
	font-weight:bold;
	position:absolute;
	top:0px;
	right:4px;
}

div.shop:after, div#shoplist:after {
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}


/* サブショップリスト
--------------------------------------------- */
#shoplist-sub h3 {
	font-weight:bold;
	font-size:1.4em;
	width:720px;
	margin:0 auto;
}
#shoplist-sub table {
	width:720px;
	margin:0 auto 20px;
	border-collapse:collapse;
	border:2px solid #333333;
}
#shoplist-sub td,
#shoplist-sub th {
	border:1px solid #333333;
	padding:.5em;
}
#shoplist-sub thead {	
	font-weight:bold;
	text-align:center;
	border-bottom:2px solid #333333;
	background-color:#B7E4E6;
}
#shoplist-sub tbody {
	background-color:#CDE8EB;
}
#shoplist-sub th.shopname { width:30%; }
#shoplist-sub th.area	{ width:10%; }
#shoplist-sub th.type	{ width:10%; }
#shoplist-sub th.telno	{ width:15%; }
#shoplist-sub th.time	{ width:20%; }
#shoplist-sub th.price	{ width:15%; }