@charset "UTF-8";
/* Preload images */
body:after {
  content: url(https://gigaplus.makeshop.jp/shioya/images/close.png) url(https://gigaplus.makeshop.jp/shioya/images/loading.gif) url(https://gigaplus.makeshop.jp/shioya/images/prev.png) url(https://gigaplus.makeshop.jp/shioya/images/next.png);
  display: none;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(https://gigaplus.makeshop.jp/shioya/images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(https://gigaplus.makeshop.jp/shioya/images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(https://gigaplus.makeshop.jp/shioya/images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(https://gigaplus.makeshop.jp/shioya/images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
  vertical-align: middle;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* Custom
   ========================================================================== */
/* リストスタイルの初期化 */
dl, dt, dd, ol, ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}

/* hタグマージン初期設定 */
h1, h2, h3, h4 {
  margin-top: 0;
}

figure {
  margin: 0;
}

address {
  font-style: normal;
}

/*=================================================================

style info :ベーススタイル

=================================================================*/
body {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  background: #fff url(https://gigaplus.makeshop.jp/shioya/images/common/bg-base.jpg);
  color: #333;
  word-break: break-all;
}

/* テキストリンク */
a {
  color: #05091d;
  text-decoration: none;
}

a:hover {
  color: #05091d;
}

a:hover {
  text-decoration: underline;
}

/* 画像リンク透過 */
a img:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

p {
  margin: 1em 0 0;
}

p:first-child {
  margin-top: 0;
}

/* グルーピング */
.wrapper {
  width: 1000px;
  margin: 0 auto;
}

.section {
  margin-top: 40px;
}

.section:first-child {
  margin-top: 0;
}

.inner_section {
  margin-top: 20px;
}

.inner_section:first-child {
  margin-top: 0;
}

.side-section {
  margin-top: 20px;
}

.side-section:first-child {
  margin-top: 0;
}

/*****************************************************

	全ての要素をリセット
	各ブラウザの表示を統一するための設定です

*****************************************************/
html {
  overflow-y: scroll;
}

body, div, dl, dt, dd, ul, ol, li, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, p {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  text-align: left;
}

img, abbr, acronym, fieldset {
  border: 0;
}

li {
  list-style-type: none;
  text-align: left;
}

img {
  vertical-align: middle;
}

.line {
  font-size: 1px;
  line-height: 1px;
}

/*--- default */
body {
  border-top: 3px solid #05091d;
}

table {
  border-collapse: collapse;
}

/*****************************************************

	基本設定、リンクカラーなど

*****************************************************/
#wrap {
  width: 100%;
  height: 100%;
}

#makebanner {
  width: 1000px;
}

.clear:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

* html .clear {
  zoom: 1;
}

/* IE6 */
*:first-child + html .clear {
  zoom: 1;
}

/* IE7 */
a:hover img {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}

/*****************************************************

	ヘッダ #header

*****************************************************/
/* スライド */
#Top-image .bx-viewport {
  width: 1000px !important;
  overflow: visible !important;
}

#Top-image .bx-controls-direction {
  position: relative;
  width: 1000px;
}

#Top-image .bx-prev {
  top: -225px;
  left: -16px;
}

#Top-image .bx-next {
  top: -225px;
  right: -16px;
}

/*****************************************************

	左コンテンツ #leftContents

*****************************************************/
#leftContents {
  width: 180px;
}

#leftContents .section {
  margin-bottom: 20px;
}

#leftContents .inner {
  border: 1px solid #b2b2b2;
  border-top: none;
}

/* 検索input */
.inputWrap {
  padding: 10px;
}

.inputWrap img {
  float: left;
  _margin-left: 0;
}

.search_input {
  width: 128px;
  float: left;
  height: 20px;
  border: 1px solid #b2b2b2;
}

/* カテゴリーメニュー */
#l_category td {
  text-align: left;
}

/* 会員メニュー */
#l_member ul {
  text-align: right;
  margin-bottom: 5px;
}

#l_member li {
  display: inline;
  font-size: 11px;
  background: url(/images/original_design_default/samplesource/3/listIconR.png) no-repeat left;
  padding-left: 12px;
  margin-left: 2px;
}

#l_member li a {
  color: #333;
}

/* カレンダー */
#l_calendar table {
  margin-bottom: 5px;
  border-collapse: separate;
  border-spacing: 1px;
}

/* 中央揃え */
#l_owner, #l_banner {
  text-align: center;
}

#l_owner table, #l_banner table {
  margin: 0 auto;
}

/* 投票 */
#l_poll img {
  margin: 0 2px;
}

#l_poll b {
  color: #333;
}

#l_poll input {
  margin-right: 5px;
}

#l_poll td {
  text-align: left;
}

#l_poll a img {
  display: none;
}

#l_poll a {
  display: block;
  height: 21px;
  float: left;
  margin-right: 4px;
}

#l_poll a#poll_b01 {
  width: 58px;
  background: url(/images/original_design_default/samplesource/3/poll_b01.png) no-repeat 0 0;
  margin-left: 28px;
}

#l_poll a#poll_b02 {
  width: 69px;
  background: url(/images/original_design_default/samplesource/3/poll_b02.png) no-repeat 0 0;
}

#l_poll a#poll_b01:hover, #l_poll a#poll_b02:hover {
  background-position: 0 -21px;
}

/* 掲示板 */
#l_board table {
  width: 100%;
}

#l_board td {
  text-align: left;
}

/* バナー */
#l_banner img {
  margin-bottom: 5px;
}

/*****************************************************

	メインコンテンツ #rightContents

*****************************************************/
.rightContents {
  width: 760px;
  margin-left: 20px;
}

.rightContents .section {
  margin-bottom: 30px;
}

/*----------------------------------------------------
	中央画面 #top
----------------------------------------------------*/
.r_left {
  float: left;
  width: 520px;
}

.r_right {
  float: right;
  width: 220px;
}

.titleMgn {
  margin-bottom: 10px;
}

#r_shopIntro {
  margin-bottom: 0;
}

/* 新着 */
#r_new .lims table {
  margin: 10px auto;
  width: 170px;
}

#r_new .lims table .woong td {
  text-align: left;
  font-weight: bold;
  padding-top: 5px;
}

#r_new .lims table .woong td a {
  font-weight: normal;
}

#r_new .lims table .woong td img {
  margin-left: 5px;
}

/* おすすめ */
#r_recommend .lims table {
  margin: 10px;
  width: 170px;
}

#r_recommend .lims table .woong td {
  text-align: left;
  font-weight: bold;
  padding-top: 5px;
}

#r_recommend .lims table .woong td a {
  font-weight: normal;
}

#r_recommend .lims table .woong td img {
  margin-left: 5px;
}

#r_recommend .lims table .woong td a b {
  font-weight: normal;
  font-size: 11px;
}

/* ランキング */
#r_ranking .rankList {
  float: left;
  width: 152px;
  position: relative;
}

#r_ranking em {
  display: block;
  text-indent: -9999em;
}

#r_ranking .rankImg {
  margin: 5px auto;
}

#r_ranking #rank1 em {
  background: url(/images/original_design_default/samplesource/3/rankIcon1.png) no-repeat center;
  width: 31px;
  height: 25px;
}

#r_ranking #rank2 em {
  background: url(/images/original_design_default/samplesource/3/rankIcon2.png) no-repeat center;
  width: 28px;
  height: 22px;
}

#r_ranking #rank3 em {
  background: url(/images/original_design_default/samplesource/3/rankIcon3.png) no-repeat center;
  width: 28px;
  height: 22px;
}

#r_ranking #rank4 em {
  background: url(/images/original_design_default/samplesource/3/rankIcon4.png) no-repeat center;
  width: 17px;
  height: 17px;
}

#r_ranking #rank5 em {
  background: url(/images/original_design_default/samplesource/3/rankIcon5.png) no-repeat center;
  width: 17px;
  height: 17px;
}

#r_ranking p {
  text-align: left;
}

#r_ranking .rankPrice {
  font-weight: bold;
}

/* レビュー */
#r_review #M_reviewView,
#r_review #M_reviewView table {
  width: 100%;
  margin: 0;
  text-align: left;
}

/* 最近チェックした商品 */
#r_recent #recent {
  margin-top: 10px;
}

#r_recent #recent .itemBox, #r_recent #recent .itemBox table {
  width: 130px;
}

#r_recent .name, #r_recent .price {
  text-align: left;
  margin: 5px 5px 0;
}

#r_recent .price {
  font-weight: bold;
}

#r_recent #recent .line {
  width: 0;
}

#r_recent #recent .line img {
  display: none;
}

/* お知らせ */
#top #r_news img {
  margin-bottom: 10px;
}

#top #r_news td.woong {
  padding: 2px 10px 2px 0;
  border-bottom: 1px dotted #b2b2b2;
  text-align: left;
}

/*----------------------------------------------------
	商品カテゴリーと商品詳細　共通
----------------------------------------------------*/
.pankuzu {
  text-align: left;
  margin-bottom: 40px;
}

.pankuzu a {
  font-size: 12px;
  color: #333;
  text-decoration: underline;
}

.pankuzu font {
  color: #333;
  font-size: 12px;
}

/*----------------------------------------------------
	商品カテゴリー #category
----------------------------------------------------*/
/* カテゴリー */
#category h2 {
  font-size: 14px;
  margin-bottom: 20px;
  background: url(/images/original_design_default/samplesource/3/h2title.png) no-repeat center;
  line-height: 60px;
  height: 60px;
  padding-left: 20px;
}

/* 検索結果と並び替え */
#r_resultInfo {
  font-size: 11px;
  margin: 0 auto 10px;
}

.total {
  margin-right: 10px;
}

.total .num {
  font-size: 20px;
  font-size: 1.25rem;
  margin: 0 3px;
}

.listSort {
  text-align: right;
}

.listSort li {
  display: inline;
}

/* カテゴリーリスト */
#category .innerList {
  overflow: hidden;
  _zoom: 1;
  letter-spacing: -.40em;
  text-align: left;
}

#category .innerList li {
  vertical-align: top;
  letter-spacing: normal;
  width: 25%;
  display: inline-block;
  display: inline;
  zoom: 1;
}

#category .innerBox {
  margin: 10px;
  text-align: center;
}

#category .detail {
  text-align: left;
}

#category .name {
  margin-bottom: 5px;
}

#category .imgWrap {
  text-align: center;
  margin-bottom: 5px;
}

