@charset "euc-jp";

/* -------------------------------------------------------------------------
reset
------------------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
	display: block;
}

nav ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content: none;
}

a {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom: 1px dotted #000;
	cursor: help;
}

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

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input, select {
	vertical-align: middle;
}

/* -------------------------------------------------------------------------
clearfix
------------------------------------------------------------------------- */

.cf {
  zoom: 1;
}

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

/* -------------------------------------------------------------------------
追記
------------------------------------------------------------------------- */

html {
	height: 100%;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.txt_large {
	font-size: 21px;
	font-family: Courier, sans-serif;
	padding: 15px 0;
}

.red {
	color: red !important;
}

.result {
	text-align: center;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 50px;
}

#brand_list {
	position: fixed;
	top: 40px;
	left: 40px;
}

#brand_list div {
	margin-bottom: 15px;
}

#brand_list div span {
	font-size: 10px;
}

#brand_list ul li {
	list-style: none;
	line-height: 1.6;
}

#season_list {
	position: fixed;
	top: 300px;
	left: 40px;
}

#season_list div {
	margin-bottom: 15px;
}

#season_list div span {
	font-size: 10px;
}

#season_list ul li {
	list-style: none;
	line-height: 1.6;
}

.sell_btn {
	position: fixed;
	left: 40px;
	bottom: 40px;
}

.sell_btn a{
	display: block;
	padding: 10px 20px;
	background: #1E2C45;
	color: #fff;
	font-size: 12px;
	text-decoration: none;
}

.sell_btn a:hover{
	background: #fffd54;
	color: #000;
}

#search_cart {
	position: fixed;
	z-index:10;
	top: 40px;
	right: 40px;
}

#search_box {
	padding: 1px 5px;
	margin: 0 10px 0 0;
	width: 154px;
	height: 22px;
	border: 2px solid #000;
	border-radius: 0;
	-moz-border-radius: 0;
	font-size: 12px;
	color: #000;
	font-family: Courier, sans-serif;
}

#search_btn {
	vertical-align: middle;
	background: #1b2c47;
	color: #fff;
	font-family: Courier, sans-serif;
	font-size: 12px;
}

#view_cart {
	margin-top: 30px;
	float: right;
}

#view_cart a {
	display: block;
	background: url(https://img05.shop-pro.jp/PA01313/338/etc/ico_cart2.png?cmsp_timestamp=20180906185549) left top no-repeat;
	background-size: 19px;
	padding: 2px 0 2px 24px;
	letter-spacing: 1px
}

#shop_menu {
	position: fixed;
	top: 400px;
	right: -105px;
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg); 
	transform-origin: center top;
}

#shop_menu li {
	margin-right: 30px;
	display: inline;
	list-style: none;
}

#shop_menu li:last-child {
	margin-right: 0;
}

.btn-addcart {
	background: #1E2C45 !important;
}

.btn-addcart:hover {
	background: #ffff00 !important;
	color: #000 !important;
	border: 1px solid #ffff00 !important;
}

#search_btn:hover {
	background: #ffff00 !important;
	color: #000 !important;
	border: 1px solid #ffff00 !important;
}

#sp-only {
	position: relative;
	display: none;
}

#sp_view_cart  {
	position: fixed;
    z-index: 11;
	top: 18px;
	right: 18px;
}

#sp_view_cart a {
	display: block;
	width: 14px;
	height: 10px;
   padding: 5px;
	background: url(https://img05.shop-pro.jp/PA01313/338/etc/ico_cart2.png?cmsp_timestamp=20180906185549) center center no-repeat;
	background-size: 19px;
}

#sp_view_cart a span{
	display: none;
}

#menu-btn {
	position: fixed;
	z-index: 102;
	top: 13px;
	left: 18px;
	width: 26px;
	height: 30px;
	cursor: pointer;
}
#menu-btn span {
    display: block;
    width: 26px;
    height: 2px;
    position: absolute;
    background: #000;
    transition: all 0.3s;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    -ms-transition: -ms-transform 0.3s;
}
#menu-btn span:first-child {
	top: 6px;
}
#menu-btn span:nth-child(2) {
	margin-top: -1px;
	top: 50%;
}
#menu-btn span:last-child {
    bottom: 6px;
}
#menu-btn.active span:first-child {
	-webkit-transform: translateY(8px) rotate(45deg);
	-moz-transform: translateY(8px) rotate(45deg);
	-ms-transform: translateY(8px) rotate(45deg);
	transform: translateY(8px) rotate(45deg);
}
#menu-btn.active span:nth-child(2) {
    opacity: 0;
}
#menu-btn.active span:last-child {
    -webkit-transform: translateY(-8px) rotate(-45deg);
    -moz-transform: translateY(-8px) rotate(-45deg);
    -ms-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg);
}
#menu-btn.active span {
    background: #fff;
}

