@charset "UTF-8";
/**
 * press.css
 *
 * @copyright  2017 Arcphilia Inc.
 * @license    Proprietary
 * @version    1.0.0
 * @link       http://handmade-marche.kyoto/css/press.css
 * @since      2017-06-28
 * @author     Kenta Shindo
 */
#pagePress .pageTitleContainer {
  margin: 0 0 50px 0;
}

#pressInfoContainer {
  display: block;
  margin: 10px 0 50px 0;
  text-align: center;
}
#pressInfoContainer .box {
  display: inline-block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 460px;
  min-height: 272px;
  margin: 0 15px;
  padding: 20px 20px 25px;
  text-align: left;
  vertical-align: top;
  border: 10px solid #f6f0ea;
}
#pressInfoContainer .box .boxTitle {
  display: block;
  margin: 0 0 20px 0;
  padding: 0 0 10px 0;
  text-align: center;
  color: #463733;
  border-bottom: 2px dashed #4e73c1;
  font-size: 1.8rem;
}
#pressInfoContainer .box .info {
  display: block;
  max-width: 340px;
  margin: 10px auto 0;
  padding: 10px;
  text-align: center;
  color: #a54d44;
  background-color: #f8efee;
}

.innerContBtn {
  margin: 17px auto 0;
  padding: 10px;
  /*padding-top: 9px;*/
  width: 390px;
  /*height: 60px;*/
  height: auto;
  border-radius: 5px;
  background: #F0F0F0;
  font-size: 14px;
  color: #DD7483;
  text-align: center;
  text-decoration: none;
  line-height: 1.6;
  letter-spacing: 0.1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
a.innerContBtn {
    margin: 15px auto 0;
    background: #DB7684;
    padding-left: 44px;
    position: relative;
    font-size: 16px;
    color: #fff;
    letter-spacing: 0;
    display: block;
}
a.innerContBtn:hover{
    opacity: .8;
}
a.innerContBtn span{
    font-size: 14px;
    display: block;
}
a.innerContBtn:after{
    content: "";
    background: url(../images/press/iconPdf.png);
    width: 30px;
    height: 37px;
    position: absolute;
    top:50%;
    margin-top: -19px;
    left: 19px;
}

#contactForm {
  margin: -140px 0 0 0;
  padding: 140px 0 0 0;
}

#pagePress .formContainer .inner {
  max-width: 1000px;
}
#pagePress .formContainer .caption {
  text-align: center;
}
#pagePress .formContainer .formTitle {
  margin: 0 auto 20px;
}
#pagePress .formContainer .formTable {
  max-width: 800px;
}

#pagePress .formBtn {
  margin: 0 0 60px 0;
  padding: 40px 0 0 0;
}

#pagePress .telInfoContainer {
  margin: 0 auto 40px;
}