#category .price span {
  padding: 0 2px;
}

#category .price {
  font-weight: bold;
  color: #333;
}

#category .consumerPrice {
  font-size: 11px;
  color: #999;
  text-decoration: line-through;
}

#category .else {
  text-align: left;
}

#category .else li {
  float: none;
  width: auto;
  display: inline;
}

#category .M_lumpinput {
  text-align: right;
}

#category .matomegai {
  margin: 4px 0;
  display: inline-block;
}

#category .matomegai a {
  border: 1px solid #999;
  padding: 2px 5px;
  font-size: 11px;
  display: inline-block;
  border-radius: 2px;
  color: #999;
  text-decoration: none;
}

#category .matomegai a:hover {
  background: #999;
  color: #fff;
}

#category .content {
  border-top: 1px dashed #b2b2b2;
  padding: 10px 0;
  margin: 10px auto;
  border-bottom: 1px dashed #b2b2b2;
  font-size: 11px;
}

#category .btnWrap {
  margin: 10px auto 5px;
  background: #e6e6e6;
  padding: 5px 0;
  text-align: left;
}

#category .btnWrap img {
  margin-left: 5px;
}

#category .btnWrap .soldout {
  text-align: center;
  color: #cc0000;
}

/*----------------------------------------------------
	商品詳細 #detail
----------------------------------------------------*/
#itemLink {
  margin-bottom: 30px;
  font-size: 11px;
}

.item_prev {
  float: left;
  background: url(/images/original_design_default/samplesource/3/listIconL.png) no-repeat left;
  padding-left: 14px;
}

.item_next {
  float: right;
  background: url(/images/original_design_default/samplesource/3/listIconR.png) no-repeat right;
  padding-right: 14px;
}

#itemImg {
  float: left;
  width: 300px;
}

#itemInfo {
  float: right;
  width: 420px;
}

/* [INFO]タグ */
#detailInfo table {
  width: 100%;
  margin-bottom: 10px;
}

#detailInfo table td {
  height: auto;
  text-align: left;
}

#itemInfo #detailInfo table font {
  color: #cc0000;
}

#detailInfo table input {
  margin-right: 5px;
}

#detailInfo table img {
  vertical-align: auto;
  /* IE対策 */
}

#detailInfo #M_usualValue td {
  font-size: 16px;
  padding: 10px 0;
}

#wrapper #makebanner #detailInfo #M_usualValue,
#wrapper #makebanner #detailInfo #M_price2,
#wrapper #makebanner #detailInfo #M_taxview {
  border: none;
  width: auto;
  font-weight: bold;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
}

#detailInfo #M_usualValue {
  font-size: 15px;
  font-weight: bold;
}

#detailInfo #M_taxview {
  width: auto;
}

/* 拡大画像ボタン */
#viewButton {
  text-align: center;
}

/* 商品名 */
#detail h2 {
  margin-bottom: 20px;
  font-size: 15px;
}

/* 商品詳細 */
#detail .detailTxt {
  border-top: 1px dotted #b2b2b2;
  border-bottom: 1px dotted #b2b2b2;
  padding: 10px 0;
  margin-bottom: 20px;
}

/* オプション表 */
#wrapper #detail .stockList input {
  border: 0;
}

#wrapper #detail .stockList td {
  text-align: center;
}

/* メールリンク */
#r_contact {
  margin: 10px 0 10px -5px;
}

#r_contact li {
  float: left;
  margin-left: 5px;
}

/* SNS */
#r_sns {
  margin-top: 10px;
}

#r_sns li {
  float: left;
}

/* カートにいれるボタン */
#basketBtn {
  margin-top: 10px;
}

#basketBtn .soldout {
  text-align: center;
  color: #cc0000;
}

/* 追加商品説明文 */
#r_detailExt {
  margin-bottom: 0;
}

/* 追加商品画像 */
#r_addImg {
  margin-bottom: 0;
}

#r_addImg li {
  float: left;
  width: 33%;
  text-align: center;
  padding-bottom: 30px;
  line-height: 1.4;
}

#r_addImg li .inner {
  margin: 0 10px;
}

#r_addImg .addImg a {
  border: 1px solid #b2b2b2;
  padding: 5px;
  display: block;
}

#r_addImg li p {
  width: 100%;
  margin: 10px 5px 0;
}

/* レビュー */
#detail #r_review {
  margin-bottom: 40px;
}

#detail #r_review td {
  text-align: left;
}

#detail #r_review .imgLi input {
  border: none;
}

#detail #m_reviewView td {
  text-align: center;
}

/* 商品グループ */
#r_group {
  padding-top: 20px;
}

#r_group h3 {
  font-weight: bold;
  background: url(/images/original_design_default/samplesource/3/titleIcon.png) no-repeat left;
  padding-left: 20px;
}

#r_group #M_group {
  width: 100%;
  margin: 16px auto;
  border-collapse: collapse;
}

#r_group #M_group .itemBox, #r_group #M_group .itemBox table, #r_group #M_group td.itemImg {
  width: 170px;
}

#r_group #M_group .itemBox {
  vertical-align: top;
}

#r_group #M_group .name, #r_group #M_group .spe, #r_group #M_group .price {
  margin: 5px 5px 0;
  text-align: left;
}

#r_group #M_group .itemImg {
  text-align: center;
}

#r_group #M_group .line {
  width: 10px;
}

#r_group #M_group .line img {
  display: none;
}

#r_group #M_group .price {
  font-weight: bold;
}

/* 最近チェックした商品 */
#detail #r_recent {
  border-top: 1px dashed #b2b2b2;
  padding-top: 20px;
}

#detail #recent .itemBox, #detail #recent .itemBox table {
  width: 190px;
}

/*----------------------------------------------------
	ログインフォーム関係 .loginForm
----------------------------------------------------*/
.loginForm {
  margin-top: 20px;
}

.loginForm h3 {
  font-size: 14px;
  margin-bottom: 20px;
  background: url(/images/original_design_default/samplesource/3/h3title.png) no-repeat left;
  padding-left: 20px;
}

.loginForm .section {
  text-align: center;
}

.btnWrap {
  margin-top: 20px;
  text-align: center;
}

.loginForm .leadTxt {
  margin-bottom: 30px;
}

.loginForm .lostpass {
  text-align: center;
  font-size: 11px;
  margin-top: 5px;
}

.loginForm .formTable {
  margin: 20px auto 0;
  width: 400px;
}

.formTable th,
.formTable td {
  border: 1px solid #b2b2b2;
  padding: 6px 8px;
}

.formTable th {
  background: #eee;
  width: 120px;
}

.M_nameList input, #r_review input, #r_review textarea {
  padding: 2px;
  border: 1px solid #b2b2b2;
}

.loginForm .formTable input {
  width: 200px !important;
}

/*----------------------------------------------------
	会員ログイン #memberlogin
----------------------------------------------------*/
#memberLogin .btnWrap {
  overflow: hidden;
  _zoom: 1;
}

#memberLogin .btnWrap div {
  float: left;
  width: 360px;
  padding-bottom: 20px;
}

#memberLogin .btnWrap #newMember {
  border-right: 1px dotted #b2b2b2;
}

#memberLogin .btnWrap p {
  margin: 20px;
}

/*----------------------------------------------------
	注文履歴ログイン #orderlogin
----------------------------------------------------*/
/*----------------------------------------------------
	パスワード紛失 #orderlogin
----------------------------------------------------*/
/*----------------------------------------------------
	約款 #contract
----------------------------------------------------*/
#contractBox {
  width: 700px;
  height: 280px;
  overflow: auto;
  border: 1px solid #b2b2b2;
  padding: 10px;
  text-align: left;
  margin-top: 20px;
}

/*----------------------------------------------------
	会員登録修正フォーム #member
----------------------------------------------------*/
#memberForm #M_entryForm {
  margin: 30px 10px 20px;
  width: 740px;
  border-top: 1px solid #b2b2b2;
  border-left: 1px solid #b2b2b2;
}

* html #memberForm #M_entryForm {
  position: relative;
}

#memberForm #M_entryForm th,
#memberForm #M_entryForm td {
  border-bottom: 1px solid #b2b2b2;
  border-right: 1px solid #b2b2b2;
  padding: 8px;
}

* html #memberForm #M_entryForm th,
* html #memberForm #M_entryForm td {
  position: relative;
}

#memberForm #M_entryForm th {
  background: #eee;
  width: 160px;
}

#memberForm .M_txt {
  font-size: 11px;
  margin-left: 10px;
}

#memberForm #mailreceiveN,
#memberForm #sex1 {
  margin-left: 10px;
}

#memberForm .M_ex,
#memberForm .M_info {
  font-size: 11px;
  color: #666;
}

#memberForm .M_post {
  display: block;
  width: 96px;
  height: 22px;
  background: url(/images/original_design_default/samplesource/3/r_postBtn.png) no-repeat;
  float: left;
  text-indent: -9999em;
  overflow: hidden;
  _zoom: 1;
}

#memberForm #mailreceiveY,
#memberForm #mailreceiveN,
#memberForm #sex0,
#memberForm #sex1 {
  border: none;
}

#M_changepw #M_changepwTable th {
  background: #615D5C;
}

/* 退会する */
#r_leave img {
  display: none;
}

#r_leave a {
  display: block;
  width: 81px;
  height: 22px;
  margin-top: 5px;
  background: url(/images/original_design_default/samplesource/3/memberjoin_escape.png) no-repeat 0 0;
}

#r_leave a:hover {
  background-position: 0 -22px;
}

/*----------------------------------------------------
	ポイント #point
----------------------------------------------------*/
#r_pointData {
  border: 1px solid #b2b2b2;
  background: #eee;
  padding: 10px;
  margin: 20px 60px 30px;
}

#r_pointData p {
  text-align: center;
}

#r_pointData strong {
  font-size: 15px;
  font-weight: bold;
  color: #cc0000;
}

#r_pointList table {
  border-collapse: separate;
  width: 400px;
  margin: 0 180px;
  border-spacing: 0;
}

#r_pointList td {
  border: 1px solid #b2b2b2;
  padding: 8px;
  text-align: center;
}

#r_pointList td font {
  font-size: 13px;
}

/*----------------------------------------------------
	商品検索 #search
----------------------------------------------------*/
#r_searchName {
  margin: 20px 0 20px;
}

#r_searchName font {
  color: #333;
  font-weight: bold;
}

