@charset "utf-8";
/* ---------------------------------------------
  style reset
------------------------------------------------ */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
  vertical-align: baseline;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 100%;
}
body {line-height: 1;}
article, aside, dialog, figure, footer, header,
hgroup, nav, section {display: block;}
nav ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
a {
  vertical-align: baseline;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  font-size: 100%;
  text-decoration: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input, select {vertical-align: middle;}
li {list-style: none;}
.pure-g img {width: 100%;}
/* ---------------------------------------------
  common style
------------------------------------------------ */
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-family: Verdana, Roboto, "Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 62.5%;
}
body {
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-text-size-adjust: 100%;
}
h1 {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: normal;
  margin-bottom:10px;
}
.news h2,
.point h2,
.point-tos h2,
.press-release h2,
.company h2,
.guide-wrap h2,
.faq-wrap h2{
  margin: 20px 0 5px;
  color: #060;
  font-weight: bold;
  padding-left: 10px;
  line-height: 2;
  font-size: 18px;
  font-size: 1.8rem;
  border-left: 5px solid #060;
  /*background-color: #eee;*/
}
p {
  line-height: 1.4;
}
@media screen and (min-width:980px){
  .pure-visible-phone {display: none;}
  .pure-visible-tablet {display: none;}
  .pure-hidden-desktop {display: none;}
}
@media screen and (max-width:767px){
  .pure-hidden-phone {display: none;}
  .pure-visible-desktop{display:none;}
}
@media screen and (min-width:768px) and (max-width:979px){
  .pure-hidden-tablet {display: none;}
  .pure-visible-desktop {display: none;}
}
.pure-g [class*="pure-u"] {
  font-family: Verdana, Roboto, "Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
#goodsList {
  display: none;
}
.btn-common {
  padding: 20px 10px;
  background-color: #64a93c;
  background: -moz-linear-gradient(top, #64a93c 0%, #54952F);
  background: -webkit-gradient(linear, left top, left bottom, from(#64a93c), to(#54952F));
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#64a93c', endColorstr='#54952F');
  background: -ms-linear-gradient(top,  #64a93c,  #54952F);
  border: 1px solid #54952F;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -moz-box-shadow: 0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 1px rgba(255,255,255,0.7);
  -webkit-box-shadow: 0px 1px 3px rgba(000,000,000,0.5),	inset 0px 0px 1px rgba(255,255,255,0.7);
  box-shadow: 0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 1px rgba(255,255,255,0.7);
  color: #fff;
  text-shadow: 0px -1px 0px rgba(000,000,000,0.2), 0px 1px 0px rgba(255,255,255,0.1);
  font-family: Verdana, Roboto, "Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  display: block;
  text-align: center;
  margin: 0 auto;
}
.btn-common span.next{
  font-size: 12px;
  font-size: 1.2rem;
  background-color: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 2px 10px;
  margin-right: 10px;
  color: #54952F;
}
.btn-gray {
  background-color: #eee;
  background: -moz-linear-gradient(top, #ffffff 0%, #eeeeee);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eeeeee));
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#ffffff', endColorstr='#eeeeee');
  background: -ms-linear-gradient(top,  #ffffff,  #eeeeee);
  -moz-box-shadow: 0px 1px 1px rgba(000,000,000,0.5), inset 0px 0px 1px rgba(255,255,255,0.7);
  -webkit-box-shadow: 0px 1px 1px rgba(000,000,000,0.5),	inset 0px 0px 1px rgba(255,255,255,0.7);
  box-shadow: 0px 1px 1px rgba(000,000,000,0.5), inset 0px 0px 1px rgba(255,255,255,0.7);
  border: 1px solid #ccc;
  color: #333;
}
button:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  zoom: 1;
}
/* ---------------------------------------------
  header style
------------------------------------------------ */
.header {
  margin: 10px;
  overflow: hidden;
}
.header .logo img {
  float: left;
  vertical-align: middle;
  width: 90%;
  max-width: 140px;
  max-height: 80px;
}
ul.nav {
  width: 100%;
}
ul.nav li {
  float: right;
  width: 28%;
  margin-right: 10px;
}
ul.nav li a {
  text-decoration: none;
}
ul.nav li a span {
  display: block;
  margin: 0 auto;
  text-align: center;
  color: #619e36;
  font-weight: bold;
  font-size: 10px;
  font-size: 1.0rem;
}
button.navi-button {
  width: 100%;
  padding: 10px;
  margin: 0 0 5px 0;
  text-shadow: 0px -1px 0px rgba(000,000,000,0.4), 0px 1px 0px rgba(255,255,255,0.3);
}
button.navi-button i {
  font-size: 28px;
  font-size: 2.8rem;
}
.remodal-bg {display:inline;}
.remodal li {
  border-top: #666 1px solid;
  text-align: left;
}
.remodal li a {
  display: block;
  padding: 20px;
  text-decoration: none;
  color: #333;
}
.remodal li a:hover {background-color: #ccc;}
.remodal li span {float: right;}
.top-info {
  padding: 10px 0;
  background-color: #54952f;
  text-align: center;
  color: #fff;
}
.top-info span {color: #f24e4e;}
#navigation {
  padding-left: 10px;
  text-align: center;
  overflow: visible;
  height: 54px;
  border-bottom: #52922f 4px solid;
  box-sizing: content-box;
}
#navigation ul {
  max-width: 960px;
  margin: 0 auto;
}
#navigation li {
  /*width: 18%;*/
  width: 19.4%;
  float: left;
  border-top: 1px solid #fff;
  border-radius: 4px 4px 0 0;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  margin: 0 2px;
  box-sizing: content-box;
}
#navigation li.about-juice {
  /*width: 25%;*/
  box-sizing: content-box;
}
#navigation li a {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  border-top: 1px solid #fff;
  border-radius: 4px 4px 0 0;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  text-decoration: none;
  line-height: 50px;
  outline: none;
  margin-right: 4px;
  box-sizing: content-box;
}
#navigation li a::before,
#navigation li a::after {
  position: absolute;
  bottom: -1px;
  left: -2px;
  z-index: -1;
  display: block;
  content: '';
  width: 100%;
  height: 50px;
  border-radius: 4px 4px 0 0;
  box-sizing: content-box;
}
#navigation li a::before {
  height: 48px;
  bottom: -4px;
  border-top: 0;
  border-radius: 4px 4px 0 0;
}
#navigation li a.navi-green {
  background-color: #79b24b;
  background-image: -webkit-linear-gradient(top, #a3d36e, #52922f);
  background-image: linear-gradient(to bottom, #a3d36e, #52922f);
  border-bottom: 4px solid #51902e;
  text-shadow: 0px 1px 2px #427324;
  box-sizing: content-box;
}
#navigation li a.navi-green:hover {
  background-color: #50902e;
  background-image: -webkit-linear-gradient(top, #50902e, #52922f);
  background-image: linear-gradient(to bottom, #50902e, #52922f);
  border-top: 1px solid #b0d079;
  box-sizing: content-box;
}
#navigation li a.navi-green:active {
  background: #437926;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .2);
  color: #355e1f;
  text-shadow: 1px 0 1px rgba(255, 255, 255, .5);
  box-sizing: content-box;
}
#navigation li a.navi-green::before,
#navigation li a.navi-green::after {
  border: 2px solid #8ebd3f;
  border-top: 3px solid #8ebd3f;
  background-color: #8ebd3f;
  box-sizing: content-box;
}

