#main h1 {
  margin-bottom: 10px;
}

body#entry #main h2, body#mail-authentication #main h2 {
  background: none;
}
body#entry #main h3, body#mail-authentication #main h3 {
  margin-bottom: 10px;
}
body#entry #main p, body#mail-authentication #main p {
  margin-bottom: 15px;
  clear: both;
  line-height: 1.4;
}
body#entry #main td .txt, body#mail-authentication #main td .txt {
  padding: 6px 10px 0 0;
  float: left;
}
body#entry #main td .wid02, body#entry #main td .wid01, body#mail-authentication #main td .wid02, body#mail-authentication #main td .wid01 {
  margin-right: 10px;
  float: left;
  vertical-align: middle;
}
body#entry #main td .wid04, body#mail-authentication #main td .wid04 {
  height: 150px;
}
body#entry #main .banner, body#mail-authentication #main .banner {
  margin-bottom: 15px;
}
body#entry #main .banner img, body#mail-authentication #main .banner img {
  width: 100%;
}
body#entry #main .textInner, body#mail-authentication #main .textInner {
  margin-bottom: 15px;
  padding: 9px;
  box-shadow: -1px 1px 3px #EDEDED inset, -1px 0 0 #EDEDED inset;
  background-color: #F4F4F4;
  border: 1px solid #EDEDED;
  border-bottom: 1px solid #F2F2F2;
  border-top: 1px solid #E8E8E8;
  border-radius: 5px;
}
body#entry #main .textInner dl, body#mail-authentication #main .textInner dl {
  box-shadow: -1px 1px 3px #EDEDED, 0 -1px 3px #EDEDED;
}
body#entry #main .textInner dt, body#mail-authentication #main .textInner dt {
  padding: 10px 8px 9px;
  color: #5f341e;
  font-size: 12px;
  font-weight: bold;
  background-color: #F5D34C;
  border-radius: 3px;
}
body#entry #main .textInner dd, body#mail-authentication #main .textInner dd {
  padding: 7px 0;
  color: #f57300;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  background-color: #FEFDE6;
  border-radius: 0 0 3px 3px;
}
body#entry #main .textInner dd span, body#mail-authentication #main .textInner dd span {
  margin-left: 10px;
  color: #5f341e;
  font-size: 10px;
}
body#entry #main .comSection p, body#mail-authentication #main .comSection p {
  margin-bottom: 15px;
  clear: both;
  line-height: 1.4;
}
body#entry #main .comBtn, body#mail-authentication #main .comBtn {
  margin-bottom: 12px;
}
body#entry #main form.mailForm .comTable td, body#mail-authentication #main form.mailForm .comTable td {
  padding-bottom: 12px;
}
body#entry #main form.mailForm .comTable td .nameDl dt, body#mail-authentication #main form.mailForm .comTable td .nameDl dt {
  margin-top: 7px;
}
body#entry #main form.mailForm .comTable td .nameDl dd, body#mail-authentication #main form.mailForm .comTable td .nameDl dd {
  padding: 0 0 12px 2.3em;
}
body#entry #main form.mailForm .comTable td .nameDl dd:last-child, body#mail-authentication #main form.mailForm .comTable td .nameDl dd:last-child {
  padding-bottom: 0;
}
body#entry #main form.mailForm .comTable td p, body#mail-authentication #main form.mailForm .comTable td p {
  margin-bottom: 7px;
}

.entry_text {
  text-align: center;
}
.entry_text a {
  color: #555b0b;
  text-decoration: underline;
}
.entry_text a:hover {
  color: #f30;
  text-decoration: none;
}

.mt20 {
  margin-top: 20px;
}