#r_searchInput table {
  width: 740px;
  background: #fff;
}

#r_searchInput .btnWrap {
  margin-top: 10px;
}

#r_searchInput th, #r_searchInput td {
  border: 1px solid #b2b2b2;
  padding: 6px 8px;
  text-align: left;
}

#r_searchInput th {
  background: #eee;
}

#r_searchInput #searchPrice input {
  width: 60px;
}

#r_searchList table,
#r_pager table {
  width: 100%;
}

.searchResult {
  font-size: 14px;
  margin-bottom: 20px;
  background: url(/images/original_design_default/samplesource/3/searchIcon.png) no-repeat left;
  padding-left: 20px;
}

#r_searchList .innerList {
  letter-spacing: -.40em;
  /* 文字間を詰めて隙間を削除する */
  text-align: left;
}

#r_searchList .innerList li {
  width: 25%;
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  /* 文字間を通常に戻す */
  display: inline;
  /* IE用ハック */
  zoom: 1;
  /* IE用ハック */
}

#r_searchList .innerBox {
  margin: 10px;
}

#r_searchList .name {
  margin-bottom: 5px;
}

#r_searchList .imgWrap {
  text-align: center;
}

#r_searchList .price {
  font-weight: bold;
  color: #333;
}

#r_searchList .else {
  text-align: left;
}

#r_searchList .else li {
  float: none;
  width: auto;
  display: inline;
}

#r_searchList .btnWrap {
  margin: 10px auto 5px;
  background: #e6e6e6;
  padding: 5px;
  text-align: center;
}

#r_searchList .soldout {
  text-align: center;
  color: #cc0000;
}

/*----------------------------------------------------
	まとめ買い #matomegai
----------------------------------------------------*/
/* まとめ買いタイトル */
#matomegai h2 {
  font-size: 14px;
  margin-bottom: 20px;
  background: url(/images/original_design_default/samplesource/3/h2title.png) no-repeat center;
  line-height: 60px;
  height: 60px;
  padding-left: 20px;
}

/* カテゴリーリスト */
#matomegai .innerList {
  overflow: hidden;
  _zoom: 1;
  letter-spacing: -.40em;
  /* 文字間を詰めて隙間を削除する */
  text-align: left;
}

#matomegai .innerList li {
  vertical-align: top;
  letter-spacing: normal;
  /* 文字間を通常に戻す */
  width: 25%;
  /* 商品数が4つなので100%÷4=25% */
  display: inline-block;
  display: inline;
  /* IE用ハック */
  zoom: 1;
  /* IE用ハック */
}

#matomegai .innerBox {
  margin: 10px;
  text-align: center;
}

#matomegai .detail {
  text-align: left;
}

#matomegai .name {
  margin-bottom: 5px;
}

#matomegai .imgWrap {
  text-align: center;
  margin-bottom: 5px;
}

#matomegai .price span {
  padding: 0 2px;
}

#matomegai .price {
  font-weight: bold;
  color: #333;
}

#matomegai .consumerPrice {
  font-size: 11px;
  color: #999;
  text-decoration: line-through;
}

#matomegai .else {
  text-align: left;
}

#matomegai .else li {
  float: none;
  width: auto;
  display: inline;
}

#matomegai .M_lumpinput {
  text-align: right;
}

#matomegai .content {
  border-top: 1px dashed #b2b2b2;
  padding: 10px 0;
  margin: 10px auto;
  border-bottom: 1px dashed #b2b2b2;
  font-size: 11px;
}

#matomegai .btnWrap {
  margin: 10px auto 5px;
  background: #e6e6e6;
  padding: 5px 0;
  text-align: left;
}

#matomegai .btnWrap .soldout {
  text-align: center;
  color: #cc0000;
}

#matomegai .btnWrap a, #matomegai .wishlistBtn {
  display: inline-block;
  text-indent: -9999em;
}

#matomegai .btnWrap a {
  width: 77px;
  height: 18px;
  margin-left: 5px;
}

#matomegai .wishlistBtn {
  width: 147px;
  height: 22px;
}

#matomegai .cartBtn {
  background: url("/images/original_design_default/samplesource/3/r_c_basketBtn.png") no-repeat;
}

#matomegai .quickBtn {
  background: url("/images/original_design_default/samplesource/3/r_c_buyBtn.png") no-repeat;
}

#matomegai .wishlistBtn {
  background: url("/images/original_design_default/samplesource/3/r_wishlistBtn.png") no-repeat;
}

#matomegai .btnWrap a:hover, #matomegai .wishlistBtn:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}

/* ご利用ガイド */
#makebanner #guideMain {
  margin: 0 70px;
}

/*----------------------------------------------------
	カタログ #catalog
----------------------------------------------------*/
#catalog .ctlg_text {
  margin-top: 24px;
}

#r_catalog .catalogCart {
  text-align: right;
  margin: 8px 0;
}

/*=================================================================
Header
=================================================================*/
#Fix-nav {
  width: 120px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99999;
}

#Fix-nav .M_headBasket {
  float: none;
  width: 100px;
  height: 100px;
  padding: 10px;
  border: none;
  margin: 0;
  background: #a40000 url(https://gigaplus.makeshop.jp/shioya/images/common/icon-cart-button.png) center 15px no-repeat;
}

#Fix-nav #M_headBasketSwitch {
  position: static;
  z-index: 999;
  width: auto;
  margin: 40px auto 10px;
  height: auto;
  float: none;
}

#Fix-nav #M_basketTemp1 #M_basketClosedBox {
  background: none;
}

#Fix-nav #M_basketClosedBox {
  position: static;
  cursor: pointer;
  text-indent: 0;
  text-align: left;
  width: auto;
  height: auto;
}

#Fix-nav #M_basketClosedBox a {
  font-size: 12px;
  font-size: 0.75rem;
  display: block;
  color: #a40000;
  background-color: #fff;
  width: 80px;
  height: auto;
  text-align: center;
  text-decoration: none;
  padding: 5px 10px;
  border-radius: 3px;
  box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#Fix-nav #M_basketClosedBox a:hover {
  opacity: 0.6;
}

#Fix-nav #M_basketOpenedBox {
  position: absolute;
  right: 120px;
  top: 0;
  width: 200px;
  height: auto;
  background: #fff;
  display: none;
  border: 1px solid #a40000;
}

#Fix-nav #M_headBasketIn {
  font-size: 11px;
  text-align: center;
  padding: 0;
  color: #fff;
  width: 100%;
  margin: 0 auto;
}

#Fix-nav #M_headBasketIn em {
  font-size: 13px;
  color: #fff;
  font-style: normal;
  font-weight: bold;
}

#Fix-nav #LoginBox {
  display: block;
  color: #fff;
  width: 100px;
  height: 45px;
  padding: 65px 10px 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: #05091d url(https://gigaplus.makeshop.jp/shioya/images/common/icon-login-button.png) center 25px no-repeat;
}

#Fix-nav #LoginBox a {
  font-size: 12px;
  font-size: 0.75rem;
  display: block;
  color: #05091d;
  background-color: #fff;
  width: 80px;
  height: auto;
  text-align: center;
  text-decoration: none;
  padding: 5px 10px;
  border-radius: 3px;
  box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#Fix-nav #LoginBox a:hover {
  opacity: 0.6;
}

#Fix-nav #LoginBox .M_helloMsg {
  display: none;
}

#Header {
  position: relative;
  height: 180px;
}

#Header h1 {
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  position: absolute;
}

#Header .logo-area {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 190px;
  height: 200px;
}

#Header #Delivery-banner {
  top: 10px;
  right: 0;
  bottom: auto;
  left: auto;
  position: absolute;
}

#Header #AP-logo {
  top: 15px;
  right: auto;
  bottom: auto;
  left: 200px;
  position: absolute;
}

#Header #Head-nav {
  top: 45px;
  right: 370px;
  bottom: auto;
  left: auto;
  position: absolute;
}

#Header #Head-nav:before, #Header #Head-nav:after {
  content: "";
  display: table;
}

#Header #Head-nav:after {
  clear: both;
}

#Header #Head-nav li {
  display: inline-block;
}

#Header #Head-nav .list-item {
  margin-left: .5em;
}

#Header #Head-nav .icon-arrow {
  font-size: 13px;
  font-size: 0.8125rem;
  padding-left: 8px;
  background: url(https://gigaplus.makeshop.jp/shioya/images/common/ar-01.png) 0 center no-repeat;
}

#Header #Head-nav .button {
  text-align: center;
  width: 100px;
  padding: 5px 10px 5px 30px;
}

#Header #Head-nav .button-login {
  background: #05091d url(https://gigaplus.makeshop.jp/shioya/images/common/icon-login.png) 10px center no-repeat;
}

#Header #Head-nav .button-cart {
  background: #a40000 url(https://gigaplus.makeshop.jp/shioya/images/common/icon-cart.png) 10px center no-repeat;
}

#Header #Head-contact {
  top: 65px;
  right: 0;
  bottom: auto;
  left: auto;
  position: absolute;
  width: 700px;
  padding: 20px 0 0 105px;
  background: url(https://gigaplus.makeshop.jp/shioya/images/common/header-contact-img.png) 0 bottom no-repeat;
}

#Header #Head-contact:before, #Header #Head-contact:after {
  content: "";
  display: table;
}

#Header #Head-contact:after {
  clear: both;
}

#Header #Head-contact .contact-number {
  width: 510px;
  float: left;
}

#Header #Head-contact .contact-number:before, #Header #Head-contact .contact-number:after {
  content: "";
  display: table;
}

#Header #Head-contact .contact-number:after {
  clear: both;
}

#Header #Head-contact .contact-number .contact-copy {
  margin-bottom: 5px;
}

#Header #Head-contact .contact-number .time {
  font-size: 13px;
  font-size: 0.8125rem;
}

#Header #Head-contact .contact-number .tel-group {
  width: 250px;
  float: left;
}

#Header #Head-contact .contact-number .fax-group {
  width: 250px;
  float: right;
}

#Header #Head-contact .contact-button {
  width: 180px;
  float: right;
}

#Header #Head-contact .contact-button .button {
  font-size: 12px;
  font-size: 0.75rem;
  color: #fff;
  text-align: center;
  padding: 8px 5px;
}

#Header #Head-contact .contact-button .button-mail {
  background: #05091d url(https://gigaplus.makeshop.jp/shioya/images/common/icon-mail.png) 15px center no-repeat;
}

