div#ProductsArea {
  display: block;
  background-color: #2b904a;
  padding: 10px 0 2px 0;
  border-bottom: 1px solid #e8e8e8;
}

div#NoticeArea {
  width: 850px;
  margin: 5px auto 15px;
  padding: 3px;
  border: 1px solid #ff0000;
}
div#NoticeArea .ttlNotice {
  background: #ff0000;
  color: #ffffff;
  font-weight: bold;
  padding: 6px 0;
  margin: 0 0 5px;
}
div#NoticeArea .txtNotice {
  padding: 8px 10px;
  margin: 0 0 5px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 150%;
}

#SubTitle h2 {
  background: none;
}

@media (max-width: 991px) {
  .sp-scroll {
    box-sizing: border-box;
    border-right: 2px dashed #e07903;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    margin: 5% 0;
    position: relative;
    padding-top: 20px;
  }
  .sp-scroll table.tbl {
    border-right: none;
    width: 940px;
  }

  border-right: none;
  width: 940px;
}
table.products {
  width: 910px;
  margin: 20px 15px;
  border-left: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
}
.record:nth-child(even) {
  background-color: #FAFAFA;
}
@media (max-width: 991px) {
  table.products {
    width: 97%;
    margin: 5px 5px 15px 5px;
  }
}
table.products th {
  text-align: center;
  background-color: #e5fceb;
  font-weight: bold;
  padding: 5px 10px;
  vertical-align: top;
  font-size: 100%;
  line-height: 130%;
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  white-space: nowrap;
}
@media (max-width: 991px) {
  table.products th {
    font-size: 90%;
    line-height: 110%;
    padding: 5px 0px;
  }
}
table.products td {
  vertical-align: top;
  font-size: 100%;
  line-height: 150%;
  padding: 5px 20px;
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}
@media (max-width: 991px) {
  table.products td {
    font-size: 90%;
    line-height: 110%;
    padding: 5px 0px;
  }
}

table.form1 {
  width: 910px;
  margin: 20px 15px;
  border-left: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
}
@media (max-width: 991px) {
  table.form1 {
    width: 97%;
    margin: 5px;
    border-left: none;
  }
}
table.form1 th {
  text-align: center;
  background-color: #ededed;
  font-weight: bold;
  padding: 5px 10px;
  vertical-align: top;
  font-size: 100%;
  line-height: 130%;
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  white-space: nowrap;
}
@media (max-width: 991px) {
  table.form1 th {
    border-left: 1px solid #cccccc;
    text-align: left;
    display: block;
    width: 100%;
    font-size: 90%;
    line-height: 110%;
    padding: 5px 0px;
  }
}
table.form1 th.label {
  width: 20%;
}
@media (max-width: 991px) {
  table.form1 th.label {
    width: 100%;
  }
}
table.form1 td {
  vertical-align: top;
  font-size: 100%;
  line-height: 150%;
  padding: 5px 20px;
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}
table.form1 td div {
  padding-top: 4px;
}
@media (max-width: 991px) {
  table.form1 td {
    display: block;
    width: 100%;
    font-size: 90%;
    line-height: 110%;
    padding: 5px 0px 15px;
    border-right: none;
  }
}

.focus {
  background: #ffebf2;
}

div#errorMessage {
  background: #ffffff;
  color: #ff0000;
  border: 1px solid #ff0000;
  padding: 10px;
  margin: 10px 15px;
}

div.button {
  text-align: center;
  padding: 0 0 30px 0;
}
div.button input {
  color: #900;
  font-weight: bold;
  font-size: 150%;
  text-transform: uppercase;
  margin: 0 10px;
  width: 200px;
}

@media (max-width: 991px) {
  #Column img {
    width: 100%;
    height: auto;
  }
}
.textbox-ss {
  width: 40px;
}

.textbox-s {
  width: 100px;
}

.textbox {
  width: 200px;
}

.textbox-l {
  width: 400px;
}
@media (max-width: 991px) {
  .textbox-l {
    width: 97%;
  }
}

.textbox-ll {
  width: 600px;
}
@media (max-width: 991px) {
  .textbox-ll {
    width: 97%;
  }
}

.textbox-zip1 {
  width: 30px;
}

.textbox-zip2 {
  width: 40px;
}

.textarea {
  width: 600px;
  height: 200px;
}
@media (max-width: 991px) {
  .textarea {
    width: 97%;
  }
}
