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

#bkn_index {
	position: relative;
}
.map .sub_content {
    width: 100%;
    padding: 0;
	margin-bottom: 30px;
}
div#map {
	width:100%;
	height:700px;
	margin: 0 auto;
}

div.control {
	background:#ffffff;
	border:1px solid #666666;
	margin:15px auto;
	width:85%;
	/*position:absolute;
	top:60px;
	left:10px;*/
}

div.control h4 {
    background-color: transparent;
    background-image: url(../../images/common/side_h4_bg.jpg);
    background-repeat: repeat-x;
    box-shadow: none;
    color: #fff;
    font-size: 140%;
    font-weight: bold;
    margin: 0 0 0px;
    padding: 16px 23px 15px 23px;
}


.jyoken {
	padding:10px;
}

div#map2 {
	background:#ffffff;
	border:1px solid #666666;
	width:300px;
	height:300px;
	position:absolute;
	bottom:24px;
	right:50px;
}

div#map3 {
	background:#ffffff;
	border:1px solid #666666;
	width:400px;
	height:300px;
	position:absolute;
	top:50px;
	right:50px;
	display:none;

}

div#room_list {
	/*border:1px solid #666666;*/
	background-color: rgba(255,255,255,0.8);
	max-height:100%;
	position:absolute;
	top:0px;
	right:0px;
	/*padding:10px;*/
	height:100%;
	z-index:999;
}

.close_room_list {
	width: 50px;
	position: absolute;
	top: 5px;
	right: 20px;
    font-size: 18px;
    font-weight: bold;
    overflow: hidden;
	color: #000;
    cursor: pointer;
    text-align: center;
    border: 1px solid #000;
    border-radius: 5px/5px;
	padding:5px;
}

#room_list_inner {
	overflow: scroll;
	height: 100%;
	width: 300px;
	clear: both;
}

div#room_list_inner a,
div#room_list_inner a:link,
div#room_list_inner a:hover,
div#room_list_inner a:visited {
	text-decoration: none;
}

div#room_list_inner a:hover {
	color: #F36A00;
}


#building_info {
	margin: 0 0 10px 0;
}
#building_pic {
	text-align: center;
	width: 100%;
	margin: 0 0 10px 0;
}
#building_pic img {
	width: auto;
	height: 140px;
	margin: 0 auto; 
}
#building_info ul {
	background-color: rgba(0,0,0,0.7);
}
#building_info ul li {
	text-align: center;
	color: #fff;
	padding: 2% 0;
}
#building_name {
	font-size: 1.3em;
	font-weight: bold;
}
#building_name span {
	font-size: 0.8em;
}
#building_address {
	font-size: 1em;
}
	
#room_info ul li {
	clear: both;
	border-bottom: solid #ccc 1px;
	padding: 2% 0;
}
#room_info .room_layout {
	float: left;
	width: 26%;
	margin: 2%;
}
#room_info .room_layout img {
	width: 100%;
}
#room_info .room_info {
	float: left;
	width: 70%;
}
#room_info .room_info span {
	font-size: 1.2em;
	font-weight: bold;
	margin-right: 3px;
}

span.place {
	padding:4px;
	
}



/*#room_list table {
	clear:both;
}

#room_list table tr th {
    font-size: 18px;
	font-weight:bold;
	vertical-align:middle;
	padding:5px;
	border-bottom: 1px solid #CCC;
}

#room_list table tr td {
	padding:5px;
	font-size:16px;
	border-bottom: 1px solid #CCC;
}*/


/*PC　1000px以上*/
@media screen and (min-width:1000px) {
div.control {
	width:35%;
}

/*#wrapperContent_sub h3 {
	margin-bottom: 0;
	padding-bottom: 19px;
}
#main h4 {
    background-image: url(../../images/common/index_list_h4.jpg);
    background-repeat: repeat-x;
    color: #fff;
    font-size: 170%;
    font-weight: bold;
    margin: 0;
    padding: 22px 0 18px 35px;
    background-color: transparent;
    box-shadow: none;
}*/

#room_list table tr td img {
	width:80px;
}


}