/* =============================================================

【shoplist.css】検索結果ページの設定
Modified 2009.9.30

============================================================= */

@import url("common.css"); /* 共通部分の設定 */
@import url("tab.css"); /* ラジオボタンの設定 */

/* =============================================================
左列
============================================================= */

/*現在の検索条件*/
div.param {
	width:660px;
	background-color:#EFEFEF;
	padding:10px;
	text-align:center;
}
* html div.param {
	width:680px;
}
div.param p {
	background:url(../img/title_param.gif) no-repeat 0 1px;
	padding-left:102px;
	text-align:left;
	min-height:15px;
	height: auto !important;
	height: 15px;
}
div.param div {
	width:140px;
	height:30px;
	margin:20px auto 5px auto;
}

/*ページスイッチ*/
div.pageswitch {
	width:680px;
	background-color:#F2F1FE;
	border-top:1px solid #0E3192;
	margin-top:20px;
	font-size:100%;
	zoom:100%;
}
/*回り込み解除*/
div.pageswitch:after {
    content:"";
    clear:both;
    height:0;
    display:block;
    visibility:hidden;
}
/*件数*/
div.pageswitch p.item {
	float:left;
	padding:7px 10px;
}
div.pageswitch p.item span {
	font-size:131%;
	color:#0E3192;
	font-weight:bold;
}
/*ページング*/
div.pageswitch p.page {
	float:right;
	padding:7px 10px;
}

/*店舗一覧ヘッダー*/
table.list_header {
	width:680px;
	min-height:53px;
	height:auto !important;
	height:53px;
	background:url(../img/bg_shop_name_detail.jpg) repeat-x top;
	margin-top:15px;
}
/*カテゴリー*/
table.list_header td.category {
	padding:10px 10px 5px 10px;
}
/*店舗名*/
table.list_header td.name {
	padding:0 10px 15px 10px;
}
table.list_header h2 {
	font-size:123.1%;
	color:#0E3192;
	font-weight:bold;
}
/*詳しく見るボタン*/
table.list_header td.button {
	width:200px;
	padding-right:10px;
	text-align:right;
}
img.bnr_padopo {
	margin-right:8px;
}
/*本体*/
div.list_content {
	width:680px;
	border-top:1px solid #EDEDED;
	margin:1px 0 20px 0;
	padding-top:20px;
	zoom:100%;
}
/*回り込み解除*/
div.list_content:after {
    content:"";
    clear:both;
    height:0;
    display:block;
    visibility:hidden;
}
/*写真枠*/
div.list_content div.image {
	width:190px;
	float:left;
}
div.image span {
	border:1px solid #DDD;
	margin-left:10px;
	padding:2px;
	display:block;
	float:left;
}
/*本文枠*/
div.list_content div.body {
	width:490px;
	float:right;
	overflow:hidden;
	zoom:100%;
}
/*回り込み解除*/
div.list_content div.body:after {
    content:"";
    clear:both;
    height:0;
    display:block;
    visibility:hidden;
}

/*点線*/
div.list_content div.body img.line {
	margin:8px 0;
}
/*交通*/
div.list_content p.access {
	background:url(../img/listmarker_access.gif) no-repeat;
	padding:1px 0 0 42px;
	min-height:20px;
	height:auto !important;
	height:20px;
}
/*クーポン*/
div.list_content ul.coupon {
	width:370px;
	margin-top:10px;
	list-style-type:none;
	float:left;
}
div.list_content ul.coupon li {
	min-height:35px;
	height:auto !important;
	height:35px;
	background:url(../img/listmarker_coupon.gif) no-repeat;
	padding: 8px 0 0 75px;
	margin-top:2px;
}
/*その他のクーポン*/
div.coupon_others {
	background-color:#FFF8E1;
	padding:6px 10px;
	float:right;
	margin-top:15px;
}
div.coupon_others p {
	background:url(../img/icon_square_red.gif) no-repeat 0 4px;
	padding-left:14px;
}

/*条件を指定*/
h2#param_config {
	width:680px;
	height:26px;
	background:url(../img/title_param_config.jpg) no-repeat;
	margin-top:40px;
	text-indent:-9999px;
	overflow:hidden;
}
/*カテゴリ*/
div#content_param {
	width:680px;
	background:url(../img/bg_param.gif) repeat-y bottom;
	padding:10px 0 20px 0;
	margin:0;
}
/*ジャンル・カテゴリタイトル*/
div#content_param h3#category {
	background:url(../img/icon_square_pink.gif) no-repeat 0 3px;
	font-weight:bold;
	margin-left:10px;
	padding-left:14px;
}
/*カテゴリ*/
ul.config_radio {
	list-style-type:none;
	margin-left:20px;
	padding-top:2px;
	zoom:100%;
}
/*回り込み解除*/
ul.config_radio:after {
    content:"";
    clear:both;
    height:0;
    display:block;
    visibility:hidden;
}
ul.config_radio li {
	width:200px;
	padding-top:3px;
	float:left;
}
img.dotline_config {
	padding:15px 0;
}

/*サブカテゴリ*/
div#box00,
div#box01,
div#box02,
div#box03,
div#box04,
div#box05,
div#box06 {
	width:660px;
	background-color:#F2F1FE;
	margin:10px auto 0 auto;
	padding-bottom:15px;
	zoom:100%;
}
div#box00:after,
div#box01:after,
div#box02:after,
div#box03:after,
div#box04:after,
div#box05:after,
div#box06:after {
    content:"";
    clear:both;
    height:0;
    display:block;
    visibility:hidden;
}
/*IE6 Hack*/
* html div#box00,
* html div#box01,
* html div#box02,
* html div#box03,
* html div#box04,
* html div#box05,
* html div#box06 {
	margin-left:10px;
}
div#box00 ul,
div#box01 ul,
div#box02 ul,
div#box03 ul,
div#box04 ul,
div#box05 ul,
div#box06 ul {
	margin:7px 0 0 10px;
	font-size:100%;
}
div#box00 ul li,
div#box01 ul li,
div#box02 ul li,
div#box03 ul li,
div#box04 ul li,
div#box05 ul li,
div#box06 ul li {
	width:200px;
	padding-top:3px;
	float:left;
}

/*地区タイトル*/
div#content_param h3#area {
	background:url(../img/icon_square_pink.gif) no-repeat 0 3px;
	font-weight:bold;
	margin-left:10px;
	padding-left:14px;
}
ul.config_checkbox {
	list-style-type:none;
	margin-left:20px;
	padding-top:2px;
	zoom:100%;
}
/*回り込み解除*/
ul.config_checkbox:after {
    content:"";
    clear:both;
    height:0;
    display:block;
    visibility:hidden;
}
ul.config_checkbox li {
	width:200px;
	padding-top:3px;
	float:left;
}
/*クーポン有無*/
div#content_param h3#coupon {
	background:url(../img/icon_square_pink.gif) no-repeat 0 3px;
	font-weight:bold;
	margin-left:10px;
	padding-left:14px;
}
/*検索ボタン*/
div#config_submit {
	width:140px;
	height:30px;
	margin:5px auto;
}
/*IE6 Hack*/
* html div#config_submit {
	margin:15px 0 5px 270px;
}
