@charset "UTF-8";
#mainImage {
  padding-top: 65px;
  text-align: center;
}
#mainImage img {
  width: 100%;
}

#main_area {
  background: url(../images/top/main-bg.jpg) repeat-y;
  background-size: 100% auto;
  padding: 3% 2% !important;
  margin: -3px auto 15px !important;
  box-shadow: rgba(140, 140, 140, 0.1) 0px 3px 3px;
  -webkit-box-shadow: rgba(140, 140, 140, 0.1) 0px 3px 3px;
  -moz-box-shadow: rgba(140, 140, 140, 0.1) 0px 3px 3px;
}
#main_area h2 {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.4;
  font-weight: bold;
  text-align: left;
  background: url(../images/top/main-line.gif) repeat-x center bottom;
  margin-bottom: 3%;
  padding-bottom: 2%;
  text-shadow: -1px -1px 0px white, 1px -1px 0px white, 1px 1px 0px white, -1px 1px 0px white, 0px 0px 25px white, 0px 0px 20px white;
}
#main_area h2 strong {
  color: #5a8701;
}
#main_area li {
  font-size: 14px;
  font-size: 1.4rem;
  background-size: 17px 17px;
  padding-left: 22px;
  line-height: 1.5;
  background-image: url(../images/common/iconCheck.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  margin-bottom: 1%;
  /*line-height: 20px;*/
}
#main_area li strong {
  color: #c40000;
}

.att2 {
  background-color: #EEE;
  padding: 2% 3% 4%;
  margin: 10% 2% 0 2%;
}
.att2 strong {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.7em;
  color: #c00;
  display: block;
  padding: 3% 0;
}
.att2 p {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0.2em 0 0.8em;
}
.att2 span {
  background: linear-gradient(rgba(0, 0, 0, 0) 60%, #ffff66 60%);
}

.att3 {
  background-color: #FFFFFF;
  padding: 3%;
  margin: 4% 2%;
  color: #000;
}
.att3 h5 {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 3%;
}
.att3 strong {
  color: #c00;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.7em;
  padding: 3% 0;
  display: block;
}
.att3 p {
  color: #000 !important;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0.2em 0 0.8em;
}

#rice_area {
  margin: 10% 1% 14%;
  padding: 2% 2% 5px;
  border: 2px solid #ccc;
  overflow: hidden;
  *zoom: 1;
}
#rice_area h3 {
  font-size: 15px;
  font-size: 1.5rem;
  text-align: center;
  padding: 0 0.5em 2% 0;
  border-bottom: dotted 2px #5a8701;
}
#rice_area h2 {
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: bold;
  margin: 2% 2% 7%;
  padding-bottom: 2%;
  border-bottom: dotted 2px #5a8701;
  text-shadow: -1px -1px 0px white, 1px -1px 0px white, 1px 1px 0px white, -1px 1px 0px white, 0px 0px 25px white, 0px 0px 20px white;
}
#rice_area h2 strong {
  color: #f30;
  background: linear-gradient(rgba(0, 0, 0, 0) 60%, #ffe57f 60%);
  padding-bottom: 2%;
  font-size: 17px;
  font-size: 1.7rem;
}
#rice_area p {
  font-size: 15px;
  font-size: 1.5rem;
  padding: 0 2%;
  line-height: 1.6;
}
#rice_area p.toBuy {
  padding: 5% 2%;
}
#rice_area p.toBuy a {
  display: block;
  background-image: -moz-linear-gradient(90deg, #3e7100 0%, #4f8200 50%, #78a036 50%, #abc677 100%);
  background-image: -webkit-linear-gradient(90deg, #3e7100 0%, #4f8200 50%, #78a036 50%, #abc677 100%);
  background-image: -ms-linear-gradient(90deg, #3e7100 0%, #4f8200 50%, #78a036 50%, #abc677 100%);
  border: solid 2px #336600;
  padding: 3% 2%;
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  font-size: 2.2rem;
  color: #fff;
  text-decoration: none;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#rice_area p.toBuy a img {
  float: none !important;
  vertical-align: middle;
  margin: 0 5px 0 0 !important;
}
#rice_area p.att {
  color: #c00;
}
#rice_area img {
  float: right;
  margin: 0 0 2% 2%;
}
#rice_area .att {
  padding: 4% 0;
  font-size: 1.5rem;
}
#rice_area .att h6 {
  font-size: 1.6rem;
  color: #c00;
}
#rice_area .att span {
  background: linear-gradient(rgba(0, 0, 0, 0) 40%, #ffff66 40%);
  font-weight: bold;
}
#rice_area .att p {
  padding: 2% 2%;
}