#Header #Head-contact .contact-button .button-fax {
  background: #05091d url(https://gigaplus.makeshop.jp/shioya/images/common/icon-download.png) 15px center no-repeat;
  margin-top: 5px;
}

/*=================================================================
Navigation
=================================================================*/
/* グローバルナビ */
#Global-nav .nav-item {
  display: table-cell;
  width: 142px;
  height: 60px;
  text-align: center;
  border-right: 1px solid #05091d;
}

#Global-nav .nav-item:first-child {
  width: 140px;
  border-left: 1px solid #05091d;
}

#Global-nav .nav-item a {
  display: block;
  height: 100%;
  padding-top: 10px;
}

#Global-nav .nav-item a:hover {
  text-decoration: none;
  opacity: 0.6;
}

#Global-nav .nav-item #Nav01 {
  background: url(https://gigaplus.makeshop.jp/shioya/images/common/icon-navi01.png) center 35px no-repeat;
}

#Global-nav .nav-item #Nav02 {
  background: url(https://gigaplus.makeshop.jp/shioya/images/common/icon-navi02.png) center 35px no-repeat;
}

#Global-nav .nav-item #Nav03 {
  background: url(https://gigaplus.makeshop.jp/shioya/images/common/icon-navi03.png) center 35px no-repeat;
}

#Global-nav .nav-item #Nav04 {
  background: url(https://gigaplus.makeshop.jp/shioya/images/common/icon-navi04.png) center 35px no-repeat;
}

#Global-nav .nav-item #Nav05 {
  background: url(https://gigaplus.makeshop.jp/shioya/images/common/icon-navi05.png) center 35px no-repeat;
}

#Global-nav .nav-item #Nav06 {
  background: url(https://gigaplus.makeshop.jp/shioya/images/common/icon-navi06.png) center 35px no-repeat;
}

#Global-nav .nav-item #Nav07 {
  background: url(https://gigaplus.makeshop.jp/shioya/images/common/icon-navi07.png) center 35px no-repeat;
}

/*=================================================================
Contents
=================================================================*/
#Contents:before, #Contents:after {
  content: "";
  display: table;
}

#Contents:after {
  clear: both;
}

#Category-banner .banner-list {
  /* Safari */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

#Category-banner .list-item {
  margin: 0 11px 11px 0;
}

#Category-banner .list-item:nth-child(3n) {
  margin-right: 0;
}

#Main {
  width: 740px;
  float: right;
}

#Main:before, #Main:after {
  content: "";
  display: table;
}

#Main:after {
  clear: both;
}

#Main-col {
  width: 520px;
  float: left;
}

#Right-col {
  width: 220px;
  float: right;
}

#Side {
  width: 220px;
  float: left;
  margin-top: 20px;
}

#Side .title-bar {
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
  margin: 0;
}

#Side .search-title {
  background: url(https://gigaplus.makeshop.jp/shioya/images/side/icon-search.png) 0 center no-repeat;
  padding-left: 25px;
  margin-bottom: 5px;
}

#Side .search-box:before, #Side .search-box:after {
  content: "";
  display: table;
}

#Side .search-box:after {
  clear: both;
}

#Side .search-box input {
  float: left;
  height: 28px;
  width: 186px;
}

#Side .nav-list {
  background-color: #fff;
  border: 1px solid #05091d;
}

#Side .nav-list .list-item {
  border-top: 1px dotted #666;
}

#Side .nav-list .list-item:first-child {
  border: none;
}

#Side .nav-list a {
  display: block;
  line-height: 45px;
  background: url(https://gigaplus.makeshop.jp/shioya/images/common/ar-02.png) 95% center no-repeat;
  padding: 5px 10px;
}

#Side .nav-list a:hover {
  text-decoration: none;
  background-color: #efefef;
}

#Side .nav-list .figure {
  display: inline-block;
  height: 45px;
  margin-right: 10px;
}

#Side .side-info .nav-list {
  padding: 5px 0 10px;
}

#Side .side-info .list-item {
  border: none;
}

#Side .side-info a {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  background: url(https://gigaplus.makeshop.jp/shioya/images/common/ar-01.png) 10px center no-repeat;
  padding: 5px 10px 5px 20px;
}

#Side .side-info a:hover {
  text-decoration: underline;
  background-color: #fff;
}

/*=================================================================
Footer
=================================================================*/
#Totop {
  position: fixed;
  bottom: 50px;
  right: 20px;
}

#Footer {
  font-size: 14px;
  font-size: 0.875rem;
  background-image: url(https://gigaplus.makeshop.jp/shioya/images/common/foot-bg.jpg);
  background-position: center center;
  background-size: cover;
  color: #fff;
  padding: 20px 0;
  margin-top: 60px;
}

#Footer a {
  color: #fff;
}

#Footer .foot-inner {
  /* Safari */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  /* Safari */
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#Footer .foot-block {
  width: 320px;
}

#Footer .foot-block p {
  margin: 0;
}

#Footer .group {
  margin-bottom: 20px;
}

#Footer .heading {
  font-size: 16px;
  font-size: 1rem;
  padding: 0 0 5px;
  border-bottom: 1px solid #fff;
  margin: 0 0 10px;
}

#Footer .title {
  font-size: 14px;
  font-size: 0.875rem;
  color: #f7de09;
  margin: 0;
}

#Footer .card-list {
  margin-top: 10px;
}

#Footer .card-list .list-item {
  display: inline;
}

#Footer .charge {
  margin-top: 20px;
}

#Footer .charge-table {
  margin-top: 10px;
  width: 100%;
  border-collapse: inherit;
  border-spacing: inherit;
  border: 1px solid #fff;
  border-bottom: none;
  border-right: none;
}

#Footer .charge-table th, #Footer .charge-table td {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  padding: .5em;
}

#Footer .charge-table th {
  text-align: left;
}

#Footer .charge-table td {
  text-align: right;
}

#Footer .button-postage {
  background: #fff url(https://gigaplus.makeshop.jp/shioya/images/common/ar-01.png) 240px center no-repeat;
  color: #05091d;
  text-align: center;
  padding: 10px;
  margin-top: 5px;
  font-weight: bold;
}

#Footer .time-chart {
  margin-top: 10px;
}

#Footer .gift-img {
  text-align: center;
  margin-top: 10px;
}

.copyright {
  font-size: 13px;
  font-size: 0.8125rem;
  width: 100%;
  padding: 1em 0;
  margin-top: 30px;
  text-align: center;
}

/*=================================================================

Compornent

=================================================================*/
/* Font
---------------------------------------------------------------- */
#Global-nav, .title-bar, .heading-primary, .heading-border, .sub-title, .page-title, .content-contact .tel .number, #Member .title, #Top-shopinfo .title, .top-category-group .title, #Top-about .about-title, #Top-review .review-title, #About .lead, #About .article-title, #Access-rental-tour .rental-title, #Access-rental-tour .tour-title, #Access-rental-tour .gallery .button, #Category .category-list .list-item .button, #Category .category-name, #r_categoryRecommend .title, #Item-detail .item-name, #Recipe .recipe .recipe-title, .media-list-group .group-heading, #Faq .group-title {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
}

/* Heading
---------------------------------------------------------------- */
.title-bar {
  background: url(https://gigaplus.makeshop.jp/shioya/images/common/bg-side-title.png);
  color: #fff;
  padding: .5em 1em;
}

.heading-primary {
  font-size: 28px;
  font-size: 1.75rem;
  color: #05091d;
  text-align: center;
  margin-bottom: 30px;
}

.heading-primary:after {
  content: '';
  display: block;
  background-image: url(https://gigaplus.makeshop.jp/shioya/images/icons/icon-logo-mark.svg);
  width: 80px;
  height: 51px;
  margin: 15px auto 0;
}

.heading-border {
  font-size: 24px;
  font-size: 1.5rem;
  color: #05091d;
  margin-bottom: 20px;
  padding-bottom: .3em;
  border-bottom: 1px solid #05091d;
}

.sub-title {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 5px;
}

.sub-title + p {
  margin-top: 0;
}

/* button
----------------------------------------------------------------- */
.button {
  display: block;
  border-radius: 3px;
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.2);
}

.button:hover {
  text-decoration: none;
  color: #fff;
  opacity: 0.6;
}

/* table
----------------------------------------------------------------- */
.table-primary {
  width: 100%;
  border-collapse: inherit;
  border-spacing: inherit;
  border: 1px solid #CCCCCC;
  border-bottom: none;
  border-right: none;
}

.table-primary th, .table-primary td {
  border-bottom: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  padding: .5em 1em;
}

.table-primary th {
  background-color: #f2f3f8;
  text-align: left;
}

.table-primary td {
  background-color: #fff;
}

/*=================================================================
Project
=================================================================*/
/* 下層ページタイトル
----------------------------------------------------------------- */
.page-title {
  font-size: 30px;
  font-size: 1.875rem;
  background: url(https://gigaplus.makeshop.jp/shioya/images/common/bg-page-title.png);
  color: #fff;
  padding: 20px 0;
  text-align: center;
}

/* パンくず
----------------------------------------------------------------- */
#breadcrumb {
  background-color: #eee;
  margin: 10px 0 40px;
  padding: 8px 0;
}

#breadcrumb .nav > li {
  display: inline-block;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #05091d;
}

#breadcrumb .nav a {
  text-decoration: underline;
}

/* pager
----------------------------------------------------------------- */
/* grid
----------------------------------------------------------------- */
.row {
  /* Safari */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  /* Safari */
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 769px) {
  .row .col2 {
    width: 360px;
  }
}

@media screen and (max-width: 768px) {
  .row .col2 {
    width: 100%;
    margin-top: 20px;
  }
  .row .col2:first-child {
    margin-top: 0;
  }
}

