@charset "UTF-8";
/* ===================================================================
CSS information

 file name  :rooms.css
 author     :Ability Consultant
style info  :コピー
=================================================================== */
/* -----------------------------------------------------------
	gnav
----------------------------------------------------------- */
#rooms .gnav_rm a {
  background: transparent url("../images/common/gnav.png") -346px -51px no-repeat !important;
}

/* -------------------------------------------------------
	.con_lnk
---------------------------------------------------------*/
.con_lnk {
  position: relative;
  margin-bottom: 35px;
}
.con_lnk .lnk_page {
  position: absolute;
  left: 70px;
  bottom: 50px;
}
.con_lnk .lnk_page li {
  float: left;
  width: 240px;
  margin-right: 15px;
}

/* -------------------------------------------------------
	.con_box
---------------------------------------------------------*/
.con_box {
  clear: both;
  overflow: hidden;
  padding-bottom: 35px;
}
.con_box p {
  margin-bottom: 15px;
}
.con_box h4 {
  text-align: center;
  margin-bottom: 35px;
}
.con_box .box_col {
  clear: both;
  overflow: hidden;
  margin: 25px 0;
}
.con_box .box_col .box_left {
  float: left;
  width: 479px;
}
.con_box .box_col .box_right {
  float: right;
  width: 392px;
  margin-right: 55px;
}

.txt_btn {
  text-align: center;
  margin-top: 25px;
}

/* -------------------------------------------------------
	.con_infomation
---------------------------------------------------------*/
.box_infomation {
  background: #090503;
  padding: 25px 25px;
}
.box_infomation h4 {
  text-align: center;
  margin-bottom: 25px;
}
.box_infomation p {
  margin-bottom: 25px;
}

/* -------------------------------------------------------
	.tbl_basic
---------------------------------------------------------*/
table.tbl_basic {
  margin: 0;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 13px;
  color: #bcb5b5;
  line-height: 150%;
  width: 904px;
}
table.tbl_basic th {
  padding: 20px 0px;
  text-align: center;
  border: #2d180d solid 1px;
  font-weight: normal;
  width: 190px;
  background: none;
}
table.tbl_basic td {
  border: #2d180d solid 1px;
  padding: 10px 10px 10px 15px;
}