#menu {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 12;
	width: 100%;
	height: 100%;
	background: rgba(27,44,71,0.95);
}
#menu-inner {
	position: absolute;
	top: 50%;
	width: 84%;
	margin-top: -160px;
	color: #fff;
	font-size: 12px;
	padding: 0 8%;
}
#menu-inner section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 30px;
}
#menu-inner section strong {
	display: block;
	width: 40%;
	padding-top: 5px;
}
#menu-inner section .right {
	width: 60%;
}

#menu-inner section ul {
	list-style: none;
}
#menu-inner section ul li {
	float: left;
	width: 50%;
}
#menu-inner section ul li a {
	display: block;
	color: #fff;
	padding: 5px 0;
}
#buy_btn {
	position: absolute;
	bottom: 20px;
	width: 100%;
}
#buy_btn a {
   display: block;
   background: #fff;
   border-radius: 4px;
   margin: 0 5%;
   padding: 15px 0 13px;
   color: #1b2c47;
   font-size: 13px;
   font-weight: 700;
   text-align: center;
}

#sp_view_cart2  {
	position: absolute;
	top: 18px;
	right: 18px;
}

#sp_view_cart2 a {
	display: block;
	width: 14px;
	height: 10px;
   padding: 5px;
	background: url(https://img05.shop-pro.jp/PA01313/338/etc/ico_cart3.png?cmsp_timestamp=20180906220205) center center no-repeat;
	background-size: 19px;
}

#sp_view_cart2 a span{
	display: none;
}

/* -------------------------------------------------------------------------
テンプレート
------------------------------------------------------------------------- */

#page-wrapper {
  position: relative;
 font-family: Courier, '游ゴシック Medium', 'Yu Gothic Medium', YuGothic, -apple-system, BlinkMacSystemFont, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', meiryo, sans-serif;
 font-size: 13px;
}
#wrapper {
  padding-top: 1em;
}
.container {
  max-width: 1080px;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  border: 1px solid #ccc;
  background-color: #fff;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  outline: 0;
  outline: thin dotted \9;
  border-color: rgba(82, 168, 236, 0.8);
}

.muted {
  color: #999;
}

