/* override */
html {
  overflow: auto;
}
body {
  width: 100%;
  min-width: 1100px;
  overflow: hidden;
  background: url(/img/common/bg01.png) repeat;
  font-family: "Crimson Text", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Yu Gothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", Osaka, "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #000;
  -webkit-text-size-adjust: 100%;
  line-height: 1.8;
  line-break: strict;
  -ms-line-break: strict;
  -ms-word-break: break-strict;
  word-break: break-strict;
  text-align: justify;
  text-justify: inter-ideograph;
  -ms-text-justify: inter-ideograph;
	overflow-wrap: break-word;
	word-wrap: break-word;
}
a, button {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  color: inherit;
}
a:hover,
button:hover,
.btn:hover,
a:focus,
button:focus,
.btn:focus,
a:active,
button:active,
.btn:active {
  opacity: 0.7;
  color: inherit;
}
a:hover {
  text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.5;
  color: inherit;
}
h1.no-margin,
h2.no-margin,
h3.no-margin,
h4.no-margin,
h5.no-margin,
h6.no-margin,
.h1.no-margin,
.h2.no-margin,
.h3.no-margin,
.h4.no-margin,
.h5.no-margin,
.h6.no-margin {
  margin: 0;
}
small,
.small {
  display: inline-block;
  font-size: 80%;
  line-height: 1.3;
}
}
.lead {
  font-size: 18px;
  line-height: 2;
}
table > tbody > tr > th {
  white-space: nowrap;
  font-weight: normal;
}

@media print {
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: "";
  }
  abbr[title]:after {
    content: "";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
}


/* gridsystem */
.row.sm-gutters {
  margin-right: -5px;
  margin-left: -5px;
}
  .row.sm-gutters > [class^="col-"],
  .row.sm-gutters > [class*=" col-"] {
    padding-right: 5px;
    padding-left: 5px;
  }
.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
  .row.no-gutters > [class^="col-"],
  .row.no-gutters > [class*=" col-"] {
    padding-right: 0;
    padding-left: 0;
  }

/* flexbox */
.flexwrap {
  display: flex;
  display:-webkit-flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  -webkit-flex-direction: row;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: space-around;
}
  .flexwrap > .flexbox {
    overflow: hidden;
  }


/* components */
/* z-index level1: 0  level2: 50  level3: 100 */
/* common */
.wrapper {
  width: 100%;
}
  .inner {
    position: relative;
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
  }
  .inner-narrow {
    position: relative;
    width: 820px;
    margin-right: auto;
    margin-left: auto;
  }

/* button */
[class^="btn-type"],
[class*=" btn-type"] {
  border: 0;
}
.btn-wrap {
  width: 100%;
  padding: 14px 20px;
  background-color: #fdd3d3;
}
  .btn-wrap p {
    float: left;
    margin: 0;
    font-size: 22px;
    line-height: 1.3;
    color: #da0000;
  }
  .btn-wrap .btn {
    float: right;
    margin: -3px;
    border: 12px solid #fff6f6;
  }

.btn-type1 {
  padding: 3px 30px;
  font-size: 14px;
  background-color: #2e2e2e;
  border-radius: 0;
  color: #fff;
}
.btn-type1:hover {
  color: #fff;
}

