* {
  margin: 0;
  padding: 0;
}
html {
  height: 100%;
  overflow-y: scroll;
}
body {
  margin: 0;
  padding: 0;
  text-align: center;
  color: #333;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.02em;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif !important;
  /*  font-family: 'Noto Sans JP', 'M PLUS 1p', 'Sawarabi Gothic', 'Inter', sans-serif;
*/ /*font-family: Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
  /*background:url(http://yamamotofoods.co.jp/cs-files/images/share/bg.gif) repeat left top;*/
  background: #FFF;
}

/* ========================================================
　Elements
========================================================= */
/* Link
----------------------------------------------- */
a, a:visited, a:focus {
  color: #000;
  text-decoration: underline;
  overflow: hidden;
  outline: none;
}
a:hover {
  color: #267411;
  text-decoration: none;
}
a:hover img {
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
}
/* Image
----------------------------------------------- */
img {
  border: none;
  vertical-align: middle;
}
img.new_mark_img1 {
  margin-right: 5px !important;
}
img.new_mark_img2 {
  margin-left: 5px !important;
}
/* List
----------------------------------------------- */
ul, ol, li, dl, dt, dd {
  list-style: none;
}
/* Table
----------------------------------------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
table.table {
  margin: 0 0 20px 0;
  line-height: 1.8;
}
table.table th {
  padding: 10px 10px 13px 10px;
  background: url(http://yamamotofoods.co.jp/cs-files/images/share/bg_td.png) repeat-x left bottom;
}
table.table td {
  padding: 10px 10px 13px 10px;
  background: url(http://yamamotofoods.co.jp/cs-files/images/share/bg_td.png) repeat-x left bottom;
}
/* Button
----------------------------------------------- */
.btn, .btn-primary {
  margin: 0;
  padding: 4px 10px 4px 10px;
  text-align: center;
  vertical-align: middle;
  display: block;
  cursor: pointer;
  font-size: 115%;
  color: #FFF;
  text-decoration: none;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #D72442;
}
.btn:hover, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
}
.btn:hover {
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
}
.btn:active, .btn.active {}
.btn:focus {}
.btn.active, .btn:active {}
.btn.disabled, .btn[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  opacity: 0.65;
  filter: alpha(opacity=65);
}
.btn-sub {
  margin: 0 0 10px 0;
  padding: 5px 10px 7px 10px;
  text-align: center;
  vertical-align: middle;
  display: block;
  cursor: pointer;
  font-size: 100%;
  color: #000;
  text-decoration: none;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #D9DBDA;
}
.btn-sub:hover, .btn-sub:active {
  color: #000;
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
}
.btn-large {
  padding: 9px 14px;
}
.btn-large [class^="icon-"] {
  margin-top: 1px;
}
.btn-small {
  padding: 5px 9px;
  font-size: 11px;
  line-height: 16px;
}
.btn-small [class^="icon-"] {
  margin-top: -1px;
}
.btn-mini {
  padding: 2px 6px;
  font-size: 11px;
  line-height: 14px;
}
.btn-warning, .btn-warning:hover, .btn-danger, .btn-danger:hover, .btn-success, .btn-success:hover, .btn-info, .btn-info:hover, .btn-inverse, .btn-inverse:hover {}
.btn-warning.active, .btn-danger.active, .btn-success.active, .btn-info.active, .btn-inverse.active {}
.btn-success {
  color: #FFF;
  background-color: #5bb75b;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {}
.btn-success:active, .btn-success.active {}
.btn_quick {
  margin: 10px 0;
}
/* Font
----------------------------------------------- */
i, em {
  color: #F00;
  font-weight: normal;
  font-style: normal;
}
.sold_out {
  color: #F00;
}
/* Radius
----------------------------------------------- */
.r3 {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.r5 {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.r7 {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
/* Position
----------------------------------------------- */
.floatL {
  float: left;
}
.floatR {
  float: right;
}
.alignL {
  text-align: left;
}
.alignR {
  text-align: right;
}
.alignC {
  text-align: center;
}
br.clear {
  clear: both;
  font: 0pt/0pt sans-serif;
  line-height: 0;
}
hr {
  clear: left;
  margin: 10px 0;
  border: 0;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  overflow: visible;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 1px;
  overflow: hidden;
}
/* ========================================================
　Layout
========================================================= */
#wrap {
  clear: both;
  width: 980px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  text-align: left;
}
#wrap:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* site-info
----------------------------------------------- */
.site-info {
  background-color: #c01825;
  margin: 0 0 20px;
  padding: 10px 0;
  width: 100%;
}
.site-info .site-info__inner {
  width: 980px;
  margin: 0 auto;
}
.site-info .site-info__inner p.message {
  color: #fff;
  font-size: 1em;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: left;
}
/* header
----------------------------------------------- */
#header {
  width: 100%;
  margin: 0 0 10px;
  padding: 0;
  overflow: hidden;
}
#header .headInner {
  width: 980px;
  padding: 0;
  margin: 0 auto;
}
#header .headInner #headLeft {
  width: 730px;
  margin: 0;
  float: left;
  position: relative;
}
#header .headInner #headRight {
  width: 230px;
  padding: 10px 0 0;
  margin: 0;
  float: right;
}
#header .headInner #headLeft #headLT {
  margin: 0 0 15px;
}
#header .headInner #headLeft h1.sitecopy {
  width: 730px;
  margin: 0;
  padding: 25px 0 0;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
}
#header .headInner #headLeft #helpNav {
  width: 350px;
  height: 15px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 5px;
  right: 0;
}
#header .headInner #headLeft #helpNav li {
  margin: 0 0 0 10px;
  display: inline-block;
}
#header .headInner #headLeft #headLB .logo {
  width: 227px;
  margin: 0;
  float: left;
}
#header .headInner #headLeft #headLB .headTel {
  width: 490px;
  margin: 0;
  float: right;
}
#header .headInner #headRight .login {
  width: 230px;
  margin: 0 0 20px;
}
#header .headInner #headRight .guideBtn {
  font-size: 0;
}
#header .headInner #headRight .guideBtn li {
  display: inline-block;
}
/* Mian Visual
----------------------------------------------- */
#mainVisual {
  width: 100%;
  height: 460px;
  padding: 0;
  margin: 20px auto;
  overflow: hidden;
  position: relative;
}
.image {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 200px;
}
#mainVisual img {
  width: 1920px;
  height: 300px;
  position: relative;
  position: absolute;
  left: 50%;
  margin-left: -960px;
}
/* Container
----------------------------------------------- */
#container {
  clear: both;
  width: 980px;
  margin: 0 auto;
  padding: 20px 0;
  overflow: hidden;
  text-align: left;
}
#container:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* Gnav
----------------------------------------------- */
#gnav {
  clear: both;
  width: 980px;
  margin: 0;
  padding: 0;
  font-size: 0;
  overflow: hidden;
}
#gnav ul {
  margin: 0 0 10px;
  padding: 0;
  font-size: 0;
}
#gnav ul li {
  width: 164px;
  margin: 0;
  padding: 0;
  display: inline-block;
}
#gnav ul li:first-child {
  width: 162px;
  margin: 0;
  padding: 0;
  display: inline-block;
}
#gnav ul li:last-child {
  width: 162px;
  margin: 0;
  padding: 0;
  display: inline-block;
}
/* Search-keyword
----------------------------------------------- */
#serchKeywordBox {
  /*background: #6A7484;*/
  background: #0aa049;
  width: 980px;
  height: 44px;
  padding: 0 !important;
  margin: 0 0 20px !important;
  overflow: hidden;
  position: relative;
}
#serchKeywordBox .search {
  float: left;
  width: 388px;
  height: 30px;
  padding: 0 !important;
  margin: 0 !important;
  letter-spacing: -0.4em;
  position: absolute;
  top: 7px;
  left: 7px;
}
#serchKeywordBox .search input.txt {
  background: #FFF;
  width: 290px;
  height: 26px;
  padding: 0 5px !important;
  margin: 0 !important;
  color: #333;
  font-size: 12px;
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
}
#serchKeywordBox .search .button {
  margin: 0 0 0 10px;
  padding: 0;
  display: inline-block;
}
#serchKeywordBox .search .button:hover {
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
}
#serchKeywordBox #keyword {
  float: left;
  width: 566px;
  height: 30px;
  padding: 0 !important;
  margin: 0 !important;
  position: absolute;
  top: 7px;
  right: 7px;
}
#serchKeywordBox #keyword .keywordTtl {
  color: #fff;
  width: 135px;
  height: 20px;
  padding: 6px 0 0;
  float: left;
}
#serchKeywordBox #keyword ul {
  background: #FFF;
  width: 400px;
  height: 30px;
  padding: 0 10px;
  float: right;
}
#serchKeywordBox #keyword li {
  padding: 0 4px;
  font-weight: bolder;
  font-size: 12px;
  line-height: 30px;
  text-decoration: none;
  display: inline-block;
}
#serchKeywordBox #keyword li a {
  text-decoration: none;
}
/* Main Contents
----------------------------------------------- */
#main {
  float: right;
  width: 720px;
  margin: 0;
  padding: 0;
}
#main h2 {
  clear: both;
  width: 100%;
  margin: 0 0 20px 0;
  color: #333; /*文字色*/
  padding: 0.5em 0; /*上下の余白*/
  border-top: solid 3px #364e96; /*上線*/
  border-bottom: solid 3px #364e96; /*下線*/
  font-size: 125%;
  font-weight: bold;
}
/*#main h2 {
  clear: both;
  width: 675px;
  height: 60px;
  margin: 0 0 20px 0;
  padding: 0 0 0 45px;
  overflow: hidden;
  text-align: left;
  color: #000;
  font-size: 110%;
  font-weight: bold;
  background: url(http://yamamotofoods.co.jp/cs-files/images/share/h2_bg.png) no-repeat left bottom;
}*/
#main h3 {
  clear: both;
  margin: 0 0 10px 0;
  padding: 0 10px 5px 10px;
  text-align: left;
  color: #000;
  font-size: 108%;
  font-weight: bold;
}
.column1 {
  width: 980px;
  margin: 0 auto 60px;
  padding: 0;
  overflow: hidden;
}
/* Foot Stamp
----------------------------------------------- */
div.footstamp {
  clear: both;
  margin: 0;
  padding: 0 0 15px 0;
  text-align: right;
  font-size: 86%;
}
div.footstamp span {
  margin: 0 5px;
  color: #666;
}
/* Side
----------------------------------------------- */
#side {
  float: left;
  width: 240px;
  margin: 0;
  padding: 0;
  text-align: left;
}
#side h3 {
  margin: 0;
  padding: 0;
}
#side h3 a:hover img {
  opacity: 0.8;
  -moz-opacity: 80;
  filter: alpha(opacity=80);
}
#side .bnSpecial {
  width: 240px;
  margin: 0 0 20px;
}
#side .bnSpecial li {
  width: 240px;
  margin: 0 0 10px;
}
#side .bnSpecial li:last-child {
  width: 240px;
  margin: 0;
}
#side #bnMember {
  width: 240px;
  margin: 0 0 20px !important;
}
#side #bnMember li {
  width: 240px;
  margin: 0 0 10px !important;
}
#side #bnMember li:last-child {
  width: 240px;
  margin: 0;
}
#side .category {
  width: 240px;
  padding: 0;
  margin: 0 0 40px;
}
#side .category .catNav {
  width: 240px;
  margin: 0 0 5px;
}
#side .category .catNav li {
  width: 240px;
  margin: 0;
  padding: 0;
}
#side .guideBox {
  width: 240px;
  margin: 0 0 20px;
}
#side .guideBox li {
  width: 240px;
  margin: 0 0 10px;
}
#side .guideBox h3 {
  margin: 0 0 10px;
  padding: 0;
}
#side .calendar {
  margin: 0;
  padding: 0;
}
#side .calendar h3.calTtl {
  margin: 0 0 10px;
}
#side .calendar iframe {
  width: 240px;
  margin: 10px 0 0;
  padding: 0;
  text-align: center;
}
/* Pagetop
----------------------------------------------- */
#pagetop {
  width: 198px;
  height: 38px;
  position: absolute;
  bottom: 0;
  right: 0;
}
#pagetop a {
  display: block;
}
/* Footer
----------------------------------------------- */
#footer {
  clear: both;
  width: 100%;
  margin: 0;
  padding: 0;
}
#footer .footInner {
  width: 980px;
  height: 120px;
  margin: 0 auto;
  padding: 0;
  position: relative;
}
#footer .footInner .footLog {
  width: 238px;
  height: 36px;
  position: absolute;
  top: 0;
  left: 0;
}
#footer .footInner .footInfo {
  width: 360px;
  height: 80px;
  position: absolute;
  top: 0;
  left: 288px;
}
#footer .footInner .footInfo p {
  color: #333;
  font-weight: bolder;
  letter-spacing: 0.05em;
  text-align: left;
}
#footer .copyBox {
  background: #1C305C;
  width: 100%;
  margin: 0;
  padding: 0;
}
#footer .copyBox .copy {
  width: 980px;
  padding: 24px 0 38px;
  margin: 0 auto;
  color: #FFF;
  font-weight: normal;
  letter-spacing: 0.1em;
  text-align: left;
}
/* Item History
----------------------------------------------- */
#history {
  clear: both;
  width: 720px;
  margin: 0;
  padding: 0 0 20px 0;
  overflow: hidden;
}
#history h3 {
  clear: both;
  width: 675px;
  height: 33px;
  margin: 0 0 20px 0;
  padding: 12px 0 0 45px;
  overflow: hidden;
  text-align: left;
  color: #000;
  font-size: 108%;
  font-weight: bold;
  background: url(http://yamamotofoods.co.jp/cs-files/images/share/h2_bg.png) no-repeat left bottom;
}
#history .innerBlock {
  clear: both;
  width: 720px;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