#voice_area {
  /*line-height: 15px;*/
  padding: 10px 10px 5px;
  background: url(../images/top/section-bg1.jpg) repeat-y;
  background-size: 100% auto;
  border-top: 1px solid #e2dcd0;
  border-bottom: 1px solid #e2dcd0;
  margin: 0 0 10% 0;
}
#voice_area h2 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 10px;
  background: url(../images/top/voice-head-line.gif) repeat-x center bottom;
  background-size: 3px auto;
}
#voice_area h2 strong {
  font-size: 20px;
  font-size: 2.0rem;
  color: #d30000;
}
#voice_area .voice_main {
  display: block;
  background-color: #fffefb;
  padding: 2%;
  margin: 10px 0 !important;
  border: solid 1px #e2ceb9;
  box-shadow: rgba(251, 244, 224, 0.5) 0px -1px 6px 3px inset;
  -webkit-box-shadow: rgba(251, 244, 224, 0.5) 0px -1px 6px 3px inset;
  -moz-box-shadow: rgba(251, 244, 224, 0.5) 0px -1px 6px 3px inset;
}
#voice_area .voice_main p {
  /*line-height: 14.8px; !important;*/
}
#voice_area .voice_main .voice_inner {
  background: url(../images/top/voice-line.gif) repeat;
  background-size: 55px auto;
}
#voice_area .voice_main .voice_inner p {
  padding: 0.1em 2% 0.3em;
}
#voice_area .voice_main .title {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: -0.06em;
  padding-bottom: 2%;
}
#voice_area .voice_main p {
  font-size: 15px;
  font-size: 1.5rem;
  padding: 0.1rem 0 1rem;
}
#voice_area .voice_main .photo {
  text-align: center;
}
#voice_area .box {
  display: block;
  padding: 3% 2%;
  margin: 10px 0 !important;
  border: solid 1px #e2ceb9;
  background-color: #fffefb;
  box-shadow: rgba(251, 244, 224, 0.5) 0px -1px 6px 3px inset;
  -webkit-box-shadow: rgba(251, 244, 224, 0.5) 0px -1px 6px 3px inset;
  -moz-box-shadow: rgba(251, 244, 224, 0.5) 0px -1px 6px 3px inset;
}
#voice_area .box p {
  background: url(../images/top/voice-line.gif) repeat;
  background-size: 55px auto;
  padding: 0 5px;
  font-size: 15px;
  font-size: 1.5rem;
  /*line-height: 15px; !important;*/
}
#voice_area .name {
  text-align: right;
  font-size: 14px !important;
  font-size: 1.4rem !important;
}

#logo_area {
  padding: 2% 2%;
  background: url(../images/top/logo-bg.jpg) repeat-y;
  background-size: 100% auto;
  margin-bottom: 10%;
}
#logo_area h2 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 10px;
  background: url(../images/top/logo-head-line.jpg) repeat-x center bottom;
  background-size: 3px auto;
  padding-top: 10px;
}
#logo_area h2 span {
  background: url(../images/top/logo-head.png) no-repeat left top;
  background-size: 80px auto;
  padding-left: 80px;
  min-height: 55px;
  display: block;
}
#logo_area h2 strong {
  color: #e90000;
}
#logo_area ul {
  overflow: hidden;
  margin: 2% 0;
}
#logo_area ul li {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.3;
  text-align: center;
  float: left;
  margin-bottom: 15px;
}
#logo_area ul li.logo1, #logo_area ul li.logo2 {
  width: 49%;
  font-size: 14px;
  font-size: 1.4rem;
}
#logo_area ul li.logo1 img, #logo_area ul li.logo2 img {
  width: 60%;
}
#logo_area ul li.logo3, #logo_area ul li.logo4 {
  width: 48%;
}
#logo_area ul li.logo5, #logo_area ul li.logo6, #logo_area ul li .logo7 {
  width: 33%;
}

#voice2_area {
  /*line-height: 15px;*/
  background-image: url(../images/top/voice2-bg-top.gif), url(../images/top/voice2-bg-bottom.gif), url(../images/top/voice2-bg.gif);
  background-repeat: no-repeat , no-repeat , repeat-y;
  background-position: center top ,center bottom ,center top;
  background-size: 100% auto, 100% auto, 100% auto;
  border-top: 1px solid #e2dcd0;
  border-bottom: 1px solid #e2dcd0;
  padding: 20px;
  margin: 6% 0 15%;
}
#voice2_area h2 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  color: #690;
  padding: 0 1%;
}
#voice2_area p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
}
#voice2_area p.name {
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: bold;
  margin-top: 5%;
}
#voice2_area p.name a {
  color: #036;
}
#voice2_area p.cap {
  margin: 2% 1%;
  padding: 2px;
  background-color: #ccc;
}
#voice2_area p.cap img {
  width: 100%;
  display: block;
}
#voice2_area .logo {
  background: url(none);
  margin-top: 5px;
  border-top: dashed 1px #999;
  padding-top: 2%;
}
#voice2_area .logo:first-line {
  font-size: 1.5rem;
  font-size: 15px;
  font-weight: bold;
}

