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;
}
@media (max-width: 991px) {
  div#NoticeArea {
    width: 100%;
  }
}
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%;
}

div#ProductsArea p#Business {
  color: #fff;
  padding: 10px;
  margin: 0 2px 10px 2px;
  text-align: center;
}
div#ProductsArea div#LoopSlider {
  margin: 0 auto;
  width: 100%;
  height: 250px;
  text-align: left;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  div#ProductsArea div#LoopSlider {
    height: 100px;
  }
}
div#ProductsArea div#LoopSlider ul {
  height: 250px;
  float: left;
  display: inline;
  overflow: hidden;
}
@media (max-width: 991px) {
  div#ProductsArea div#LoopSlider ul {
    height: 100px;
  }
}
div#ProductsArea div#LoopSlider ul li {
  width: 400px;
  height: 250px;
  float: left;
  display: inline;
  overflow: hidden;
}
@media (max-width: 991px) {
  div#ProductsArea div#LoopSlider ul li {
    width: 225px;
    height: 100px;
  }
}

div#ProductList .wrapper {
  width: 1160px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  div#ProductList .wrapper {
    width: 100%;
  }
}
div#ProductList ul#btn {
  list-style: none;
  overflow: hidden;
  margin: 10px 0;
}
div#ProductList ul#btn li {
  padding: 10px;
  margin-right: 5px;
  float: left;
  cursor: pointer;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #105f29;
  color: #ffffff;
}
@media (max-width: 991px) {
  div#ProductList ul#btn li {
    padding: 2px;
    margin: 2px;
  }
}
div#ProductList ul#btn li.active {
  background-color: #fff9b2;
  color: #000000;
}
div#ProductList ul#grid {
  margin-left: -10px;
  list-style: none;
  _zoom: 1;
  padding: 0;
}
@media (max-width: 991px) {
  div#ProductList ul#grid {
    margin-left: 0;
  }
}
div#ProductList ul#grid li {
  width: 380px;
  height: 221px;
  margin: 0 0 10px 10px;
  line-height: 0;
  float: left;
}
@media (max-width: 991px) {
  div#ProductList ul#grid li {
    width: 100%;
    height: auto;
    margin: 0 0 10px 0;
  }
}
div#ProductList ul#grid li.span2 {
  width: 770px;
  height: 221px;
  margin: 0 0 10px 10px;
  line-height: 0;
  float: left;
}
@media (max-width: 991px) {
  div#ProductList ul#grid li.span2 {
    width: 100%;
    height: auto;
    float: none;
    margin: 0 0 10px 0;
  }
}
div#ProductList ul#grid li img {
  width: 100%;
  height: auto;
}

div#News {
  margin-bottom: 60px;
  padding-right: 15px;
}
@media (max-width: 991px) {
  div#News {
    padding-right: 0;
  }
}
div#News h2 {
  font-size: 120%;
  margin: 0 0 5px;
  padding: 8px 8px 5px;
  border: none;
  background-color: #2a8f48;
  color: #ffffff;
}
div#News dl dt {
  margin: 0 0 0 0;
  padding: 10px 5px 5px 5px;
  font-weight: bold;
  line-height: 120%;
}
div#News dl dd {
  margin: 0;
  padding: 0 10px 10px 10px;
  line-height: 120%;
  border-bottom: 1px dotted #cccccc;
}
div#News dl dd p {
  font-size: 90%;
}

div#About {
  border: 5px solid #cccccc;
  padding: 10px;
  margin-bottom: 10px;
}
div#About p {
  line-height: 130%;
}

div.button {
  max-width: 410px;
  margin: 0 auto 10px;
}
div.button .moviettl {
  margin: 0;
  padding: 8px;
  background-color: #000000;
  color: #ffffff;
  font-weight: bold;
}
@media (max-width: 991px) {
  div.button .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  div.button .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
  div.button img {
    width: 100%;
    height: auto;
  }
}

div#Banner ul {
  width: 420px;
  display: block;
  overflow: hidden;
  list-style: none;
  _zoom: 1;
  margin: 0 0 0 -10px;
  padding: 0;
}
div#Banner ul li {
  width: 200px;
  margin: 0 0 10px 10px;
  line-height: 0;
  float: left;
  display: inline;
  position: relative;
}

div#featureArea {
  width: 1170px;
  margin: 10px auto 5px;
  overflow: hidden;
}
@media (max-width: 991px) {
  div#featureArea {
    width: auto;
  }
}
div#featureArea .feature {
  max-width: 380px;
  margin: 0 5px;
  float: left;
}
@media (max-width: 991px) {
  div#featureArea .feature {
    margin: 2% auto;
    float: none;
  }
  div#featureArea .feature img {
    width: 100%;
    height: auto;
  }
}
div#featureArea .hl {
  margin: 5px 0;
  font-size: 150%;
  line-height: 140%;
  text-align: left;
  font-weight: bold;
}
@media (max-width: 991px) {
  div#featureArea .hl {
    padding: 1%;
    font-size: 100%;
    line-height: 110%;
  }
}
div#featureArea .txt {
  margin: 0;
  font-size: 120%;
  line-height: 140%;
  text-align: left;
  font-weight: bold;
}
@media (max-width: 991px) {
  div#featureArea .txt {
    padding: 1%;
    font-size: 80%;
    line-height: 110%;
    font-weight: normal;
  }
}

div#bnrArea {
  width: 1170px;
  margin: 0 auto 5px;
}
@media (max-width: 991px) {
  div#bnrArea {
    width: auto;
  }
}
div#bnrArea ul#bnr {
  list-style: none;
  overflow: hidden;
  margin: 0 auto;
}
@media (max-width: 991px) {
  div#bnrArea ul#bnr {
    max-width: 380px;
  }
}
div#bnrArea ul#bnr li {
  max-width: 380px;
  margin: 0 5px;
  padding: 0;
  float: left;
  cursor: pointer;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
@media (max-width: 991px) {
  div#bnrArea ul#bnr li {
    float: none;
    margin-bottom: 10px;
  }
}
div#bnrArea ul#bnr li.active {
  background-color: #fff9b2;
}
@media (max-width: 991px) {
  div#bnrArea a img {
    width: 100%;
    height: auto;
  }
}

.topic_01 {
  width: 100%;
  border-collapse: collapse;
}
.topic_01 th {
  padding: 8px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  white-space: nowrap;
}
.topic_01 td {
  padding: 6px;
  background-color: #fff;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
}

.text-240h130 {
  font-size: 240%;
  line-height: 130%;
  margin: 20px 0;
}
@media (max-width: 991px) {
  .text-240h130 {
    font-size: 120%;
    line-height: 130%;
    margin: 15px 0;
  }
}

.product-list {
  display: block;
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  text-align: left;
  text-decoration: none !important;
}
.product-list:link,
.product-list:visited,
.product-list:hover {
  color: #000;
}
.product-list__value {
  font-size: 100%;
  font-weight: bold;
  padding-top: 2%;
  padding-left: 3%;
  line-height: 130%;
  text-shadow:0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff;
}
@media screen and (max-width: 991px),
(min-width: 1200px) and (max-width: 1599px) {
  .product-list__value {
    font-size: 75%;
  }
}
.product-list__value dl {
  display: flex;
}
.product-list__value dt {
  flex-shrink: 0;
}
.product-list__price {
  display: flex;
  align-items: baseline;
  padding-left: 3%;
  font-weight: bold;
  text-shadow:0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff;
}
.product-list__price .set {
  place-self: center;
  line-height: 110%;
}
.text-280h130 {
  font-size: 280%;
  line-height: 130%;
  margin: 0 3px;
}