#history .item_box {
  float: left;
  width: 134px;
  min-height: 134px;
  margin: 0 12px 12px 0;
  padding: 0;
  position: relative;
  text-align: left;
  display: block;
  overflow: hidden;
  font-size: 100%;
  line-height: 1.5;
}
#history .item_box:last-of-type {
  margin: 0 0 12px 0;
}
#history .item_box .item_photo {
  clear: both;
  margin: 0;
  padding: 0;
  /*border: 1px solid #8D8D8D;*/
}
#history .item_box .item_photo img.item {
  max-width: 100%;
}
#history .item_box .item_detail {
  clear: both;
  margin: 0;
  padding: 5px 0 0 0;
}
#history .item_box .item_detail .item_name {
  clear: both;
  margin: 0;
  padding: 0 0 2px 0;
  text-align: center;
  font-weight: bold;
}
#history .item_box .item_detail .item_name a {
  color: #000;
  text-decoration: none;
}
#history .item_box .item_detail .item_name a:hover {
  color: #267411;
}
/* ========================================================
　Product List
========================================================= */
#itemList {
  clear: both;
  width: 720px;
  margin: 0;
  padding: 15px 0 0 0;
  overflow: hidden;
}
#itemList .item_box {
  float: left;
  width: 210px;
  min-height: 210px;
  margin: 0 0 30px 0;
  padding: 0 15px;
  position: relative;
  text-align: left;
  display: block;
  overflow: hidden;
  font-size: 100%;
  line-height: 1.5;
}
#itemList .item_box .item_photo {
  clear: both;
  margin: 0;
  padding: 0;
  /*border: 1px solid #8D8D8D;*/
}
#itemList .item_box .item_photo img.item {
  max-width: 100%;
}
#itemList .item_box .item_photo img.item_rank {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 2px;
  left: 2px;
  z-index: 1000;
}
#itemList .item_box .item_photo img.item_staff {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1000;
}
#itemList .item_box .item_detail {
  clear: both;
  margin: 0;
  padding: 5px 0 0 0;
  text-align: center;
}
#itemList .item_box .item_detail .item_name {
  clear: both;
  min-height: 80px;
  margin: 0;
  padding: 4px 0 2px 0;
  font-size: 100%;
  text-align: left;
  /*font-weight: bold;*/
}
#itemList .item_box .item_detail .item_name a {
  color: #000;
  text-decoration: none;
}
#itemList .item_box .item_detail .item_name a:hover {
  color: #267411;
}
#itemList .item_box .item_detail .item_price {
  clear: both;
  margin: 0;
  padding: 0 0 5px 0;
  color: #bd0114;
  font-size: 18px;
  font-weight: bold;
  text-align: right;
  letter-spacing: 0.05em;
}
#itemList .item_box .item_detail .sold_out {
  clear: both;
  margin: 0;
  padding: 0 0 5px 0;
  font-weight: bold;
}
#itemList .item_box .item_detail .item_button {
  clear: both;
  margin: 0 auto;
  padding: 0;
}
#itemList .item_box .item_detail .item_description {
  margin: 0;
  padding: 0;
  text-align: left;
  font-size: 86%;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