#secret_area {
  /*line-height: 15px;*/
  background-image: url(../images/top/secret-bg.jpg), url(../images/top/section-bg1.jpg);
  background-repeat: no-repeat , repeat-y;
  background-position: center top ,center top;
  background-size: 100% auto, 100% auto;
  padding: 4% 2% 5px;
}
#secret_area h1 {
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: bold;
  padding-bottom: 10px;
  background: url(../images/top/voice-head-line.gif) repeat-x center bottom;
  background-size: 3px auto;
  letter-spacing: -0.1em;
  margin-bottom: 10px;
}
#secret_area h1 strong {
  font-size: 20px;
  font-size: 2.0rem;
  color: #d30000;
}
#secret_area .map {
  float: left;
  overflow: hidden;
}
#secret_area .txt1 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #333;
  padding: 0 2%;
  margin-bottom: 5px;
  text-shadow: -1px -1px 0px white, 1px -1px 0px white, 1px 1px 0px white, -1px 1px 0px white, 0px 0px 25px white, 0px 0px 20px white;
}
#secret_area .txt2 {
  margin-bottom: 10px;
  padding: 0 2%;
  line-height: 1.4;
  text-shadow: -1px -1px 0px white, 1px -1px 0px white, 1px 1px 0px white, -1px 1px 0px white, 0px 0px 25px white, 0px 0px 20px white;
}
#secret_area .area {
  box-shadow: rgba(189, 188, 185, 0.2) 0px 0px 6px 2px;
  -webkit-box-shadow: rgba(189, 188, 185, 0.2) 0px 0px 6px 2px;
  -moz-box-shadow: rgba(189, 188, 185, 0.2) 0px 0px 6px 2px;
  background: #FFF;
  padding: 3% 2%;
  margin-bottom: 6%;
}
#secret_area .area h2 {
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: bold;
  line-height: 1.4;
}
#secret_area .environment .title {
  color: #5b7d22;
  border-color: #5b7d22 !important;
}
#secret_area .environment .title strong {
  background-color: #5b7d22;
}
#secret_area .soil .title {
  color: #935415;
  border-color: #935415 !important;
}
#secret_area .soil .title strong {
  background-color: #935415;
}
#secret_area .water {
  position: relative;
}
#secret_area .water .title {
  color: #2d78a0;
  border-color: #2d78a0 !important;
  position: relative;
}
#secret_area .water .title strong {
  background-color: #2d78a0;
}
#secret_area .water .title span {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  color: #000;
}
#secret_area .water .supple {
  font-size: 13px;
  font-size: 1.3rem;
  padding-top: 3%;
}
#secret_area .environment, #secret_area .soil {
  margin-bottom: 10px;
}
#secret_area .environment .title, #secret_area .soil .title, #secret_area .water .title {
  /*line-height: 21px;*/
  margin: 5% 0 3%;
  border-top: dashed 1px #000;
  border-bottom: dashed 1px #000;
  padding: 2% 0 2%;
}
#secret_area .environment .title strong, #secret_area .soil .title strong, #secret_area .water .title strong {
  display: inline-block;
  font-size: 1.4rem;
  font-size: 14PX;
  vertical-align: middle;
  line-height: 1.3;
  color: #fff;
  padding: 1% 2%;
  margin-right: 2%;
  position: relative;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-weight: normal;
}
#secret_area .environment .pic, #secret_area .soil .pic, #secret_area .water .pic {
  float: right;
  margin: 0 0 2% 2%;
}
#secret_area .environment .photo, #secret_area .soil .photo, #secret_area .water .photo {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0 1%;
}
#secret_area .flow_area {
  box-shadow: rgba(189, 188, 185, 0.2) 0px 0px 6px 2px;
  -webkit-box-shadow: rgba(189, 188, 185, 0.2) 0px 0px 6px 2px;
  -moz-box-shadow: rgba(189, 188, 185, 0.2) 0px 0px 6px 2px;
  background: #FFF;
  padding: 10px 5px 5px;
  margin-bottom: 10px;
}
#secret_area .flow_area h2 {
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: bold;
  margin-bottom: 3%;
  background-image: url(../images/top/flow-head-icon.jpg);
  background-repeat: no-repeat;
  background-size: 25px auto;
  /*line-height: 25px;*/
  padding-left: 15px;
  text-shadow: -1px -1px 0px white, 1px -1px 0px white, 1px 1px 0px white, -1px 1px 0px white, 0px 0px 25px white, 0px 0px 20px white;
}
#secret_area .flow_area p {
  margin-bottom: 5%;
  /*line-height: 13px;*/
}
#secret_area .flow_area p.txt {
  padding-left: 15px;
}
#secret_area .flow_area p strong {
  display: block;
  font-size: 1.03em;
  padding-bottom: 1%;
}
#secret_area .flow_area .march {
  background-image: url(../images/top/flow-march.gif), url(../images/top/flow-month.gif);
}
#secret_area .flow_area .april {
  background-image: url(../images/top/flow-april.gif), url(../images/top/flow-month.gif);
}
#secret_area .flow_area .may {
  background-image: url(../images/top/flow-may.gif), url(../images/top/flow-month.gif);
}
#secret_area .flow_area .june {
  background-image: url(../images/top/flow-june.gif), url(../images/top/flow-month.gif);
}
#secret_area .flow_area .july {
  background-image: url(../images/top/flow-july.gif), url(../images/top/flow-month.gif);
}
#secret_area .flow_area .aug {
  background-image: url(../images/top/flow-aug.gif), url(../images/top/flow-month.gif);
}
#secret_area .flow_area .sep {
  background-image: url(../images/top/flow-sep.gif), url(../images/top/flow-month.gif);
}
#secret_area .flow_area .oct {
  background-image: url(../images/top/flow-oct.gif), url(../images/top/flow-month.gif);
}
#secret_area .flow_area .month {
  background-repeat: no-repeat , repeat-y;
  background-size: 22px auto;
  margin-bottom: 8px;
  padding-left: 28px;
}
#secret_area .flow_area .month .box {
  overflow: hidden;
  *zoom: 1;
  padding-top: 1%;
}
#secret_area .flow_area .month .box:last-child {
  padding-bottom: none;
}
#secret_area .flow_area .border {
  background-image: url(../images/top/flow-border.gif);
  background-repeat: repeat-x;
  background-position: right center;
  background-size: 190px auto;
}
#secret_area .flow_area .border span {
  background-color: #FFF;
  padding-right: 5px;
  font-weight: bold;
}
#secret_area .flow_area .photo {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0 1% 2%;
}
#secret_area .flow_area .photo strong {
  margin-bottom: 1%;
}
#secret_area .flow_area .pic {
  float: right;
  margin: 0 0 1% 1%;
}

