@charset "utf-8";

@import url("css-slideshow.css");
/*スライドショー用*/
@import url("css-decoration.css");
/*デコレーション用*/
@import url("css-photo-box.css");
/*施工事例ページの写真用*/
@import url("css-mailform.css");
/*メールフォーム用*/







body {
  margin: 0;
  padding: 0;
  color: #333;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 100%;
  line-height: 1.4;
  background-image: url(../img/header-bg03.jpg);
  background-repeat: repeat-x;
  background-attachment: fixed;
  background-position: center top;
}

/* ~~ エレメント / タグセレクター ~~ */
ul,
ol,
dl {
  padding: 0;
  margin: 0;
}

p {
  margin-top: 0;
  padding-right: 10px;
  padding-left: 10px;
}



a img {
  border: none;
}


a:link {
  color: #42413C;
  text-decoration: underline;
}

a:visited {
  color: #6E6C64;
  text-decoration: underline;
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
}

.title {
  text-align: center;
  color: #FFF;
  text-align: center;
  background-color: #000000;
  font-size: 70%;
  width: 100%;
}


/*ヘッダー */
.header {
  height: 300px;
  font-size: 70%;
  color: #BDBDBD;
  margin-bottom: -150px;
  background-repeat: no-repeat;
  background-position: center top;
  background-image: url(../img/logo-black.png);
}

/* コンテナ */
.container {
  width: 965px;
  background: #FFF;
  text-align: left;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  padding: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  box-shadow: 5px 5px 10px #666;
  -webkit-box-shadow: 5px 5px 10px #666;
  -moz-box-shadow: 5px 5px 10px #666;
  border: 1px solid #ccc;
  min-width: 965px;



}

.info {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  color: #FFF;
  /*box-shadow*/
  box-shadow: 0 0 5px #fff, 0 0 5px #ccc, 0 0 1px #aaa;
  -webkit-box-shadow: 0 0 5px #fff, 0 0 5px #ccc, 0 0 1px #aaa;
  -moz-box-shadow: 0 0 5px #fff, 0 0 5px #ccc, 0 0 1px #aaa;
  /*ボックスのデザイン*/
  padding: 10px;
  border: 1px solid #ccc;
  text-align: center;
  font-weight: bold;
  height: 100px;
  background-color: #033;
}

.titleframe {
  display: inline-block;
  position: relative;
  padding-bottom: 10px;
}

.titleframe:after {
  position: absolute;
  content: "";
  box-shadow: 0 15px 10px rgba(0, 0, 0, .5);
  /* シャドウ */
  transform: rotate(3deg);
  /* 回転させる */
  right: 5px;
  left: auto;
  top: auto;
  bottom: 15px;
  z-index: -1;
  width: 50%;
  height: 20%;
}

.info2 {
  margin: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  color: #F00;
  font-family: "HGP行書体", "HG正楷書体-PRO", SimSun, "HG行書体";
  /*ボックスのデザイン*/
  padding: 10px;
  text-align: center;
  font-weight: bold;
  display: block;
}



.content {
  width: 775px;
  float: right;
  background-color: #FFF;
  /* [disabled]height: 100%; */
  padding-right: 0;
  padding-bottom: 10px;
  padding-left: 0;
}

.top-img {
  width: 780px;
  float: left;
  height: 500px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-right: 0;
  padding-bottom: 50px;
  padding-left: 0;
  display: block;
}


/***********請負工事**********/
.content_underbox p {
  font-size: 20px;
  margin-bottom: 0;
  margin-top: 25px;
}

.content_underbox p:first-child {
  margin-top: 0;
}

.content_underbox span {
  font-size: 15px;
  line-height: 0;

}


