.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 120px;
}
.cs-header {
  margin-bottom: 0;
}
/*------------
  ナビのすぐ下の戻るボタンなどのための領域
 ------------*/
.cs-back-btn {
  background-color: #eae5e3;
  color: #333333;
  padding: 8px;
}
/*------------
  リンクメニューの領域
 ------------*/
.cs-link-menu {
  margin-top: 20px;
}
/*------------
   FOOTER
 ------------*/
.footer {
  background-color: #f5f5f5;
  bottom: 0;
  min-height: 60px;
  position: absolute;
  width: 100%;
}
.footer .text-muted {
  margin: 20px 0;
}
@media (max-width: 767px) {
  .cs-back-btn {
    padding-left: 0;
  }
}
body {
  margin-bottom: 60px;
}
blockquote {
  border-left-color: #666;
}
.cs-table > tbody > tr > th {
  width: 120px;
  background-color: #dddcd6;
  color: #333333;
  padding: 8px 16px;
  text-align: center;
  border-bottom: 1px solid #fff;
}
.cs-table > tbody > tr > td {
  background-color: #fff;
  padding: 8px 16px;
  border-bottom: 1px solid #dddcd6;
  border-top: 1px solid #dddcd6;
}
.cs-map-btn {
  margin-top: 30px;
  text-align: center;
}
.cs-map-btn > button {
  margin-left: auto;
  margin-right: auto;
}
.cs-phone-header {
  color: #333333;
  border-bottom: 1px solid #333333;
}
.cs-section {
  padding-bottom: 36px;
  border-top: 1px solid #eae5e3;
  background-color: #fcfcfc;
  background-image: -moz-linear-gradient(top, #fafafa, #ffffff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fafafa), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #fafafa, #ffffff);
  background-image: -o-linear-gradient(top, #fafafa, #ffffff);
  background-image: linear-gradient(to bottom, #fafafa, #ffffff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffafafa', endColorstr='#ffffffff', GradientType=0);
  background-image: url("img/noisy-texture-100x100-o5-d10-c-fff-t1.png");
  background-repeat: repeat;
}
.cs-section-header {
  padding: 8px;
  color: #333333;
  text-align: center;
  background-color: #eae5e3;
  margin-bottom: 24px;
}
.cs-section-header > h2 {
  margin: 0;
  font-size: 18px;
}
.cs-section-body {
  min-height: 250px;
}