/* Category free Space
----------------------------------------------- */
.box720 {
  width: 720px;
  margin: 0 auto 20px;
  text-align: center;
}
/* Search Page
----------------------------------------------- */
div.search_result {
  margin: 20px 0;
  padding: 10px 0;
  text-align: center;
  line-height: 1.2;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.7);
}
/* Product Navigation
----------------------------------------------- */
div.sort {
  float: right;
  margin-bottom: 15px;
  text-align: right;
}
div.sort strong {
  margin-right: 5px;
}
div.sort a {
  margin-right: 5px;
  text-decoration: underline;
}
div.sort span {
  margin-right: 5px;
  font-weight: bold;
  text-decoration: none;
}
div.pager {
  clear: both;
  margin: 15px 0 25px 0;
  text-align: center;
}
div.pager a {
  margin: 0;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  line-height: 1.2;
  text-decoration: none;
  border: 1px solid #BBB;
  background: #FFF;
}
div.pager span.now {
  margin: 0;
  padding: 10px;
  color: #FFF;
  text-align: center;
  font-weight: bold;
  line-height: 1.2;
  border: 1px solid #BBB;
  background: #000;
}
div.none {
  clear: both;
  margin: 20px 10px 30px 10px;
  text-align: left;
}
/* ========================================================
　Product Option Window
========================================================= */
div#product_option {
  margin: 20px;
  padding: 20px;
  background: #FFF;
}
div#product_option h2 {
  margin-bottom: 20px;
}
table.table_option {
  margin-bottom: 20px;
  border-top: 1px solid #CCC;
  border-right: 1px solid #CCC;
  background: #FFF;
}
table.table_option th {
  padding: 10px;
  border-bottom: 1px solid #CCC;
  border-left: 1px solid #CCC;
  background: #EEE;
}
table.table_option td {
  padding: 10px;
  border-bottom: 1px solid #CCC;
  border-left: 1px solid #CCC;
}
div#product_option div.button_area {}
/* ========================================================
　Company
========================================================= */
#company {
  clear: both;
  width: 720px;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
