@charset "UTF-8";
/*----- 変数 -----*/
/*----- html -----*/
html {
  background: #e9e6e3;
  line-height: 1.5;
  border-top: solid #4e2d2f 5px; }

a:link {
  color: #192856; }

a:hover {
  color: #000; }

a:visited {
  color: #192856; }

a:hover img {
  -ms-filter: "alpha( opacity=70 )";
  filter: alpha(opacity=70);
  opacity: 0.7; }

/*----- clearfix -----*/
.cf:before,
.cf:after {
  content: " ";
  display: table; }

.cf:after {
  clear: both; }

.cf {
  *zoom: 1; }

/*----- float -----*/
.flR {
  float: right; }

.flL {
  float: left; }

.ofh {
  overflow: hidden; }

/*----- margin -----*/
.mt5 {
  margin-top: 5px; }

.mt10 {
  margin-top: 10px; }

.mt15 {
  margin-top: 15px; }

.mt20 {
  margin-top: 20px; }

.mt30 {
  margin-top: 30px; }

.mt40 {
  margin-top: 40px; }

/*----- contents -----*/
.btn-blue {
  display: block;
  position: relative;
  text-decoration: none;
  overflow: hidden;
  background: #192856;
  border-bottom: #000 solid 3px;
  border-radius: 5px;
  font-weight: bold; }
  .btn-blue:link, .btn-blue:hover, .btn-blue:visited {
    color: #fff; }
  .btn-blue:hover {
    background: #404d72;
    border-bottom: #333 solid 3px; }
  .btn-blue:active {
    margin-top: 3px;
    margin-bottom: -3px;
    border-bottom: none; }

/*----- header -----*/
.container {
  width: 985px;
  margin: 0 auto; }

#header {
  padding: 20px 0 25px; }

.headLogo {
  float: left;
  width: 425px; }

.headLogo p {
  color: #513b31;
  font-size: 85%;
  margin-bottom: 3px; }

.contactBox {
  background: #fff;
  border: solid #a89f9b 1px;
  float: right;
  width: 538px;
  box-sizing: border-box;
  padding: 10px; }

.contactBox .telNum {
  float: left;
  margin-right: 15px;
  text-align: right;
  width: 240px; }

.contactBox .telNum img {
  vertical-align: top; }

.contactBox .telNum .telephoneLink {
  margin-top: 5px; }

.contactBox .btn-blue--contact {
  padding: 14px 11px 13px 18px;
  font-size: 106%; }
  .contactBox .btn-blue--contact:after {
    content: "";
    display: inline-block;
    position: absolute;
    right: 13px;
    top: 17px;
    width: 13px;
    height: 20px;
    background: url("../img/common/ico_arrow_btn.png") no-repeat center; }

/*----- contents -----*/
#contents {
  position: relative; }

/*----- side -----*/
#side {
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 34px; }

.homeSide {
  margin-top: 30px !important; }

.globalNav {
  list-style: none;
  margin-bottom: 25px;
  width: 235px; }

.globalNav a {
  background: #4e2d2f;
  display: block;
  padding: 20px 25px;
  border-bottom: solid #221715 1px; }

.globalNav img {
  vertical-align: middle; }

.globalNav li + li a {
  border-top: solid #ad8a8d 1px; }

.globalNav a:hover, .globalNav .current {
  background: #392223; }

/*----- main -----*/
#main {
  float: right;
  margin-top: 30px;
  width: 719px; }

/*----- box -----*/
.boxCmn {
  background: #fff;
  padding: 15px;
  margin-top: -15px; }

.boxRead {
  padding: 20px 22px 22px; }
  .boxRead p + p {
    margin-top: 1em; }

.secCmn {
  margin-top: 80px; }

/*----- footer -----*/
.footerIllust {
  background: url(../img/common/footer/img_footer_kobe.png) no-repeat center;
  height: 90px;
  margin-top: 75px; }

#footer {
  background: #b1aaa6;
  padding: 34px 0 10px; }

.bottomLogo {
  float: left; }

.bottomLogo p {
  font-size: 85%;
  margin-top: 7px; }

.footerBtm {
  border-top: solid #e6e2df 1px;
  padding-top: 10px;
  margin-top: 25px; }

.footerBtm small {
  font-size: 85%;
  float: right; }

.footerNav {
  float: left;
  list-style: none; }

.footerNav li {
  float: left;
  margin-right: 40px; }

.footerNav li :last-child {
  margin-right: 0; }

.footerNav a {
  font-size: 85%;
  text-decoration: none; }

/*----- title -----*/
.ttlCmn {
  background: #1f2948;
  color: #fff;
  font-weight: bold;
  font-size: 120%;
  padding: 7px 15px;
  margin-bottom: 15px; }

.pageTitle {
  border-top: solid #ddd5d2 1px;
  border-bottom: solid #ddd5d2 1px;
  background: white url("../img/common/img_bg_pagettl.jpg") no-repeat center;
  padding: 59px 0; }

.pageTitle h1 {
  line-height: 1; }

.pageTitle img {
  vertical-align: middle; }

.ttlSecondary {
  font-weight: bold;
  font-size: 120%;
  border-left: solid #8d97ac 5px;
  line-height: 1.2;
  padding-left: 10px;
  margin-bottom: .8em; }

.ttlService {
  font-size: 115%; }

/*# sourceMappingURL=common.css.map */
