/* web-font */
@import "/new-css/whhg.css";

html {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	overflow-y:hidden;
}

html, body, #wrapper {
	height: 100%;
	margin: 0;
	padding:0;
	font-size: 12px;
}

form {
    margin: 0px;
}

.clearfix {
	*zoom : 1;
}

a:LINK{TEXT-DECORATION:NONE;COLOR:#333333;}
a:VISITED{TEXT-DECORATION:NONE;COLOR:#333333;}
a:HOVER {TEXT-DECORATION:NONE;COLOR:#FF0000;}
a:ACTIVE{TEXT-DECORATION:NONE;COLOR:#FF0000;}

ul, ol{
	list-style-type: none;
	margin:0px;
	padding:0px;
}
ul li{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

select {
	margin:2px 0px 2px 2px;
	height:22px;
	font-size: 12px;
	border: 1px solid #999;
}

.eki{
	margin:0px 0px 0px 2px;
	padding:0px;
	width:200px;
	height:50px;
	color:#333333

}

.rosen{
	width: 200px;
}


.clear {
    clear: both;
}
.clear_left {
    clear: left;
}
.clear_right {
    clear: right;
}

input,textarea {
    font-size: 12px;
}


.map_select{
	margin:6px 0px 7px 8px;
	padding:0px;
}

#map_layer {
	width  : 100%;
	height : 100%;
}

#map_layer .bukken_num {
	position      : absolute;
	right         : 0;
	color         : red;
	text-align    : right;
	font-weight   : bold;
	font-size     : 12px;
	font-family   : 'Comic Sans MS';
	padding-top   : 6px;
	padding-right : 10px;
}

#map_check{
	margin:5px 0px 7px 8px;
	padding:0px 0px 5px 0px;
	overflow:hidden;
}
#map_check ul{ margin:0px; padding:0px;}
#map_check li{
	list-style:none;
	/*float:left;*/
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	/*width:48%;*/
}

#map_company{
	font-size: 11px;
	margin: 5px 0px 5px 0px;
	padding: 5px 8px 5px 8px;
	border:#C9C9C9 1px solid;
	color:#666;
}

#loading {
	position : absolute;
	z-index : 5;
	width  : 48px;
	height : 48px;
	background : url(../detail02/images/loading48.gif);
}

/* ヘルプ --------------------------------------------------------- */
#map_help p.text{
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
	display: none;
	opacity: 0;
	margin:  0px;
	padding: 8px;
	/*background-color: #efefef;*/
	color: #333;
	font-size: 14px;
}
#map_help label{
	position: relative;
	display: block;
	background-color: #efefef;
	border: solid #ccc 1px;
    padding: 6px 10px 6px 30px;
    color: #333;
	font-size: 14px;
}
#map_help label i{
	font-size: 10px;
}
#map_help label:before {
    position: absolute;
    top: auto;
    bottom: auto;
    left: 10px;
    width: auto;
    height: auto;
    display: block;
    content: '\f0a3';
    color: #f00;
    font-size: 16px;
    font-family: 'WebHostingHub-Glyphs';
}
#map_help p.text2{
	font-size: 12px;
	margin:  5px 0px 5px 0px;
	padding: 8px;
	background-color:#efefef;
	color:#444;
}
#map_help input[name="tab_item"] {
	display: none;
}

#map_help input:checked ~ p.text{
	display: block;
	opacity: 1;
}
/* 選択されているタブのスタイルを変える */
#map_help input:checked + label{
}
#map_help input:checked + label:before {
	content: '\f04a';
}

/* 角丸 --------------------------------------------------------- */

#sidebar,
#bukken_list{
	position:absolute;
	right:0;
	margin:0px 10px;
	top:30px;
	border:1px solid #ccc;
	background:#fff;
	/*background:url(../../images/trans-white.png) repeat;*/
	z-index:3;
}
#bukken_list{
	top:15px;
}
#sidebar{
	width:250px;
	padding:7px;
	overflow-x:hidden;
	overflow-y:scroll;
}
#sidebar p#re-home-btn{
	background:#369;
	color:#def;
}
#sidebar label{
	cursor:pointer
}

#after10{
	position:absolute;
	right:0;
	top:20px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	z-index:3;
}
#after10 p{
	-moz-border-radius:9px;
	-webkit-border-radius:9px;
	border-radius:9px;
}

#re-home-btn{
	margin:0 0 6px;
	padding:10px 0 10px 5px;
	background: #FF0000;
	border:none;
	color:#FFF;
	font-weight:bold;
}
#re-home-btn a{
	color:#FFF;
}
#re-home-btn a:link,
#re-home-btn a:hover,
#re-home-btn a:visited{
	color:#FFF;
}

/* 切替ボタン --------------------------------------------------------- */


#switch{ margin:0px; padding:0px;}
#switch .current{
	background:#666;
	color:#FFF;
}
#switch li{
	list-style:none;
	background:url(../../images/map_arrow.png) no-repeat left center;
	font-weight:bold;
	border-bottom:#CCC dotted 1px;
}
#switch li a{
	padding:4px 0px 4px 14px;
	background:url(../../images/map_arrow.png) no-repeat left center;
	display:block;
	text-decoration:none;
}
#switch li a:hover{
	padding:4px 0px 4px 14px;
	background:url(../../images/map_arrow.png) no-repeat left center;
	color:#FFF;
	background-color:#CCC;
}


/* タイトル --------------------------------------------------------- */

