/* ------------------------------
 mv
 ------------------------------ */
#mv {
  background: #407ac6 url(/images/common/bg01.jpg);
}

#mv h3 {
  background-image: url(/images/company/mv_img01.png);
  height: 130px;
}


/* ------------------------------
 content
 ------------------------------ */
#content {
  padding-top: 60px;
  padding-bottom: 40px;
}

#content h4 {
  font-size: 125%;
  font-size: 1.25rem;
  margin-bottom: 30px;
  text-align: center;
}


/* ------------------------------
 vision
 ------------------------------ */
#content #vision {
  margin-bottom: 60px;
  position: relative;
}

#content #vision img {
  -webkit-border-radius: 3px;
  -moz-border-radius   : 3px;
  border-radius        : 3px;
  position: absolute;
  top: 10px;
  right: 0;
}

#content #vision h5 {
  font-size: 200%;
  font-size: 2rem;
  font-weight: normal;
  margin-bottom: 10px;
}

#content #vision h6 {
  color: #004db3;
  font-size: 125%;
  font-size: 1.25rem;
  margin-bottom: 10px;
}

#content #vision p {
  margin-bottom: 60px;
}


/* ------------------------------
 history
 ------------------------------ */
#content #history {
  margin-bottom: 60px;
}

#content #history h5 {
  border-bottom: 1px DOTTED #CCC;
  font-size: 200%;
  font-size: 2rem;
  font-weight: normal;
  padding-bottom: 10px;
}

#content .table dl {
  border-bottom: 1px DOTTED #CCC;
}

#content .table dl:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }
#content .table dl { display: inline-block; }
/*\*/
* html #content .table dl { height: 1%;}
#content .table dl { display: block; }
/**/

#content .table dt {
  float: left;
  font-weight:  bold;
  padding: 15px 0;
  width: 20%;
}

#content .table dd {
  float: left;
  padding: 15px 0;
  width: 80%;
}


/* ------------------------------
 company
 ------------------------------ */
#content #company {
  margin-bottom: 60px;
}

#content #company h5 {
  border-bottom: 1px DOTTED #CCC;
  font-size: 200%;
  font-size: 2rem;
  font-weight: normal;
  padding-bottom: 10px;
}

#content #company .map iframe {
  width: 100%;
  height: 400px;
}



#content .tab li {
  float: left;
  width: 50%;
}

#content .tab li a {
  background: #f0f0f0;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius   : 3px 3px 0 0;
  border-radius        : 3px 3px 0 0;
  color: #333;
  display: block;
  font-size: 200%;
  font-size: 2rem;
  padding: 10px;
  text-align: center;
}

#content .tab li.on a {
  background: #0450b4;
  color: #fff;
}

#content #contact-form {
  border: 2px solid #0450b4;
  padding: 28px;
}

#content #contact-form .req {
  color: #f00;
}

#content #contact-form .form:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }
#content #contact-form .form { display: inline-block; }
/*\*/
* html #content #contact-form .form { height: 1%;}
#content #contact-form .form { display: block; }
/**/

#content #contact-form .form p {
  float: left;
  font-weight: bold;
  padding: 20px 0;
  width: 20%;
}

#content #contact-form .form div {
  float: left;
  padding: 20px 0;
  width: 80%;
}

#content #contact-form .form div span {
  color: #666;
  display: block;
  font-size: 85%;
  font-size: 0.85rem;
  padding-top: 5px;
}

#content #contact-form .form div input,
#content #contact-form .form div textarea {
  background: #f0f0f0;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius   : 3px;
  border-radius        : 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing   : border-box;
  box-sizing        : border-box;
  padding: 5px;
  width: 100%;
}

#content #contact-form .form div input {
  height: 40px;
}

#content #contact-form .form div textarea {
  height: 200px;
}

#content #contact-form .btns {
  padding-top: 10px;
}

#content #contact-form-confirm {
  background-image: url(/images/contact/contact_btn01.gif);
  margin: 0 auto;
  width: 405px;
  height: 80px;
}
