@charset "UTF-8";

#page_url input {
	width: 350px;
}

/* list_area */
#list_area {
	width:950px;
}
/* /list_area */

/* map_area */
#map_area {
	display:none;
}
#map {
	width:710px;
	height:440px;
/*	height:500px;*/
}
#map_result_area {
	width: 226px;
	background-color:#EFE9E0;
	padding:2px;
}

#map_result_area h2 {
	background-color:#604B49;
	color:#FFFFFF;
	text-align:center;
	height:28px;
	line-height:28px;
	margin-bottom:2px;
}

#map_result_inner {
	border:1px solid #CEBC9E;
	padding:2px;
}

#map_result {
	height:400px;
	overflow:auto;
	background-color:#FFF;
}

#map_result .box {
	border-bottom:1px dotted #C2AC87;
	background-color:#FFF;
	padding:5px 0;
}
#map_result .current {
	background-color:#FFE4B5;
}

#map_result .box .f_left {
	width:80px;
	text-align:center;
	margin-left:4px;
}

#map_result .box .f_right {
	width:110px;
	font-size:0.85em;
}
#map_result .box .f_right li {
	display:block;
	line-height:15px;
	margin-bottom:5px;
	padding-left:20px;
}
#map_result .add_favorite {
	bottom: auto !important;
	left: auto !important;
	position: static !important;
}

#address_name {
	border-left:5px solid #604B49;
	font-weight:bold;
	line-height:1.5em;
	margin:5px 0;
	padding-left:8px;
}
/* map_area */

#search_condition #condition_status {
	background-color:#FFF;
	padding:10px;
	border:1px solid #C2AC87;
	border-top:none;
}

#utility_area{
	position:relative;
}

#search_area {
	background-color:#F7F4F0;
	padding:4px;
	border:1px solid #C2AC87;
	width:940px;
}

#search_area_main {
	border:1px solid #C2AC87;
	background-color:#FFF;
	padding:10px;
}

.pointer {
	cursor:pointer;
	text-decoration:underline;
}




div#list_tabs {
	margin:20px 0 10px;
	border-bottom:2px solid #362827;
	position:relative;
}

div#result_info,
div#result_info_map {
	position:absolute;
	top:-32px;
	right:0;
}

div#result_info span,
div#result_info_map span {
	font-weight:bold;
	font-size:1.3em;
	color:#FF0033;
}

div#page_navi {
	margin-bottom:10px;
}

div#page_navi_footer {
	margin-bottom:10px;
	border-bottom:2px solid #362827;
	padding-bottom:10px;
}

.pagination b,
.pagination a {
	border:1px solid #C2AC87;
	margin:2px;
	padding:0.25em 0.4em;
	white-space:nowrap;
	float:left;
}

.pagination a:hover {
	background-color: #241818;
	color: #FFF;
}

.pagination b {
	background-color: #EEEEEE;
}



div#condition_box {
	width:710px;
}

div#condition_chg {
	width:195px;
}

div#condition_area {
	margin:10px 0;
}

div#condition_area p {
	float:left;
	margin:5px 10px 5px 0;
}

div#condition_area span {
	padding:3px 5px;
	background-color:#604B49;
	color:#FFF;
	text-align:center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-right:5px;
}






.page_navi .f_right th,
.page_navi .f_right td {
	padding: 3px 5px;
	vertical-align:middle;
}

.page_navi .f_right td.current {
	background-color:#EFE9E0;
}








div#list_tabs ul li {
	float:left;
	display:block;
	margin-left:5px;
	height:31px;
}

div#list_tabs ul li span {
	display:block;
	cursor:pointer;
	background: url('../img/list_tabs.png') no-repeat 0 0;
	height:31px;
	text-indent:-999999px;
}

#list_tabs li#chg_list,
#list_tabs li span.chg_list {
	width:123px;
}
#list_tabs li#chg_map,
#list_tabs li span.chg_map {
	width:142px;
}
#list_tabs li span.chg_map {
	background-position: -130px 0;
}

#list_tabs li.current span.chg_list {
	background-position: 0 -35px;
}

#list_tabs li.current span.chg_map {
	background-position: -130px -35px;
}


div#map_result h3 {
	font-weight:bold;
	margin-bottom:5px;
/*	padding-left:30px;*/
/*	line-height:30px;*/
	font-size:0.85em;

line-height:1.2em;
margin-bottom:5px;
min-height:15px;
_height:15px;
padding:8px 5px 7px 30px;

}

div#map_result h3.default_1 {
	background:url('../img/ic_1_s.gif') no-repeat left center;
}

div#map_result h3.default_2 {
	background:url('../img/ic_2_s.gif') no-repeat left center;
}

div#map_result h3.default_3 {
	background:url('../img/ic_3_s.gif') no-repeat left center;
}

div#map_result h3.default_4 {
	background:url('../img/ic_4_s.gif') no-repeat left center;
}

div#map_result h3.default_5 {
	background:url('../img/ic_5_s.gif') no-repeat left center;
}

div#map_result h3.default_6 {
	background:url('../img/ic_6_s.gif') no-repeat left center;
}






#loading {
	position: fixed;
	top: 50%;
	left: 50%;
	height: 150px;
	width: 240px;
	margin-top: -75px;
	margin-left: -120px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

* html #loading {	/* IE6 */
	position: absolute;
	margin-top: 0;
}

#overlay {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #000;
	z-index: 1100;
	display: none;
	filter: alpha(opacity=25);
	-moz-opacity:0.25;
	opacity:0.25;
}

* html #overlay {	/* IE6 */
	position: absolute;
	width: 100%;
}


#list_notfound {
	margin-bottom:30px;
	line-height:160%;
}

#map_ex {
	margin:10px 0;
}

td#td_is_realtime {
	background-color: #FFE4B5;
}


#tbl_search_submit td {
	width:50% !important;
	padding:0 !important;
}

#tbl_search_submit {
	margin-bottom:5px;
	text-align:center;
	position:relative;
}

#what_realtime {
	cursor:pointer;
	text-decoration:underline;
}

#realtime_note {
	display:none;
	position:absolute;
	width:15em;
	margin-left:10px;
	padding:5px 10px;
	background-color:#FFF4BF;
	border:1px solid #C2AC87;
	text-align:left;
	text-decoration:none;
	z-index:100;
	letter-spacing: 0.1em;
	line-height:160%;
	-webkit-border-radius: 0.8em;
	-moz-border-radius: 0.8em;
}

#realtime_note b {
	font-weight:bold;
}

