@charset "UTF-8";
/* CSS Document */


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

	0.body

=======================================*/
body {
	font-size: 13px;
	color: #404040;
	font-family:Arial,sans-serif,"ＭＳ Ｐゴシック",Osaka;
	-webkit-text-size-adjust: 100%;
}

*{
	margin:0;
	padding: 0;
}

p{
	color: #404040;
	line-height: 1.8em;
	font-size: 13px;
}

th,td{
	color: #404040;
	line-height: 1.8em;
	font-size: 13px;
}

a{
	color: #404040;
	text-decoration: underline;
}
a:hover {
	color: #999999;
	text-decoration: none;
}

img {
	border: none;
}

li{
	list-style: none;
}

/****************

common

****************/

#clear {
	clear: both;
}


.mb15 {
	margin-bottom: 15px;
}

.mr10 {
	margin-right: 10px;
}

.mr15 {
	margin-right: 15px;
}

.ml20 {
	margin-left: 20px;
}

.mt30 {
	margin-top: 30px;
}

.ml20 {
	margin-left: 20px;
}

.mt20 {
	margin-top: 20px;
}

.mb35 {
	margin-bottom: 35px;
}

.tc {
	text-align: center;
}

.tl {
	text-align: left;
}

.tr {
	text-align: right;
}

#clear {
	clear: both;
}

/****************

header

****************/

#header_wrap {
	width: 100%;
	text-align: center;
	position: relative;
	height: 20%;
}

#header_wrap #logo {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -40px;
	margin-left: -136.5px;
}

@media screen and (max-width: 960px) {
	#header_wrap #logo {
		position: absolute;
		top: 50%;
		left: 20px;
		margin-top: -40px;
		margin-left: 0px;
	}

}

#header_wrap #lang_wrap {
	position: absolute;
	right: 10px;
	top: 5px;
	font-size: 11px;
}

#header_wrap #btn_wrap {
	position: absolute;
	right: 10px;
	top: 50%;
	width: 318px;
	margin-top: -40px;
}

#header_wrap #btn_wrap li {
	float: left;
}

#header_wrap #btn_wrap li.btn_01 {
	padding-top: 5px;
	margin-right: 10px;
}

#header_wrap #btn_wrap li.btn_02 {
	margin-right: 10px;
}

#header_wrap #btn_wrap li.btn_03 {
	margin-right: 10px;
}

#header_wrap #select_wrap {
	position: absolute;
	bottom: 0;
	background: #959eb7;
	padding: 0 0;
	width: 100%;
	text-align: left;
}

#header_wrap #select_wrap #btn_area {
	width: 300px;
	background: #14275f;
}

#header_wrap #select_wrap #btn_area img {
	margin: 5px 0 5px 15px;
}

/****************

Map

****************/

#map_canvas {
	width: 100%;
	height: 80%;
}



#infowin .build_name {
	font-size: 18px;
	font-weight: bold;
}

#infowin .build_name a {
	color: #14275f;
}

#infowin #photo_wrap {
	width: 30%;
	float: left;
	margin-left: 0;
}

#infowin #photo_wrap img {
	width: 100%;
}

#infowin #text_wrap {
	width: 68%;
	float: right;
}

#infowin .view_detail {
	background: #14275f;
	padding: 5px;
	text-align: center;
	margin-top: 25px;
	width: 90%;
}

#infowin .view_detail a {
	color: #fff;
}


/****************

search_box

****************/

#search_box_wrap {
	position: fixed;
	top: 20%;
	width: 300px;
	background: url('../images/bg_search_box.png');
	height: 75%;
	overflow: auto;
	/*display: none;*/
	
}

#search_box_wrap #btn_search {
	text-align: center;
	margin: 10px 0;
}

#search_box_wrap #search_area {
	
}

#search_box_wrap #search_area #ttl_box {
	padding: 5px 15px;
	background: #d9d9d9;
	margin-bottom: 8px;
	font-size: 15px;
	color: #14275f;
	font-weight: bold;
}

#search_box_wrap #search_area #cont_unit {
	width: 270px;
	margin: 0 auto 8px;
}

#search_box_wrap #search_area #cont_unit li {
	line-height: 2.2em;
	font-size: 14px;
	width: 135px;
	float: left;
}

#search_box_wrap #search_area #cont_unit li input[type="checkbox"] {
	width: 22px;
	height: 22px;
	vertical-align: middle;
}

#search_box_wrap #search_area #cont_unit table {
	width: 100%;
}

#search_box_wrap #search_area #cont_unit table th {
	width: 50px;
	text-align: left;
	padding-top: 2px;
	padding-bottom: 2px;
}

#search_box_wrap #search_area #cont_unit table td {
	padding-top: 2px;
	padding-bottom: 2px;
}

#search_box_wrap #search_area #cont_unit select {
	width: 100%;
	font-size: 13px;
	border: 1px solid #777;
	padding: 8px;
	color: #595757;
	background: #fff;
	border-radius: 5px;
	text-align: center;
	height: 34px;
}

/****************

footer_float_wrap

****************/
#footer_float_wrap {
	width: 100%;
	background: #14275f;
	position: fixed;
	bottom: 0;
}

#footer_float_wrap #footer_float_cont {
}

#footer_float_wrap #footer_float_cont li {
	width: 24%;
	text-align: center;
	float: left;
	height: 24px;
}

#footer_float_wrap #footer_float_cont li.ff_01 {
	border-right: 1px solid #fff;
	background: #43527f;
	margin-top: 2px;
	padding-bottom: 15px;
}

#footer_float_wrap #footer_float_cont li.ff_01 img {
	margin-top: 6px;
}

#footer_float_wrap #footer_float_cont li.ff_02 {
	border-right: 1px solid #fff;
	margin-top: 2px;
	padding-bottom: 15px;
}

#footer_float_wrap #footer_float_cont li.ff_03 {
	border-right: 1px solid #fff;
	margin-top: 2px;
	padding-bottom: 15px;
}

#footer_float_wrap #footer_float_cont li.ff_04 {
	margin-top: 2px;
	padding-bottom: 15px;
}

/*********************

loading

**********************/

#loader {
	width: 64px;
	height: 64px;
	position: fixed;
	_position: absolute; /* IE6対策 */
	top: 50%;
	left: 50%;
	margin-top: -32px; /* heightの半分のマイナス値 */
	margin-left: -32px; /* widthの半分のマイナス値 */
	z-index: 100;
}

#fade {
	width: 100%;
	height: 100%;
	display: none;
	background-color: #FFFFFF;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 50;
	/*filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	*/
}

#loading {
	width: 100%;
	height: 100%;
	position: fixed;
	_position: absolute; /* IE6対策 */
	z-index: 100;
	background: #fff;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}