/*#secret_area .map img {width: 100%;}*/
#obsession_area {
  background-image: url(../images/top/obsession-bg-top.jpg), url(../images/top/obsession-bg.jpg);
  background-repeat: no-repeat , repeat-y;
  background-size: 100% auto;
  padding: 8px 10px 10px;
  margin: 5% 0;
}
#obsession_area h1 {
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: bold;
  padding-bottom: 5px;
  background: url(../images/top/voice-head-line.gif) repeat-x center bottom;
  background-size: 3px auto;
  letter-spacing: -0.1em;
  margin-bottom: 7px;
  text-shadow: -1px -1px 0px white, 1px -1px 0px white, 1px 1px 0px white, -1px 1px 0px white, 0px 0px 25px white, 0px 0px 20px white;
}
#obsession_area h1 strong {
  font-size: 20px;
  font-size: 2.0rem;
  color: #d30000;
}
#obsession_area .head {
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: bold;
}
#obsession_area .head span {
  color: #fff;
  font-style: normal;
  font-size: 14px;
  font-size: 1.4rem;
  display: inline-block;
  line-height: 1.4;
  padding: 1% 4% 1% 3%;
  margin-bottom: 2%;
  font-weight: normal;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#obsession_area .head span em {
  font-size: 16px;
  font-size: 1.6rem;
  padding-right: 0.4em;
}
#obsession_area .head.txt1 span {
  background-color: #46740a;
}
#obsession_area .head.txt2 span {
  background-color: #ae5600;
}
#obsession_area .head.txt3 span {
  background-color: #46740a;
}
#obsession_area .head.txt3 strong {
  font-size: 15px;
  font-size: 1.5rem;
}
#obsession_area p {
  margin-bottom: 4%;
}
#obsession_area p.img01, #obsession_area p.img02, #obsession_area p.img03 {
  font-size: 15px;
  font-size: 1.5rem;
  margin-bottom: 5%;
  padding: 0 1%;
}
#obsession_area .pic {
  float: right;
  margin: 0 0 2% 2%;
}
#obsession_area .supple {
  font-size: 14px;
  font-size: 1.4rem;
}

/*#contact_area{
background-color: #ffebd2;
text-align: center;
margin: 10px 10px 35px;
padding: 10px 15px;
border: 1px solid #f5dbb9;
}
#contact_area .btn1{margin-bottom: 5px;}
#contact_area .arrow{
font-size: 22px;
font-size: 2.2rem;
font-weight: bold;
margin-bottom: 5px;
}
#contact_area img{width: 100%;}
#contact_area .btn-tel{margin-bottom: 5px;}
*/
#producer_area {
  background-image: url(../images/top/producer-bg-top.jpg), url(../images/top/section-bg1.jpg);
  background-repeat: no-repeat , repeat-y;
  background-size: 100% auto;
  padding: 3% 3%;
}
#producer_area h1 {
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: bold;
  margin: 0px 40% 4% 5px;
  text-shadow: -1px -1px 0px white, 1px -1px 0px white, 1px 1px 0px white, -1px 1px 0px white, 0px 0px 25px white, 0px 0px 20px white;
}
#producer_area h1 strong {
  font-size: 20px;
  font-size: 2.0rem;
  color: #d30000;
}
#producer_area .txt1 {
  margin: 0px 0% 8px 5px;
  text-shadow: -1px -1px 0px white, 1px -1px 0px white, 1px 1px 0px white, -1px 1px 0px white, 0px 0px 25px white, 0px 0px 20px white;
}
#producer_area img {
  width: 100%;
}
#producer_area .area {
  background-color: #FFF;
  margin: 5% 0;
  padding: 2%;
  text-align: center;
}
#producer_area .area iframe {
  width: 100%;
  height: auto;
}
#producer_area h2 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #629302;
  text-align: center;
  padding: 2px;
  border: 2px solid #629302;
  margin: 0px auto 3%;
}
#producer_area h5 {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 0 1% 1%;
  text-align: left;
}
#producer_area h5 strong {
  font-size: 14px;
  font-size: 1.4rem;
}
#producer_area table {
  width: 100%;
}
#producer_area table th, #producer_area table td {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: left;
  display: block;
  /*line-height: 12px;*/
}
#producer_area table th {
  font-weight: normal;
  color: #690;
  text-align: left;
  padding: 0% 2%;
  border-top: solid 2px #f3f3f3;
}
#producer_area table td {
  padding: 0 2% 0% 3%;
}

