@charset "utf-8";

/**************************************************/
/*サブ（検索）ページ用
/**************************************************/


/**************************************************/
/**住所（地点）登録部分**/
.regist {
	position:absolute;
	width:182px;
	height:51px;
	top: 90px;
	left: 800px;
}


/**************************************************/
/**パンくずリスト**/
#topix_path {
	width: 980px;
	padding: 10px 0 30px 0;
	margin: 0px auto;
	font-size: small;
	letter-spacing: -1px;
}


/**************************************************/
/**内容**/
.sub_content {
	width:960px;
	margin: 10px auto !important;
	padding: 10px;
	border: 1px solid #CCC;
}

.sub_content_01 {
	margin:10px auto;
	padding:0 20px;
}

.sub_content_01 p {
	margin-bottom: 0.5em;
}

/**説明文**/
.explain {
	background: #D7EEFF;
	padding:10px;
	margin-bottom: 10px;
	border-left: 10px solid #999;
}

/**注意点**/
.attention{
	background: #FFFECF;
	padding: 5px 20px;
	margin-bottom: 10px;
}

.attention li{
	background:url(../image/mark_attention.gif) left no-repeat;
	list-style: none;
	padding: 3px 5px 3px 25px;
}

/**地域名**/

/**************************************************/
/**アコーディオン動作　レイアウト**/

#ac h3{
    /*overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;*/
	display:block;
	padding: 5px 0 5px 35px;
	margin-top:10px;
	font:100% normal;
	color:#FFFFFF;
    cursor:pointer;
	background: url(../image/btn_ac_open.gif)no-repeat 5px #666;
	clear:both;
    }
#ac .open{
	margin-bottom:10px;
	padding:10px 0 0 35px;
	display:none;
    }
#ac .active{
	background: url(../image/btn_ac_close.gif)no-repeat 5px #666;
    }

#ac .label {
	width:750px;
	float:right;
	margin: 10px 0;
}

#ac .open li{
	float:left;
	list-style: none;
	width:180px;
}

#ac .open input{
	margin:5px;
	width:15px;
	height:15px;
}


/**************************************************/
/**全選択チェックボックス**/
/*.selectAll {
	position: relative;
}

.checkbtn {
	position:absolute;
	top: 10px;
	left: 30px;
}
*/

/**************************************************/
/**フッタ部(県民)**/
#sub_foot_public {
	clear: both;
	height: 15px;
	width: 750px;
	margin: 10px auto 0 auto;
	padding-top: 5px;
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
	font-size:13px;
	background: url(/common/image/sub_foot.gif) no-repeat center bottom;
}

/**************************************************/
/**フッタ部**/
#sub_foot_top {
	clear: both;
	height: 15px;
	width: 980px;
	margin: 10px auto 0 auto;
	padding-top: 5px;
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
	font-size:13px;
	background: url(/common/image/sub_foot.gif) no-repeat center bottom;
}

/**************************************************/
/**ページ先頭へ(県民)**/
.to_sub_public {
	width: 750px;
	text-align:right;
}

/**************************************************/
/**ページ先頭へ**/
.to_sub_top {
	width: 980px;
	text-align:right;
}

/**************************************************/
/**検索ボタンへ**/
.to_search {
	width: 180px;
	margin: 40px auto 0 auto;
}

/**************************************************/
/**HOMEへ**/
.to_home {
	width: 142px;
	margin: 20px auto;
}
