@charset "euc-jp";

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

	共通

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

body {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
}

/* ヘッダー
-------------------------------------------------- */
header {
  position: fixed;
  left:0;
  position:fixed;
  top:0;
  width:100%;
  z-index:9999;
}
.header_wrap {
  width: 1000px;
  height: 70px;
  background: #fff;
}
/* 1000px以下 */
@media screen and (max-width: 1000px){
	.header_wrap {
		width: 100%;
	}
}

.header_logo { padding: 14px 0 12px; text-align: center; }
.header_logo_img { text-align: center; }
.header_logo_img img { height: 44px; }

.header_cart { padding: 20px 20px 20px 0; text-align: right; }
.header_cart img { height:30px; }



/* フッター
-------------------------------------------------- */
footer {
  font-size: 12px;
  font-family: sans-serif;
}
/* 1000px以下 */
@media screen and (max-width: 1000px){
  footer {
    margin: 0 -20px;
	}
}
.footer_shoppingguide {
  padding: 20px 20px 10px;
  background: #f7f7f7;
}
.footer_shoppingguide h2 {
  margin: 0;
  padding: 0 0 15px;
  font-size: 14px;
  font-family: serif;
}
.footer_shoppingguide dl {
  margin: 0 0 20px;
}
.footer_shoppingguide dt {
  font-weight: bold;
  margin: 0 0 10px;
  padding-top: 5px;
  border-top: 1px solid #ddd;
}
.footer_info {
  padding: 25px 20px;
  text-align: center;
}
.footer_info address {
  margin: 0;
  color: #aaa;
  font-family: verdana, sans-serif;
}


/* コンテンツ
-------------------------------------------------- */
#side {
  margin: 20px 0 50px;
}

#contents {
  margin: 20px 0 50px;
}
.contents_wrap {
  margin: 70px 0 0 0;
}
/* 768px以下の表示 */
@media (max-width: 768px) {
  #contents {
    padding-left: 0;
    padding-right: 0;
  }
}



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

	下層ページ

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

/* トップ：スライドショー
-------------------------------------------------- */
.slider .bx-wrapper .bx-viewport {
  -moz-box-shadow: none;
	-webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  left: 0;
}
/* スマホで画像を横幅いっぱいにする */
@media (max-width: 768px) {
  .slider_wrap {
    margin: -20px -20px 0;
  }
}



/* 商品一覧
-------------------------------------------------- */
.product_list_name { }
.product_list_price { margin: 5px 0 0 0; }
/* SOLD OUT */
.product_list_price_line { color: #999; text-decoration: line-through; }
.product_list_price_sold { display: block; color: #e73656; }



/* 商品詳細
-------------------------------------------------- */
/* 商品画像 */
.product-image-main img { width: 100%; }
.product-image-thumb { margin: 10px -1% 0; }
.product-image-thumb img { cursor: pointer; }

/* 価格 */
.product_page_price {
  font-size: 20px;
  text-align: center;;
}
/* 価格割引 */
.product_page_price_discount { margin-bottom: 5px; font-size: 14px; }
.product_page_price_discount_line { color: #999; text-decoration: line-through; }
.product_page_price_discount_off { color: #E73656; }

/* カートに入れるボタン */
.disable_cartin .btn-addcart {
  background: #444;
  border: none;
  color: #fff;
}

/* 商品説明 */
.product-order-exp a {
  color: #1779ba;
  text-decoration: underline;
}
  a:hover, a:focus { color: #1468a0; }



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

基本CSSの追加

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

/* アイコンの追加
-------------------------------------------------- */
/* icon-circled_info */
.icon-b.icon-circled_info, .icon-w.icon-circled_info { background-position: -272px -80px; }
.icon-lg-b.icon-circled_info, .icon-lg-w.icon-circled_info { background-position: -408px -120px; }

/* icon-cart */
.icon-b.icon-cart, .icon-w.icon-cart { background-position: -176px -64px; }
.icon-lg-b.icon-cart, .icon-lg-w.icon-cart { background-position: -264px -96px; }