body {
  color: #000;
  background-color: #fff;
  background-image: url(https://img.shop-pro.jp/tmpl_img/69/bg.gif);
  min-height: 100%;
}

a {
  color: #000;
}
  a:hover {
    color: #000;
  }
  a:focus {
  outline: none;
}

a.muted:hover,
a.muted:focus {
  color: #808080;
}

.text-warning {
  color: #c09853;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #a47e3c;
}

.text-error {
  color: #b94a48;
}

a.text-error:hover,
a.text-error:focus {
  color: #953b39;
}

.text-info {
  color: #3a87ad;
}

a.text-info:hover,
a.text-info:focus {
  color: #2d6987;
}

.text-success {
  color: #468847;
}

a.text-success:hover,
a.text-success:focus {
  color: #356635;
}

.btn-01 {
  border: 1px solid #000;
  background-color: #000;
  color: #fff;
  *background-color: #000;
}

  .ttl-h2 {
    position: relative;
  }
  .ttl-h2:before {
    position: absolute;
    top: 50%;
    z-index: -1;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #ccc;
    content: "";
  }
  .ttl-h2 span {
    padding: 0 2em;
    background-color: #fff;
  }

.btn-01 {
  border: 1px solid #000;
  background-color: #000;
  color: #fff;
  *background-color: #000;
}

.btn-01:hover,
.btn-01:focus,
.btn-01:active,
.btn-01.active,
.btn-01.disabled,
.btn-01[disabled] {
  border: 1px solid #000;
  background-color: #000;
  color: #fff;
  *background-color: #000;
}

.btn-02 {
  border: 1px solid #000;
  background-color: #000;
  color: #fff;
  *background-color: #000;
}

.btn-02:hover,
.btn-02:focus,
.btn-02:active,
.btn-02.active,
.btn-02.disabled,
.btn-02[disabled] {
  border: 1px solid #000;
  background-color: #000;
  color: #fff;
  *background-color: #000;
}
.product-order-num input {
  border-color: #000;
}

/*
 * icon
 */
.icon-b,
.icon-w {
  display: inline-block;
  width: 16px;
  height: 16px;
  *display: inline;
  *zoom: 1;
}
.icon-b {
  background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon16_b.png);
}
.icon-w {
  background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon16_w.png);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz--device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon-b,
  .icon-w {
    -webkit-background-size: 368px 320px;
    background-size: 368px 320px;
  }
  .icon-lg-b,
  .icon-lg-w {
    -webkit-background-size: 552px 480px;
    background-size: 552px 480px;
  }
  .icon-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon16_2x_b.png);
  }
  .icon-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon16_2x_w.png);
  }
  .icon-lg-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon24_2x_b.png);
  }
  .icon-lg-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon24_2x_w.png);
  }
}
.icon-cart { background-position: -176px -64px; }
.icon-user { background-position: -208px -0px; }
.icon-adduser { background-position: -240px -0px; }
.icon-logout { background-position: -32px -80px; }
.icon-login { background-position: -48px -80px; }
/* icon large */
.icon-twitter { background-position: -144px -264px; }
.icon-facebook { background-position: -192px -264px; }
.icon-instagram { background-position: -168px -288px; }
.icon-mail { background-position: -96px -0px; }
.icon-lg-w.icon-cart { background-position: -264px -96px; }
.icon-lg-w.icon-chevron_up { background-position: -0px -216px; }
.icon-lg-w.icon-chevron_down { background-position: -528px -192px; }
.icon-lg-w.icon-plus { background-position: -312px -120px; }
.icon-lg-w.icon-minus { background-position: -288px -120px; }

.icon-lg-b,
.icon-lg-w {
  width: 24px;
  height: 24px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.icon-lg-b {
  background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon24_b.png);
}
.icon-lg-w {
  background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon24_w.png);
}


/*
 * header
 */
#header-wrapper {
  margin-bottom: 3.5em;
}
.header-link a {
  color: #000;
}

/* header-line-nav */
.header-line-nav li {
  padding-top: 5px;
}
  .header-line-nav a {
    cursor: pointer;
  }
  .header-line-nav span {
    float: left;
    padding-left: 4px;
    font-size: 12px;
    line-height: 1.5em;
  }
  .header-line-nav .icon-b,
  .header-line-nav .icon-w {
    float: left;
  }
.view-cart {
  position: relative;
  top: -6px;
  padding-top: 0 !important;
}
.btn-viewcart {
  padding: 1px 15px 0 13px;
}

/* header logo */
.shop-name {
  clear: both;
  margin: 60px 0 80px;
  text-align: center;
  font-size: 24px;
}
.shop-description {
  font-size: 12px;
  font-weight: normal;
  color: #000;
}

/* header global nav */
#header-global-nav {
  margin: 1.8em 21%;
  text-align: center;
  font-size: 13px;
}
  #header-global-nav li {
    margin: 0 0 6px;
    padding: 0;
  }
    #header-global-nav li a {
      display: inline-block;
      padding: 5px 13px 6px;
      background: #1b2c47;
      color: #fff;
    }
    #header-global-nav li a.new {
      background: #e8e9ec;
      color: #000;
    }

/* incart delivery */
.incart-delivery {
  float: right;
}
  .incart-delivery ul {
    margin: 0;
    padding: 10px 12px;
    background-color: #d9edf7;
    color: #31708f;
    list-style: none;
    font-size: 12px;
  }

/*
 * product list
 */

.prd-lst-unit {
  margin-bottom: 70px;
  padding: 0 40px;
}
.prd-lst-unit a {
  display: block;
  overflow: hidden;
  margin-bottom: 10px;
}
.prd-lst-img {
  display: block;
  margin: 0 auto;
  transform: scale(1);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s  ease-in-out;
}
.prd-lst-img:hover {
  transform: scale(1.08);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s  ease-in-out;
}
.prd-lst-span {
  display: block;
  margin: .3em 0;
  font-size: 12px;
}
.prd-lst-name {
  font-size: 18px;
  line-height: 23px;
}
.prd-lst-name a span {
  font-size: 12px;
}
.prd-lst-price {
  color: #000;
  font-size: 12px;
  line-height: 5px;
}
.prd-lst-regular {
  text-decoration: line-through;
}
.prd-lst-discount {
  color: #b81717;
}