.content ul,
.content ol {
  padding: 0 15px 15px 40px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

p .right {
  float: right;
  margin-left: 2em;
  margin-bottom: 1em;
}

p .left {
  float: left;
  margin-right: 2em;
  margin-bottom: 1em;
}


/* レイアウト*/
.sidebar {
  float: left;
  width: 180px;
  /* [disabled]padding-bottom: 32768px; */
  padding-left: 5px;
  height: 100%;
  /* [disabled]margin-bottom: -32768px; */
  letter-spacing: -0.1em;
  line-height: none;


}

.sidetitle {
  list-style: none;
  margin-bottom: 3px;
  /* [disabled]margin-top: 15px; */
  background-color: #457846;
  display: block;
  width: 165px;
  /*box-shadow*/
  box-shadow: 0 2px 1px #fff inset;
  -webkit-box-shadow: 0 2px 1px #fff inset;
  -moz-box-shadow: 0 2px 1px #457846 inset;
  /*グラデーション*/
  background-image: -moz-linear-gradient(top, #457846, #335734);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #457846), color-stop(1, #335734));
  border: 1px solid #ccc;
  text-align: left;
  padding-top: 30px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  color: #FFF;
}


ul.nav {
  list-style: none;
  margin-bottom: 15px;
}

ul.nav li {
  margin-top: 2px;

}

ul.nav a,
ul.nav a:visited {
  display: block;
  width: 165px;
  text-decoration: none;
  height: 30px;
  border: 1px solid #CCC;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  /*box-shadow*/
  box-shadow: 0 2px 1px #fff inset;
  -webkit-box-shadow: 0 2px 1px #fff inset;
  -moz-box-shadow: 0 2px 1px #fff inset;
  /*グラデーション*/
  background-image: -moz-linear-gradient(top, #dddedf, #c2c3c4);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #dddedf), color-stop(1, #c2c3c4));
  /*ボックスのデザイン*/
  border: 1px solid #ccc;
  color: #666666;
  transition: 0.5s;
  background-color: #C6D580;
}

ul.nav a:hover,
ul.nav a:active,
ul.nav a:focus {
  color: #FFF;
  padding-top: 5px;
  /* [disabled]padding-right: 5px; */
  padding-bottom: 5px;
  padding-left: 5px;
  /*box-shadow*/
  box-shadow: 0 2px 1px #fff inset;
  -webkit-box-shadow: 0 2px 1px #fff inset;
  -moz-box-shadow: 0 2px 1px #C6D580 inset;
  /*グラデーション*/
  background-image: -moz-linear-gradient(top, #336633, #99cc99);
  background-image: url(-webkit-gradient(linear, left top, left bottom, color-stop(0, #C6D580), color-stop(1, #ADB96E)));
  border: 1px solid #ccc;
  text-align: left;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  color: #060;
  background-color: #99FF99;
  font-weight: bolder;
  text-decoration: underline;
}


/* toppage link*/

.back {
  position: fixed;
  bottom: 10px;
  right: 10px;
  padding: 2pt;
  filter: alpha(opacity=85);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.85;
  opacity: 0.85;
}







/* ~~ フッター ~~ */
.footer {
  padding: 10px 0;
  position: relative;
  clear: both;
  text-align: center;
  font-size: 80%;
  color: #999;
}

/* ~~ その他の float/clear クラス ~~ */
.fltrt {
  /* このクラスを使用すると、ページ内でエレメントを右にフローティングさせることができます。フローティングさせるエレメントは、ページ内で横に並べて表示するエレメントの前に指定する必要があります。 */
  float: right;
  margin-left: 8px;
}

.fltlft {
  /* このクラスを使用すると、ページ内でエレメントを左にフローティングさせることができます。フローティングさせるエレメントは、ページ内で横に並べて表示するエレメントの前に指定する必要があります。 */
  float: left;
  margin-right: 8px;
}

.clearfloat {
  /* このクラスは、#footer が #container から削除されているか取り出されている場合に、<br /> または空の div で、フローティングさせる最後の div に続く最後のエレメントとして (#container 内に) 配置できます。 */
  clear: both;
  height: 0;
  font-size: 1px;
  line-height: 0px;
}
