@charset "utf-8";
/* CSS Document */
.heading01{
  padding-bottom: 5px;
  border-bottom:1px solid #81CC95;
  background: url(../images/common/heading_bg.gif) right bottom no-repeat;
  background-size: 54px 35px;
  margin-bottom: 20px;
}
.heading01 h2{
  line-height: 1.8;
  font-size: 1.8rem;
  color:#61af76;
  font-weight: bold;
  letter-spacing: 2px;
}
.heading02{
  padding:230px 0 0;
}
.heading02 h1{
  text-align: center;
  color: #FFF;
  font-size: 3.0rem;
  letter-spacing: 4px;
  line-height: 1.5;
  font-weight: bold;
  text-shadow: 0 0 3px rgba(0,0,0,0.7);
}
.heading02 h1 .en{
  display: block;
  padding-left: 10px;
  font-size: 60%;
  letter-spacing: 2px;
  text-align: center;
}
.contentsBlock{
  margin-bottom: 30px;
}
/* ==========================================================================
index.html
========================================================================== */
#index .header{
  height: 500px;
}
#index .contentsBlock01 .mes p{
  line-height: 2;
  font-size: 1.4rem;
  font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  margin-bottom: 1em;
}
#index .contentsBlock01 .name{
  padding-right: 20px;
  text-align: right;
}
#index .contentsBlock01 .name img{
  display: inline-block;
  width: 206px;
}
#index .contentsBlock02 ul li{
  border-bottom:1px dotted #eee;
  margin-bottom: 5px;
}
#index .contentsBlock02 ul li a{
  display: block;
  padding:10px 0;
  font-size: 1.4rem;
  letter-spacing: 1px;
}
#index .contentsBlock02 ul li a:hover{
  text-decoration: none;
  opacity: 0.8;
}
#index .contentsBlock02 ul li a span{
  display:inline-block;
}
#index .contentsBlock02 ul li a .date{
  width: 14%;
  color:#333;
}
#index .contentsBlock02 ul li a .ico{
  width: 14%;
  background: #000;
  color:#FFF;
  padding:5px 8px;
  text-align: center;
  line-height: 1;
  border-radius:2px;
  margin-right: 2%;
  font-size: 1.2rem;
}
#index .contentsBlock02 ul li a .ico.news{
  background: #ec9600;
}
#index .contentsBlock02 ul li a .ttl{
  width: 60%;
  color:#1a5399;
  text-decoration: underline;
  font-size: 2.0rem;

}
/* ==========================================================================
works.html
========================================================================== */
#works .header{
  background: url(../images/common/heading02_01.jpg) center center no-repeat;
  background-size: cover;
}
#works h3{
  font-size: 1.6rem;
  background: #61AF76;
  color: #FFF;
  padding:10px;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
.imgLblock .img,
.imgRblock .read{
  width: 50%;
  float: left;
}
.imgRblock .img,
.imgLblock .read{
  width: 50%;
  float: right;
}
.imgLblock .read,
.imgRblock .read{
  width: 48%;
  line-height: 2;
  font-size:1.4rem;
}
.imgLblock .img img,
.imgRblock .img img{
  display: inline-block;
  border:1px solid #eee;
}
#works .imgLblock,
#works .imgRblock{
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom:1px dashed #81CC95;
}

/* ==========================================================================
company.html
========================================================================== */
#company .header{
  background: url(../images/common/heading02_03.jpg) center center no-repeat;
  background-size: cover;
}
#company .companytable table{
  font-size: 1.4rem;
  width: 100%;
  line-height: 1.8;
}
#company .companytable th,
#company .companytable td{
  padding:20px 15px;
  border-bottom:1px solid #c2c2be;
}
#company .companytable th{
  background: #fbfce7;
}
#company .companytable tr:first-child th,
#company .companytable tr:first-child td{
  border-top:1px solid #c2c2be;
}
#company .companytable td iframe{
  width: 100%;
}
/* ==========================================================================
recruit.html
========================================================================== */
#recruit .header{
  background: url(../images/common/heading02_02.jpg) center center no-repeat;
  background-size: cover;
}
#recruit .contentsArea .read{
  font-size: 1.4rem;
  line-height: 2;
  margin:20px 0;
}
#recruit table{
  font-size: 1.4rem;
  width: 100%;
  line-height: 1.8;
}
#recruit th,
#recruit td{
  padding:20px 15px;
  border-bottom:1px solid #c2c2be;
}
#recruit tr:first-child th,
#recruit tr:first-child td{
  border-top:1px solid #c2c2be;
}
#recruit th{
  width: 150px;
  background: #fbfce7;
}
#recruit td input{
  width: 100%;
  padding: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border:none;
  border:1px solid #eee;
}
#recruit td textarea{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border:none;
  resize: none;
  border:1px solid #eee;
  width: 100%;
  padding: 5px;
}
/* ==========================================================================
contact.html
========================================================================== */
#contact .header{
  background: url(../images/common/heading02_04.jpg) center center no-repeat;
  background-size: cover;
}
#contact .info{
  font-size: 1.4rem;
  line-height: 2;
  padding: 20px;
  border:1px solid #c2c2be;
}
#contact .contentsArea .read{
  font-size: 1.4rem;
  line-height: 2;
  margin:20px 0;
}
#contact .contactForm table{
  font-size: 1.4rem;
  width: 100%;
  line-height: 1.8;
}
#contact .contactForm th,
#contact .contactForm td{
  padding:20px 15px;
  border-bottom:1px solid #c2c2be;
}
#contact .contactForm tr:first-child th,
#contact .contactForm tr:first-child td{
  border-top:1px solid #c2c2be;
}
#contact .contactForm th{
  background: #fbfce7;
}
#contact .contactForm td input{
  width: 100%;
  padding: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border:none;
  border:1px solid #eee;
}
#contact .contactForm td textarea{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border:none;
  resize: none;
  border:1px solid #eee;
  width: 100%;
  padding: 5px;
}
#contact form .btn{
  margin-top: 30px;
  text-align: center;
}
#contact form .btn input{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border:none;
  padding:10px 50px;
  font-size: 1.4rem;
  background: #fff;
  border:1px solid #9fa169;
  border-radius: 2px;
  color: #9fa169;
  letter-spacing: 2px;
}
#contact form .btn input:hover{
  background:#9fa169;
  color:#FFF;
  cursor: pointer;
  -webkit-transition: all .5s;
     -moz-transition: all .5s;
      -ms-transition: all .5s;
       -o-transition: all .5s;
          transition: all .5s;
}