.map_title{
	margin:10px 0px 4px 0px;
	/*background-color:#666;*/
	background-color: #141A85;
	color:#FFF;
	padding:5px 0px 5px 10px;
	font-weight:bold;
	font-size:14px;
}
.map_title.type02{
	background-color: #F85118;
}

.map_title p{
	color:#FFF;
}
#map_title10{
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}
#map_title10 p{
	-moz-border-radius:9px;
	-webkit-border-radius:9px;
	border-radius:9px;
}


#sidebar .sub_title{
	border-left: 3px #999 solid;
	border-bottom:#CCC 1px solid;
	padding:1px 0px 3px 5px;
	color:#333;
	clear:both;
}


/* 物件一覧 --------------------------------------------------------- */

#bukken_list{
	display:none;
	width:300px;
	padding:2px;
}

#bukken_list .title{
	background:#469212;
	color:#def;
	font-weight: bold;
	padding:4px 8px;
}
/*#bukken_list .close {
	float : right;
	cursor : pointer;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
}*/
#bukken_list .close {
	width: 100%;
	padding: 9px 0;
	cursor : pointer;
	color: #fff;
	font-size : 16px;
	text-align: center;
}


#bukken_list .loading{
	margin:50px;
	text-align:center;
	height:auto;
}

#bukken_list .inner {
	width : 100%;
	height : 100%;
	overflow-y : scroll;
	margin-top : 2px;
}

#bukken_list .inner ul.bukken_data {
	margin : 0px 2px;
	border-top : solid 1px silver;
}
#bukken_list .inner ul.bukken_data li {
	padding : 8px 5px 2px 5px;
	vertical-align : top;
	border-bottom : solid 1px silver;
}

#bukken_list .bukken_img {
	float : right;
	width  : 120px;
	height : 160px;
	text-align : center;
}
#bukken_list .bukken_img img {
	border : 0;
	width  : auto;
	height : auto;
	max-width: 120px;
    max-height: 160px;
}
* html #bukken_list .bukken_img img {
	width : 104px;
}

#bukken_list .bukken_info {
	float : left;
	width : 135px;
	padding : 3px 5px 3px 0;
	line-height : 1.5;
	font-size : 13px;
}
#bukken_list .bukken_info a{
	font-weight:bold;
	color:#333;
	font-size: 14px;
}
#bukken_list .bukken_info a:hover{
	text-decoration:underline;
}
#bukken_list .bukken_info span.specIcon{
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
	background:#666;
	color:#fff;
	font-size:10px;
	padding:0 2px;
}

#bukken_list .bukken_info .kakaku {
	color : crimson;
	font-weight : bold;
	font-size : 14px;
	margin-right : 2px;
}

#bukken_list .bukken_img,
#bukken_list .bukken_info {
	margin-bottom : -7px;
}
#bukken_list .detail_link {
	aposition : absolute;
	text-align : center;
	margin:15px 0;
}

#bukken_list .detail_link a{
	border:solid #0E633C 1px;
	padding:2px 15px;
	text-align:center;
	text-decoration:none;
	color:#FFF;
	font-weight:bold;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	background: #0E633C;
	background: -webkit-gradient(linear, left top, left bottom, from(#138854), to(#0E633C));
	background: -webkit-linear-gradient(top, #138854, #0E633C);
	background: -moz-linear-gradient(top, #138854, #0E633C);
	background: -ms-linear-gradient(top, #138854, #0E633C);
	background: -o-linear-gradient(top, #138854, #0E633C);
	background-image: -ms-linear-gradient(top, #138854 0%, #0E633C 100%);
}
#bukken_list .detail_link2 {
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	margin: 15px 0;
}
#bukken_list .detail_link2 p{
	width: 44%;
	margin: 0 3%;
	text-align: center;
}
#bukken_list .detail_link2 p.detailBtn a{
	display: block;
    background: #FF7F00;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 2px 0;
	color: #FFF;
	font-size: 13px;
    text-decoration: none;
}
#bukken_list .detail_link2 p.favoriteBtn a{
	display: block;
    padding: 2px 0;
    background: #131985;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #FFF;
    font-size: 13px;
	text-decoration: none;
}
#bukken_list .detail_link2 p.favoriteBtn span{
	display: block;
	background: #ccc;
	border: solid #ccc 1px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 2px 0;
	color: #333;
	font-size: 13px;
	font-weight: bold;
}

#bukken_list .pager {
	margin : 3px;
}
#bukken_list .pager .frame {
	width : 0;
	white-space : nowrap;
}
#bukken_list .pager ul {
	text-align : center;
	font-size : 0;
}
#bukken_list .pager ul li {
	display : inline-block;
	*display : inline;
	*zoom:1;
	font-size: 12px;
	text-align : center;
	width : 20px;
	border : solid 1px gray;
	padding : 2px 3px;
	margin : 1px;
	cursor : pointer;
}
#bukken_list .pager ul li.page {
	font-size   : 12px;
	font-weight : bold;
}
#bukken_list .pager ul li.current {
	background : navy;
	color : white;
	cursor : default;
}
#bukken_list .pager ul li.indicator {
	width : 25px;
}

div.google_info_window{
	font-weight: bold;
	font-size: 15px;
}
div.google_info_window_image{
	text-align: center;
}
button.gm-ui-hover-effect {
    right: 4px !important;
}
button.gm-ui-hover-effect img {
    width: 24px !important;
    height: 24px !important;
}
.gm-style .gm-style-iw{
	font-size: 14px !important;
}