.top-info {
  background-color: #54952f;
  text-align: center;
  color: #fff;
  padding: 10px 0;
}
.top-info span {color: #ff6;}
/* ---------------------------------------------
  footer style
------------------------------------------------ */
.page-top {
  margin: 20px 0;
  text-align: right;
}
.footer {
  border-bottom: #ccc 1px solid;
  padding-bottom: 10px;
}
ul.footer-nav li {
  background-color: #54952f;
  border-bottom: #fff 1px solid;
}
ul.footer-nav li a {
  display: block;
  padding: 20px;
  color: #fff;
  text-decoration: none;
}
ul.footer-nav li a i {float: right;}
.tel,
.copyright {
  margin: 20px auto;
  text-align: center;
}
.tel img {width: 100%;}
.pc-contact-box {
  max-width: 960px;
  margin: 20px auto 0 auto;
}
.pc-contact-box .pc-tel {
  margin-right: 10px;
}
.pc-contact-box .pc-tel img {
  width: 100%;
  max-width: 320px;
}
.pc-contact-box .pc-fax {
  margin: 0 10px;
  padding: 0 10px;
  border-right: #ccc 1px dashed;
  border-left: #ccc 1px dashed;
  text-align: center;
  box-sizing: border-box;
}
.pc-contact-box .pc-fax img {
  width: 100%;
  max-width: 246px;
}
.pc-contact-box .pc-mail {
  margin: 10px auto 0 auto;
  text-align: center;
}
.pc-contact-box .pc-mail img {
  width: 100%;
  max-width: 214px;
}
.copyright {
  margin-bottom: 0;
  padding: 20px 0;
  background-color: #54952f;
  color: #fff;
}


/* ---------------------------------------------
  side column for PC style
------------------------------------------------ */
.side-col {
   margin: 20px 0;
   float: right;
   max-width: 190px;
}
.side-col a {
  display: block;
  margin-bottom: 10px;
}
.pc-side-col{
  max-width:220px;
  margin: 20px 0;
  float: right;
}
.pc-side-col .juice{
  background: url(/images/common/bg_bnr_juice.jpg) left top no-repeat;
  height:743px;
  width: 220px;
  text-align: center;
  margin-bottom: 20px;
}
.pc-side-col .juice .houjun900{
  max-width: 202px;
  margin-top: 406px;
}
.pc-side-col .juice .houjun-trial{
  max-width: 202px;
  margin-top: 155px;
}
.pc-side-col a {
  display: block;
  margin-bottom: 10px;
}
/* ---------------------------------------------
  breadcrumb list style
------------------------------------------------ */
.breadcrumb {
  margin: 20px 0;
}
.breadcrumb ul li {
  display: inline;
}

.breadcrumb ul li:before {
  content: " > ";
}

.breadcrumb ul li:first-child:before {
  content: "";
}
/* ---------------------------------------------
  item list style
------------------------------------------------ */
.cat-list{
  overflow: hidden;
  margin-bottom: 20px;
}
.cat-list .cat01,
.cat-list .cat02{
  float:left;
  width:48%;
  max-width:340px;
}
.cat-list .cat02{
  float:right;
}
h3.cat-food,
h3.cat-skincare{
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding:10px 20px;
  color: #fff;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: normal;
}
h3.cat-food{
  background-color: #f2ad0f;
}

h3.cat-skincare{
  background-color: #f8c5b8;
}
ul.item-list {
  border: #ccc 1px solid;
  margin: 10px 0 40px 0;
}
ul.item-list li {
  border-bottom: #ccc 1px solid;
  padding: 10px;
  padding-left: 0;
  display: block;
  overflow: hidden;
}
ul.item-list li:last-child {
  border-bottom: none;
}
ul.item-list li div.upper-box,
ul.item-list li div.bottom-box{
  overflow: hidden;
}
ul.item-list li div.bottom-box .list-order-area{
  width: 68%;
  float: right;
  text-align: center;
  font-size: 2.4rem;
}
ul.item-list li div.bottom-box .btn-order{
  width: 100%;
}
ul.item-list .product-img {
  width: 30%;
  float: left;
}
ul.item-list .item-description {
  width: 68%;
  float: right;
  color: #000;
}
ul.item-list .item-description h2,
ul.item-list .item-description div {
  margin-bottom: 10px;
}
ul.item-list .item-description .icon-campaign {
  width: 80%;
  max-width: 208px;
}
ul.item-list .item-description p.copy {
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
}
ul.item-list .item-description h2 {
  font-size: 20px;
  font-size: 2rem;
}
ul.item-list .item-description h2 a{
  font-weight: bold;
}
ul.item-list .item-description .price {
  color: #f03e00;
}
ul.item-list li i {
  color: #fff;
}
.product-detail-link{
  width: 30%;
  float: left;
  text-align: center;
}
.product-detail{
  padding: 10px;
  font-family: Verdana, Roboto, "Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  background-color: #fc6;
  border: 1px solid #f5b432;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  color: #333;
  width: 95%;
}
.item-txt span{
  color: #f30;
}
dl.descriptoin-list{
  margin-bottom: 20px;
}
dl.descriptoin-list dt{
  line-height: 1.4;
}
dl.descriptoin-list dt:before{
  font-family: FontAwesome;
  font-style: normal;
  font-size:12px;
  font-size:1.2rem;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f111";
  margin-right: 6px;
}
@media screen and (max-width:767px){
ul.item-list .product-img{
  float: none;
  clear: both;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
ul.item-list .product-img img{
  max-width: 212px;
  width: 50%;
}
ul.item-list .item-description {
  width: 100%;
  float: none;
  padding:0 10px;
}
ul.item-list .item-description p{
  margin-bottom: 0;
}
ul.item-list li div.bottom-box .list-order-area,
.product-detail-link{
  width: 100%;
  float: none;
  margin: 10px 0;
}
ul.item-list li div.bottom-box .btn-order{
  width: 90%;
}
.product-detail{
  width: 90%;
}
}
/*
ul.item-list {
  border: #ccc 1px solid;
  margin: 20px 0;
}
ul.item-list li {
  border-bottom: #ccc 1px solid;
  background: url(/images/item/icon_arrow_right.png) right center no-repeat;
}
ul.item-list li:last-child {
  border-bottom: none;
}
ul.item-list li a {
  display: block;
  padding: 10px;
  overflow: hidden;
}
ul.item-list li a:hover {
  background: #eee url(/images/item/icon_arrow_right.png) right center no-repeat;
}
ul.item-list .product-img {
  width: 25%;
  float: left;
}
ul.item-list .product-description {
  width: 68%;
  float: right;
  color: #000;
  margin-right: 20px;
}
ul.item-list .product-description h2,
ul.item-list .product-description p,
ul.item-list .product-description div {
  margin-bottom: 10px;
}
ul.item-list .product-description .icon-campaign {
  width: 80%;
  max-width: 208px;
}
ul.item-list .product-description p.copy {
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
}
ul.item-list .product-description h2 {
  font-size: 20px;
  font-size: 2rem;
  color: #54952f;
  font-weight: normal;
}
ul.item-list .product-description .price {
  color: #f03e00;
}
ul.item-list li i {
  position: relative;
  top: -80px;
  left: 102%;
  color: #54952f;
}
*/
/* ---------------------------------------------
  product page style
------------------------------------------------ */
.content-box {
  margin: 0 20px;
}
.content-box h2 {
  margin-bottom: 20px;
}
.content-box p {
  line-height: 1.6;
  margin: 10px auto;
}
.content-box em {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background-color: #ff6;
  padding: 2px;
  font-style: normal;
/*  font-weight: bold;*/
}
img.width220,
img.width660 {
  display: block;
  margin: 20px auto;
}
img.width220 {
  max-width: 220px;
  width: 50%;
  max-height: 300px;
}
img.width660 {
  max-width: 660px;
}
.offer-area {
  overflow: hidden;
  margin: 20px 0;
}
.offer-area .product-img {
  width: 16%;
  float: left;
}
.offer-area .product-img img {
  max-width: 105px;
}
.offer-area .offer {
  width: 80%;
  float: right;
}
.offer-area .offer h1{
  font-size: 16px;
  font-size: 1.6rem;
}
.offer-area .offer p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.2;
}
.special-mention {
  margin: 20px 0 10px 0;
  overflow: hidden;
}
.special-mention li {
  float: left;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  background-color: #f03e00;
  padding: 0 10px;
  margin: 0 5px 5px 0;
  color: #fff;
  line-height: 2;
}
.price span {
  font-size: 30px;
  font-size: 3.0rem;
  margin-left: 10px;
}
.order-button {
  margin: 20px auto 40px auto;
  text-align: center;
}
.order-button button {
  width: 90%;
  font-size: 22px;
  font-size: 2.2rem;
}
.order-button button i {
  margin-right: 5px;
}
.present-title {
  padding: 4px 0;
  border-top: #000 4px double;
  border-bottom: #000 4px double;
  text-align: center;
}
.order-area {
  border: #333 1px solid;
  border-top: none;
  padding: 10px 10px 0 10px;
  margin-bottom: 40px;
}
.line-through {
  text-decoration: line-through;
}
.order-area .sales-price {
  font-size: 24px;
  font-size: 2.4rem;
  color: #f03e00;
  margin-left: 10px;
}
.order-area .qty-box {
  margin: 20px 0;
}
.order-area select {
  font-size: 22px;
  font-size: 2.2rem;
  padding: 0 10px;
  margin: 0 10px;
}
.about-saji {
  margin-bottom: 40px;
}
.juice-txt {
  background: url(/images/item/bg_sparkle.png) left top no-repeat;
  background-size: 100%;
  padding-top: 40px;
}
.emphasis {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  color: #f24e4e;
  background: url(/images/item/bg_sparkle_btm.png) left bottom no-repeat;
  background-size: 100%;
  padding-bottom: 60px;
}
.content-2col-wrap {
  overflow: hidden;
  margin-bottom: 40px;
}
.content-2col-wrap .left-box {
  float: left;
  width: 60%;
}
.content-2col-wrap .left-box p {
  text-align: justify;
  text-justify: distribute-all-lines;
}
.content-2col-wrap .right-box {
  float: right;
  width: 36%;
}
.content-2col-wrap .right-box img.feature02 {
  max-width: 220px;
}
.content-1col-roundcorner-wrap {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border: 1px solid #ffeccd;
  background-color: #ffeccd;
  padding: 20px;
  margin-bottom: 40px;
}
.content-1col-roundcorner-wrap h3.recommend {
  padding-bottom: 10px;
  font-size: 24px;
  font-size: 2.4rem;
  color: #f03e00;
  text-align: center;
  background: url(/images/item/line_640.png) left bottom no-repeat;
}
ul.check-list {
  margin-top: 20px;
}
ul.check-list li {
  background: url(/images/item/icon_check.png) 0 14px no-repeat;
  border-bottom: #ccc 1px dotted;
  padding-top: 10px;
  line-height: 1.8;
  text-indent: 40px;
  font-size: 18px;
  font-size: 1.8rem;
}
.feature {
  margin-bottom: 40px;
}
.innder-wrap {
  margin:0 10px 40px 10px;
  overflow: hidden;
}
.last-block {
  margin-bottom: 0;
}
.innder-wrap h3 {
  margin-bottom: 20px;
}
.paper-top {
  display: block;
}
.review {
  margin-bottom: 40px;
}
.review-box {
  background-color: #eef6e2;
  border: #c7d7ab 1px solid;
  border-top: none;
  padding: 20px;
}
.review-box img {
  float: left;
  width: 30%;
  max-width: 180px;
  margin-right: 20px;
}
.review-box h3 {
  color: #ed5926;
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 0;
}
.review-box .name {
  margin-bottom: 10px;
}
.faq .faq-wrap {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: #ccc 1px solid;
}
.faq .question {
  background: url(/images/item/icon_q.png) left center no-repeat;
  padding-left: 34px;
  color: #ed5926;
  font-weight: bold;
  font-size: 20px;
  font-size: 2.0rem;
}
.faq p.ref {
  sont-size: 12px;
  font-size: 1.2rem;
}
.about-saji .orange-button,
.feature .orange-button,
.review .orange-button,
.faq .orange-button {
  margin-top: 10px;
  margin-left: 0;
  width: auto;
}
.related-item-box {
  width: 90%;
  border: #ccc 1px solid;
  background-color: #eee;
  text-align: center;
  margin-left:10px;
}
.related-item-box ul {
  margin: 20px;
  overflow: hidden;
}
.related-item-box li {
  float: left;
  width: 40%;
  max-width: 220px;
  margin: 0 10px;
}
.related-item-box li p {
  margin: 0;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
}
.related-item {
  position: relative;
  padding: 10px;
  background: #ed5926;
  box-shadow: 10px 0 0 0 #ed5926, -10px 0 0 0 #ed5926, 0 3px 3px 0 rgba(0,0,0,0.1);
  color: #fff;
}
.related-item:before {
  content: " ";
  position: absolute;
  top: 100%;
  left: -10px;
  width: 0;
  height: 0;
  border-width: 0 10px 10px 0;
  border-style: solid;
  border-color: transparent;
  border-right-color: #d14d20;
}
.related-item:after {
  content: " ";
  position: absolute;
  top: 0px;
  left: 100%;
  width: 0;
  height: 0;
  border-width: 24px 10px;
  border-style: solid;
  border-color: #ed5926;
  border-right-color: transparent;
}
table.description-table {
  border-collapse: collapse;
  border: #ccc 1px solid;
  width: 100%;
  margin-bottom: 20px;
  font-size: 14px;
  font-size: 1.4rem;
}
.description-table th {
  width: 32%;
  background-color: #ffe2cd;
  border: #ccc 1px solid;
  padding: 10px;
  text-align: left;
  font-weight: normal;
}
.description-table td {
  border: #ccc 1px solid;
  padding: 10px;
}
.description-table td p {
  text-indent: -1rem;
  padding-left: 1rem;
}
p.attention {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2;
}
.tablet-up-box {
  padding: 10px;
  border: #54952F 2px solid;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  margin-bottom: 40px;
}
.tablet-up-box li {
  line-height: 1.6;
  margin: 0 10px 0;
}
.tablet-up-box li span {
  background-color: #96d473;
}
.contents-block {
  margin-bottom: 40px;
}
.contents-block h2 {
/*  color: #606b44;
  border-bottom: #606b44 1px solid;
  line-height: 1.6;
*/
  font-size: 20px;
  font-size: 2.0rem;
  margin-bottom: 10px;
}
/*
.notepaper {
  position: relative;
  margin: 40px auto 60px auto;
  padding: 29px 20px 20px 45px;
  width: 98%;
  line-height: 30px;
  color: #333;
  text-shadow: 0 1px 1px white;
  background-color: #f2f6c1;
  background-image: -webkit-radial-gradient(center, cover, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.1) 90%), -webkit-repeating-linear-gradient(top, transparent, transparent 29px, rgba(239, 207, 173, 0.7) 29px, rgba(239, 207, 173, 0.7) 30px);
  background-image: -moz-radial-gradient(center, cover, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.1) 90%), -moz-repeating-linear-gradient(top, transparent, transparent 29px, rgba(239, 207, 173, 0.7) 29px, rgba(239, 207, 173, 0.7) 30px);
  background-image: -o-radial-gradient(center, cover, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.1) 90%),  -o-repeating-linear-gradient(top, transparent, transparent 29px, rgba(239, 207, 173, 0.7) 29px, rgba(239, 207, 173, 0.7) 30px);
  border: 1px solid #c3baaa;
  border-color: rgba(195, 186, 170, 0.9);
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), inset 0 0 5px #d8e071, 0 0 1px rgba(0, 0, 0, 0.1), 0 2px rgba(0, 0, 0, 0.02);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), inset 0 0 5px #d8e071, 0 0 1px rgba(0, 0, 0, 0.1), 0 2px rgba(0, 0, 0, 0.02);
}
.notepaper:before, .notepaper:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
}
.notepaper:before {
  left: 28px;
  width: 2px;
  border: solid #efcfad;
  border-color: rgba(239, 207, 173, 0.9);
  border-width: 0 1px;
}
.notepaper:after {
  z-index: -1;
  left: 0;
  right: 0;
  background: rgba(242, 246, 193, 0.9);
  border: 1px solid rgba(170, 157, 134, 0.7);
  -webkit-transform: rotate(2deg);
  -moz-transform: rotate(2deg);
  -ms-transform:  rotate(2deg);
  -o-transform: rotate(2deg);
  transform: rotate(2deg);
}
.notepaper h2,
.notepaper p {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
.notepaper h2 {
  color: #606b44;
  font-weight: bold;
}
.notepaper h2 span {
  font-size: 24px;
  font-size: 2.4rem;
  margin-right: 10px;
}
.notepaper p {
  margin-bottom: 28px;
}
img.soap-process {
  max-width: 680px;
  margin-bottom: 40px;
}
*/
.about-soap {
  margin: 40px auto;
  text-align: center;
}
.about-soap img {
  max-width: 200px;
}
.about-soap p {
  text-align: left;
}
.about-soap p.green {
  color: #606b44;
  font-weight: bold;
}
/* 20160921 オーダー枠タブ追加 */
#tab-box ul {
width:100%;
margin:0;
padding: 0;
list-style: none;
}
#tab-box ul li {
margin:0;
float:right;
display:inline;
font-size:0;
width: 33.3%;
}
#tab-box ul li a img{
outline:none;
border:none;
}
#tab-box div {
display:none;
width:100%;
margin-bottom:5px;
padding:20px;
border:1px solid #f2ad0f;
border-top: 6px solid #f2ad0f;
border-radius: 0 0 4px 4px;
}
#tab-box div img{
  display: block;
  margin-bottom:20px;
}
#tab-box input:hover{
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  zoom: 1;
}
.clearFix:after{
display:block;
clear:both;
height:0;
visibility:hidden;
content:".";
zoom:1;
}
/* ---------------------------------------------
  about saji style
------------------------------------------------ */
/* common */
.img-caption{
  margin:0 auto 40px auto;
  text-align: center;
  font-size:14px;
  font-size:1.4rem;
}
/* top */
.title-top{
  margin-top: 20px;
}
h2.subtitle-about{
  position: relative;
  padding: 14px 20px;
  margin-bottom: 24px;
  margin-top: 20px;
  font-size: 22px;
  font-size: 2.2rem;
  border-bottom:#333 solid 2px;
  font-weight: normal;
  line-height: 1.3;
  border-top: #333 2px solid;
  background:rgba(250,140,30,0.2);
}
/*
h2.subtitle-about:before{
  content:" ";
  position:absolute;
  top:100%;
  left:30px;
  width:0;
  height:0;
  border-width:14px;
  border-style:solid;
  border-color:transparent;
  border-top-color:#333;
}
h2.subtitle-about:after{
  content:" ";
  position:absolute;
  top:100%;
  left:34px;
  width:0;
  height:0;
  border-width:10px;
  border-style:solid;
  border-color:transparent;
  border-top-color:#fff;
  z-index:1;
}
h2.subtitle-about span{
  background:rgba(250,140,30,0.2);
  padding:0 10px;
}
*/
.more-detail{
  margin: 20px 0 40px 0;
  overflow: hidden;
}
.more-detail img{
  max-width: 150px;
  width: 30%;
}
.more-detail ul{
}
.more-detail li{
  float: left;
  margin-right: 20px;
  line-height: 2;
}
.more-detail li:before{
  font-family: FontAwesome;
  font-style: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0a9";
  margin-right: 5px;
}
ul.nut-list{
  overflow:hidden;
}
ul.nut-list li{
  float: left;
  max-width: 340px;
  width: 50%;
}
.fnfc-vc-box{
  border:#f2ad0f 4px solid;
  border-radius:6px;
  -webkit-box-shadow:0 0 4px 4px rgba(164,117,11,0.4) inset;
  -moz-box-shadow:0 0 4px 4px rgba(164,117,11,0.4) inset;
  box-shadow:0 0 4px 4px rgba(164,117,11,0.4) inset;
  background:url(/images/saji/h_fnfc_vc.png) center top no-repeat;
  margin:20px auto 80px auto;
}
.fnfc-vc-box p{
  margin:65px 10px 10px 10px;
}
h3.nutrient{
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: normal;
  margin-bottom: 10px;
}
.hole_nutrient {
  text-align: center;
}
.hole_nutrient img{
  max-width: 254px;
  width: 50%;
}
.img-comparison{
  margin:20px auto 0 auto;
  text-align: center;
  background: url(/images/saji/bg_comparison.png) top left no-repeat;
  background-size:100% 100%;
  padding:0 40px;
}
.img-comparison img{
  margin-bottom:40px;
  max-width:564px;
}
.guide-to-drink h4{
  color: #7d8c3c;
  font-size: 24px;
  font-size: 2.4rem;
  margin: 20px auto;
  border-bottom:#7d8c3c 1px solid;
  line-height: 1.4;
}
.guide-to-drink h4:before{
  font-family: FontAwesome;
  font-style: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f046";
  margin-right: 5px;
}
.guide-to-drink .img-guide01{
  max-width: 586px;
  margin-top: 10px;
}
.roundcorner-wrap-about {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  background-color: #ffeccd;
  padding: 0 20px 20px;
  margin-bottom: 40px;
}
ul.check-list-about li {
  background: url(/images/item/icon_check.png) 0 10px no-repeat;
  border-bottom: #ccc 1px dotted;
  padding-top: 8px;
  line-height: 1.8;
  text-indent: 40px;
}
.about-voice{
  overflow: hidden;
}
.about-voice img.right{
  float: right;
  margin-left: 20px;
  max-width: 204px;
  width: 30%;
}
.about-voice img.left{
  float: left;
  margin-right: 20px;
  max-width: 204px;
  width: 30%;
}
.about-saji-order-wrap{
  overflow: hidden;
  padding:10px 20px 20px;
  margin-top: 10px;
  background-color: #f1f6bb;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.about-saji-order-wrap .detail-box-pc{
}
.about-saji-order-wrap .detail-box-pc .advantage {
  overflow: hidden;
  font-size: 14px;
  font-size: 1.4rem;
}
.about-saji-order-wrap .detail-box-pc .advantage li {
  float: left;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  background-color: #f03e00;
  padding: 0 10px;
  margin: 0 5px 5px 0;
  color: #fff;
  line-height: 1.6;
}
.about-saji-order-wrap .detail-box-pc .item-title{
  font-weight:bold;
  margin:0;
  font-size: 20px;
  font-size: 2.0rem;
}
.about-saji-order-wrap .detail-box-pc .item-title span{
  font-weight: normal;
  font-size: 16px;
  font-size: 1.6rem;
}
.about-saji-order-wrap .detail-box-pc .unit-price{
  margin:0 0 10px 0;
  line-height: 1;
}
.about-saji-order-wrap .detail-box-pc .unit-price span.selling-price{
  font-size: 22px;
  font-size: 2.2rem;
  color: #f03e00;
}
.about-saji-order-wrap .detail-box-pc .unit-price span.tax-included{
  font-size:12px;
  font-size: 1.2rem;
}
.about-saji-order-wrap .order-button-area{
  text-align: center;
}
.about-saji-order-wrap .order-button-area button{
  width: 95%;
  font-size: 22px;
  font-size: 2.2rem;
}
.content-link-btn{
  text-align: center;
}
.content-link-btn button{
  margin-bottom: 10%;
  font-size: 18px;
  font-size: 1.8rem;
  width: 80%;
}
/* 200 */
.nutrient-block h3{
		border-bottom: 3px double #FF7400;
		color: #FF7400;
    font-size: 2.5rem;
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-top: 5px;
    width: 100%;
		text-indent: -1em;
		padding-left: 1em;
	line-height: 1.2;
}
.nutrient-block h3:before {
		content: url("/images/saji/nutrient/symbol.png");
		padding-right: 5px;
}
.nutrient-block p{
  margin: 5px 0 40px 0;
}
/* analysis */
.analysis-annotation{
  font-size:12px;
  font-size: 1.2rem;
  text-align: right;
  margin-bottom: 40px;
}
h3.analysis-category{
  font-size:18px;
  font-size: 1.8rem;
  margin-bottom: 10px;
}
/* puree */
.puree{
  color:#ED5926;
  line-height: 1.2;
  margin-top: 40px;
  font-size: 20px;
  font-size: 2.0rem;
  border-bottom: #ED5926 3px dotted;
}
/* recipe */
.saji-recipe-block{
  overflow: hidden;
/* ↓更新後削除↓ */
  background: url(/images/saji/recipe/img_devider.png) left bottom no-repeat;
  padding-bottom:60px;
/* ↑更新後削除↑ */
  margin-bottom: 40px;
}
/* ↓更新後削除↓ */
.saji-recipe-block .recipe-img{
  overflow: hidden;
  margin-bottom: 20px;
}
.saji-recipe-block .recipe-img img{
  float: left;
  width: 50%;
  max-width: 640px;
  margin-right: 10px;
}
.saji-recipe-block .recipe-img h3{
  margin-bottom: 10px;
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 1.2;
}
/* ↑更新後削除↑ */
.saji-recipe-block ul{
  margin-top: 20px;
}
.saji-recipe-block li{
  border-bottom: #ccc 1px solid;
  line-height: 2;
  padding-left: 1em;
}
.saji-recipe-block li.ingredients{
  background-color: #eee;
}
.saji-recipe-block ul.make li{
  text-indent:-1.5em;
  padding-left: 2.5em;
}
.chefs-profile{
  overflow: hidden;
  border:#000 6px double;
  padding:10px;
  margin-bottom: 40px;
}
.chefs-profile img{
  max-width: 160px;
  float:left;
  margin-right: 10px;
}
.related-recipe .title{
  position: relative;
  padding: 0.8em 0.8em 0.3em 0.8em;
  font-weight: bold;
  margin: 0 0 1.2em;
  color: #333;
  background: #fff;
  border-bottom: #333 solid 1px;
}
.related-recipe .title:before{
  content: " ";
  position: absolute;
  top: 100%;
  left: 22px;
  width: 0;
  height: 0;
  border-width: 10px;
  border-style: solid;
  border-color: transparent;
  border-top-color: #333;
}
.related-recipe .title:after{
  content: " ";
  position: absolute;
  top: 100%;
  left: 24px;
  width: 0;
  height: 0;
  border-width: 8px;
  border-style: solid;
  border-color: transparent;
  border-top-color: #fff;
  z-index:1;
}
.related-recipe ul{
  overflow: hidden;
  margin-bottom: 60px;
}
.related-recipe ul li{
  width: 136px;
  max-width: 136px;
  float: left;
  margin: 0 5px 10px 5px;
}
.related-recipe ul li p{
  line-height: 1.4;
  margin:0;
  font-size: 12px;
  font-size: 1.2rem;
  text-decoration:underline;
  width: 136px;
}


