h1.mainTitle {
  margin-bottom: 25px;
  font-size: 167%;
  text-align: center;
}

h3.subTitle {
  padding: 5px 10px 4px;
  margin-bottom: 12px;
  border-left: 10px solid #0B6334;
  font-size: 117%;
}

.justify {
  display: block;
  margin-left: 8em;
  text-indent: -8em;
}

strong {
  font-weight: bold;
}

.big {
  font-size: 123%;
}

#main {
  line-height: 1.5;
  font-size: 109%;
}
#main .description {
  margin: 20px 0 20px 20px;
}
#main .text {
  margin: 0  0 25px 20px;
}
#main p.name {
  margin: 0 0 0 2em;
}
#main ul {
  margin-bottom: 25px;
}
#main ul li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 109%;
  line-height: 1.5;
  margin-left: 20px;
}
#main .lead {
  margin: 0 0 20px 0;
}
#main #program {
  margin: 0 0 20px 0;
}
#main #program .wrap {
  margin: 0 0 20px 0;
}
#main #program .download a {
  padding-left: 12px;
  background-image: url("/jagp33wayo-kohnodai/images/greeting/icon_arrow.gif");
  background-position: left center;
  background-repeat: no-repeat;
  color: #0B6333;
  text-decoration: underline;
}
#main #request {
  margin: 0 0 20px 0;
}
#main #request p span {
  margin-left: 1em;
}
#main #request .price {
  margin: 0 0 0 35px;
}
#main #schedule {
  margin: 0 0 20px 0;
}
#main #others {
  margin: 0 0 20px 0;
}
#main #others .justify {
  margin-left: 1em;
  text-indent: -1em;
}
#main #contact {
  margin: 0 0 20px 0;
}

.underline {
  text-decoration: underline;
}

.mb6 {
  margin-bottom: 6px !important;
}

.border {
  margin: 4px;
  padding: 4px;
  border: 1px solid #333;
}

.small {
  font-size: 87%;
}

.center {
  text-align: center;
  font-size: 137%;
}

.button {
  display: inline-block;
  width: 200px;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
}

.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}

.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.button {
  position: relative;
  z-index: 2;
  background-color: #333;
  border: 2px solid #333;
  color: #fff;
  line-height: 50px;
}

.button:hover {
  background-color: #fff;
  border-color: #59b1eb;
  color: #59b1eb;
}

.button::before,
.button::after {
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #333;
}

.button::before {
  right: 0;
}

.button::after {
  left: 0;
}

.button:hover::before,
.button:hover::after {
  width: 0;
  background-color: #59b1eb;
}

table, td {
  border-style: solid;
  border-color: #999;
}

table {
  width: 658px;
  margin-bottom: 20px;
  border-width: 1px 0 0 1px;
}

td {
  padding: 12px 0;
  border-width: 0 1px 1px 0;
  text-align: center;
  line-height: 1;
  vertical-align: bottom;
}

.indent {
  text-indent: 2em;
}

.indent2 {
  padding-left: 1em;
}
