@charset "UTF-8";

#main {
  margin: 0 10px;
}

#main h1 {
  margin: 20px 0 10px 0;
  height: 40px;
  background: transparent url(img/mail_entry_title.png) no-repeat center;
}

#main h1.finish_mail_fortune {
  margin: 20px 0 10px 0;
  height: 40px;
  background: transparent url(img/mail_entry_finish_title.png) no-repeat center;
}

div.headline {
  margin : 0 0 20px 0;
  text-align: center;
  font-weight: bold;
}

h2.mail_entry_input {
  margin: 0 0 10px 0;
  height: 40px;
  background: transparent url(img/mail_entry_input.png) no-repeat center;
}

h2.mail_entry_confirm {
  margin: 0 0 10px 0;
  height: 40px;
  background: transparent url(img/mail_entry_confirm.png) no-repeat center;
}

h2.mail_entry_after {
  margin: 0 0 10px 0;
  height: 40px;
  background: transparent url(img/mail_entry_after.png) no-repeat center;
}

h3 {
  color: #8f2e14;
  font-family: serif;
  border-bottom: 1px solid #99ab4e;
}

div.caution {
  margin: 10px;
  padding: 10px;
  font-size: 0.9em;
  font-weight: bold;
  border: 1px solid #fcc800;
  color: #c5a05a;
}

div.entry_form {
  text-align: center;
}

#main table {
  margin: 10px auto;
  padding: 0;
  width: 500px;
  border-collapse: collapse;
  border: 1px solid #7b5544;
}

#main table th {
  margin: 0;
  padding: 3px;
  background-color: #7b5544;
  color: #fff;
  border: 1px solid #fff;
  text-align: left;
}

#main table td {
  margin: 0;
  padding: 3px;
  border: 1px solid #7b5544;
  text-align: left;
}

#main table td textarea {
  width: 490px;
  height: 200px;
}

div.entry_after_description {
  margin: 10px 50px;
}

div.mail_caption {
  margin: 5px;
  padding: 0;
  text-align: center;
  font-weight: normal;
}

