@charset "utf-8";

#content {
  margin: -40px 0 0;
}

#headline span {
  display: block;
  position: relative;
  left: -10px;
  width: 80px;
}



/* ==================================================
About
================================================== */

/*#catch*/
#catch {
  z-index: 1;
  position: relative;
  overflow: hidden;
  height: 370px;
  background: url(/assets/img/about/catch.png) center top no-repeat;
  background-size: auto 100%;
  padding: 70px 10px 50px;
  margin: 0 0 80px;
}
#catch h2 {
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 1.6em;
  margin: 0 0 15px;
}

#catch ul {
  position: relative;
  float: left;
  left: 50%;
  width: 300px;
  padding: 0 11px;
  margin: 0 auto;
}
#catch ul li {
  position: relative;
  left: -50%;
  float: left;
  font-size: 12px;
  text-align: center;
  line-height: 1.5em;
  margin: 0 15px 10px;
}
#catch ul li a {
  display: block;
  width: 100px;
  height: 100px;
  background: #fff url(/assets/img/about/ico_arrow.png) center bottom 20px no-repeat;
  background-size: 12px;
  color: #11335E;
  padding: 30px 0 0;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
}
#catch ul li a:active {
  opacity: 0.75;
}



#about01 .innerWrap,
#about03 .innerWrap {
  position: relative;
  width: 100%;
  background: #eee;
  padding: 60px 10px 30px;
  margin: 0 auto 80px;
}
#about04 .innerWrap {
  position: relative;
  width: 100%;
  background: #eee;
  padding: 60px 10px 30px;
  margin: 0 auto;
}



.about__heading {
  margin: 0 0 20px;
}
.about__heading h3 {
  color: #D7132A;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5em;
  margin: 0 0 20px;
}
.about__heading h3 span {
  position: absolute;
  display: block;
  top: -55px;
  width: 95%;
}
.about__heading h3 img {
  width: 140px;
  display: inline-block;
  margin: 0 auto;
}
.about__heading p {
  font-size: 13px;
  line-height: 1.5em;
  text-align: center;
}



/*#about01*/
#about__wattmanTech {
  border-bottom: solid 1px #ddd;
  padding: 10px 0 15px;
  margin: 10px 0;
}
#about__wattmanStyle {
  padding: 10px 0;
  margin: 10px 0;
}

#about__wattmanTech h4,
#about__wattmanStyle h4 {
  text-align: center;
  margin: 0 auto 20px;
}
#about__wattmanTech img,
#about__wattmanStyle img {
  width: 200px;
}
#about__wattmanTech p,
#about__wattmanStyle p {
  font-size: 12px;
  line-height: 1.75em;
}

/*#about02*/
#about02 {
  padding: 220px 0 0;
  background: url(/assets/img/about/background02.png) top 20px center no-repeat;
  background-size: 180px;
  border-top: solid 1px #ddd;
}

/*#about03*/
#about03 .innerWrap {
  padding: 250px 10px 30px;
  background: #eee url(/assets/img/about/background03.png) top 50px center no-repeat;
  background-size: 180px;
}

/*#about04*/
#about04 .innerWrap {
  padding: 250px 10px 30px;
  background: #eee url(/assets/img/about/background04.png) top 50px center no-repeat;
  background-size: 180px;
}

#about02 p,
#about03 p,
#about04 p {
  font-size: 12px;
  line-height: 1.75em;
}