/* product list sort */
.prd-lst-sort {
  margin: 3em 0;
  color: #888;
  text-align: center;
  font-size: 12px;
}

/* prduct list pager */
.prd-lst-pager {
  text-align: center;
}
.prd-lst-pos {
  padding: 30px 0;
}
.prd-lst-pos b {
  font-size: 15px;
  font-weight: normal;
}

/*
 * product

.product-image-thumb img {
  border: 2px solid #fff;
}
.thumb-active img {
  border: 2px solid #000;
}

 */

/*
 * footer
 */

#footer-wrapper {
  padding-top: 3em;
}
.footer-primary {
  border-right: 1px solid #e7e7e7;
}

/* footer nav */
.footer-nav {
  list-style: none;
  margin: 0;
}
  .footer-nav li {
    margin: .8em 0;
  }
.footer-primary {
  padding: .3em 0;
}
  .footer-primary li {
    margin-right: 25px;
    margin-left: 5px;
  }
  .footer-primary a {
    color: #000;
  }
  .freepage-nav {
    margin-right: 10%;
    margin-bottom: 1.5em;
    padding-bottom: .8em;
    border-bottom: 1px solid #e7e7e7;
  }
.footer-secondary {
  padding: .3em 0;
  font-size: 12px;
}
  .footer-secondary li {
    margin-left: 10%;
  }
  .footer-secondary li:before {
    margin-right: 4px;
    color: #abaaaa;
    content: "-";
  }
  .footer-secondary a {
    color: #abaaaa;
  }

/* social icon */
.social-nav {
  text-align: center;
  margin: 2em 0;
}

/* copyright */
.copyright {
  margin: 3em 0;
  text-align: center;
}
.powered {
  display: block;
  margin: .5em auto 0;
  width: 180px;
  height: auto;
}

/* pagetop */
#pagetop {
  position: fixed;
  right: 30px;
  bottom: 40px;
  display: none;
}
.btn-pagetop {
  display: block;
  padding: .8em .4em .8em .5em;
}


@media (max-width: 980px) {
  #base_gmoWrapp,
  #gmo_CMSPbar {
    overflow: hidden;
    min-width: 100% !important;
    width: 100% !important;
  }
  .container {
    max-width: 1080px;
    width: 90%;
  }
  #header-global-nav {
    margin: 40px 5% 0;
  }
  #header-global-nav li {
    margin: 0 0 6px;
    font-size: 10px;
  }
}
@media (max-width: 768px) {
  body {
  border: none;
}
#wrapper {
    padding-top: 3em;
  }
  .container {
    width: auto;
  }
#product {
    margin-top: 100px;
  }
#search_cart {
	position: inherit;
	text-align: center;
}

#view_cart {
	margin: 20px auto 40px auto;
	float: none;
	width: 100px;
}
  
#brand_list {
	display: none;
	position: inherit;
}

#brand_list div {
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
}

#brand_list ul {
	width: 100%;
	margin-bottom: 30px;
	text-align: center;
}

#brand_list ul li {
	display: inline-block;
	background: #000;
	margin-bottom: 10px;
}

#brand_list ul li a {
	padding: 5px;
	display: block;
	color: #fff;
}

#season_list {
	display: none;
	position: inherit;
}

#season_list div {
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
}

#season_list ul {
	width: 100%;
	margin-bottom: 30px;
	text-align: center;
	overflow: hidden;
}

#season_list ul li {
	width: 48%;
	border-bottom: 1px dashed #000;
	float:left;
}

#season_list ul li:nth-child(2n){
	float: right;
}

#season_list ul li a {
	padding: 10px 0;
	display: block;
}
  
.sell_btn {
	display: none;
}

#shop_menu {
	display: none;
}