/* banner
----------------------------------------------------------------- */
.banner-group {
  /* Safari */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  /* Safari */
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.banner {
  margin-bottom: 10px;
}

/* 商品リスト表示
----------------------------------------------------------------- */
.item-group {
  /* Safari */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  /* Safari */
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.item-group .name {
  line-height: 1.2;
  margin: 5px 0 0;
}

.item-group .price {
  margin: 5px 0 0;
  color: #a40000;
  font-weight: bold;
}

/* お問い合わせ
----------------------------------------------------------------- */
.content-contact {
  background-color: #fff;
  padding: 20px;
  border: 1px solid #05091d;
}

.content-contact .title {
  text-align: center;
}

.content-contact .group {
  /* Safari */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* Safari */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.content-contact .tel {
  margin: 0;
  padding: 0 10px;
}

.content-contact .tel a {
  display: block;
  width: 280px;
  text-align: center;
}

.content-contact .tel .number {
  color: #05091d;
  font-weight: bold;
  background: url(https://gigaplus.makeshop.jp/shioya/images/icons/tel.svg) no-repeat 0 center;
  padding-left: 50px;
  line-height: 1;
}

@media screen and (min-width: 769px) {
  .content-contact .tel .number {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 768px) {
  .content-contact .tel .number {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.content-contact .tel .time {
  font-size: 16px;
  font-size: 1rem;
  display: block;
  text-align: center;
}

.content-contact .tel a:hover {
  text-decoration: none;
}

.content-contact .mail {
  padding: 0 10px;
  min-width: 280px;
}

.content-contact .mail .button {
  font-size: 16px;
  font-size: 1rem;
  background: #05091d url(https://gigaplus.makeshop.jp/shioya/images/icons/icon-mail.svg) no-repeat 2em center;
  padding: 1em 2em 1em 4em;
}

/* 会員登録とポイントについて */
#Member .title {
  font-size: 24px;
  font-size: 1.5rem;
}

#Member .member-content {
  margin-top: 20px;
  /* Safari */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

#Member .content-item {
  border: 2px solid #05091d;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 20px 30px 75px;
  margin-top: 10px;
  width: 365px;
}

#Member .content-item:first-child {
  width: 100%;
  margin-top: 0;
}

#Member .content-item:nth-child(2n) {
  margin-right: 10px;
}

#Member #Cont01 {
  background: url(https://gigaplus.makeshop.jp/shioya/images/guide/member-img01.svg) 20px 30px no-repeat;
}

#Member #Cont02 {
  background: url(https://gigaplus.makeshop.jp/shioya/images/guide/member-img02.svg) 20px 30px no-repeat;
}

#Member #Cont03 {
  background: url(https://gigaplus.makeshop.jp/shioya/images/guide/member-img03.svg) 20px 30px no-repeat;
}

#Member #Cont04 {
  background: url(https://gigaplus.makeshop.jp/shioya/images/guide/member-img04.svg) 20px 30px no-repeat;
}

#Member #Cont05 {
  background: url(https://gigaplus.makeshop.jp/shioya/images/guide/member-img05.svg) 20px 30px no-repeat;
}

#Member #Cont06 {
  background: url(https://gigaplus.makeshop.jp/shioya/images/guide/member-img06.svg) 20px 30px no-repeat;
}

#Member #Cont07 {
  background: url(https://gigaplus.makeshop.jp/shioya/images/guide/member-img07.svg) 20px 30px no-repeat;
}

#Member .content-title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  padding: 0 0 10px;
  margin-bottom: 10px;
  border-bottom: 1px dotted #666;
}

/*=================================================================

style info :ユーティリティースタイル

=================================================================*/
/* 非表示 */
.hide {
  display: none !important;
}

/* float・センタリング */
.f-left {
  float: left;
}

.f-right {
  float: right;
}

.box-center {
  margin: 0 auto;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

/* カラー */
.color-red {
  color: #a40000;
}

/* カラー */
.underline {
  text-decoration: underline;
}

/* ボーダー */
.border-L-black {
  border-left: 10px solid #231816;
}

.border-L-red {
  border-left: 10px solid #DB3332;
}

.border-L-green {
  border-left: 10px solid #138C45;
}

.border-L-blue {
  border-left: 10px solid #039BE4;
}

.border-L-yellow {
  border-left: 10px solid #FDD000;
}

/*  フォントサイズ  */
.fz-10 {
  font-size: 10px;
  font-size: 0.625rem;
}

.fz-12 {
  font-size: 12px;
  font-size: 0.75rem;
}

.fz-16 {
  font-size: 16px;
  font-size: 1rem;
}

.fz-18 {
  font-size: 18px;
  font-size: 1.125rem;
}

.fz-20 {
  font-size: 20px;
  font-size: 1.25rem;
}

.fz-24 {
  font-size: 24px;
  font-size: 1.5rem;
}

.fz-30 {
  font-size: 30px;
  font-size: 1.875rem;
}

/*  フォントウェイト  */
.bold {
  font-weight: bold;
}

/*  マージン  */
.mar-t0 {
  margin-top: 0;
}

.mar-t5 {
  margin-top: 5px;
}

.mar-t10 {
  margin-top: 10px;
}

.mar-t15 {
  margin-top: 15px;
}

.mar-t20 {
  margin-top: 20px;
}

.mar-t25 {
  margin-top: 25px;
}

.mar-t30 {
  margin-top: 30px;
}

.mar-t35 {
  margin-top: 35px;
}

.mar-t40 {
  margin-top: 40px;
}

.mar-t45 {
  margin-top: 45px;
}

.mar-t50 {
  margin-top: 50px;
}

.mar-t55 {
  margin-top: 55px;
}

.mar-t60 {
  margin-top: 60px;
}

.mar-r0 {
  margin-right: 0;
}

.mar-r5 {
  margin-right: 5px;
}

.mar-r10 {
  margin-right: 10px;
}

.mar-r15 {
  margin-right: 15px;
}

.mar-r20 {
  margin-right: 20px;
}

.mar-r25 {
  margin-right: 25px;
}

.mar-r30 {
  margin-right: 30px;
}

.mar-r35 {
  margin-right: 35px;
}

.mar-r40 {
  margin-right: 40px;
}

.mar-r45 {
  margin-right: 45px;
}

.mar-r50 {
  margin-right: 50px;
}

.mar-r55 {
  margin-right: 55px;
}

.mar-r60 {
  margin-right: 60px;
}

.mar-b0 {
  margin-bottom: 0;
}

.mar-b5 {
  margin-bottom: 5px;
}

.mar-b10 {
  margin-bottom: 10px;
}

.mar-b15 {
  margin-bottom: 15px;
}

.mar-b20 {
  margin-bottom: 20px;
}

.mar-b25 {
  margin-bottom: 25px;
}

.mar-b30 {
  margin-bottom: 30px;
}

.mar-b35 {
  margin-bottom: 35px;
}

.mar-b40 {
  margin-bottom: 40px;
}

.mar-b45 {
  margin-bottom: 45px;
}

.mar-b50 {
  margin-bottom: 50px;
}

.mar-b55 {
  margin-bottom: 55px;
}

.mar-b60 {
  margin-bottom: 60px;
}

.mar-l0 {
  margin-left: 0;
}

.mar-l5 {
  margin-left: 5px;
}

.mar-l10 {
  margin-left: 10px;
}

.mar-l15 {
  margin-left: 15px;
}

.mar-l20 {
  margin-left: 20px;
}

.mar-l25 {
  margin-left: 25px;
}

.mar-l30 {
  margin-left: 30px;
}

.mar-l35 {
  margin-left: 35px;
}

.mar-l40 {
  margin-left: 40px;
}

.mar-l45 {
  margin-left: 45px;
}

.mar-l50 {
  margin-left: 50px;
}

.mar-l55 {
  margin-left: 55px;
}

.mar-l60 {
  margin-left: 60px;
}

/*=================================================================
Top
=================================================================*/
#Top-image {
  width: 100%;
  overflow: hidden;
  margin-top: 20px;
}

.bx-wrapper .bx-prev {
  background: url(https://gigaplus.makeshop.jp/shioya/images/top/prev.png) 0 0 no-repeat !important;
}

.bx-wrapper .bx-next {
  background: url(https://gigaplus.makeshop.jp/shioya/images/top/next.png) 0 0 no-repeat !important;
}

#Top-main {
  width: 760px;
  margin-left: -20px;
}

#Top-main .textBox {
  border: 2px solid #05091d;
  padding: 20px;
}

#Top-main .textBox p {
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  color: #05091d;
}

#Head-banner {
  margin-bottom: 20px;
}

.main-container:before, .main-container:after {
  content: "";
  display: table;
}

.main-container:after {
  clear: both;
}

#Top-ranking .rank-title {
  text-align: center;
  margin-bottom: 30px;
}

#Top-ranking .list-item {
  width: 166px;
}

#Top-ranking .rank-num {
  text-align: center;
  margin-bottom: 10px;
}

#Top-ranking .rank-img img {
  width: 100%;
  height: auto;
}

#Top-ranking .rank-num {
  display: inline-block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  height: 20px;
}

#Top-ranking #rank1 {
  width: 93px;
  background: url(https://gigaplus.makeshop.jp/shioya/images/top/rank-01.png) 0 0 no-repeat;
}

#Top-ranking #rank2 {
  width: 96px;
  background: url(https://gigaplus.makeshop.jp/shioya/images/top/rank-02.png) 0 0 no-repeat;
}

#Top-ranking #rank3 {
  width: 95px;
  background: url(https://gigaplus.makeshop.jp/shioya/images/top/rank-03.png) 0 0 no-repeat;
}

#Top-ranking .price {
  font-weight: bold;
  color: #a40000;
  margin-top: 5px;
}

#Top-news .news-title {
  font-size: 18px;
  font-size: 1.125rem;
}

#Top-news .woong {
  padding: 5px 0;
  border-bottom: 1px solid #ccc;
}

#Top-news .woong:first-child {
  width: 8em;
}

#Top-news .tolist {
  font-size: 12px;
  font-size: 0.75rem;
  text-align: right;
  padding: 10px 0;
}

#Top-news .tolist:after {
  content: " >";
}

#Top-news .tolist a {
  text-decoration: underline;
}

.split-banner {
  /* Safari */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  /* Safari */
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#Top-shopinfo .title {
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
  border-top: 1px solid #05091d;
  border-bottom: 1px solid #05091d;
  margin-bottom: 0;
  padding: .5em 0;
}

#Top-shopinfo .shop-img img {
  margin-top: 10px;
}

#Top-shopinfo p {
  margin-top: 5px;
}

.top-category-group .list-item {
  width: 200px;
}

.top-category-group .category-heading {
  width: 100px;
  height: 250px;
  border-top: 2px solid #05091d;
  padding: 10px 0 0;
  position: relative;
}

.top-category-group .logo {
  text-align: center;
}