#faq_area {
  background-image: url(../images/teiki/bg.jpg);
  background-repeat: repeat-y;
  background-position: center top;
  background-size: 100% auto;
  padding: 2% 3% 4%;
  margin: 6% 0 8%;
}
#faq_area h1 {
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: bold;
  padding: 0 0 3% 2%;
  margin-bottom: 4%;
  background: url(../images/top/voice-head-line.gif) repeat-x center bottom;
  background-size: 3px auto;
}
#faq_area ul {
  list-style-position: outside;
}
#faq_area ul li {
  font-size: 16px;
  font-size: 1.6rem;
}
#faq_area ul li:nth-child(odd) {
  font-weight: bold;
}
#faq_area ul li:nth-child(odd):before {
  content: "Ｑ.";
  color: #466700;
  padding-right: 0.1em;
  font-size: 17px;
  font-size: 1.7rem;
}
#faq_area ul li:nth-child(even) {
  border-bottom: dotted 1px #466700;
  padding: 2% 0 3% 0%;
  margin-bottom: 3%;
}
#faq_area ul li:nth-child(even):before {
  content: "Ａ.";
  color: #c00;
  padding-right: 0.1em;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: bold;
}
#faq_area ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
#faq_area ul li .picBl {
  display: block;
  margin: auto;
}
#faq_area ul li .pic {
  float: right;
  margin: 0 0 2% 2%;
}
#faq_area ul li .noshi {
  margin-top: 2%;
  padding: 2%;
  display: table;
  background-color: #fff;
  width: 96%;
}
#faq_area ul li .noshi img {
  font-style: normal;
  display: table-cell;
  vertical-align: middle;
}
#faq_area ul li .noshi em {
  font-style: normal;
  display: table-cell;
  vertical-align: middle;
  padding-left: 2%;
}

#voice3_area {
  background-image: url(../images/top/section-bg1.jpg);
  background-repeat: repeat-y;
  background-size: 100% auto;
  padding: 0% 5px 8%;
}
#voice3_area h1 {
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: bold;
  padding-bottom: 5px;
  background: url(../images/top/voice-head-line.gif) repeat-x center bottom;
  background-size: 3px auto;
  /*letter-spacing: -0.1em;*/
  margin-bottom: 7px;
  text-shadow: -1px -1px 0px white, 1px -1px 0px white, 1px 1px 0px white, -1px 1px 0px white, 0px 0px 25px white, 0px 0px 20px white;
}
#voice3_area h1 strong {
  font-size: 20px;
  font-size: 2.0rem;
  color: #d30000;
}
#voice3_area .area {
  background-color: #FFF;
  text-align: center;
  padding: 5px 10px;
}