.about-saji-content-link{
  overflow: hidden;
  border: #ccc 1px solid;
  padding:10px 20px;
  margin:0 20px 40px 20px;
}
.about-saji-content-link li{
  line-height: 2;
}
.about-saji-content-link li:before{
  font-family: FontAwesome;
  font-style: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  margin-right: 5px;
  color: #c00;
}
/* certifitate */
ul.certificate-img{
  overflow: hidden;
  margin-bottom: 40px;
}
ul.certificate-img li {
  width: 30%;
  float: left;
  margin-right: 10px;
}
/* process */
.process-image{
  margin: 20px 0;
}
.process-image img{
  max-width: 680px;
  vertical-align: bottom;
}
/* ---------------------------------------------
  customer's voice style
------------------------------------------------ */
/* top */
a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.voice-num{
   text-align: center;
   margin:20px auto 0 auto;
}
.voice-num p{
  position: relative;
  display: inline-block;
  padding: 15px 15px 82px 15px;
  width: auto;
  min-width: 115px;
  height: 40px;
  line-height: 20px;
  color: #462e12;
  text-align: center;
  background: #fff;
  border: 3px solid #462e12;
  z-index: 0;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}
.voice-num p:before {
  content: "";
  position: absolute;
  bottom: -15px; left: 50%;
  margin-left: -15px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 15px 15px 0 15px;
  border-color: #fff transparent transparent transparent;
  z-index: 0;
}
.voice-num p:after {
  content: "";
  position: absolute;
  bottom: -18px; left: 50%;
  margin-left: -16px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 16px 16px 0 16px;
  border-color: #462e12 transparent transparent transparent;
  z-index: -1;
}
.voice-num p span{
  margin: 0 2px 0 10px;
  font-size:32px;
  font-size: 3.2rem;
  font-weight: bold;
}
.refine-search{
  color: #462e12;
  border-top: #462e12 4px double;
  border-bottom: #462e12 4px double;
  text-align: center;
  line-height: 2;
  font-weight: bold;
  margin-bottom: 20px;
}
.catSearch{
  margin-left: 20px;
  overflow:hidden;
  text-align: center;
}
.catSearch li{
  float:left;
  width:330px;
  text-align: left;
  line-height: 2.4;
}
.catSearch li form a:hover{
  text-decoration: underline;
}
.catSearch li form:before{
  font-family: FontAwesome;
  font-style: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0da";
  margin-right: 6px;
  color:#61A63A;
}
.voice-search-bottom{
  margin: 40px 0 60px 0;
}
.title-voice-category{
  margin: 10px 0;
  text-align: center;
  color:#333;
  font-weight: bold;
}
.title-voice-category span{
  color: #61a63a;
  font-size: 24px;
  font-size: 2.4rem;
}
.title-voice-category span.mom{
  color: #f03;
}
.voice-list{
  overflow:hidden;
  margin: 20px auto 40px auto;
}
.voice-list li{
  float:left;
  width:50%;
  text-align: center;
}
.voice-list li p{
  color: #333;
  margin:0 0 40px 0;
}
.voice-list li p.job{
  margin:5px;
  border: #61a63a 1px solid;
  color: #61a63a;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
}
/* review from pro & mom */
.bar_name{
  background-color: #333;
  color: #fff;
  line-height: 2;
}
.bar_name span{
  background-color: #61a63a;
  margin-right: 1em;
  padding: 6px 16px;
}
.bar_name_mom{
  background-color: #333;
  color: #fff;
  line-height: 2;
  padding-left: 1em;
  border-left: #ff0033 10px solid;
}
.review-text{
  margin: 20px 0 60px 0;
  overflow: hidden;
}
.review-text p{
  margin: 0 1em 2em 1em;
  line-height: 1.8;
}
.sub-photo {
    float: left;
    width: 40%;
    margin-right: 1em;
    margin-left: 1em;
}
.sub-photo img{
  max-width: 320px;
}
/* latest review list */
.btn-release{
  text-align: center;
  margin: 10px auto 20px auto;
}
.btn-release button{
  background-color: #523b21;
  border: #523b21 1px solid;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  color: #fff;
  padding: 4px 20px;
  font-family: Verdana, Roboto, "Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.refine-states{
  border-bottom: #ccc 1px solid;
  line-height: 2;
}
.voice-cntBox{
  overflow: hidden;
  padding:20px 0;
  border-bottom: #ccc 1px solid;
}
.voice-cntBox .imgBox{
  width:20%;
  float:left;
  margin-right:10px;
}
.voice-cntBox .imgBox img.photo{
  padding:3px;
  margin-bottom:5px;
  border:solid 1px #ccc;
  max-width: 120px;
  box-sizing:border-box;
}
.voice-cntBox .imgBox span{
  font-size:12px;
  display: block;
}
.voice-cntBox .detailBox{
  width:76%;
  float:left;
}
.voice-cntBox .detailBox span.new{
  float:right;
  color:#fff;
  padding: 2px 4px;
  font-size:12px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin-left: 5px;
  background-color:#ff9900;
  background: -moz-linear-gradient(top,#ffcc66 0%,#ff9900);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffcc66), to(#ff9900));
  text-shadow: 1px 1px 1px #ff9900;
}
.voice-cntBox .detailBox h4{
  color:#333;
  border-left:none;
  padding:0;
  margin:0;
  height:auto;
  margin-bottom:10px;
}
.voice-cntBox .detailBox .stars{
  margin-bottom:10px;
}
.voice-cntBox .detailBox .stars img,
.voice-articleBox .innerTop .stars img{
  max-width:100px;
  vertical-align:bottom;
}
.voice-cntBox .detailBox .user{
  margin-bottom:10px;
  border-bottom:solid 1px #ccc;
  padding-bottom: 10px;
}
.voice-cntBox .detailBox p{
  margin:0;
  padding:0;
}
/* pagerBlock */
.pagerBlock{
  text-align:center;
  margin:20px 0;
}
.pager a,.pager_now,.pager_back a,.pager_next a{
  padding:5px 10px;
  margin-right:2px;
  border:1px solid #ccc;
  border-radius:2px;
  -webkit-border-radius:2px;
  -moz-border-radius:2px;
}
.pager a:hover,.pager_back a:hover,.pager_next a:hover{
  background-color:#ccc;
}
.pager_now{
  background-color:#666;
  color:#fff;
  border:none;
}
/* latest review detail */
.voice-articleBox{
  padding:20px;
  border: #ccc 1px solid;
  border-radius:6px;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
}
.voice-articleBox .innerTop h4{
  color:#333;
  border-left:none;
  padding-left:0;
  margin:0;
  height:auto;
  margin-bottom: 10px;
}
.voice-articleBox .innerTop .userBox{
  margin:10px 0;
  padding-bottom:10px;
}
.voice-articleBox .innerTop .uName{
  margin-right:10px;
  vertical-align:middle;
}
.voice-articleBox .innerTop p{
  padding:0;
  line-height:1.6;
  margin-bottom: 20px;
}
.voice-articleBox .innerBottom{
  margin:40px 0 0 0;
  overflow:hidden;
}

.voice-articleBox .innerTop span.new{
  float:right;
  color:#FFF;
  font-weight:bold;
  padding: 0 4px;
  font-size:12px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin-left: 5px;
  background-color:#ff9900;
  background: -moz-linear-gradient(top,#ffcc66 0%,#ff9900);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffcc66), to(#ff9900));
  text-shadow: 1px 1px 1px #ff9900;
}
/* icons */
.eIcon {
  padding: 2px 0;
  font-size:14px;
  border: #ccc 1px solid;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin-right: 5px;
  background-color: #eee;
}
.eIcon a{
  padding: 2px 10px;
}
.voice-navigationBlock{
  margin:20px 0;
  padding:4px;
  font-size:1.4rem;
  width:100%;
  box-sizing:border-box;
}
.voice-navigationBlock ul{
  overflow:hidden;
  width:100%;
}
.voice-navigationBlock li{
  float: left;
  box-sizing:border-box;
}
.voice-navigationBlock li.prevItem{
  width:38%;
  text-align:center;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-right: 2%;
  background-color: #eee;
}
.voice-navigationBlock li.prevItem i{
  margin-right:5px;
}
.voice-navigationBlock li.nextItem{
  width:38%;
  text-align:center;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 2%;
  background-color: #eee;
}
.voice-navigationBlock li.nextItem i{
  margin-left:5px;
}
.voice-navigationBlock li.backToList{
  width:20%;
  text-align:center;
  border-left:#fff 1px solid;
  border-right:#fff 1px solid;
}
.voice-navigationBlock li.prevItem a,
.voice-navigationBlock li.nextItem a,
.voice-navigationBlock li.backToList a{
  display:block;
  padding:10px 4px;
  box-sizing:border-box;
}
/* detail */
.voice-detail-photo-right{
  max-width:200px;
  margin-left:20px;
}
.voice-detail-text-left{
  max-width:200px;
  float:left;
}
.voice-detail-only-text{
  max-width:200px;
}
@media screen and (max-width:979px){
.voice-articleBox .innerBottom{
  margin-top:20px;
}
.voice-detail-photo-right{
  max-width:160px;
  margin-left:10px;
}
.voice-detail-text-left{
  max-width:120px;
  float:left;
}
.voice-detail-only-text{
  max-width:120px;
}
}
/* ---------------------------------------------
  recipe style
------------------------------------------------ */
.recipe-detail h2{
  font-size:20px;
  font-size: 2.0rem;
  color:#54952F;
  line-height:1.5;
}
.recipe-detail img{
}
p.h-recipe{
  color:#300;
  font-weight: bold;
  margin-top: 0;
  line-height: 1;
}
p.dot{
background-image: url(/images/saji/recipe/line.gif);
line-height: 30px;
margin: 0px;
}
p.comment{
  margin-top: 20px;
  border: #ccc 1px solid;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  padding: 10px;
}
p.comment span{
  display: block;
  border-bottom: #ccc 1px dotted;
  margin-bottom: 10px;
}
@media screen and (max-width:767px){
.recipe-detail{
  position: relative;
}
.recipe-detail h2{
  font-size:16px;
  font-size: 1.6rem;
  color:#fff;
  position: absolute;
  top: 190px;
  z-index: 2;
  padding:10px;
  text-shadow: 1px 1px 1px #000;
}
.recipe-photo{
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 250px;
  margin-bottom: 20px;
}
.recipe-photo img{
  position: absolute;
  top: -30px;
}
}
@media screen and (min-width:768px){
.recipe-detail h2{
  font-size:24px;
  font-size: 2.4rem;
}
.recipe-detail{
  overflow: hidden;
}
.recipe-photo{
  float: left;
  width: 40%;
}
.recipe-text{
  width: 56%;
  float:right;
}
}
/* ---------------------------------------------
  company style
------------------------------------------------ */
/* company top */
ul.company-top,
ul.csr-block{
  overflow: hidden;
}
ul.company-top li,
ul.csr-block li{
  float:left;
  width:46%;
  margin:1% 2%;
}
ul.company-top li a,
ul.csr-block li a{
  display: block;
  margin-bottom:20px;
}
ul.company-top li a:hover,
ul.csr-block li a:hover{
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
}
ul.company-top li a img,
ul.csr-block li a img,
.sc-block img{
  border: 1px solid #ccc;
  padding: 7px;
  max-width: 640px;
}
ul.company-top li a p,
ul.csr-block li a p{
  margin:0;
  padding:0 10px;
  font-weight: bold;
  text-indent: -0.5rem;
  padding-left: 2rem;
}
ul.company-top li a p:before,
ul.csr-block li a p:before,
.csr-outer-link a:before{
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0da";
  margin-right: 5px;
  color:#999;
}
/* message */
.company-message {
  background: #e4f3fd url(/images/company/bg_message.png) left bottom no-repeat;
  padding: 5% 10%;
  margin-top: 20px;
}
.company-message img {
  max-width: 100px;
}
.company-message div {
  color: #000;
}
.box div {
  padding: 20px;
  border: #fff 1px solid;
  background-color: rgba(255,255,255,0.6);
  text-align: center;
  box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.3);
}
.box div p {
  margin-bottom: 20px;
  font-size: 1.4rem;
  line-height: 1.6;
}
.box div p.signature {
  text-align: right;
}
.box div p.signature span {
  border-bottom: #333 1px solid;
}
/* company profile */
.company {
  font-size: 14px;
  font-size: 1.4rem;
}
.company h2 {
  margin-bottom: 0;
}
.company table {
  border-collapse: collapse;
  padding-bottom: 10px;
  border-top: 1px solid #999;
  border-left: 1px solid #999;
  margin-bottom: 40px;
  width: 100%;
}
.company table th,
.company table td {
  padding: 10px;
  border-bottom: 1px solid #999;
  border-right: 1px solid #999;
  vertical-align: middle;
  line-height: 1.2;
}
.company table th {
  background-color: #eceff4;
  text-align: left;
  color: #333;
  width: 30%;
  font-weight: normal;
}
/* press release */
.pr-list li {
  padding: 10px 0;
  border-bottom: 1px dotted #ccc;
  overflow: hidden;
}
.pr-list .date,
.pr-list .icon,
.pr-list .content {
  float: left;
}
.pr-list .date {
  width: 16%;
  font-size: 12px;
  font-size: 1.2rem;
  padding-right: 10px;
}
.pr-list .icon {
  border: 1px solid #ccc;
  font-size: 10px;
  color: #666;
  padding: 4px 6px;
  line-height: 1;
  width: 10%;
  text-align: center;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}
.pr-list .content {
  width: 64%;
  margin: 0 0 0 20px;
  padding: 0;
  line-height: 1.2;
}
.press-release address {
  text-align: right;
  font-style: normal;
  margin: 20px 0;
}
.press-release h3 {
  text-align: center;
}
.press-release p {
  margin-bottom: 20px;
  font-size: 14px;
  font-size: 1.4rem;
}
.press-release .title01 {
  color: #f06;
  line-height: 1.4;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
}
.press-release h4 {
  color: #fff;
  line-height: 2.4;
  background-color: #09f;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  text-align: center;
  margin-top: 40px;
  font-weight: normal;
  margin-bottom: 20px;
}
.press-release .title03 {
  color: #09f;
  font-size: 108%;
  font-weight: bold;
}
.press-release .box {
  background-color: #fc9;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  text-align: center;
  line-height: 1.4;
  display: block;
  padding: 10px;
}
.press-release .back {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-align: center;
  line-height: 2;
}
ul.press-item-list {
  margin: 10px 0;
}
ul.press-item-list li {
  margin: 0 10px;
  list-style-type: disc;
  font-weight: bold;
  line-height: 1.4;
}
/* csr */
.green-cntBox{
  margin:20px auto;
}
.green-cntBox p{
  padding:10px 20px;
}
.green-cntBox p.title{
  font-size:18px;
  font-size:1.8rem;
  font-weight:bold;
  margin-top:20px;
}
.green-cntBox ul.purpose li{
  list-style:decimal inside;
  margin:10px 20px;
}
.g-attention{
  list-style:none;
}
.g-attention li{
  line-height:1.4;
  text-indent:-1em;
  padding-left:1em;
}
.sc-block{
  margin:40px 0;
  overflow: hidden;
}
.sc-block h2{
  border-bottom: 1px dashed #333;
  padding-bottom: 10px;
  font-size: 2.0rem;
}
/* bottom navigation */
ul.company-list {
  margin: 40px 0;
  overflow: hidden;
  font-size: 16px;
  font-size: 1.6rem;
}
ul.company-list li {
  width: 100%;
  float: left;
  border-top: #ccc 1px solid;
  border-bottom: #ccc 1px solid;
  line-height: 2;
  margin-right: 4%;
  margin-top: -1px;
}
ul.company-list li.top {
  margin-top: 0;
}
ul.company-list li a {
  display: block;
}
ul.company-list li a:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  margin-right: 5px;
  color:#333;
}
.out:after {
  margin: 0 3px;
  font-family: FontAwesome;
  vertical-align: middle;
  content: '\f08e';
}
/* ---------------------------------------------
  faq style
------------------------------------------------ */
dl.accordion dt{
  background:#5d9b3a url(/site/images/qa/icon_down.png) 97% center no-repeat;
  background:url(/site/images/qa/icon_down.png) 97% center no-repeat,-moz-linear-gradient(top, #63a83b, #5d9b3a);
  background:url(/site/images/qa/icon_down.png) 97% center no-repeat,-webkit-gradient(linear, left top, left bottom, from(#63a83b), to(#5d9b3a));
  border-bottom:1px solid #fff;
  color:#fff;
  cursor:pointer;
  padding:20px 40px 20px 10px;
  line-height:1.2;
}
dl.accordion dt.open {
  background-color:#5d9b3a;
  background:url(/site/images/qa/icon_up.png) 97% center no-repeat,-moz-linear-gradient(top, #63a83b, #5d9b3a);
  background:url(/site/images/qa/icon_up.png) 97% center no-repeat,-webkit-gradient(linear, left top, left bottom, from(#63a83b), to(#5d9b3a));}
dl.accordion dd {
  background:#fff;
  padding:10px;
  line-height:1.5;
  display:none;
  border:#ccc 1px solid;
  border-top: none;
}
dl.accordion dd table{
  border-spacing: 0px;
  border-left: 1px solid #999;
  border-top: 1px solid #999;
  width: 100%;
}
dl.accordion dd table th{
  background-color:#eceff4;
  border-right:1px solid #999;
  border-bottom:1px solid #999;
  font-weight:normal;
  width: 20%;
}
dl.accordion dd table td{
  border-right:1px solid #999;
  border-bottom:1px solid #999;
  padding:0 10px;
}
dl.accordion dd table td span.tel{
  font-size:20px;
  font-weight:bold;
}
/* ---------------------------------------------
  faq style new style
------------------------------------------------ */
/* top */
.faq a:link {
  color:#03C
}
.faq a:visited {
  color:#639
}
.faq a:hover {
  color:#CC3434;
  opacity: 0.8;
  filter: alpha(opacity=80);/* IE8 and lower */
  zoom: 1; /* Triggers "hasLayout" in IE 7 and lower */
}
.faq a:active {
  color:#CC3434
}
h2.faq-title{
  border-bottom: #666 5px solid;
  border-radius: 4px 4px 0 0;
  background-color: #d3f0b6;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  margin:0;
  padding: 0.6em 1em;
  color: #333;
  font-weight: normal;
  font-size: 20px;
  font-size: 2.0rem;
}
ul.faq-most{
  border-right: #ccc 1px solid;
  border-left: #ccc 1px solid;
  margin-bottom: 40px;
}
ul.faq-most li{
  border-bottom: #ccc 1px solid;
  line-height: 1.6;
}
ul.faq-most li a{
  display: block;
  overflow: hidden;
  padding: 5px 10px 5px 20px;
  line-height: 2;
}
ul.faq-most li a{
  background: url(/images/inquiry/icon_arrow_right.png) 14px center no-repeat;
  padding-left: 30px;
}
ul.faq-most li a span{
  border :#ccc 1px solid;
  padding: 2px 4px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #333;
  margin-right: 10px;
}
ul.faq-most li a p{
  margin-top: 5px;
  text-decoration: underline;
}
dl.faq-accordion{
  margin-bottom: 40px;
}
dl.faq-accordion dt{
  background:url(/images/inquiry/icon_arrow_right.png) 14px center no-repeat;
  border:1px solid #ccc;
  border-top: none;
  color:#04c;
  cursor:pointer;
  padding:20px 30px;
  line-height:1.2;
}
dl.faq-accordion dt:hover{
  color:#CC3434
}
dl.faq-accordion dd {
  background:#fff;
  line-height:1.5;
  display:none;
  border:#ccc 1px solid;
  border-top: none;
}
dl.faq-accordion dd ul li a{
  background: url(/images/inquiry/icon_arrow_right.png) 30px center no-repeat;
  padding: 20px 0 20px 46px;
  display: block;
  border-bottom: #ccc 1px dotted;
  background-color: #eee;
}

/* answer page */
.faq-answer{
  border: #ccc 1px solid;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  margin:20px 0;
  padding: 20px;
}
.faq-answer h2{
  border-bottom: #f2ad0f 3px solid;
  line-height: 1.6;
  padding-bottom: 4px;
}
.faq-answer h2 span{
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  background-color: #f2ad0f;
  color: #fff;
  padding: 2px 6px;
  margin-right: 8px;
}
.faq-answer table{
  border-spacing: 0px;
  border-left: 1px solid #999;
  border-top: 1px solid #999;
  width: 100%;
}
.faq-answer table th{
  background-color:#eceff4;
  border-right:1px solid #999;
  border-bottom:1px solid #999;
  font-weight:normal;
  width: 20%;
}
.faq-answer table td{
  border-right:1px solid #999;
  border-bottom:1px solid #999;
  padding:0 10px;
}
.faq-answer table td span.tel{
  font-size:20px;
  font-weight:bold;
}
.faq-answer .fa-hand-o-right{
  margin-right: 10px;
}
.faq-answer .faq-attention{
  color: #c00;
}
.enquete-area{
  background-color: #eee;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  margin-top: 40px;
  padding: 5px 0 20px 0;
  text-align: center;
}
.enquete-area p{
  text-align: center;
  font-weight: bold;
}
.enquete-area button{
  font-family: Verdana, Roboto, "Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  vertical-align: top;
  line-height: 1;
  padding: 4px 2px;
  margin:5px;
  width: 80%;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: left;
  display: block;
  margin: 10px auto;
}
.enquete-area button i{
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 2px 4px;
  color: #f90;
  margin-right: 5px;
}
.faq-link-back{
  margin: 0 auto;
  text-align: center;
}
.faq-link-back button{
  width: 80%;
}
@media screen and (min-width:630px){
.enquete-area button{
  width: 20%;
  display: inline-block;
  height: 80px;
  text-align: center;
}
.enquete-area button i{
  diaplay: block;
}
.enquete-area button i.fa{
  display: block;
}
}
/* ---------------------------------------------
  guide style
------------------------------------------------ */
.guide-top h2,
.faq-top h2{
  background-color:#84ae55;
  color: #fff;
  margin-bottom:10px;
  padding-left: 10px;
  line-height:2.6;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}
.guide-top ul,
.faq-top ul{
  margin-bottom: 40px;
}
.guide-top li,
.faq-top li{
  line-height: 1.4;
  margin-bottom:14px;
}
.guide-top li.subcat{
  margin:20px 0 8px 0;
  font-weight: bold;
}
.guide-top li a:before,
.faq-top li a:before{
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  margin-right: 5px;
  color:#333;
}
.guide-wrap h3{
  margin: 20px 0 5px;
  color: #333;
  font-weight: bold;
  padding-left: 10px;
  line-height: 2;
  border-left: 5px solid #333;
}
.guide-wrap ul{
  margin-top: 20px;
}
.guide-wrap li{
  border-bottom: #333 1px dotted;
  list-style: decimal inside;
  padding-bottom: 20px;
  margin-bottom:20px;
  text-indent:-1.5em;
  padding-left:1.5em;
  line-height: 1.4;
}
.faq-back,
.guide-back{
  margin:20px auto 40px auto;
  text-align:center;
}
.faq-back button,
.guide-back button{
  color:#54952f;
  padding:20px 10px;
  background-color:#fff;
  border:#ccc 1px solid;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  font-family: Verdana,Roboto,"Droid Sans","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
}
.guide-back button:hover{
  background-color: #54952f;
  color: #fff;
  opacity: 1;
}
table.guide-contact{
  border-collapse: collapse;
  background-color: #FFF;
  padding-bottom: 10px;
  border-top: 1px solid #999;
  border-left: 1px solid #999;
  width:100%;
}
table.guide-contact th{
  background-color: #ECEFF4;
  text-align: center;
  vertical-align: middle;
  color: #333;
  border-bottom: 1px solid #999;
  border-right: 1px solid #999;
  font-weight:normal;
  width:20%;
}
table.guide-contact td{
  background-color: #FFF;
  border-bottom: 1px solid #999;
  border-right: 1px solid #999;
  padding:10px;
}
table.guide-contact .t_head {
  text-align: center;
  background-color: #DEDEA8;
}
ul.pLink{
  overflow:hidden;
}
ul.pLink li {
  padding: 0px;
  margin: 0px 5px;
  text-indent: 0;
  line-height: 2;
  border-bottom: none;
  list-style: none;
}
ul.pLink li:before{
  font-family: FontAwesome;
  font-style: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  margin-right: 5px;
}
ul.pAttention li{
  list-style-type: disc;
  border-bottom: none;
  margin:0;
  padding: 0 0 0 1em;
  text-indent: -1em;
}
.guide-wrap .gray-box {
  background-color: #ECEFF4;
  border: 1px solid #CCC;
  border-radius: 4px;
  padding: 10px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.guide-wrap .g-txt-red{
  color: #c00;
}
/* ---------------------------------------------
  sitemap style
------------------------------------------------ */
.sitemap h2 {
  font-weight: bold;
  padding: 0px 10px;
  margin: 30px 0 10px 0;
  font-size: 100%;
  border-left: 3px solid #060;
}
.sitemap h3 {
  font-size: 14px;
  margin: 15px 0 5px 0;
  text-indent: 14px;
}
.sitemap ul {
  overflow: hidden;
  margin-left: 14px;
  box-sizing: border-box;
}
.sitemap li {
  float: left;
  margin-right: 20px;
  line-height: 2;
}
/* ---------------------------------------------
  news style
------------------------------------------------ */
.news .page-top {
  margin-bottom: 40px;
}
.news .attention {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
}
.news .annotation,
.news .annotation2{
  font-size: 10px;
  font-size: 1.0rem;
}
.news .annotation2{
  text-align: right;
}
.news p{
  margin-bottom: 1em;
}
.year  li {
	float: left;
	padding: 0 10px 5px 2px;
	font-size: 100%;
}

.year {
  overflow: hidden;
  margin-bottom: 10px;
}

.year li:before{
  font-family: FontAwesome;
  font-style: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  margin-right: 3px;
}

/* ---------------------------------------------
  point style
------------------------------------------------ */
.point img {
  max-width: 680px;
}
.point .pt-box {
  margin-bottom: 40px;
}
.point .pt-box p,
.point .pt-box div {
  padding: 0 20px;
}
.point-tos p {
  padding-left: 1.5em;
  text-indent: -1.5em;
  font-size: 14px;
  font-size: 1.4rem;
}
.point-tos .intro {
  margin: 20px 0;
  line-height: 1.4;
  padding: 0;
  text-indent: 0;
}
/* ---------------------------------------------
  search style
------------------------------------------------ */
#resultsDiv{
  margin-top: 20px;
}
#searchForm{
  margin: 10px 0;
  position: relative;
  width: 100%;
}
#s{
  margin:0px;
  color:#333333;
  float:left;
  font-family:Arial,Helvetica,sans-serif;
  font-size:15px;
  height:40px;
  line-height:36px;
  margin-right:12px;
  margin-bottom:10px;
  padding:0 0 0 10px;
  width:70%;
}
#submitButton{
  margin:0px;
  outline: none;
}
/* Styling the search results */
.pageContainer{
  border-bottom:1px solid #ccc;
  width: 100%;
  margin-bottom:20px;
}
p.notFound{
	text-align:center;
	padding:40px 0;
}
/* Web & news results */
.webResult{
  margin-bottom:20px;
  padding: 0 0 30px;
}
.webResult h2{
  border-bottom: 1px solid #cccccc;
  background-color:#cccccc;
  font-size:18px;
  font-weight:normal;
  padding:8px 20px;
}
.webResult h2 b{ color:#333333; }
.webResult h2 a{ color:#333333;border:none;}
.webResult p{ line-height:1.5;padding:0 15px;}
.webResult p b{ color:#50902E;}
.webResult > a{ margin-left:20px;}

/* The show more button */
#more{
  width: 90%;
  background-color: #eee;
  border: #ccc 1px solid;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  cursor: pointer;
  margin:20px auto;
  padding: 10px;
  text-align:center;
}
#more:after{
  font-family: FontAwesome;
  font-style: normal;
  font-weight: bold;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f063　さらに読み込む";
}
#more:hover{
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  zoom: 1;
}
/* ---------------------------------------------
  links style
------------------------------------------------ */
ul.links {
  margin: 20px 0;
}
ul.links li {
  line-height: 1.4;
}
/* ---------------------------------------------
  404 style
------------------------------------------------ */
.not-found {
  color: #c00;
  font-size: 2.4rem;
  text-align: center;
  font-weight: bold;
  margin: 20px auto;
}
.text404 {
  border-bottom: #333 1px dotted;
  padding-bottom: 20px;
}


.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb40 {
  margin-bottom: 40px;
}

/* ---------------------------------------------
  cntact style
------------------------------------------------ */
.contact-list{
  margin: 40px 0;
}
.contact-list li{
  border: #ccc 1px solid;
  border-left: #52922f 10px solid;
  font-weight: bold;
  font-size: 20px;
  font-size: 2.0rem;
  margin-bottom: 10px;
  background: rgba(247,244,247,1);
  background: -moz-linear-gradient(top, rgba(247,244,247,1) 0%, rgba(255,255,255,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(247,244,247,1)), color-stop(100%, rgba(255,255,255,1)));
  background: -webkit-linear-gradient(top, rgba(247,244,247,1) 0%, rgba(255,255,255,1) 100%);
  background: -o-linear-gradient(top, rgba(247,244,247,1) 0%, rgba(255,255,255,1) 100%);
  background: -ms-linear-gradient(top, rgba(247,244,247,1) 0%, rgba(255,255,255,1) 100%);
  background: linear-gradient(to bottom, rgba(247,244,247,1) 0%, rgba(255,255,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f4f7', endColorstr='#ffffff', GradientType=0 );
}
.contact-list li a{
  display: block;
  color: #000;
  padding: 1em;
}
.contact-list li a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  zoom: 1;
}
.contact-list li a:after{
  font-family: FontAwesome;
  font-style: normal;
  font-size: 4rem;
  color: #52922f;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  float: right;
  position: relative;
  top: -10px;
}
.contact-btn-area button{
  width: 100%;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 2;
  margin-bottom: 40px;
}
/* form style */
.contact-attention{
  color: #c00;
  border: #c00 1px solid;
  padding: 10px;
}
.contact-form-wrap {
  margin: 40px auto;
  text-align: center;
}
.contact-form-wrap table{
  border-collapse: collapse;
  border: #ccc 1px solid;
  width: 100%;
  margin-bottom: 20px;
}
.contact-form-wrap th,
.contact-form-wrap td{
  padding: 1em;
  text-align: left;
}
.contact-form-wrap th{
  border-top: #ccc 1px solid;
  border-bottom: #ccc 1px solid;
  background-color: #eaf0d3;
  font-weight: normal;
  width: 30%;
}
.contact-form-wrap th div{
  float: left;
  width: 70%;
}
.contact-form-wrap th div.required{
  width: 25%;
  float: right;
  text-align: right;
}
.contact-form-wrap th div.required span{
  background-color: #c00;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  color: #fff;
  font-size: 12px;
  padding: 2px 4px;
}
.contact-form-wrap td{
  border: #ccc 1px solid;
  background-color: #f5f8ea;
}
.contact-form-wrap button{
  width: 80%;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 2;
}
.contact-form-wrap input:hover{opacity:0.8;}
.contact-form-wrap input:focus::-webkit-input-placeholder { color:transparent; }
.contact-form-wrap input:focus:-moz-placeholder { color:transparent; }
.contact-form-wrap input:focus::-moz-placeholder { color:transparent; }
.contact-form-wrap input,
.contact-form-wrap textarea{
  font-family: Verdana, Roboto, "Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  border: #999 1px solid;
  padding: 5px;
}
.contact-form-wrap .btn-area{
  width:100%;
  margin:20px auto;
  text-align: center;
  overflow:hidden;
}
.contact-form-wrap .btn-collect{
  float:left;
  width: 45%;
}
.contact-form-wrap .btn-submit{
  width: 50%;
  float: right;
  margin-bottom: 20px;
}
.contact-form-wrap .btn-collect input{
  font-size:22px;
  padding:18px 20px;
  margin:5px 0 0 0;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;

}
.contact-form-wrap .btn-submit input{
  font-size:24px;
  width: 80%;
  padding:18px 20px;
}
.contact-h-thanks{
  margin: 20px auto;
  text-align: center;
}
.contact-thanks-attention{
  color: #c00;
  font-weight: bold;
}
.contact-thanks-msg{
  font-weight: bold;
}
.contact-thanks-list li{
  line-height: 1.5;
  margin-bottom: 0.5em;
  padding-left: 1em;
  text-indent: -1em;
}

@media screen and (max-width:767px){
.contact-form-wrap th,
.contact-form-wrap td{
  display: block;
  width: 100%;
}
.contact-form-wrap th{
  padding-bottom: 30px;
}
.contact-form-wrap .btn-collect,
.contact-form-wrap .btn-submit{
  clear: both;
  display: block;
  width: 100%;
}
}
.tag{
  background-color: #fff;
}
.tag img{
  display: none;
}
/* ---------------------------------------------
  style for devices
------------------------------------------------ */
/* style for desktop */
@media screen and (min-width:980px){
.header {
  width: 960px;
  margin: 10px auto;
}
ul.nav li a span {
  font-size: 12px;
  font-size: 1.2rem;
}
.footer {
  border-top: 6px solid #54952f;
}
ul.footer-nav {
  overflow: hidden;
  width: 960px;
  margin: 10px auto 0px;
}
ul.footer-nav li {
  float: left;
  text-indent: 0.5rem;
  background: none;
  line-height: 1rem;
}
ul.footer-nav li a {
  color: #54952f;
  text-decoration: none;
  padding: 10px;
}


ul.footer-nav li a i {float: left;}
.copyright {
  margin: 20px auto 0 auto;
  text-align: center;
}
.contents-wrap {
  width: 960px;
  margin: 0 auto;
}
.about-saji-content-link li{
  float: left;
  margin-right: 20px;
}
ul.company-list li {
  width: 46%;
}
ul.company-list li.second-col-top {
  margin-top: 0;
}
}
/* style for smartphone */
@media screen and (max-width:767px){
ul.footer-nav li.company {
  text-indent: 0.5rem;
  background: none;
  line-height: 1rem;
}
ul.footer-nav li.company a {
  color: #54952f;
  text-decoration: none;
  padding:0;
  margin: 10px;
}
ul.footer-nav li.company a i {float: left;}
ul.company-top li,
ul.csr-block li{
  width:96%;
}
ul.company-top li a,
ul.csr-block li a{
  display: block;
}
}
/* style for tablet */
@media screen and (min-width:768px) and (max-width:979px){
ul.nav li a span {
  font-size: 12px;
  font-size: 1.2rem;
}
ul.footer-nav {
  overflow: hidden;
}
ul.footer-nav li.company {
  float: left;
  text-indent: 0.5rem;
  background: none;
  line-height: 1rem;
}
ul.footer-nav li.company a {
  color: #54952f;
  text-decoration: none;
  padding: 0;
  margin: 20px;
}
ul.footer-nav li.company a i {float: left;}
}
/* style for tablet and PC */
@media screen and (min-width:768px){
.about-saji-order-wrap .detail-box-pc{
  float: left;
  width: 50%;
}
.order-button-area{
  float: right;
  width: 50%;
}
.order-button-area button{
  margin-top: 14px;
  padding:30px 10px;
}
.sc-block img{
  float: left;
  width: 40%;
  margin-right: 10px;
  display: block;
}
.sc-block div{
  width: 58%;
  float:left;
}
.sc-block div p{
  margin-top:0;
}
ul.pLink li {
  float: left;
  width: 45%;
}
.review-top-wrap li{
  width: 28%;
  margin-right: 4.5%;
}
.voice-list li{
  width:25%;
}
}