#company .box {
  clear: both;
  width: 720px;
  margin: 0;
  padding: 0 0 30px 0;
  overflow: hidden;
}
#company .box table {
  width: 100%;
  margin: 15px 0 0 0;
  line-height: 1.8;
  border-collapse: collapse;
  border-spacing: 0;
}
#company .box table th {
  width: 180px;
  padding: 10px 10px 13px 10px;
  background: url(http://yamamotofoods.co.jp/cs-files/images/share/bg_td.png) repeat-x left bottom;
}
#company .box table td {
  padding: 10px 10px 13px 10px;
  background: url(http://yamamotofoods.co.jp/cs-files/images/share/bg_td.png) repeat-x left bottom;
}
#company .box .map {
  clear: both;
  width: 718px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid #FFF;
}
#company .box .shopBox {
  clear: both;
  width: 716px;
  margin: 0 0 25px 0;
  padding: 0;
  overflow: hidden;
  border: 2px solid #D9A62E;
}
#company .box .shopBox img {
  float: left;
  margin: 0 30px 0 0;
  padding: 0;
}
#company .box .shopBox .blockR {
  float: right;
  width: 373px;
  margin: 0;
  padding: 10px 0;
}
#company .box .shopBox .blockR h3 {
  clear: both;
  margin: 0 0 7px 0;
  padding: 0;
  font-size: 127%;
}
#company .box .shopBox .blockR p {
  clear: both;
  margin: 0;
  padding: 0;
  line-height: 1.6;
}
#company .bt-tourism {
  float: right;
  margin: 0;
  padding: 0;
}
/* ========================================================
　Wasabi no Kodawari
========================================================= */
#wasabi {
  clear: both;
  width: 720px;
  margin: 0;
  padding: 0 0 30px 0;
  overflow: hidden;
}
#wasabi .note {
  clear: both;
  width: 720px;
  margin: 0;
  padding: 0 0 40px 0;
  overflow: hidden;
}
#wasabi .note img {
  float: left;
  margin: 0;
  padding: 0;
}
#wasabi .note .boxR {
  float: right;
  width: 424px;
  margin: 0;
  padding: 0;
}
#wasabi .note .boxR h3 {
  clear: both;
  margin: 20px 0 17px 0;
  padding: 0 0 12px 0;
  font-size: 200%;
  font-weight: bold;
  background: url(http://yamamotofoods.co.jp/cs-files/images/wasabi/bg_h3.png) no-repeat left bottom;
}
#wasabi .note .boxR p {
  clear: both;
  margin: 0;
  padding: 0 10px;
  font-size: 129%;
}
#wasabi dl {
  clear: both;
  width: 720px;
  margin: 0 0 5px 0;
  padding: 0;
  overflow: hidden;
  font-size: 129%;
  line-height: 1.7;
}
#wasabi dl dt {
  clear: both;
  width: 620px;
  min-height: 54px;
  margin: 0 0 15px 0;
  padding: 17px 10px 0 90px;
  overflow: hidden;
  font-weight: bold;
  background: url(http://yamamotofoods.co.jp/cs-files/images/wasabi/icon_que.png) no-repeat 10px top;
}
#wasabi dl dd {
  clear: both;
  width: 598px;
  min-height: 58px;
  margin: 0 0 20px 0;
  padding: 13px 10px 20px 112px;
  overflow: hidden;
  border-bottom: 1px solid #000;
  background: url(http://yamamotofoods.co.jp/cs-files/images/wasabi/icon_ans.png) no-repeat 32px top;
}
#wasabi dl dd .bn-grate {
  clear: both;
  float: right;
  margin: 10px 0 0 0;
  padding: 0;
}
#wasabi dl dd span.point {
  clear: both;
  margin: 0 0 10px 0;
  padding: 0;
  display: block;
  color: #E83929;
  font-size: 111%;
  font-weight: normal;
  line-height: 1.5;
}
#wasabi dl dd span.point02 {
  clear: both;
  margin: 0 50px 27px 0;
  padding: 0;
  display: block;
  color: #EA0000;
  font-size: 133%;
  font-weight: bold;
  line-height: 1.4;
  background: url(http://yamamotofoods.co.jp/cs-files/images/wasabi/bg_marker.gif) repeat-x left 9px;
}
#wasabi .bn-wasabi {
  clear: both;
  margin: 0 auto;
  padding: 0;
  display: block;
}
/* ========================================================
　Shop List
========================================================= */
#shop {
  clear: both;
  width: 720px;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