.btn-type2 {
  position: relative;
  padding-left: 70px;
  padding-right: 40px;
  background: rgb(69,69,69); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(69,69,69,1) 50%, rgba(35,35,35,1) 50%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,rgba(69,69,69,1)), color-stop(50%,rgba(35,35,35,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(69,69,69,1) 50%,rgba(35,35,35,1) 50%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(69,69,69,1) 50%,rgba(35,35,35,1) 50%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(69,69,69,1) 50%,rgba(35,35,35,1) 50%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(69,69,69,1) 50%,rgba(35,35,35,1) 50%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#454545', endColorstr='#232323',GradientType=0 ); /* IE6-9 */
  color: #fff;
  font-size: 18px;
}
.btn-type2:before {
  position: absolute;
  top: 10px;
  left: 25px;
  margin-right: 0.5em;
  font-size: 16px;
  font-family: 'icomoon';
  content: '\e600';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.btn-type2:hover {
  color: #fff;
}
.btn-type3 {
  position: absolute;
  top: 0;
  right: 0;
  padding: 3px 20px;
  color: #fff;
  border-radius: 0px;
  background-color: #9B0002;
}
.btn-type3:hover {
  color: #fff;
}

/* panel */
.panel {
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.1);
}
  .panel-default>.panel-heading {
    padding: 5px 15px;
    color: #fff;
    background: url(/img/common/bg02.png) repeat;
    border-bottom: 3px solid #7e7e7e;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
  }
  .panel-title {
    font-size: 20px;
  }

/* fonts */
.font-mincho {
  font-family: "Crimson Text", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif", serif, "游明朝", "YuMincho";
  font-weight: lighter;
}
@font-face {
  font-family: 'icomoon';
	src:url('fonts/icomoon.eot?1x2r9f');
	src:url('fonts/icomoon.eot?#iefix1x2r9f') format('embedded-opentype'),
		url('fonts/icomoon.ttf?1x2r9f') format('truetype'),
		url('fonts/icomoon.woff?1x2r9f') format('woff'),
		url('fonts/icomoon.svg?1x2r9f#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}
.text-red { color: #f10000; }

/* line */
.line1 {
  display: block;
}
.line1:before {
  content: '';
  position: relative;
  display: block;
  width: 90%;
  height: 1px;
  margin-right: auto;
  margin-left: auto;
  background: -moz-linear-gradient(left,  rgba(135,15,18,0) 0%, rgba(135,15,18,0.1) 1%, rgba(135,15,18,1) 10%, rgba(135,15,18,1) 90%, rgba(135,15,18,0) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(135,15,18,0)), color-stop(1%,rgba(135,15,18,0.1)), color-stop(10%,rgba(135,15,18,1)), color-stop(90%,rgba(135,15,18,1)), color-stop(100%,rgba(135,15,18,0))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left,  rgba(135,15,18,0) 0%,rgba(135,15,18,0.1) 1%,rgba(135,15,18,1) 10%,rgba(135,15,18,1) 90%,rgba(135,15,18,0) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left,  rgba(135,15,18,0) 0%,rgba(135,15,18,0.1) 1%,rgba(135,15,18,1) 10%,rgba(135,15,18,1) 90%,rgba(135,15,18,0) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left,  rgba(135,15,18,0) 0%,rgba(135,15,18,0.1) 1%,rgba(135,15,18,1) 10%,rgba(135,15,18,1) 90%,rgba(135,15,18,0) 100%); /* IE10+ */
  background: linear-gradient(to right,  rgba(135,15,18,0) 0%,rgba(135,15,18,0.1) 1%,rgba(135,15,18,1) 10%,rgba(135,15,18,1) 90%,rgba(135,15,18,0) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00870f12', endColorstr='#00870f12',GradientType=1 ); /* IE6-9 */
}

/* main-components */
.mv {
  position: relative;
}
  .mv .mv-img {
    position: absolute;
    display: block;
    right: 0;
    left: 0;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
    z-index: 50;
  }
.site-header {
  position: relative;
  height: 480px;
  background-color: #000;
}
  .site-title-area {
    position: relative;
    height: 27px;
    background-color: #000;
    border-bottom: 2px solid #616161;
    z-index: 50;
  }
    .site-title {
      margin-top: 0;
      margin-bottom: 0;
      font-size: 12px;
      color: #fff;
      line-height: 2;
    }
  .gnav {
    color: #fff;
    z-index: 100;
  }
    .gnav .site-logo {
      display: block;
      width: 200px;
      margin-right: auto;
      margin-left: auto;
      border: 1px solid #383838;
      background-color: #000;
      border-radius: 0;
      text-align: center;
      font-size: 16px;
    }
    .gnav .site-logo:hover {
      color: inherit;
    }
      .gnav .site-logo img {
        display: block;
        margin-right: auto;
        margin-bottom: 20px;
        margin-left: auto;
      }
    .gnav .nav {
      font-family: "Crimson Text", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif", serif, "游明朝", "YuMincho";
    }
        .gnav .nav > li > a {
          padding: 7px 26px;
          font-size: 18px;
          color: #fff;
        }
        .gnav .nav > li > a:hover {
          background-color: #f4f4f4;
          color: #000;
        }
  .gnav.gnav-vertical {
    position: absolute;
    top: 0;
    width: 223px;
    height: 674px;
    padding-top: 10px;
    background-color: rgba(0,0,0,0.5);
  }
  .gnav.gnav-vertical:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: rgb(185,0,0); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(185,0,0,1) 0%, rgba(247,0,0,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(185,0,0,1)), color-stop(100%,rgba(247,0,0,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(185,0,0,1) 0%,rgba(247,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(185,0,0,1) 0%,rgba(247,0,0,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(185,0,0,1) 0%,rgba(247,0,0,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(185,0,0,1) 0%,rgba(247,0,0,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b90000', endColorstr='#f70000',GradientType=0 ); /* IE6-9 */
  }
    .gnav.gnav-vertical .site-logo {
      height: 200px;
      padding-top: 90px;
      margin-bottom: 10px;
    }
    .gnav.gnav-vertical .site-logo img {
      margin-bottom: 40px;
    }
        .gnav.gnav-vertical .nav > li > a {
          padding: 15px 15px 15px 60px;
        }

  .gnav.gnav-horizontal {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 11px 0 0 11px;
  }
    .gnav.gnav-horizontal .site-logo {
      float: left;
      height: 137px;
      padding-top: 50px;
      margin-bottom: 10px;
    }
      .gnav.gnav-horizontal .nav {
        margin-top: 97px;
        text-align: center;
        white-space: nowrap;
      }
        .gnav.gnav-horizontal .nav > li {
          display: inline-block;
        }
        .gnav.gnav-horizontal .nav > li.active:after {
          content: '';
          position: absolute;
          bottom: -3px;
          left: 0;
          width: 100%;
          height: 6px;
          background: rgb(185,0,0); /* Old browsers */
          background: -moz-linear-gradient(top,  rgba(185,0,0,1) 0%, rgba(247,0,0,1) 100%); /* FF3.6+ */
          background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(185,0,0,1)), color-stop(100%,rgba(247,0,0,1))); /* Chrome,Safari4+ */
          background: -webkit-linear-gradient(top,  rgba(185,0,0,1) 0%,rgba(247,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
          background: -o-linear-gradient(top,  rgba(185,0,0,1) 0%,rgba(247,0,0,1) 100%); /* Opera 11.10+ */
          background: -ms-linear-gradient(top,  rgba(185,0,0,1) 0%,rgba(247,0,0,1) 100%); /* IE10+ */
          background: linear-gradient(to bottom,  rgba(185,0,0,1) 0%,rgba(247,0,0,1) 100%); /* W3C */
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b90000', endColorstr='#f70000',GradientType=0 ); /* IE6-9 */
        }
  .site-info-area {
    position: relative;
    height: 160px;
    background: url(/img/common/header-bg1.png) center top no-repeat;
    z-index: 50;
  }
  .site-info-area.bg {
    position: relative;
    background: rgba(80, 80, 80, 0.7) url(/img/common/header-bg2.png) center top no-repeat;
  }
  .site-info-area.bg:after {
    position: absolute;
    display: block;
    content: '';
    bottom: 0;
    width: 100%;
    height: 3px;
    background-color: #f3f3f3;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
  }
    
    .site-info {
      text-align: right;
      line-height: 2.5;
      color: #fff;
    }
      .site-info .address {
        margin: 0;
        font-size: 12px;
      }
      .site-info .tel {
        float: right;
        margin: 0;
        font-size: 20px;
        line-height: 1.5;
      }
  .site-header.line:before {
    position: absolute;
    display: block;
    content: '';
    bottom: 0;
    width: 100%;
    height: 4px;
    background-color: #f0f0f0;
    border-bottom: 1px solid #cdcdcd;
    z-index: 50;
  }

.content {
  padding: 120px 0 80px;
  z-index: 100;
}
  [class^="mainbox"],
  [class*=" mainbox"] {
    clear: both;
  }
    [class^="mainbox"] h2.title,
    [class*=" mainbox"] h2.title {
      font-size: 44px;
      margin-top: 0;
      text-align: center;
    }

  .contact-wrap {
    display: block;
    width: 880px;
    height: 141px;
    margin-right: auto;
    margin-left: auto;
    padding: 5px;
    background: url(/img/common/contact-bg.jpg) no-repeat;
  }
    .contact-wrap .title {
      float: left;
      margin: 0;
      margin-bottom: 10px;
      padding: 5px 25px;
      color: #fff;
      font-size: 18px;
      text-align: center;
      background-color: #313131;
    }
    .contact-wrap .text {
      clear: both;
      margin: 0 0 0 10px;
      font-size: 22px;
      line-height: 1.7;
    }
    .contact-wrap .tel {
      float: right;
      margin: 0;
      margin-right: 20px;
      font-size: 30px;
      line-height: 1.5;
      font-weight: bold;
    }
    .contact-wrap .btn {
      float: right;
      height: 32px;
      margin-top: 4px;
      padding-right: 30px;
      padding-left: 30px;
      background: rgb(69,69,69); /* Old browsers */
      background: -moz-linear-gradient(top,  rgba(69,69,69,1) 50%, rgba(35,35,35,1) 50%); /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,rgba(69,69,69,1)), color-stop(50%,rgba(35,35,35,1))); /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top,  rgba(69,69,69,1) 50%,rgba(35,35,35,1) 50%); /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top,  rgba(69,69,69,1) 50%,rgba(35,35,35,1) 50%); /* Opera 11.10+ */
      background: -ms-linear-gradient(top,  rgba(69,69,69,1) 50%,rgba(35,35,35,1) 50%); /* IE10+ */
      background: linear-gradient(to bottom,  rgba(69,69,69,1) 50%,rgba(35,35,35,1) 50%); /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#454545', endColorstr='#232323',GradientType=0 ); /* IE6-9 */
      border: 0;
      border-radius: 0;
      font-size: 18px;
      line-height: 18px;
      color: #fff;
    }
      .contact-wrap .btn .glyphicon {
        margin-right: 1em;
        font-size: 14px;
      }

.site-footer {
  padding-bottom: 30px;
  border-top: 3px solid #9b0000;
}
  .breadcrumb-wrap {
    color: #fff;
    background-color: #2e2e2e;
    border-top: 1px solid #000;
  }
    .site-footer .breadcrumb {
      margin-bottom: 0;
      padding: 2px 0;
      background-color: transparent;
      font-size: 12px;
    }
  .fnav {
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;
  }
    .fnav.nav {
      margin: 0;
    }
      .fnav .nav > li {
        position: relative;
        display: inline-block;
        font-size: 12px;
      }
      .fnav .nav > li:after {
        content: '';
        position: absolute;
        display: block;
        top: 0;
        right: 0;
        width: 2px;
        height: 14px;
        background-color: #b2b2b2;
      }
      .fnav .nav > li:last-of-type:after {
        display: none;
      }
        .fnav .nav > li > a {
          padding: 0 15px;
          line-height: 14px;
        }
        .fnav .nav > li > a:hover {
          text-decoration: underline;
        }
  .cpr {
    text-align: center;
    font-size: 10px;
  }


/* detail */
/* top */
body.top .site-header {
  height: 830px;
  height: 880px;
}
  body.top .site-header .mv .mv-img {
    width: 1359px;
    height: 719px;
  }
  body.top .news-area {
    position: absolute;
    bottom: 0;
    height: 139px;
    height: auto;
    color: #fff;
    border-bottom: 6px solid #fff;
    background-color: rgba(0,0,0,0.7);
    z-index: 50;
  }
  body.top .news-area:before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 4px;
    background-color: #f0f0f0;
    border-bottom: 1px solid #cdcdcd;
  }
    body.top .news-area .inner {
      height: 100%;
      padding: 25px;
    }
      body.top .news-title {
        float: left;
        width: 220px;
        height: 100%;
        margin: 0;
        font-size: 24px;
        font-weight: normal;
        line-height: 3.5;
      }
      body.top .news {
        float: left;
        width: 730px;
        table-layout: fixed;
      }
          body.top .news > tbody > tr > th,
          body.top .news > tbody > tr > td {
            padding: 5px 5px;
            vertical-align: middle;
            font-size: inherit;
            font-weight: normal;
            white-space: nowrap;
            line-height: 1.5;
          }
          body.top .news > tbody > tr > th {
            width: 100px;
          }
          body.top .news > tbody > tr > td:first-of-type {
            width: 100px;
          }
            body.top .news .cate-news {
              color: #ff6060;
            }
            body.top .news .cate-column {
              color: #ffb400;
            }
            body.top .news .cate-news:before,
            body.top .news .cate-column:before {
              position: relative;
              top: 1px;
              display: inline-block;
              font-family: 'Glyphicons Halflings';
              font-style: normal;
              font-weight: normal;
              line-height: 1;
              -webkit-font-smoothing: antialiased;
              -moz-osx-font-smoothing: grayscale;
              margin-right: 0.25em;
            }
            body.top .news .cate-news:before {
              content: "\e032";
            }
            body.top .news .cate-column:before {
              content: "\e043";
            }
body.top .content {
  padding-top: 60px;
}
  body.top .mv-img {
    display: none;
  }
  body.top [class^="mainbox"],
  body.top [class*=" mainbox"] {
    margin-bottom: 80px;
  }
    body.top .mainbox1 .subbox1 {
      width: 320px;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 10px 0px rgba(153,153,153,1);
      -moz-box-shadow: 0px 0px 10px 0px rgba(153,153,153,1);
      box-shadow: 0px 0px 10px 0px rgba(153,153,153,1);
      border-radius: 5px 5px 5px 5px;
      -moz-border-radius: 5px 5px 5px 5px;
      -webkit-border-radius: 5px 5px 5px 5px;
      border: 0px solid #000000;
      text-decoration: none;
    }
      body.top .mainbox1 .subbox1 .title {
        position: relative;
        margin: 10px 0;
        text-align: center;
      }
      body.top .mainbox1 .subbox1 .title:before {
        position: absolute;
        display: block;
        content: '';
        width: 34px;
        height: 14px;
        margin: 11px 0;
        background-color: #9e0000;
      }
      body.top .mainbox1 .subbox1 .text {
        margin: 0;
        padding: 0 10px 10px;
        line-height: 1.5;
      }

    body.top .mainbox1 .subbox2 {
    }
      body.top .mainbox1 .subbox2 .btn {
        width: 100%;
      }
    body.top .mainbox2 .title {
    }


/* aboutUs */
body.aboutus {
}
  body.aboutus .table {
    border: 1px solid #ddd;
  }
    body.aboutus .table > tbody > tr > th,
    body.aboutus .table > tbody > tr > td {
      padding: 15px;
    }
    body.aboutus .table.table-bg > tbody > tr > td,
    body.aboutus .table.table-bg > tbody > tr > th {
      background-color: #f9f9f9;
    }
      body.aboutus #map {
        width: 100%;
        height: 375px;
        margin: 10px 0;
        border: 1px solid #ccc;
      }


/* work */
body.work {
}
    body.work .subbox1,
    body.work .subbox2 {
      float: left
    }
    body.work .subbox2 {
      width: 618px;
      margin-left: 40px;
    }
      body.work .table {
        border-bottom: 1px solid #ddd;
      }
  body.work .mainbox3 a,
  body.work .mainbox3 a:active,
  body.work .mainbox3 a:visited,
  body.work .mainbox3 a:focus {
    color: #f10000;
    font-weight: bold;
  }

/* maintenance */
    body.mainte .mainbox1 .subbox1,
    body.mainte .mainbox1 .subbox2 {
      float: left
    }
    body.mainte .mainbox1 .subbox2 {
      width: 688px;
    }
     body.mainte .mainbox1 .subbox2 p {
        padding: 20px;
        background-color: #fff;
     }

    body.mainte .mainbox2 .subbox1 {
      width: 170px;
      margin-bottom: 20px;
      text-align: center;
      overflow: visible;
    }
      body.mainte .mainbox2 .subbox1 .img {
        width: 170px;
        height: 135px;
        margin-bottom: 10px;
        background-color: #fff;
      }
        body.mainte .mainbox2 .subbox1 .img span {
          color: #ddd;
          line-height: 135px;
        }
      body.mainte .mainbox2 .subbox1 p {
        font-size: 14px;
        white-space: nowrap;
      }

/* example */
  body.ex .subbox {
    padding-bottom: 20px;
    border-bottom: 1px solid #acacac;
  }
    body.ex .subbox1,
    body.ex .subbox2 {
      float: left;
    }
    body.ex .mainbox1 .subbox1 {
      width: 225px;
    }
    body.ex .mainbox1 .subbox2 {
      width: 565px;
    }
    body.ex .mainbox2 .subbox1 {
      width: 264px;
    }
    body.ex .mainbox2 .subbox2 {
      width: 526px;
    }
      body.ex .subbox2 h3 {
        margin-top: 0;
        font-size: 30px;
      }
      body.ex .subbox2 h4 {
        font-size: 20px;
      }
    body.ex .btn-wrap {
      float: right;
      width: 550px;
    }

    body.ex .panel-body {
      position: relative;
      height: 116px;
    }
      body.ex .panel-body img {
        position: absolute;
        top: 0;
        right: 0;
      }


/* contact */
body.contact .content {
  padding-top: 60px;
}
    body.contact .mainbox1 .tel {
      font-size: 50px;
      line-height: 1;
    }
    body.contact .policy {
      height: 210px;
      margin-bottom: 60px;
      padding: 0 20px;
      overflow-y: scroll;
      margin-right: auto;
      margin-left: auto;
      background-color: #fff;
      border: 1px solid #a5a5a5;
      font-size: 14px;
      line-height: 1.5;
    }
      body.contact .policy h4 {
        margin-top: 25px;
      }
    .table-form {
      background-color: #fff;
    }
      .table-form > tbody > tr > th {
        width: 30%;
        text-align: right;
        position: relative;
        vertical-align: middle;
        font-weight: bold;
      }
      .table-form > tbody > tr > td {
        vertical-align: middle;
      }
        .table-form .badge-es:before {
          position: absolute;
          display: block;
          top: 8px;
          left: 8px;
          width: 50px;
          height: 15px;
          line-height: 15px;
          text-align: center;
          font-size: 12px;
          font-weight: lighter;
          color: #fff;
          background-color: #cc0000;
          content: '\005fc5\009808';
        }
        .table-form th > .small {
          font-size: 10px;
          color: #aaa;
        }


.mt00{margin-top:0!important}.mt05{margin-top:5px!important}.mt10{margin-top:10px!important}.mt15{margin-top:15px!important}.mt20{margin-top:20px!important}.mt25{margin-top:25px!important}.mt30{margin-top:30px!important}.mt35{margin-top:35px!important}.mt40{margin-top:40px!important}.mt45{margin-top:45px!important}.mt50{margin-top:50px!important}.mt55{margin-top:55px!important}.mt60{margin-top:60px!important}.mt65{margin-top:65px!important}.mt70{margin-top:70px!important}.mt75{margin-top:75px!important}.mt80{margin-top:80px!important}.mt85{margin-top:85px!important}.mt90{margin-top:90px!important}.mt100{margin-top:100px!important}.mr-30{margin-right:-30px!important}.mr-25{margin-right:-25px!important}.mr-20{margin-right:-20px!important}.mr-15{margin-right:-15px!important}.mr-10{margin-right:-10px!important}.mr-05{margin-right:-5px!important}.mr00{margin-right:0!important}.mr05{margin-right:5px!important}.mr10{margin-right:10px!important}.mr15{margin-right:15px!important}.mr20{margin-right:20px!important}.mr25{margin-right:25px!important}.mr30{margin-right:30px!important}.mr35{margin-right:35px!important}.mr40{margin-right:40px!important}.mr45{margin-right:45px!important}.mr50{margin-right:50px!important}.mr55{margin-right:55px!important}.mr60{margin-right:60px!important}.mr65{margin-right:65px!important}.mr70{margin-right:70px!important}.mr75{margin-right:75px!important}.mr80{margin-right:80px!important}.mr85{margin-right:85px!important}.mr90{margin-right:90px!important}.mr100{margin-right:100px!important}.mb00{margin-bottom:0!important}.mb05{margin-bottom:5px!important}.mb10{margin-bottom:10px!important}.mb15{margin-bottom:15px!important}.mb20{margin-bottom:20px!important}.mb25{margin-bottom:25px!important}.mb30{margin-bottom:30px!important}.mb35{margin-bottom:35px!important}.mb40{margin-bottom:40px!important}.mb45{margin-bottom:45px!important}.mb50{margin-bottom:50px!important}.mb55{margin-bottom:55px!important}.mb60{margin-bottom:60px!important}.mb65{margin-bottom:65px!important}.mb70{margin-bottom:70px!important}.mb75{margin-bottom:75px!important}.mb80{margin-bottom:80px!important}.mb85{margin-bottom:85px!important}.mb90{margin-bottom:90px!important}.mb100{margin-bottom:100px!important}.ml-30{margin-left:-30px!important}.ml-25{margin-left:-25px!important}.ml-20{margin-left:-20px!important}.ml-15{margin-left:-15px!important}.ml-10{margin-left:-10px!important}.ml-05{margin-left:-5px!important}.ml00{margin-left:0!important}.ml05{margin-left:5px!important}.ml10{margin-left:10px!important}.ml15{margin-left:15px!important}.ml20{margin-left:20px!important}.ml25{margin-left:25px!important}.ml30{margin-left:30px!important}.ml35{margin-left:35px!important}.ml40{margin-left:40px!important}.ml45{margin-left:45px!important}.ml50{margin-left:50px!important}.ml55{margin-left:55px!important}.ml60{margin-left:60px!important}.ml65{margin-left:65px!important}.ml70{margin-left:70px!important}.ml75{margin-left:75px!important}.ml80{margin-left:80px!important}.ml85{margin-left:85px!important}.ml90{margin-left:90px!important}.ml100{margin-left:100px!important}.pt00{padding-top:0!important}.pt05{padding-top:5px!important}.pt10{padding-top:10px!important}.pt15{padding-top:15px!important}.pt20{padding-top:20px!important}.pt25{padding-top:25px!important}.pt30{padding-top:30px!important}.pt35{padding-top:35px!important}.pt40{padding-top:40px!important}.pt45{padding-top:45px!important}.pt50{padding-top:50px!important}.pr00{padding-right:0!important}.pr05{padding-right:5px!important}.pr10{padding-right:10px!important}.pr15{padding-right:15px!important}.pr20{padding-right:20px!important}.pr25{padding-right:25px!important}.pr30{padding-right:30px!important}.pr35{padding-right:35px!important}.pr40{padding-right:40px!important}.pr50{padding-right:50px!important}.pb00{padding-bottom:0!important}.pb05{padding-bottom:5px!important}.pb10{padding-bottom:10px!important}.pb15{padding-bottom:15px!important}.pb20{padding-bottom:20px!important}.pb25{padding-bottom:25px!important}.pb30{padding-bottom:30px!important}.pb35{padding-bottom:35px!important}.pb40{padding-bottom:40px!important}.pb45{padding-bottom:45px!important}.pb50{padding-bottom:50px!important}.pl00{padding-left:0!important}.pl05{padding-left:5px!important}.pl10{padding-left:10px!important}.pl15{padding-left:15px!important}.pl20{padding-left:20px!important}.pl25{padding-left:25px!important}.pl30{padding-left:30px!important}.pl35{padding-left:35px!important}.pl40{padding-left:40px!important}.pl45{padding-left:45px!important}.pl50{padding-left:50px!important}