﻿/********** ことばのおくゆき **********/

/********** 背景 **********/
body                          {background-image: url(../images/background-mono.svg)}

/********** ヘッダー **********/
header                        {border-top: solid 0px #B3B3B3;
                               border-bottom: solid 5px #B3B3B3;
                               border-left: solid 1px #B3B3B3;
                               border-right: solid 1px #B3B3B3}
                               /*ポイントカラー #31B7BA*/

#header2 h1                   {border-bottom: solid 3px #B3B3B3}

#breadcrumbs ul               {border-top: solid 1px #B3B3B3}

/********** ナビメニュー **********/
nav .child li                  {border: solid 1px #B3B3B3}

/********** タイトル **********/
#eyecatch                     {margin-bottom: 70px}

section                       {float: none;
                               overflow: visible;
                               border: solid 1px #8DD7D8;
                               background-color: #8DD7D8;
                               text-align: right;
                               width: 434px;
                               height: 80px}

section h1                    {margin-right: -365px}

.main article                 {border: solid 1px #8DD7D8;
                               border-top: solid 1px #8DD7D8;
                               border-bottom: solid 2px #8DD7D8;
                               border-right: solid 3px #8DD7D8;
                               background-color: #FEFBE4;
                               margin-left: 451px;
                               padding-top: 18px;
                               overflow: visible;
                               text-align: right;
                               width: 434px;
                               height: 374px}

.main article p               {margin-left: -470px;
                               width: 400px;
                               line-height: 1.0}

/********** 本文 **********/
.salon                        {width: 870px;
                               -webkit-box-sizing: border-box;
                               -moz-box-sizing: border-box;
                               box-sizing: border-box;
                               clear: both;
                               margin-left: auto;
                               margin-right: auto;
                               margin-bottom: 70px;
                               padding-top: 30px;
                               padding-bottom: 30px;
                               border: solid 1px #8DD7D8;
                               border-top: solid 70px #8DD7D8;
                               border-bottom: solid 50px #8DD7D8;
                               border-radius: 2px;
                               background-color: #FEFBE4}

.title                        {text-align: center;
                               margin-bottom: 40px}

.title h3                     {color: #333333}

.summary                      {margin-left: 70px;
                               margin-bottom: 50px}

.summary p                    {}

.salon-image                  {width: 400px;
                               height: 300px;
                               -webkit-box-sizing: border-box;
                               -moz-box-sizing: border-box;
                               box-sizing: border-box;
                               border: solid 1px #CCCCCC;
                               border-radius: 2px;
                               margin-left: auto;
                               margin-right: auto;
                               margin-bottom: 50px;
                               opacity: 0.9}

.salon-image img              {width: 398px;
                               height: 298px;
                               border-radius: 1px}

.comment                      {text-align: right;
                               margin-right: 70px}

.comment p                    {}