.prd-lst-unit {
  margin-bottom: 50px;
  padding: 0 30px;
}
  .header-dropdown {
    position: absolute;
    top: 0;
    z-index: 200;
    width: 100%;
    border-bottom: 1px solid #000;
    background-color: #fff;
  }
  .header-dropdown.affix {
    position: fixed;
  }
    .header-dropdown .dropdown-nav li {
      border-bottom: 1px solid #cccccc;
      text-align: center;
    }
    .header-dropdown .dropdown-nav a {
      display: block;
      padding: 10px 0;
    }
    .header-dropdown .dropdown-nav a:hover {
      background: #000;
      color: #fff;
      text-decoration: none;
    }
    .header-dropdown .btn-dropdown {
      padding-left: 34px;
      font-size: 16px;
      line-height: 1.6;
    }
    
    .header-dropdown .btn-dropdown-close {
      opacity: 0.3;
    }
  .view-cart {
    position: static;
  }
    .view-cart a {
      background-color: #000;
      color: #fff;
    }
    .view-cart span {
      display: block;
      width: 130px;
      margin: 0 auto;
    }
    .view-cart .icon-w {
      float: left;
      margin-top: -2px;
    }
  .incart-delivery {
    padding-top: 20px;
    float: none;
  }
  .prd-lst-sort {
    font-size: 14px;
  }
  .footer-primary,
  .footer-secondary {
    padding: 0;
    border: none;
  }
  .footer-nav {
    margin: 0;
    padding: 0;
    border-bottom: 3px double #e7e7e7;
  }
    .footer-primary .footer-nav:first-child {
      border-top: 3px double #e7e7e7;
    }
  .footer-nav li {
    margin: 0;
    font-size: 14px;
    border-top: 1px solid #e7e7e7;
  }
    .footer-nav li:first-child {
      border-top: none;
    }
  .footer-nav li:before {
    display: none;
  }
  .footer-nav a {
    display: block;
    padding: 1em;
    color: #000;
  }
  .footer-nav a:hover {
    text-decoration: none;
  }
  .icon-b,
  .icon-w {
    display: inline-block;
    width: 24px;
    height: 24px;
    *display: inline;
    *zoom: 1;
  }
  .icon-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon24_b.png);
  }
  .icon-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon24_w.png);
  }
  .icon-cart { background-position: -264px -96px; }
  .icon-list { background-position: -288px -144px; }
  .icon-chevron_thin_up { background-position: -192px -216px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz--device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon-b,
    .icon-lg-b {
      background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon24_2x_b.png);
    }
    .icon-w,
    .icon-lg-w {
      background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon24_2x_w.png);
    }
    .icon-b,
    .icon-w {
      -webkit-background-size: 552px 480px;
      background-size: 552px 480px;
    }
  }
  #view_cart {
    display: none;
  }
  #sp-only {
	display: block;
  }
  #menu-inner {
	font-size: 15px;
  }
  #menu-inner section ul li a{
    padding: 8px 0;
  }
  #buy_btn a {
   padding: 20px 0 15px;
   font-size: 16px;
  }
}
@media (max-width: 480px) {
  #header-wrapper {
     margin-bottom: 20px;
  }
.shop-name {
     width: 140px;
	  margin: 20px auto 40px;
	}
  .shop-name a img {
  width: 100%;
    height: auto;
  }
.ttl-h2 span {
    padding: 0 10px;
    font-size: 14px;
  }
  .prd-lst-unit {
    width: 50%;
    margin-bottom: 30px;
  }
  .prd-lst-unit:nth-child(odd) {
     padding: 0 10px 0 0;   
  }
  .prd-lst-unit:nth-child(even){
     padding: 0 0 0 10px;   
  }
  .prd-lst-name {
    font-size: 12px;
    line-height: 1.4;
  }
  .prd-lst-name a {
     display: block;
     margin: 0 0 5px;
  }
  .prd-lst-name a span {
    display: block;
    margin-top: 2px;
    font-size: 10px;
  }
  .prd-lst-price {
     display: block;
     line-height: inherit;
     font-size: 10px;
  }
  .prd-lst-soldout {
     display: block;
     line-height: inherit;
     font-size: 10px;
  }
  #header-global-nav {
    margin: 30px 2%;
  }
  #header-global-nav li a {
    padding: 7px 13px 5px;
  }
  #menu-inner {
	font-size: 12px;
  }
  #menu-inner section ul li a{
    padding: 5px 0;
  }
  #buy_btn a {
   padding: 15px 0 12px;
   font-size: 13px;
  }
  .item_desc {
    padding: 30px 0 60px !important;
  }
  .copyright {
    font-size: 10px;
  }
  #product {
    margin-top: 100px;
  }
}

/* IE用 */
.ie_wrapper.container {
  width: 1000px;
  overflow: auto;
}

/* 20160516追加 */
.info{
  padding-bottom: 30px;
  text-align: center;
}