@charset "shift_jis";

#wrapper {
  width: 950px;
  text-align: center;
  margin:0 auto;
}

.contents {
  width: 950px;
  margin: 20px 0 0;
  padding:0;
  border-bottom: 2px solid #333;
  position:relative;
}

.content {
  width: 950px;
  margin: 0;
  padding: 0px;
  text-align:left;
}

#header {
  height: 63px;
  text-align: left;
  background: url("/img/head_950.gif") left bottom no-repeat;
}

#footer {
  border-top: 1px solid #C00;
  text-align: left;
  padding: 10px 0 20px;
}

h1{
  font-family: 'Vollkorn', serif;
  font-weight: normal;
  font-size: 42px;
  margin: 40px auto 60px;
  text-align: center;
  color: #333;
}
h1 span{
  border-bottom: 4px solid #a2893e;
}

.textBox {
  margin: 20px 0 0;
  padding: 0 135px 70px;
  line-height: 1.6;
  font-size: 16px;
}
.textBox p {
  margin-bottom: 30px;
  color: #333;
}

@media screen and (max-width: 750px) {
  img { 
    max-width : 100% ;
    height : auto ;
  }

  #wrapper {
    width: 100%;
    max-width: 100%;
    text-align: center;
    margin:0 auto;
    font-size: 13px;
    min-width: 320px;
    }

  .contents {
    width: 100%;
    max-width: 100%;
    margin: 10px 0 0;
    }

  .content {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0px;
    text-align:left;
  }

  #header {
    height: 63px;
    text-align: left;
    background: url("/img/head_950.gif") left bottom no-repeat;
  }

  #footer {
    border-top: 1px solid #C00;
    text-align: left;
    padding: 10px 0;
  }

  h1{
    font-family: 'Vollkorn', serif;
    font-weight: normal;
    font-size: 30px;
    margin: 30px auto 30px;
    text-align: center;
  }
  h1 span{
    border-bottom: 4px solid #a2893e;
  }

  .textBox {
    margin: 20px 0 0;
    padding: 0 5% 30px;
    line-height: 1.6;
    font-size: 14px;
  }
  .textBox p {
    margin-bottom: 30px;
  }

}

.pc { display: block !important; }
.sp { display: none !important; }
@media only screen and (max-width: 750px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}