#shop h3 {
  clear: both;
  width: 680px;
  height: 49px;
  margin: 0 10px 20px 10px;
  padding: 13px 0 0 20px;
  overflow: hidden;
  text-align: left;
  color: #FFF;
  font-size: 143%;
  font-weight: bold;
  background: url(http://yamamotofoods.co.jp/cs-files/images/shop/bg_h3.gif) no-repeat left bottom;
}
#shop .shopList {
  clear: both;
  width: 700px;
  margin: 0 10px;
  padding: 0 0 30px 0;
  overflow: hidden;
}
#shop .shopList .title {
  clear: both;
  width: 670px;
  margin: 0;
  padding: 2px 15px 3px 15px;
  overflow: hidden;
  text-align: left;
  color: #FFF;
  background: #5D6D2E;
}
#shop .shopList .title h4 {
  clear: none;
  float: left;
  margin: 0;
  padding: 0;
  color: #FFF;
  font-size: 129%;
}
#shop .shopList .title p {
  clear: none;
  float: right;
  margin: 0;
  padding: 5px 0 0 0;
  color: #FFF;
  line-height: 1.3;
}
#shop .shopList .title a {
  color: #FFF;
  text-decoration: none;
}
#shop .shopList .title a:hover {
  color: #FFF;
  text-decoration: underline;
}
#shop .shopList .box {
  clear: both;
  width: 690px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 5px solid #928D2E;
}
#shop .shopList .box img {
  float: left;
  margin: 0;
  padding: 0;
}
#shop .shopList .box .boxR {
  float: right;
  width: 380px;
  margin: 0;
  padding: 0 10px;
}
#shop .shopList .box .boxR dl {
  clear: both;
  width: 370px;
  margin: 10px 0;
  padding: 0 5px 5px 5px;
  overflow: hidden;
  text-align: left;
  border-bottom: 1px solid #5D6D2E;
}
#shop .shopList .box .boxR dt {
  clear: both;
  float: left;
  width: auto;
  margin: 0 0 5px 0;
  padding: 0;
}
#shop .shopList .box .boxR dd {
  margin: 0 0 5px auto;
  padding: 0;
}
#shop .shopList .box .boxR h5 {
  clear: both;
  margin: 0 0 5px -3px;
  padding: 0;
  color: #D90000;
  font-size: 100%;
}
#shop .shopList .box .boxR ul {
  clear: both;
  margin: 0 0 0 5px;
  padding: 0;
}
#shop .shopList .box .boxR ul li {
  float: left;
  margin: 0;
  padding: 0 20px 2px 0;
}
#shop .shopList .box .boxR ul li a {
  color: #000;
  text-decoration: none;
}
#shop .shopList .box .boxR ul li a:hover {
  color: #267411;
  text-decoration: underline;
}
/* ========================================================
　Present Campaign
========================================================= */
#present {
  clear: both;
  width: 720px;
  margin: 0;
  padding: 0 0 30px 0;
  overflow: hidden;
}
#present h3 {
  clear: both;
  margin: 0 0 30px 0;
  padding: 0;
}
#present p.pr {
  clear: both;
  margin: 0;
  padding: 0 25px 25px 25px;
  font-size: 129%;
  line-height: 1.6;
}
#present .itemBlock {
  clear: both;
  width: 670px;
  margin: 0;
  padding: 0 25px 40px 25px;
  overflow: hidden;
}
#present .itemBlock img {
  float: left;
  margin: 0;
  padding: 0;
}
#present .itemBlock .boxR {
  float: right;
  width: 318px;
  margin: 0;
  padding: 0;
}
#present .itemBlock .boxR p {
  clear: both;
  margin: 0;
  padding: 0;
  line-height: 1.7;
}
#present .itemBlock .boxR p.itemname {
  clear: both;
  margin: 15px 0;
  padding: 0;
  font-size: 129%;
  line-height: 1.3;
}
#present .itemBlock .boxR p.itemname span {
  font-size: 133%;
  font-weight: bold;
}
#present .note {
  clear: both;
  width: 640px;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}
