@charset "UTF-8";
/********************************************************************************************************
AUTHOR:         a.oya
CSS構成書:      基本段組み（全頁共通）


*********************************************************************************************************/
/* ----------------------------------------------------
            #mainVisual
----------------------------------------------------- */
.nav {
  overflow: hidden;
  /* 回り込み解除指定 */
  width: 950px;
  margin: 0 auto 4px auto; }
  .nav li {
    width: 189px;
    float: left;
    margin-bottom: 1px; }
  .nav li.short {
    width: 189px; }

/* @extend用の記述ここから */
.room_common h1, #r01 h1, #r02 h1, #r03 h1, #r04 h1, #r05 h1, #r06 h1, #r07 h1, #r08 h1 , #r11 h1 {
  width: 950px;
  margin: 0 auto;
  text-align: center; }

/* @extend用の記述ここまで */
#r01, #r02, #r03, #r04, #r05, #r06, #r07, #r08 {
  background: url(/rt2014/common/img/common_bd.gif) left bottom repeat-x;
  margin-bottom: 18px; }

.section {
  overflow: hidden;
  /* 回り込み解除指定 */
  width: 950px;
  margin: 30px auto 0 auto;
  padding-bottom: 5px; }
  .section .Left_box {
    width: 564px; }
    .section .Left_box h2 {
      margin-bottom: 12px; }
    .section .Left_box p {
      margin-bottom: 18px; }
    .section .Left_box h3.btn {
      cursor: pointer;
      border: 4px solid #DDDCDC;
      width: 180px;
      height: 0;
      padding: 36px 0 0;
      overflow: hidden;
      background-repeat: no-repeat;
      background-position: center center; }
    .section .Left_box .detail {
      overflow: hidden;
      /* 回り込み解除指定 */ }
    .section .Left_box table {
      margin-top: 14px;
      margin-bottom: 24px; }
      .section .Left_box table th {
        width: 110px; }
  .section .pagetop {
    float: right;
    width: 950px;
    margin-top: 30px;
    text-align: right; }

#r08 , #r11 {
  border: none;
  margin-bottom: 36px; }
  #r08 .Left_box , #r11 .Left_box {
    width: 434px; }


.room_h {
	font-family: serif;
	h2 {font-size: 32px;}
	h3 {font-size: 24px; margin-bottom: 10px;}
	p {font-size: 14px; margin-bottom: 0px!important;}
}

.title_bg {
	width: 95%;
	margin-bottom: 10px;
}
