﻿@charset "utf-8";
/* CSS Document */

/*--------------------------------------------------------------------------------*/
/*#area_result 表示切替  select-area.html                                         */
/*--------------------------------------------------------------------------------*/
#area_result {
	/*height: 100%;*/
	width: 100%;
	float: left;
	clear: both;
	/*position: relative;*/
	overflow:hidden;
	z-index: 506;
	
	background: rgba(255,255,255,0.9);
}
#area_result #area_result_head {
	height: 29px;
	padding: 3px 7px;
}

#area_result #area_result_head #result_nav {
	float:right;
	margin-top:2px;
}
#area_result #area_result_head #result_nav a{
	margin:4px; 
}
#area_result #area_result_head #result_nav img {
	vertical-align:bottom;
}
#area_result #area_result_head #result_nav a.current{
	background-color:#000099;
	color:#FFFFFF;
	text-decoration:none;
}

#area_result #area_result_body {
	/*height: 90%;*/
	width: 100%;
	float: left;
	clear: both;
	padding-bottom:5px;
	position: relative;
	overflow: auto;
	font-size:90%;
}
#area_result h1 {
	background-image: -webkit-gradient(linear, left top, left bottom,color-stop(0, #2b2b2b),color-stop(0.4, #2b2b2b),color-stop(0.5, #2b2b2b),color-stop(1, #2b2b2b));
	background-image: -moz-linear-gradient(-90deg,#2b2b2b 0%,#2b2b2b 49%,#2b2b2b 50%,#2b2b2b 100%);
	background-image: linear-gradient(-90deg,#2b2b2b 0%,#2b2b2b 49%,#2b2b2b 50%,#2b2b2b 100%);
	text-shadow: 1px 1px 0px rgba(0,0,0,0.3);
	text-align:center;
	padding: 3px 5px;
	color: rgb(255, 255, 255);
	font-size: 16px;
	line-height:20px;
	font-weight:bold;
	height:20px;
	overflow:hidden;
}
#area_result li {
	/*height: 40px;*/
/*
	margin: 0px;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
	display: block;
	position: relative;
	background: rgba(255,255,255,0.9);
*/
border-bottom:1px solid #CCCCCC;min-height:49px;padding:0 5px;width:100% ;display:-moz-box;display:-webkit-box;display:-o-box;display:-ms-box;-moz-box-align:center;-webkit-box-align:center;-o-box-align:center;-ms-box-align:center;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;
}


#area_result li.odd {
	/*height: 40px;*/
	background-color: rgba(243,243,243,0.9);
}

#area_result li.last {
	border-bottom: 1px solid #999999;
}
#area_result li.hover {
	background-image: -webkit-gradient(linear, left top, left bottom,color-stop(0, rgb(237, 237, 237)),color-stop(1, rgb(204, 204, 204)));
	background-image: -moz-linear-gradient(-90deg,rgb(237, 237, 237) 0%,rgb(204, 204, 204) 100%);
	background-image: linear-gradient(-90deg,rgb(237, 237, 237) 0%,rgb(204, 204, 204) 100%);
}

#area_result li a {
	/*height: 40px;*/
	/*
	padding: 3px 15px 3px 40px;
	display: block;
	position: relative;
	text-decoration:none;
	display:block;
	height:2.5em;
	width:auto;
	color:#333333;
	background: url(../../Content/images/pages/arrow_02.png) no-repeat 97% center;
	*/
color:#333;font-weight:bold;font-size:14px;text-decoration:none;display:flex;background:url(../../Content/images/pages/arrow_02.png) no-repeat 97% center;line-height:30px;padding-left:10px;padding-right:30px;-moz-box-flex:1;-webkit-box-flex:1;-o-box-flex:1;-ms-box-flex:1;
}

    #area_result li a a {
        background: transparent;
    }

/*
#search li:hover{background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#4086dc),color-stop(1,#89bbfd));background:-moz-linear-gradient(-90deg,#4086dc 0,#89bbfd 100%);background:linear-gradient(-90deg,#4086dc 0,#89bbfd 100%);}
*/
#area_result li a.hover{
text-shadow:1px 1px 0 rgba(0,0,0,0.3);color:#FFFFFF;background:#D9898A url(../../Content/images/pages/arrow_03.png) no-repeat 97% center;
}

#area_result li a span {
	font-weight:bold;
	color:#000099;

}

#area_result li img {
	position:absolute;
	top: 10px;
	left: 7px;

}

#area_result_next{
	height: 29px;
    padding: 3px 7px;
	clear: both;
    float: left;
    font-size: 90%;
    height: 90%;
    overflow: auto;
    /*padding-bottom: 5px;*/
    position: relative;
    text-align: center;
    width: 100%;
}

#area_result_next .btn-darkblue{display:block;width:200px;height:35px;margin:3px auto;text-align:center;}
#area_result_next .btn-darkblue a{color:#FFF;text-shadow:-1px -1px 1px rgba(0,0,0,0.3);text-decoration:none;display:block;width:200px;height:35px;line-height:35px;}