#present .note h4 {
  clear: both;
  margin: 0 0 25px 0;
  padding: 0;
}
#present .note p {
  clear: both;
  margin: 0;
  padding: 0;
  line-height: 1.7;
}
#present .note p.period {
  clear: both;
  margin: 0 0 20px 0;
  padding: 0;
  text-align: center;
  font-size: 129%;
  line-height: 1.6;
}
#present .note p.period span {
  color: #F00;
  font-size: 111%;
  font-weight: bold;
}
/* ========================================================
　Media
========================================================= */
#media {
  clear: both;
  width: 720px;
  margin: 0;
  padding: 0 0 30px 0;
  overflow: hidden;
}
#media #feeds {
  clear: both;
  width: 720px;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
#media #mediaBlock #feeds {
  clear: both;
  width: 685px;
  margin: 0;
  padding: 0 20px 0 20px;
  overflow: hidden;
}
#media #mediaBlock #feeds .postBox {
  float: left;
  width: 205px;
  min-height: 270px;
  margin: 0 35px 20px 0;
  padding: 0;
  font-size: 86%;
}
#media #mediaBlock #feeds .postBox:nth-child(3n) {
  margin: 0 0 20px 0;
}
#media #mediaBlock #feeds .postBox:nth-child(3n+1) {
  clear: left;
}
#media #mediaBlock #feeds .postBox a {
  color: #000 !important;
  text-decoration: none;
}
#media #mediaBlock #feeds .postBox a:hover {
  text-decoration: underline;
}
#media #mediaBlock #feeds .postBox img {
  clear: both;
  margin: 0 0 8px 0;
  padding: 0;
  border: 5px solid #FFF;
}
#media #mediaBlock #feeds .postBox p.date {
  margin: 0;
  padding: 0 0 4px 2px;
  color: #007B45;
}
#media #mediaBlock #feeds .postBox .postInner {
  clear: both;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