.top-category-group .text {
  margin: 0;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

.top-category-group .description {
  top: 60px;
  right: 10px;
  bottom: auto;
  left: auto;
  position: absolute;
}

.top-category-group .title {
  top: 60px;
  right: auto;
  bottom: auto;
  left: 10px;
  position: absolute;
  font-size: 24px;
  font-size: 1.5rem;
}

.top-category-group .link-more {
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  position: absolute;
  background: #05091d url(https://gigaplus.makeshop.jp/shioya/images/common/ar-03.png) 90px center no-repeat;
  color: #fff;
  padding: 5px 0;
  text-align: center;
  width: 100%;
}

#Top-about {
  padding: 50px;
  background-image: url(https://gigaplus.makeshop.jp/shioya/images/top/bg-about.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}

#Top-about .about-title {
  font-size: 26px;
  font-size: 1.625rem;
  text-align: center;
  position: relative;
  margin-bottom: 50px;
}

#Top-about .about-title:after {
  width: 60px;
  content: "";
  border-bottom: 1px solid #fff;
  top: 0;
  right: 0;
  bottom: -22px;
  left: 0;
  position: absolute;
  position: absolute;
  margin: auto;
}

#Top-about .text {
  font-size: 16px;
  font-size: 1rem;
}

#Top-about .link-more {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  margin: 40px auto 0;
  border: 2px solid #fff;
  background: url(https://gigaplus.makeshop.jp/shioya/images/common/ar-04.png) 90% center no-repeat;
  width: 330px;
  padding: 1em;
  text-align: center;
}

#Top-review .review-title {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 40px;
  color: #05091d;
  background: url(https://gigaplus.makeshop.jp/shioya/images/top/review-heading.png) 0 center no-repeat;
  padding: 0 0 0 50px;
}

#M_reviewPart table {
  width: 100%;
  margin: 0;
}

#Top-seo {
  color: #666;
  border: 1px solid #ccc;
  padding: 20px;
}

/*=================================================================
塩屋醸造について
=================================================================*/
#About {
  /* 塩屋醸造の歩み */
}

#About .lead {
  text-align: center;
  overflow: hidden;
}

#About .lead .lead-title {
  margin: 0 0 .6em;
  font-size: 50px;
  font-size: 3.125rem;
  text-align: center;
}

#About .lead .lead-sub-title {
  font-weight: bold;
  margin: 0;
  font-size: 24px;
  font-size: 1.5rem;
  text-align: center;
}

#About .lead .lead-img {
  margin: 40px 0 40px 30px;
}

#About .lead .lead-text {
  line-height: 2;
  margin: 0;
  font-size: 20px;
  font-size: 1.25rem;
  text-align: center;
}

#About .article-title {
  font-size: 30px;
  font-size: 1.875rem;
  background: url(https://gigaplus.makeshop.jp/shioya/images/about/mark-title.svg) 0 center no-repeat;
  margin-bottom: 10px;
  padding: 0 0 0 60px;
}

#About .article-image {
  margin-bottom: 14px;
}

#About .chronology-list:before, #About .chronology-list:after {
  content: "";
  display: table;
}

#About .chronology-list:after {
  clear: both;
}

#About .chronology-list .date {
  font-weight: bold;
  width: 25%;
  clear: both;
  float: left;
  padding: 15px 0 0;
}

#About .chronology-list .detail {
  padding: 15px 0 15px 25%;
  border-bottom: 1px solid #999;
}

#About .chronology-list .detail:nth-of-type(1) {
  border-top: 1px solid #999;
}

/*=================================================================
アクセス情報／レンタルスペース／蔵見学・体験
=================================================================*/
#Access-rental-tour {
  /* アクセス情報 */
  /* レンタル・見学・体験 */
  /* バーチャル蔵見学 */
}

#Access-rental-tour .access .icon-car {
  background: url(https://gigaplus.makeshop.jp/shioya/images/icons/icon-car.svg) 0 center no-repeat;
  padding-left: 30px;
}

#Access-rental-tour .access .icon-train {
  background: url(https://gigaplus.makeshop.jp/shioya/images/icons/icon-train.svg) 0 center no-repeat;
  padding-left: 30px;
  line-height: 2.14;
}

#Access-rental-tour .access p {
  margin-top: 5px;
}

#Access-rental-tour .access .group {
  margin-top: 20px;
}

#Access-rental-tour .access .group:first-child {
  margin-top: 0;
}

#Access-rental-tour .access .group .title {
  margin: 0;
}

#Access-rental-tour .access #map_canvas {
  width: 100%;
  height: 435px;
}

#Access-rental-tour .access .access-link .button {
  text-align: center;
  color: #05091d;
  padding: 1.5em .5em;
  background-color: #fff;
  background-image: url(https://gigaplus.makeshop.jp/shioya/images/icons/icon-marker.svg), url(https://gigaplus.makeshop.jp/shioya/images/icons/arrow-blue.svg);
  background-repeat: no-repeat, no-repeat;
  background-position: 35% center, 95% center;
}

#Access-rental-tour .access-route {
  background-color: #e4e1d0;
  padding: 20px;
}

#Access-rental-tour .route-container {
  /* Safari */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

#Access-rental-tour .route-item {
  width: 220px;
  margin: 0 20px 20px 0;
}

#Access-rental-tour .route-item:nth-child(3n) {
  margin-right: 0;
}

#Access-rental-tour .link-map {
  margin-top: 10px;
  padding: 1em;
  text-align: center;
  color: #fff;
  background: #a40000 url(https://gigaplus.makeshop.jp/shioya/images/icons/arrow-white.svg) 95% center no-repeat;
}

#Access-rental-tour .rental-title, #Access-rental-tour .tour-title {
  font-size: 26px;
  font-size: 1.625rem;
  margin-bottom: 10px;
}

#Access-rental-tour .rental-text {
  border-bottom: 1px solid #999;
  padding-bottom: .5em;
  margin: 0 0 20px;
}

#Access-rental-tour .rental-fee, #Access-rental-tour .tour-fee {
  margin-top: 20px;
}

#Access-rental-tour .rental-discription {
  text-align: center;
}

#Access-rental-tour .gallery {
  background-color: #e4e1d0;
  padding: 40px;
}

#Access-rental-tour .gallery .gallery-container {
  width: 660px;
  height: 546px;
  margin: 120px auto 0;
  position: relative;
  background: url(https://gigaplus.makeshop.jp/shioya/images/access-rental-tour/kura.png) center center no-repeat;
}

#Access-rental-tour .gallery .button {
  font-size: 30px;
  font-size: 1.875rem;
  background-color: #05091d;
  border: 2px solid #fff;
  border-radius: 10px;
  padding: 5px 10px;
  width: 140px;
  text-align: center;
}

#Access-rental-tour .gallery .button:after {
  content: '';
  display: inline-block;
  background-image: url(https://gigaplus.makeshop.jp/shioya/images/access-rental-tour/icon-camera.svg);
  width: 27px;
  height: 30px;
  vertical-align: middle;
  margin-left: 5px;
}

#Access-rental-tour .gallery #Button-1 {
  top: 419px;
  right: auto;
  bottom: auto;
  left: 122px;
  position: absolute;
}

#Access-rental-tour .gallery #Button-2 {
  top: 260px;
  right: auto;
  bottom: auto;
  left: 500px;
  position: absolute;
}

#Access-rental-tour .gallery #Button-3 {
  top: 159px;
  right: auto;
  bottom: auto;
  left: 500px;
  position: absolute;
}

#Access-rental-tour .gallery #Button-4 {
  top: 88px;
  right: auto;
  bottom: auto;
  left: 500px;
  position: absolute;
}

#Access-rental-tour .gallery #Button-5 {
  top: 7px;
  right: auto;
  bottom: auto;
  left: 500px;
  position: absolute;
}

#Access-rental-tour .gallery #Button-6 {
  top: -70px;
  right: auto;
  bottom: auto;
  left: 250px;
  position: absolute;
}

#Access-rental-tour .gallery #Button-7 {
  top: -33px;
  right: auto;
  bottom: auto;
  left: 5px;
  position: absolute;
}

#Access-rental-tour .gallery #Button-8 {
  top: 74px;
  right: auto;
  bottom: auto;
  left: -6px;
  position: absolute;
}

/*=================================================================
ごち用案内
=================================================================*/
#Guide {
  /* ご注文について */
  /* お支払い方法について */
  /* 送料について */
  /* 配送について */
  /* ラッピングついて */
  /* ポイントついて */
}

#Guide .page-nav {
  /* Safari */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

#Guide .page-nav .nav-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 240px;
  margin: 0 10px 10px 0;
}

#Guide .page-nav .nav-item:nth-child(3n) {
  margin-right: 0;
}

#Guide .page-nav .nav-item > a {
  display: block;
  background: #e4e1d0 url(https://gigaplus.makeshop.jp/shioya/images/common/ar-05.png) 10px center no-repeat;
  color: #05091d;
  padding: 10px 10px 10px 25px;
}

#Guide .page-nav .nav-item > a:hover {
  text-decoration: none;
}

#Guide #Order .chart-list {
  /* Safari */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  /* Safari */
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#Guide #Order .chart-list .list-item {
  width: 80px;
  position: relative;
}

#Guide #Order .chart-list .list-item:after {
  content: "";
  width: 12px;
  height: 25px;
  top: 28px;
  right: auto;
  bottom: auto;
  left: 90px;
  position: absolute;
  background: url(https://gigaplus.makeshop.jp/shioya/images/guide/flow-chart-arrow.png) no-repeat center center;
}

#Guide #Order .chart-list .list-item:last-child:after {
  display: none;
}

#Guide #Order .chart-list .list-text {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  margin-top: 5px;
}

#Guide #Order .block-list .list-item {
  background-color: #eeeeee;
  padding: 30px;
  margin-top: 40px;
  position: relative;
}

#Guide #Order .block-list .list-item:first-child {
  margin-top: 0;
}

#Guide #Order .block-list .list-item:after {
  content: "";
  width: 100%;
  height: 20px;
  top: auto;
  right: auto;
  bottom: -30px;
  left: 0;
  position: absolute;
  background: url(https://gigaplus.makeshop.jp/shioya/images/guide/flow-block-arrow.png) no-repeat center center;
  background-size: 20px 20px;
}

#Guide #Order .block-list .list-item:last-child:after {
  display: none;
}

#Guide #Order .block-list .list-title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  border-bottom: 1px dotted #666;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

#Guide #Payment .daibiki-table th, #Guide #Payment .daibiki-table td {
  width: 50%;
  text-align: center;
}

