@charset "UTF-8";
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

    cssファイルは編集しないでください。

:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/タイトル_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
/* line 11, contact.scss */
.contact-title h3 {
  height: 68px;
  padding: 32px 0 0px 40px;
}

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/index_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
/* line 22, contact.scss */
#main form table {
  width: 750px;
  margin: 0 0 10px 20px;
}
/* line 28, contact.scss */
#main form table tr th, #main form table tr td {
  padding: 5px;
  border: #574535 solid 1px;
}
/* line 33, contact.scss */
#main form table tr th {
  vertical-align: top;
  width: 110px;
  background: #CDEABF;
}
/* line 43, contact.scss */
#main form table tr td ul li {
  font-size: 12px;
  list-style: outside disc;
  margin: 5px 0 0 40px;
}
