@charset "UTF-8";
/********************************************************************************************************
AUTHOR:         a.oya
CSS構成書:      基本段組み（全頁共通）


*********************************************************************************************************/
/* ----------------------------------------------------
            #mainVisual
----------------------------------------------------- */
#mainVisual {
  margin-bottom: 0; }

/* ----------------------------------------------------
            #waraku
----------------------------------------------------- */
#waraku {
  position: relative;
  width: 950px;
  height: 270px;
  margin: 0 auto;
  text-align: center; }
  #waraku h1 {
    position: absolute;
    width: 950px;
    left: 0;
    top: 0;
    z-index: 1; }
  #waraku p {
    position: absolute;
    width: 950px;
    left: 0;
    top: 140px;
    z-index: 3; }

/* ----------------------------------------------------
            #greeting
----------------------------------------------------- */
#greeting {
  background: url(/rt2014/common/img/concept/concept_greeting_bg.gif) center top no-repeat;
  margin-bottom: 66px; }
  #greeting .wrap {
    width: 950px;
    margin: 0 auto;
    overflow: hidden;
    /* 回り込み解除指定 */ }
    #greeting .wrap h1 {
      text-align: center;
      margin-bottom: 24px; }
    #greeting .wrap .A_Center {
      margin-bottom: 36px; }
      #greeting .wrap .A_Center p {
        margin-bottom: 10px; }
    #greeting .wrap .section > div {
      width: 463px;
      float: right;
      overflow: hidden;
      /* 回り込み解除指定 */ }
      #greeting .wrap .section > div h2 {
        margin-bottom: 12px; }
      #greeting .wrap .section > div .Left_box, #greeting .wrap .section > div .Right_box {
        width: 214px;
        padding: 10px 2px; }
        #greeting .wrap .section > div .Left_box p + p, #greeting .wrap .section > div .Right_box p + p {
          margin-top: 8px; }
      #greeting .wrap .section > div .Left_box {
        width: 224px; }
      #greeting .wrap .section > div .name {
        float: left;
        width: 453px;
        margin-top: 12px;
        border-top: 2px solid #E6E5E5;
        text-align: right;
        padding: 10px 5px; }
    #greeting .wrap .section > div:first-child {
      float: left; }

/* ----------------------------------------------------
            #service
----------------------------------------------------- */
#service {
  background: url(/rt2014/common/img/common_bd.gif) left bottom repeat-x;
  padding-bottom: 5px; }
  #service h1 {
    width: 950px;
    margin: 0 auto 18px auto;
    text-align: center; }
  #service > h2 {
    width: 950px;
    margin: 0 auto 12px auto;
    text-align: center; }
  #service > p {
    width: 950px;
    margin: 0 auto 32px auto;
    text-align: center; }
  #service .section {
    width: 950px;
    margin: 0 auto 42px auto;
    overflow: hidden;
    /* 回り込み解除指定 */ }
    #service .section div {
      width: 227px;
      float: left;
      margin-left: 14px; }
      #service .section div img {
        width: 100%;
        height: auto; }
      #service .section div h2 {
        margin: 8px 0 6px 0;
        padding: 0 8px 5px 8px;
        border-bottom: 2px solid #E6E5E5;
        font-size: 1.3em;
        font-weight: bold; }
      #service .section div p {
        margin-top: 8px;
        font-size: 1.2em;
        padding: 0 8px; }
    #service .section div:first-child {
      margin-left: 0; }

@media only screen and (max-width: 1160px) {
  #service .section {
    width: 950px; }
    #service .section div {
      width: 228px; }
      #service .section div img {
        width: 228px;
        height: auto; } }
/* ----------------------------------------------------
            #mynavi
----------------------------------------------------- */
#mynavi {
  background: url(/rt2014/common/img/common_bd.gif) left bottom repeat-x; }
  #mynavi .wrap {
    width: 950px;
    margin: 0 auto;
    padding: 30px 0 35px 0;
    overflow: hidden;
    /* 回り込み解除指定 */ }
    #mynavi .wrap .Left_box {
      width: 516px;
      padding-top: 30px; }
      #mynavi .wrap .Left_box h1 {
        margin-bottom: 12px; }
      #mynavi .wrap .Left_box h2 {
        margin-bottom: 12px; }
    #mynavi .wrap .Right_box {
      width: 430px;
      margin-top: 33px;
      overflow: hidden;
      /* 回り込み解除指定 */ }
      #mynavi .wrap .Right_box img {
        float: left;
        margin-left: 2px;
        width: 84px;
        height: auto; }

@media only screen and (max-width: 1160px) {
  #mynavi .wrap {
    width: 950px;
    padding: 25px 0 30px 0; }
    #mynavi .wrap .Left_box {
      width: 516px;
      padding-top: 12px; }
      #mynavi .wrap .Left_box h1 {
        margin-bottom: 10px; }
      #mynavi .wrap .Left_box h2 {
        margin-bottom: 10px; }
    #mynavi .wrap .Right_box {
      width: 430px;
      overflow: hidden;
      /* 回り込み解除指定 */ }
      #mynavi .wrap .Right_box img {
        width: 85px;
        height: auto;
        margin-left: 1px; } }