#Guide #Payment .card-list {
  margin-top: 10px;
}

#Guide #Payment .card-list .list-item {
  display: inline;
}

#Guide #Postage .postage-table th {
  text-align: center;
}

#Guide #Postage .postage-table td {
  text-align: right;
}

#Guide #Delivery .time-list {
  /* Safari */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  /* Safari */
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 10px;
}

#Guide #Delivery .list-item {
  width: 140px;
  background-color: #f7de09;
  font-weight: bold;
  padding: 7px 0;
  text-align: center;
}

#Guide #Wrapping .wrap-content {
  /* Safari */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  /* Safari */
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#Guide #Wrapping .wrap-text {
  width: 480px;
}

#Guide #Wrapping .wrap-figure {
  width: 240px;
}

#Guide #Wrapping .wrap-figure img {
  margin-bottom: 10px;
}

#Guide .point-list {
  margin-top: 10px;
  padding-left: 1em;
}

#Guide .point-copy {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
}

#Guide .point-list li {
  list-style: disc;
}

/*=================================================================
商品紹介
=================================================================*/
/* 検索結果 */
#r_searchInput .search-button {
  background: #555 url(https://gigaplus.makeshop.jp/shioya/images/icons/icon-search.svg) 70px center no-repeat;
  width: 180px;
  padding: 15px 20px;
  margin: 0 auto;
}

#r_resultInfo {
  font-size: 13px;
  font-size: 0.8125rem;
  margin: 20px auto;
}

#r_resultInfo a {
  display: inline-block;
  padding: 5px;
  background-color: #efefef;
}

#r_resultInfo a:hover {
  color: #fff;
  background-color: #666;
  text-decoration: none;
}

/* 商品一覧 */
.item-list {
  /* Safari */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.item-list .list-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 25%;
  margin: 0 0 20px 0;
  padding: 10px;
}

.item-list .imgWrap {
  text-align: center;
}

.item-list .imgWrap img {
  width: 100%;
  height: auto;
}

.item-list .detail {
  margin-top: 10px;
}

.item-list .detail a {
  font-weight: bold;
  text-decoration: underline;
}

.item-list .detail a:hover {
  color: #666;
  text-decoration: none;
}

.item-list .detail .price {
  font-weight: bold;
  color: #a40000;
  margin-top: 5px;
}

/* カテゴリ一覧 */
#Category .category-list {
  /* Safari */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

#Category .category-list .list-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 240px;
  margin: 0 10px 10px 0;
}

#Category .category-list .list-item:nth-child(3n) {
  margin-right: 0;
}

#Category .category-list .list-item .button {
  color: #333;
  background: #fff url(https://gigaplus.makeshop.jp/shioya/images/common/ar-02.png) 95% center no-repeat;
  border-radius: 0;
  border: 1px solid #999;
  padding: 10px;
}

#Category .category-list .list-item .banner-img {
  margin-right: 10px;
}

#Category .category-list .list-item .banner-title {
  font-size: 18px;
  font-size: 1.125rem;
}

#Category .category-name {
  font-size: 30px;
  font-size: 1.875rem;
  border-bottom: 1px solid #05091d;
  margin: 40px 0 20px;
  padding-bottom: 10px;
}

#Category .lead {
  /* Safari */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

#Category .lead-img {
  width: 370px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

#Category .lead-text {
  /* Safari */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 370px;
  min-height: 270px;
  padding: 30px;
  background-color: #e4e1d0;
}

#Category #Miso .lead-img {
  background-image: url(https://gigaplus.makeshop.jp/shioya/images/items/lead-miso-img.jpg);
}

#Category #Syouyu .lead-img {
  background-image: url(https://gigaplus.makeshop.jp/shioya/images/items/lead-syouyu-img.jpg);
}

#Category #Tsukemono .lead-img {
  background-image: url(https://gigaplus.makeshop.jp/shioya/images/items/lead-tsukemono-img.jpg);
}

#Category #Gift .lead-img {
  background-image: url(https://gigaplus.makeshop.jp/shioya/images/items/lead-gift-img.jpg);
}

#Category #Amazake .lead-img {
  background-image: url(https://gigaplus.makeshop.jp/shioya/images/items/lead-amazake-img.jpg);
}

#Category #Other .lead-img {
  background-image: url(https://gigaplus.makeshop.jp/shioya/images/items/lead-other-img.jpg);
}

/* カテゴリーおすすめ商品 */
#r_categoryRecommend .title {
  font-size: 18px;
  font-size: 1.125rem;
  color: #05091d;
  margin-bottom: 10px;
}

#r_categoryRecommend .recommend-box {
  padding: 20px 0;
  border: 1px solid #ccc;
}

#r_categoryRecommend .recommend-box a > img {
  width: 100%;
}

#r_categoryRecommend b {
  color: #a40000;
}

/* 商品詳細 */
#Item-detail .item-name {
  font-size: 24px;
  font-size: 1.5rem;
  border-bottom: 1px solid #05091d;
  padding-bottom: 10px;
}

#Item-detail .detailTxt {
  text-align: left;
}

#Item-detail #detailInfo {
  margin: 20px 0;
}

#Item-detail #detailInfo table #M_usualValue font {
  color: #333;
}

#Item-detail #detailInfo table #M_usualValue #M_price2 {
  font-size: 20px;
  font-size: 1.25rem;
  width: 80px;
  color: #cc0000;
}

#Item-detail #detailInfo select {
  width: 230px;
  margin-top: 5px;
}

#Item-detail #basketBtn:before, #Item-detail #basketBtn:after {
  content: "";
  display: table;
}

#Item-detail #basketBtn:after {
  clear: both;
}

#Item-detail #basketBtn .button {
  width: 42%;
  padding: 15px;
}

#Item-detail #basketBtn .get-button {
  float: left;
  background-color: #a40000;
}

#Item-detail #basketBtn .sugu-button {
  float: right;
  background-color: #f78500;
}

#Item-detail #r_sns li {
  margin-right: 10px;
}

#Item-detail #r_review {
  padding: 20px;
  background-color: #efefef;
}

#Item-detail #r_review .button {
  background-color: #666;
  padding: 5px 10px;
  width: 160px;
  margin-top: 10px;
}

#Item-detail #r_review #M_reviewView {
  font-size: 13px;
  font-size: 0.8125rem;
}

/* 最近チェックした商品 */
#r_recent {
  margin-bottom: 60px;
}

#r_recent #recent .itemBox table {
  width: 160px;
  margin: 0 auto;
}

#r_recent #recent .itemBox img {
  width: 100%;
}

/* 仕込み味噌説明 */
#Shikomi-miso .title-fukidashi {
  margin: 0 0 40px;
  padding: 20px 10px;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  background-color: #05091d;
  line-height: 1;
  position: relative;
}

#Shikomi-miso .title-fukidashi:before, #Shikomi-miso .title-fukidashi:after {
  content: '';
  width: 0;
  height: 0;
  right: 0;
  left: 0;
  bottom: -20px;
  margin: auto;
  position: absolute;
  border-top: 20px solid #05091d;
  border-right: 12px solid transparent;
  border-bottom: 0px solid transparent;
  border-left: 12px solid transparent;
}

#Shikomi-miso .discription-list {
  /* Safari */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

#Shikomi-miso .discription-list .list-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 230px;
  margin: 0 25px 20px 0;
  position: relative;
}

#Shikomi-miso .discription-list .list-item:nth-child(3n) {
  margin-right: 0;
}

#Shikomi-miso .discription-list .list-item:after {
  content: "";
  width: 12px;
  height: 25px;
  top: 103px;
  right: auto;
  bottom: auto;
  left: 237px;
  position: absolute;
  background: url(https://gigaplus.makeshop.jp/shioya/images/guide/flow-chart-arrow.png) no-repeat center center;
}

#Shikomi-miso .discription-list .list-item:nth-child(3n):after, #Shikomi-miso .discription-list .list-item:last-child:after {
  display: none;
}

#Shikomi-miso .discription-list .caption {
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 5px;
  line-height: 1.3;
}

#Shikomi-miso .text-box {
  border: 1px solid #05091d;
  padding: 20px;
  margin-bottom: 20px;
}

#Shikomi-miso .text-box .text-list {
  margin: 15px 0 15px 15px;
}

#Shikomi-miso .text-box .text-list .list-item {
  list-style: disc;
}

#Shikomi-miso .link-cart .button {
  background-color: #a40000;
  width: 300px;
  padding: 20px;
}

/*=================================================================
みそレシピ紹介
=================================================================*/
#Recipe {
  /* レシピ */
}

#Recipe .recipe .recipe-title {
  font-size: 24px;
  font-size: 1.5rem;
  color: #05091d;
  background: url(https://gigaplus.makeshop.jp/shioya/images/icons/icon-recipe.svg) 0 3px no-repeat;
  padding: 0 0 10px 35px;
  border-bottom: 1px solid #05091d;
}

#Recipe .recipe .recipe-group {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #05091d;
  padding: 40px 20px;
}

#Recipe .recipe .ingredients-wrap {
  width: 290px;
}

#Recipe .recipe .ingredients-title {
  font-size: 18px;
  font-size: 1.125rem;
  background-color: #05091d;
  color: #fff;
  padding: .2em;
  text-align: center;
}

#Recipe .recipe .ingredients-item {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 5px 10px;
}

#Recipe .recipe .ingredients-item:nth-child(2n+1) {
  background-color: #e4e1d0;
}

#Recipe .recipe .ingredients-item span {
  display: inline-block;
  width: 48%;
}

#Recipe .recipe .ingredients-item .quantity {
  text-align: right;
}

#Recipe .recipe .method-wrap {
  margin-top: 20px;
}

#Recipe .recipe .method-item {
  padding: 10px 0 10px 30px;
  text-indent: -30px;
  border-top: 1px dotted #666;
}

#Recipe .recipe .method-item:first-child {
  border-top: none;
}

#Recipe .recipe .method-item:before {
  background-color: #05091d;
  color: #fff;
  padding: 2px 8px;
  margin-right: 5px;
}

#Recipe .recipe .num-1:before {
  content: '1';
}

#Recipe .recipe .num-2:before {
  content: '2';
}

#Recipe .recipe .num-3:before {
  content: '3';
}

#Recipe .recipe .num-4:before {
  content: '4';
}

#Recipe .recipe .num-5:before {
  content: '5';
}