#entry_area {
  background-image: url(../images/top/section-bg1.jpg);
  background-repeat: repeat-y;
  background-size: 100% auto;
  padding: 5% 5px;
}
#entry_area h1 {
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: bold;
  padding-bottom: 5px;
  background: url(../images/top/voice-head-line.gif) repeat-x center bottom;
  background-size: 3px auto;
  margin-bottom: 7px;
  text-shadow: -1px -1px 0px white, 1px -1px 0px white, 1px 1px 0px white, -1px 1px 0px white, 0px 0px 25px white, 0px 0px 20px white;
}
#entry_area h1 strong {
  font-size: 20px;
  font-size: 2.0rem;
  color: #d30000;
}
#entry_area .area {
  background-color: #FFF;
  margin-bottom: 10px;
  padding: 10px;
}
#entry_area iframe.youtube {
  margin: 0 auto;
  width: 98%;
  height: auto;
}
#entry_area #buy {
  padding-top: 65px;
  margin-top: -65px;
}
#entry_area h2 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #690;
}
#entry_area .area p {
  font-size: 15px;
  font-size: 1.5rem;
  padding: 2% 0% 4%;
}
#entry_area .area h3 {
  border: solid 2px #679819;
  padding: 2%;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 2%;
}
#entry_area .area2 {
  background-color: #FFF;
  margin: 8% 0% 10%;
  padding: 2%;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#entry_area .area2 h2 {
  overflow: hidden;
  *zoom: 1;
  padding: 2% 0 3% 1%;
}
#entry_area .area2 h2 img {
  float: right;
  margin-top: -10px;
}
#entry_area .area2 h2 span {
  display: block;
  text-align: right;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  color: #000;
}
#entry_area .area2 p {
  font-size: 15px;
  font-size: 1.5rem;
  padding: 2% 2% 4%;
}
#entry_area .area3 p {
  margin: 0 2% 3%;
  font-size: 15px;
  font-size: 1.5rem;
}
#entry_area .area3 p:last-child {
  color: #c00;
}
#entry_area .area3 ul {
  margin: 0 2% 3%;
  font-size: 14px;
  font-size: 1.4rem;
}
#entry_area .area3 ul li {
  list-style-position: outside;
}
#entry_area .area3 ul li:before {
  content: "※";
}
#entry_area .area3 img {
  float: right;
  margin: 0 0 2% 2%;
}
#entry_area .area3 .att {
  padding: 4% 0 2%;
  font-size: 1.5rem;
}
#entry_area .area3 .att h6 {
  font-size: 1.6rem;
  color: #c00;
}
#entry_area .area3 .att p {
  color: #000 !important;
  padding: 2% 1%;
}
#entry_area .area3 .att span {
  background: linear-gradient(rgba(0, 0, 0, 0) 40%, #ffff66 40%);
  font-weight: bold;
}
#entry_area .txt-kind {
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: bold;
  padding: 2%;
}
#entry_area .txt-kind span {
  font-size: 14px;
  font-size: 1.4rem;
}
#entry_area table {
  width: 100%;
  border-top: 1px solid #cfcfcf;
  border-left: 1px solid #cfcfcf;
  margin-bottom: 10px;
}
#entry_area table thead th {
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  background-color: #f2f2f2;
  border-right: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
  padding: 2%;
}
#entry_area table tbody th, #entry_area table tbody td {
  padding: 4px 8px 4px;
  /*line-height: 12px;*/
  background-color: #FFF;
  border-right: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
}
#entry_area table tbody th {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #900;
  text-align: left;
  width: 29%;
  vertical-align: middle;
  white-space: nowrap;
}
#entry_area table tbody th span {
  font-size: 13px;
  font-size: 1.3rem;
  display: block;
}
#entry_area table tbody th strong {
  font-size: 13px;
  font-size: 1.3rem;
  display: inline-block;
  background-color: #EB6400;
  color: #fff;
  padding: 2% 3%;
  line-height: 1.5;
}
#entry_area table tbody td {
  font-size: 14px;
  font-size: 1.4rem;
}
#entry_area table tbody td strong {
  font-weight: normal;
  font-size: 18px;
  font-size: 1.8rem;
}
#entry_area table tbody td input[type=image] {
  width: 100%;
  margin-top: 3%;
}
#entry_area table tbody td select {
  vertical-align: bottom;
}
#entry_area table tbody td em {
  padding: 2% 0 0 0;
  display: inline-block;
  font-style: normal;
}
#entry_area table tbody td span {
  float: right;
  margin-left: 3%;
}
#entry_area table tbody td .cartjs_box {
  border: none !important;
}
#entry_area table tbody td .cartjs_box .cartjs_block {
  border: none !important;
  padding: 0 !important;
}
#entry_area table tbody td .cartjs_box .cartjs_block .cartjs_dtl_tbl {
  border: none !important;
  text-align: right;
  display: block;
  margin: 0 !important;
  float: right;
  width: auto !important;
}
#entry_area table tbody td .cartjs_box .cartjs_block .cartjs_dtl_tbl th {
  width: auto !important;
  border: none !important;
  background-color: #fff !important;
  color: #000;
  display: inline-block;
}
#entry_area table tbody td .cartjs_box .cartjs_block .cartjs_dtl_tbl .cartjs_quantity {
  display: inline-block;
  width: auto !important;
  border: none !important;
  background-color: #fff !important;
}
#entry_area table tbody td .cartjs_box .cartjs_block .cartjs_dtl_tbl .cartjs_quantity input[type=number] {
  border: solid 1px #000 !important;
  width: 3em !important;
  padding: 3%;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#entry_area table tbody td .cartjs_box .cartjs_block .cartjs_buy input[type=submit] {
  background-image: -o-linear-gradient(bottom, #668C3F 0%, #4F7B23 50%, #336600 50%, #336600 100%) !important;
  background-image: -moz-linear-gradient(bottom, #668C3F 0%, #4F7B23 50%, #336600 50%, #336600 100%) !important;
  background-image: -webkit-linear-gradient(bottom, #668C3F 0%, #4F7B23 50%, #336600 50%, #336600 100%) !important;
  background-image: -ms-linear-gradient(bottom, #668C3F 0%, #4F7B23 50%, #336600 50%, #336600 100%) !important;
  background-image: linear-gradient(to bottom, #668c3f 0%, #4f7b23 50%, #336600 50%, #336600 100%) !important;
  border: solid 1px #5a8603 !important;
  margin: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  text-shadow: none !important;
  width: 100% !important;
}
#entry_area .txt-detail {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: right;
  margin-top: -6px;
  margin-bottom: 10px;
}
#entry_area .txt-detail a {
  color: #000;
}
#entry_area .pay_area {
  background-color: #FFF;
  text-align: center;
  padding: 2%;
  border: 2px solid #629302;
  margin: 4% 0%;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#entry_area .pay_area h3 {
  font-size: 19px;
  font-size: 1.9rem;
  margin-bottom: 2%;
  font-weight: bold;
  color: #629302;
}
#entry_area .method {
  text-align: center;
  color: #FFF;
  margin-bottom: 10px;
}
#entry_area .method span {
  padding: 1% 0%;
  display: inline-block;
  position: relative;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#entry_area .method span.delivery {
  background-color: #46730a;
  width: 26%;
}
#entry_area .method span.bank {
  background-color: #ae5600;
  margin: 0px 2%;
  width: 26%;
}
#entry_area .method span.store {
  background-color: #136dac;
  width: 41%;
}
#entry_area .pay_area .area1 {
  background-color: #FFF;
  padding: 7px 0px 10px;
  border-bottom: dotted 1px #629302;
}
#entry_area .pay_area .area1 p {
  margin: 0 4% 2%;
  text-align: left;
  font-size: 15px;
  font-size: 1.5rem;
}
#entry_area .pay_area .area1 p:last-child {
  margin-bottom: 0;
}
#entry_area .pay_area img {
  width: 100%;
}
#entry_area .pay_area .area2 {
  background-color: #FFF;
  margin: 5px 0px;
  padding: 8px;
  text-align: left;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-image: none;
}
#entry_area .pay_area .area2 .txt {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: left;
  letter-spacing: -0.05em;
}
#entry_area .pay_area .area2 .txt strong {
  color: #eb6400;
}
#entry_area .pay_area .area2 .txt span {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  background-image: url(../images/top/pay-img03.gif);
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: 2px auto;
  padding-bottom: 2px;
  margin-left: 5px;
}
#entry_area .pay_area .area2 .txt2 {
  text-align: right;
  font-size: 14px;
  font-size: 1.4rem;
}
#entry_area .pay_area .more {
  padding-bottom: 2%;
}
#entry_area .pay_area .more span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #dedede), color-stop(0.91, #ededed), color-stop(0.6, #fdfdfd), color-stop(0, #fff));
  background: -webkit-linear-gradient(top, #fff 0%, #fdfdfd 60%, #ededed 91%, #dedede 100%);
  background: -moz-linear-gradient(top, #fff 0%, #fdfdfd 60%, #ededed 91%, #dedede 100%);
  background: -o-linear-gradient(top, #fff 0%, #fdfdfd 60%, #ededed 91%, #dedede 100%);
  background: -ms-linear-gradient(top, #fff 0%, #fdfdfd 60%, #ededed 91%, #dedede 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #fdfdfd 60%, #ededed 91%, #dedede 100%);
  font-size: 14px;
  font-size: 1.4rem;
  border: solid 1px #ccc;
  color: #039 !important;
  position: relative;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  white-space: nowrap;
}
#entry_area .pay_area .more span a {
  display: block;
  padding: 3% 29px 3% 3%;
  background-image: url(../images/common/iconArr01.png);
  background-repeat: no-repeat;
  background-position: 98% center;
  background-size: 10px 13px;
  white-space: nowrap;
  color: #039;
}

#period_area {
  background-image: url(../images/top/period-bg-top.jpg), url(../images/top/period-bg.jpg);
  background-repeat: no-repeat , repeat-y;
  background-size: 100% auto;
  margin: 10px 10px 20px;
  border: 2px solid #f1e6da;
  padding-bottom: 10px;
  overflow: hidden;
  *zoom: 1;
}
#period_area h2 {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  background: url(../images/top/voice-head-line.gif) repeat-x center bottom;
  background-size: 3px auto;
  text-shadow: -1px -1px 0px white, 1px -1px 0px white, 1px 1px 0px white, -1px 1px 0px white, 0px 0px 25px white, 0px 0px 20px white;
  margin: 0px 3px 15px;
  padding: 2%;
}
#period_area h2 strong {
  font-size: 20px;
  font-size: 2.0rem;
  color: #d30000;
}
#period_area img {
  float: right;
  margin: 0 0 2% 1%;
}
#period_area .img {
  margin: 2% 3% 3%;
  font-size: 16px;
  font-size: 1.6rem;
  /*line-height: 13px;*/
}
#period_area .img strong {
  background-color: #fffb8f;
  font-weight: normal;
}
#period_area .button {
  text-align: center;
  margin: 0px 9px;
}
#period_area .button img {
  width: 100%;
}
#period_area .toTeiki {
  padding: 2% 2%;
  display: block;
  overflow: hidden;
  *zoom: 1;
}
#period_area .toTeiki a {
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #dedede), color-stop(0.91, #ededed), color-stop(0.6, #fdfdfd), color-stop(0, #fff));
  background: -webkit-linear-gradient(top, #fff 0%, #fdfdfd 60%, #ededed 91%, #dedede 100%);
  background: -moz-linear-gradient(top, #fff 0%, #fdfdfd 60%, #ededed 91%, #dedede 100%);
  background: -o-linear-gradient(top, #fff 0%, #fdfdfd 60%, #ededed 91%, #dedede 100%);
  background: -ms-linear-gradient(top, #fff 0%, #fdfdfd 60%, #ededed 91%, #dedede 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #fdfdfd 60%, #ededed 91%, #dedede 100%);
  padding: 4% 5% 2% 3%;
  border: solid 2px #ccc;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#period_area .toTeiki a img {
  width: 100%;
  float: none;
}

#company_area {
  margin: 2% 2%;
  clear: both;
  padding-top: 6%;
  border-top: 1px solid #dedede;
  font-size: 14px;
  font-size: 1.4rem;
}
#company_area #pay {
  padding-top: 62px;
  margin-top: -62px;
}
#company_area h2 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.4;
  background-color: #f2f2f2;
  border: 1px solid #CCC;
  padding: 2% 3%;
  margin-bottom: 2%;
  font-weight: normal;
}
#company_area h3 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
  padding: 0% 2% 1%;
  border-bottom: 1px solid #999;
  border-left: 4px solid #999;
  /*line-height: 2.0rem;*/
  margin-bottom: 2%;
  font-weight: normal;
}
#company_area p {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0.2em 2% 0.7em;
}
#company_area p.logo {
  padding: 0.2em 2% 0 !important;
}
#company_area .area1 {
  margin-bottom: 7%;
}
#company_area .area1 p {
  /*line-height: 14px;*/
}
#company_area .area2 {
  margin-bottom: 28px;
}
#company_area .area2 p {
  margin-bottom: 4px;
}
#company_area .area3 {
  margin-bottom: 20px;
}
#company_area .area2 p.txt {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #900;
  margin-top: 15px;
}
#company_area .area2 table {
  width: 100%;
  border-top: 1px solid #cfcfcf;
  border-left: 1px solid #cfcfcf;
}
#company_area .area2 th, #company_area .area2 td {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: left;
  vertical-align: middle;
  border-right: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
}
#company_area .area2 thead th {
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  background-color: #f7f1ea;
}
#company_area .area2 tbody tr th, #company_area .area2 tbody tr td {
  background-color: #FFF;
  font-weight: normal;
}
#company_area .area2 tbody tr th {
  text-align: left;
  background-color: #fdfbf9;
  padding: 2% 2%;
}
#company_area .area2 tbody tr td {
  text-align: right;
  padding: 2% 3%;
}
#company_area .area2 tbody tr td.left {
  text-align: left;
}
#company_area .area2 tbody tr td:last-child {
  white-space: nowrap;
}
#company_area .area3 {
  margin-bottom: 5%;
}
#company_area .area3 table {
  width: 100%;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  margin-bottom: 6px;
  margin-top: 20px;
}
#company_area .area3 th, #company_area .area3 td {
  vertical-align: middle;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
