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

 file name  :copy.css
 author     :Ability Consultant
style info  :タイトル
=================================================================== */
/* -----------------------------------------------------------
	.con_title		下層ページタイトル
----------------------------------------------------------- */
#header .con_title {
  background: url(../rooms/images/title.jpg) no-repeat top center;
}

/*----------------------------------------------------
	.con_top　	イントロ
----------------------------------------------------*/
#rooms .con_top {
  overflow: hidden;
  clear: both;
  margin: 0 0 23px 0;
}
#rooms .con_top .pictarea {
  width: 509px;
}
#rooms .con_top .pictarea .top_txt {
  padding: 27px 15px 0;
}

/*----------------------------------------------------
	#nav_roo　ページ内ナビ
----------------------------------------------------*/
#rooms #nav_roo {
  overflow: hidden;
  clear: both;
  margin: 0 0 36px 0;
}
#rooms #nav_roo li {
  float: left;
}

/*----------------------------------------------------
	.con_roo　	お部屋
----------------------------------------------------*/
#rooms .con_roo h4 {
  margin: 0 0 20px;
}
#rooms .con_roo .roo_box {
  overflow: hidden;
  clear: both;
  margin: 20px 0 30px;
}
#rooms .con_roo .roo_box .txt_roo {
  width: 500px;
  padding-top: 10px;
}