#Recipe .recipe .num-6:before {
  content: '6';
}

#Recipe .recipe .item-link {
  background: #05091d url(https://gigaplus.makeshop.jp/shioya/images/icons/arrow-white.svg) 95% center no-repeat;
  margin: 20px auto 0;
  padding: 10px;
  text-align: center;
  width: 300px;
}

/*=================================================================
メディア掲載実績
=================================================================*/
.media-list-group .group-heading {
  font-size: 24px;
  font-size: 1.5rem;
  border-bottom: 1px solid #333;
  padding-bottom: 10px;
}

.media-list-group .block-list {
  /* Safari */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.media-list-group .list-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 240px;
  margin: 0 10px 10px 0;
}

.media-list-group .list-item:nth-child(3n) {
  margin-right: 0;
}

.media-list-group .list-meta {
  font-size: 13px;
  font-size: 0.8125rem;
  background-color: #f4f4f2;
  padding: 10px 15px;
}

.media-list-group .list-meta .title {
  font-weight: bold;
  text-align: center;
}

.media-list-group .list-meta .exerpt {
  margin-top: 5px;
}

.media-link .button-title {
  text-align: center;
  margin-bottom: 10px;
}

.media-link .icon-file:before {
  content: url(https://gigaplus.makeshop.jp/shioya/images/icons/icon-file.svg);
  margin-right: 1em;
  vertical-align: top;
}

.media-link .button-text {
  margin: 0;
}

.media-link .button {
  padding: 20px 30px 20px 20px;
  color: #05091d;
  background: #f4f4f2 url(https://gigaplus.makeshop.jp/shioya/images/icons/arrow-blue.svg) 95% center no-repeat;
}

/* 受賞歴 */
.award-list:before, .award-list:after {
  content: "";
  display: table;
}

.award-list:after {
  clear: both;
}

.award-list .date {
  font-weight: bold;
  width: 25%;
  clear: both;
  float: left;
  padding: 15px 0 0;
}

.award-list .detail {
  padding: 15px 0 15px 25%;
  border-bottom: 1px solid #999;
}

/*=================================================================
よくあるご質問
=================================================================*/
#Faq .group-title {
  color: #05091d;
  font-size: 24px;
  font-size: 1.5rem;
}

#Faq .article-title {
  font-size: 18px;
  font-size: 1.125rem;
  color: #05091d;
  background: url(https://gigaplus.makeshop.jp/shioya/images/icons/arrow-blue-down.svg) right center no-repeat;
  border-bottom: 1px solid #999;
  text-indent: -1.3em;
  padding: 15px 0 15px 1.3em;
  margin: 0;
  cursor: pointer;
}

#Faq .article-title:hover {
  opacity: 0.6;
}

#Faq .article-title:before {
  content: 'Q.';
  font-weight: normal;
  margin-right: 5px;
}

#Faq .article-title.active {
  background: url(https://gigaplus.makeshop.jp/shioya/images/icons/arrow-blue-up.svg) right center no-repeat;
}

#Faq .article-content {
  background-color: #e4e1d0;
  padding: 20px;
  margin-top: 10px;
}

/*=================================================================
特定商取引
=================================================================*/
#Ordercontract {
  width: 740px;
  margin-top: -20px;
}

/*=================================================================
サイトマップ
=================================================================*/
.sitemap-container .list-item {
  padding: 20px 0;
  border-bottom: 1px solid #999;
}

.sitemap-container .list-item:first-child {
  border-top: 1px solid #999;
}

.sitemap-container .list-item a {
  font-size: 18px;
  font-size: 1.125rem;
  color: #05091d;
  position: relative;
  padding-left: 30px;
}

.sitemap-container .list-item a:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #05091d;
  top: 3px;
  right: auto;
  bottom: auto;
  left: 0;
  position: absolute;
}

/*----------------------------------------------------
	お知らせ
----------------------------------------------------*/
/* お知らせ一覧 */
table .lims {
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
}

/* お知らせ詳細 */
#News-detail .head {
  padding-bottom: 10px;
}

#News-detail .date {
  font-size: 12px;
  font-size: 0.75rem;
  color: #999;
  font-weight: normal;
  margin-right: 1em;
}

#News-detail .title {
  font-size: 18px;
  font-size: 1.125rem;
}

#News-detail .content {
  text-align: left;
}

#News-detail .next {
  font-size: 12px;
  font-size: 0.75rem;
  text-align: right;
  border-top: 1px dotted #666;
  padding: 10px 0;
}

#News-detail .next:after {
  content: " >";
}

#News-detail .next a {
  text-decoration: underline;
}

#News-detail .tolist .button {
  background-color: #666;
  width: 200px;
  padding: 10px;
}

/*=================================================================
	買い物カゴ #basket
=================================================================*/
#Basket {
  width: 740px;
  margin: 0;
}

#Basket #r_basket {
  margin-bottom: 60px;
}

#Basket #r_basket .btnWrap .button {
  padding: .5em 1em;
}

#Basket #r_basket .btnWrap .btnBack {
  float: left;
  margin-left: 10px;
}

#Basket #r_basket .btnWrap .btnBack:before, #Basket #r_basket .btnWrap .btnBack:after {
  content: "";
  display: table;
}

#Basket #r_basket .btnWrap .btnBack:after {
  clear: both;
}

#Basket #r_basket .btnWrap .btnBack .button {
  display: inline-block;
  background-color: #05091d;
}

#Basket #r_basket .btnWrap .btnOrder {
  float: right;
  margin-right: 10px;
}

#Basket #r_basket .btnWrap .btnOrder .button {
  background-color: #a40000;
}

#Basket #basketTable {
  width: 100%;
  border-collapse: inherit;
  border-spacing: inherit;
  border: 1px solid #CCCCCC;
  border-bottom: none;
  border-right: none;
  margin-top: 30px;
}

#Basket #basketTable th, #Basket #basketTable td {
  border-bottom: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  padding: 1em .5em;
  text-align: center;
}

#Basket #basketTable th {
  background-color: #f2f3f8;
  white-space: nowrap;
}

#Basket #basketTable td {
  background-color: #fff;
}

#Basket #basketTable .basketNum {
  width: 30px;
  padding: 0;
}

#Basket #basketTable .basketImg {
  width: 56px;
}

#Basket #basketTable .basketName {
  width: 310px;
  text-align: left;
}

#Basket #basketTable .basketMatomegai {
  margin-top: 4px;
  display: inline-block;
}

#Basket #basketTable .basketMatomegai a {
  border: 1px solid #999;
  padding: 2px 5px;
  font-size: 11px;
  display: inline-block;
  border-radius: 2px;
  color: #999;
  text-decoration: none;
}

#Basket #basketTable .basketMatomegai a:hover {
  background: #999;
  color: #fff;
}

#Basket #basketTable .quantityWrap {
  display: table;
}

#Basket #basketTable .quantityInput, #Basket #basketTable .basketQunantity, #Basket #basketTable .quantityAmend {
  display: table-cell;
  vertical-align: middle;
  padding: 0 2px;
}

#Basket #basketTable .basketQuantity td {
  border: none;
  padding: 0;
}

#Basket #basketTable .basketQuantity .quantityAmend .button {
  font-size: 12px;
  font-size: 0.75rem;
  background-color: #05091d;
  width: 30px;
  padding: 2px 5px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#Basket #basketTable .basketPrice {
  width: 90px;
}

#Basket #basketTable .basketOption {
  text-align: left;
  margin-top: 4px;
}

#Basket #basketTable .basket_option_mulopt_box {
  margin-left: 0 !important;
  padding-left: 10px;
}

#Basket #basketTable .basket_option_mulopt_box select {
  width: 80%;
}

#Basket #basketTable .basketHaisou {
  padding: 0;
}

#Basket #basketTable .carriageWrap {
  margin: 10px;
}

#Basket #basketTable .basketHaisou p {
  text-align: right;
}

#Basket #basketTable .basketHaisou .carriageMsg1 {
  color: #cc0000;
}

#Basket #basketTable .basketHaisou .carriageMsg2 {
  font-size: 11px;
}

#Basket #basketTable .basketBtns {
  width: 30px;
}

#Basket #basketTable .basketBtns .button {
  font-size: 12px;
  font-size: 0.75rem;
  background-color: #05091d;
  width: 30px;
  padding: 2px 5px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#Basket #basketTable .basketBtns img {
  margin-bottom: 2px;
}

#Basket #basketTable .basketTotal {
  text-align: right;
  background: #f2f3f8;
}

#Basket #basketTable .basketTotal em {
  font-weight: bold;
  font-size: 20px;
  color: #cc0000;
  text-align: right;
}

#Basket #basketTable .basketTotal a {
  text-decoration: underline;
  margin-left: 4px;
}

#Basket #basketTable .basketTotal a:hover {
  text-decoration: none;
}

#Basket #basketTable .totalWrap {
  width: 70%;
  margin: 0 0 0 auto;
}

#Basket #basketTable .totalItem {
  float: left;
  clear: left;
  width: 65%;
  text-align: right;
  margin-top: 5px;
}

#Basket #basketTable .totalPrice {
  text-align: right;
}

#Basket #basketTable .matomegaiWrap {
  margin-bottom: 4px;
}

#Basket #basketTable .basketEmpty p {
  text-align: center;
  margin: 10px auto;
}

/* Amazonボタン */
.amazonButtonWrap {
  margin-top: 10px;
}

.amazonButton {
  width: 205px;
}

/* お気に入りリスト */
#wishTable {
  width: 100%;
}

#wishTable th, #wishTable td {
  text-align: center;
  border-bottom: 1px solid #b2b2b2;
  padding: 6px;
}

#wishTable th {
  border-top: 2px solid #b2b2b2;
  border-bottom: 1px dashed #b2b2b2;
}

#wishTable .wishName {
  text-align: left;
  width: 240px;
}

#wishTable .wishQuantity input {
  margin-right: 4px;
}

/*=================================================================
送料無料キャンペーン
=================================================================*/
#Campaign .link-list {
  /* Safari */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

#Campaign .link-list .list-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 240px;
  margin: 0 10px 20px 0;
}

#Campaign .link-list .list-item:nth-child(3n) {
  margin-right: 0;
}

#Campaign .link-list .list-item .fig img {
  width: 100%;
}

#Campaign .link-list .list-item .name {
  text-align: center;
  margin-top: 10px;
  font-weight: bold;
}