#media #mediaBlock #feeds .postBox .postInner a:hover {
  text-decoration: none;
}
/* ========================================================
　info
========================================================= */
.info-box-holiday {
  width: 100%;
  max-width: 976px;
  padding: 0;
  margin: 0 auto 1%;
  border: 2px #dc143c solid;
}
.info-box-holiday p.info-holiday-txt {
  padding: 1%;
  color: #dc143c !important;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-align: center;
}
.info-box-holiday p.info-holiday-txt a {
  color: #333 !important;
  text-decoration: none;
}
.info-box-holiday p.info-holiday-txt a:hover {
  color: #dc143c !important;
  text-decoration: none;
}
.info-box-holiday .txt-hover1 {
  display: inline-block;
  position: relative;
  text-decoration: none;
}
.info-box-holiday .txt-hover1::after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #dc143c;
  transition: all 0.3s ease 0s;
}
.info-box-holiday .txt-hover1:hover {
  cursor: pointer;
}
.info-box-holiday .txt-hover1:hover::after {
  width: 100%;
}
.info-box {
  width: 100%;
  max-width: 978px;
  padding: 0;
  margin: 0 auto 1%;
  border: 1px #333 solid;
}
.info-box p.info-priod {
  background: #FFF;
  padding: 1%;
  color: #333 !important;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-align: left;
}
.info-box p.info-priod a {
  color: #333 !important;
  text-decoration: none;
}
.info-box p.info-priod a:hover {
  color: #FF0000 !important;
  text-decoration: none;
}
.info-box span.red {
  color: #FF0000 !important;
}
/* ---------------------------------------------
	CSS Document infomation
--------------------------------------------- */
#h-infomation {
  margin: 10px auto 20px;
}
#h-infomation .box-info {
  width: 958px;
  margin: 0 auto 10px;
  border: 1px #333 solid;
  display: table;
}
#h-infomation .box-info p {
  padding: 8px;
  font-size: 14px;
  text-align: left;
  display: table-cell;
  vertical-align: middle;
  letter-spacing: 0.01em;
}
#h-infomation .box-info span.red {
  color: #FF0000;
  font-weight: bolder;
}
#h-infomation a {
  outline: none;
  text-decoration: none;
  color: #8b4c42;
}
#h-infomation a:hover {
  text-decoration: none;
  color: #eb6100;
}
/* ---------------------------------------------
	CSS Document age_restriction.css
--------------------------------------------- */
.header h1 {
  font-size: 20px !important;
  font-weight: bolder;
  line-height: 1.2em;
  padding: 40px 0;
}
/* ---------------------------------------------
	CSS Document calendar.css
--------------------------------------------- */
.tbl_calendar {
  width: 100%;
  max-width: 240px;
  border: none !important;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
}
.tbl_calendar th, .tbl_calendar td {
  padding: 4px !important;
  text-align: center !important;
  border-bottom: 1px solid #ccc !important;
}
/* ---------------------------------------------
	CSS Document sidenav.css new0721
--------------------------------------------- */
ul.sidenav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 240px;
  background-color: #ffffff;
  position: relative;
  overflow: auto;
}
ul.sidenav li {
  width: 240px;
}
ul.sidenav li a {
  display: block;
  color: #000000;
  padding: 8px 16px 8px 8px;
  text-decoration: none;
}
ul.sidenav li a:hover {
  background-color: #1b2538;
  color: white;
}
ul.sidenav li:first-child {
  border-top: 1px #1b2538 dotted;
}
ul.sidenav li {
  border-bottom: 1px #1b2538 dotted;
}