@charset "utf-8";

/*「検索する」リンク部分 ブロック修飾*/
#searchPanel {
	background:#fff;
	border:1px solid #e4e4e4;
	margin:0 0 10px 0;
	padding:1px;
}
/*「検索する」リンク部分 ブロック修飾2*/
#searchPanelWrapper {
    background:#f0f0f0;
    padding:5px;
}
/*「検索する」リンク部分 ルーペアイコン追加など*/
#searchPanel p {
    float:left;
    padding:0 0 0 26px;
    width:90px;
	background:url(../images/btn_set.png) -119px -40px no-repeat;
}
/*「検索する」リンク文字*/
#searchPanel p .open {
	font-size:16px;
	height:26px;
    line-height:26px;
	font-weight:bold;
}
/*「検索する」絞り込み項目表示部分*/
#searchPanel dl {
    color:#333;
    float:left;
    line-height:15px;
    padding-bottom:5px;
    padding-top:6px;
	padding-left:5em;
}
/*「検索する」絞り込み項目表示部分「検索条件：」文字*/
#searchPanel dt {
    float:left;
	font-weight:bold;
	text-indent:-5em;
}
/*「検索する」絞り込み項目表示部分「項目名」*/
#searchPanel dd {
    float:left;
	margin-right:5px;
    white-space:nowrap;/*絞り込み項目表示部分コメント参照 場合によって削除*/
}

/*フローティングウィンドウ 枠全体*/
#floatWindow {
	display:none;
	width:685px;
	position:absolute;
	/*top:60px;*/
	top: -177px;
	left:60px;
	padding:50px 10px 10px 10px;
	z-index: 11;
	background:#f0f0f0;
	border:3px solid #fff;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
/*フローティングウィンドウ 「閉じる」ボタン*/
#floatWindow a.close {
	position:absolute;
	right:10px;
	top:7px;
	height:26px;
	width:71px;
	background:url(../images/btn_set.png) no-repeat 0 -40px;
	text-indent:-9999px;
}
/*フローティングウィンドウ 「検索する」ボタン*/
#floatWindow div#serch_btn { padding:20px 270px; }
#floatWindow div#serch_btn input {
	background:url(../images/btn_set.png) no-repeat 0 0 !important;
	height:40px;
	width:145px;
	border:none;
	text-indent:-9999px;
	cursor:pointer;
}
/*フローティングウィンドウ 先頭タイトル*/
#floatWindow h3 {
	position:absolute;
	left:0;
	top:0;
	height:45px;
	line-height:45px;
	font-size:120%;
	font-weight:bold;
	text-indent:1em;
}
/*フローティングウィンドウ 項目*/
#floatWindow dl.fw_outbox {
	margin:0 0 30px 0;
	overflow:hidden;
}
/*フローティングウィンドウ 左列項目タイトル枠*/
#floatWindow dl dt.left_box {
	width:19%;
	padding:0 0 1000px 0;
	margin:0 2% -1000px 0;
	border-right:1px solid #acbfc3;
	float:left;
}
/*フローティングウィンドウ 右列選択項目枠*/
#floatWindow dl dd.right_box {
	width:78%;
	padding:0 0 1000px 0;
	margin:0 0 -1000px 0;
	float:left;
}
/*○行*/
#floatWindow dl dd#s_city dl dt {
	padding:0 0 10px 0;
	clear:both;
}
#floatWindow dl dd#s_city dl fieldset {
	margin:0 0 10px 0;
}
#floatWindow dl dd#s_city dl fieldset dt legend {
	display:block !important;
	background:url(../images/btn_set.png) no-repeat -143px -5px;
	padding:0 0 0 5px;
	height:1.3em;
	line-height:1.3em;
}
/*フローティングウィンドウ 選択項目リスト*/
#floatWindow dl dd.right_box dl dd { float:left; margin:0 0 10px 0; }
/*市区町村、カテゴリ項目名の文字数が長くなるなら変更。20%＝5列、25%＝4列、33%＝3列、50%＝2列*/
#floatWindow dl dd#s_city dl dd { width:33%; }/*市区町村*/
#floatWindow dl dd#s_cat dl dd { width:33%; }/*カテゴリ*/
#floatWindow dl dd.right_box dl dd label { height:1em; line-height:1em;}
#floatWindow dl dd.right_box dl dd label:hover { color:#3a98da; cursor:pointer; }/*colorの値は、そのサイトのリンクカラーと同じで。*/
#floatWindow dl dd.right_box dl dd label input { vertical-align: middle; margin-right:5px; }

/*フローティングウィンドウ 外枠背景*/
#overlay {
	display:none;
	position:absolute;
	width:100%;
	background-color:#000;
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter:"alpha( opacity=80 )";
	z-index:10;
}
