/* line 3, ../_sass/contact.scss */
#main-right {
  padding-top: 20px; }

/* line 7, ../_sass/contact.scss */
#stump {
  font-size: 11px;
  padding-bottom: 10px; }

/* line 12, ../_sass/contact.scss */
#title {
  background: url('../image/cancel/title.gif?1413875291');
  width: 665px;
  height: 50px;
  background-repeat: no-repeat;
  margin-bottom: 10px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

/* line 23, ../_sass/contact.scss */
#text-box {
  padding: 10px 20px 40px 20px; }
  /* line 26, ../_sass/contact.scss */
  #text-box p {
    font-size: 75%;
    line-height: 150%;
    padding-bottom: 20px; }
  /* line 32, ../_sass/contact.scss */
  #text-box #err {
    font-size: 85%;
    color: #a00;
    font-weight: bold; }
  /* line 38, ../_sass/contact.scss */
  #text-box table {
    width: 625px; }
    /* line 41, ../_sass/contact.scss */
    #text-box table th {
      vertical-align: top;
      text-align: left;
      width: 150px;
      padding-bottom: 20px; }
      /* line 46, ../_sass/contact.scss */
      #text-box table th span {
        font-size: 12px;
        color: #fff;
        font-weight: bold;
        display: block;
        background: url('../image/cancel/form_list.gif?1413875285');
        width: 150px;
        height: 26px;
        background-repeat: no-repeat;
        padding: 6px 0 0 6px; }
    /* line 59, ../_sass/contact.scss */
    #text-box table td {
      vertical-align: top;
      font-size: 12px;
      padding: 6px 0 20px 6px; }
      /* line 64, ../_sass/contact.scss */
      #text-box table td .form-btn {
        background: url('../image/cancel/btn.gif?1413875262');
        width: 100px;
        height: 25px;
        background-repeat: no-repeat;
        border: 0px; }
      /* line 76, ../_sass/contact.scss */
      #text-box table td .input-text {
        width: 200px; }
      /* line 80, ../_sass/contact.scss */
      #text-box table td .input-textarea {
        width: 400px;
        height: 300px; }
      /* line 85, ../_sass/contact.scss */
      #text-box table td .caution {
        color: #a00;
        font-size: 11px; }

#yoyakudiv{
  width: 100%;
  max-width: 800px;
  margin: 20px auto;
  padding: 40px;
  background-color: #FFF;
}

@media screen and (max-width: 600px) {
  #text-box table {
    width: 94%;
    margin: 0 auto;
  }
  #text-box table th span {
    width: 100%; }
  #text-box table td {
    }
  #text-box table td .input-text {
    width: 30%; }
  #text-box table td .input-textarea {
    width: 70%;
    height: auto}
    
  #yoyakudiv{
    padding: 20px 0;
    margin: 0 auto;
  }

}