#company_area .area3 th {
  background-color: #e8f4f0;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  color: #009481;
  padding: 2%;
}
#company_area .area3 td {
  text-align: left;
  padding: 3%;
}
#company_area .area3 td p {
  font-size: 14px;
  font-size: 1.4rem;
}
#company_area .area3 td p img {
  width: 100%;
  margin-bottom: 10px;
}
#company_area .area4 {
  margin-bottom: 6%;
}
#company_area .area4 .txt {
  background-color: #f7f1ea;
  padding: 2% 3%;
  margin-bottom: 3%;
  font-size: 15px;
  font-size: 1.5rem;
}
#company_area .area5 {
  margin-bottom: 30px;
}
#company_area .area5 img {
  width: 100%;
}
#company_area .area5 .txt {
  margin: 15px 0px 10px;
}
#company_area .area5 .box {
  background-color: #f5e5e5;
  padding: 2% 3%;
  margin-bottom: 3%;
  font-size: 15px;
  font-size: 1.5rem;
}
#company_area .area5 .box .title {
  font-weight: bold;
}
#company_area .area5 strong {
  font-weight: bold;
  color: #900;
}
#company_area .area6 {
  margin-bottom: 6%;
}
#company_area .area6 p {
  font-size: 16px;
  font-size: 1.6rem;
}
#company_area .area6 img {
  float: right;
  margin: 0 0 2% 2%;
}
#company_area .area6 img.buliding {
  width: 100%;
  float: none;
  margin: 0;
}
#company_area .area6 h6 {
  padding: 0 1% 0;
  font-size: 15px;
  font-size: 1.5rem;
}
#company_area .area6 h6 span {
  font-size: 13px;
  font-size: 1.3rem;
}
#company_area .area6 .producer01 {
  padding: 0px 0px 13px 0px;
  margin-bottom: 13px;
  border-bottom: 1px dotted #c2c2c2;
}
#company_area .area6 .producer02 {
  margin-bottom: 13px;
  border-bottom: 1px dotted #c2c2c2;
}
#company_area .area6 .producer03 {
  margin-bottom: 25px;
  padding-left: 95px;
}
#company_area .area6 table {
  width: 100%;
  margin-bottom: 20px;
}
#company_area .area6 th, #company_area .area6 td {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: left;
  font-weight: normal;
  vertical-align: top;
  padding: 2% 2%;
  border-bottom: 1px dotted #c6c6c6;
}
#company_area .area6 th {
  white-space: nowrap;
}

#obsession, #voice, #logo, #flow, #producer, #company, #entry {
  padding-top: 65px;
  margin-top: -65px;
}
