/* ************************************************ 
 * ------------------------------------------------
 *	共通設定
 * ------------------------------------------------
 * ************************************************ */
 
/* --- Reset Start --- 
   --- 各ブラウザ間の表示を統一する為の記述です --- */

/* default property reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, table, td, th, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
li {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
   
body * { line-height:1.22em; word-break:break-all; }
/* line-height:1.22em;について */
/*
各フォントサイズ毎に行間を算出する指定です。
この指定を削除すると、全体の行間は統一される為、
見た目のレイアウトが変更される場合があります。
*/

/* --- Reset End --- */

/* =====================================================================
*    Yahoo UI Library Fonts CSS
*    Copyright (c) 2009, Yahoo! Inc. All rights reserved.
*    http://developer.yahoo.com/yui/license.txt
*    version: 2.7.0
*    
*    Font-size Adjustment
*    
*    77% = 10px	|	122% = 16px	|	167% = 22px	
*    85% = 11px	|	129% = 17px	|	174% = 23px
*    92% = 12px	|	136% = 18px	|	182% = 24px
*    100% = 13px	|	144% = 19px	|	189% = 25px
*    107% = 14px	|	152% = 20px	|	197% = 26px
*    114% = 15px	|	159% = 21px	|
* =================================================================== */

 
body {
	font-size:13px;
	/* for IE6/7 */ 
	*font-size:small;
	/* for IE Quirks Mode */
	*font:x-small; 
}

table {
	font-size: inherit;
	font: 100%;
}
 
select, input, textarea {
	font-size: 99%;
}


/* =====================================================================
*    Basic Format
* =================================================================== */

* {
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
}

html,body {
	height: 100%;
}

body {
	line-height:2.0;
	line-height: 2.0;
	letter-spacing: 0.07em;
	text-align:center;
	font-size:13px;
	color:#000000;
	background-color: #fff;
}

/* =====================================================================
*    Basic Font Format
* =================================================================== */
body {
	font-family: Verdana, 'ＭＳ Ｐゴシック', 'MS P Gothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, sans-serif;
}
*:first-child+html body {
	font-family: 'ＭＳ Ｐゴシック', 'MS P Gothic', 'メイリオ', Meiryo, sans-serif;
}
* html body {
	font-family: 'ＭＳ Ｐゴシック', 'MS P Gothic', 'メイリオ', Meiryo, sans-serif;
}

img {
	 vertical-align:bottom;
	}

.bold {
	font-weight:bold;
	}

.cell_mar {
	margin:0px 5px 0px 15px;
	}

a:link    {color:#000000;text-decoration:underline;}
a:visited {color:#000000;text-decoration:underline;}
a:active  {color:#000000;text-decoration:underline;}
a:hover   {color:#B80B00;text-decoration:underline;}


/* ************************************************ 
 *	ヘッダーメニュー
 * ************************************************ */

#header {
	margin-bottom: 40px;
}
h2#site-title {
	width: 348px;
	margin: 0 auto 40px auto;
}

.title {
	width:950px;
	height:80px;
	font-weight:bold;
	text-align:center;
	margin-bottom:0px;
	color:#0000cc;
	font-size:10px;
	}

.title a         {color:#0000cc;}
.title a:link    {color:#0000cc; text-decoration:none;}
.title a:visited {color:#0000cc; text-decoration:none;}
.title a:active  {color:#0000cc; text-decoration:none;}
.title a:hover   {color:#0000cc; text-decoration:none;}

#globalnavi {
	padding: 2px 0;
	background: url('https://img21.shop-pro.jp/PA01505/502/etc/navi-line.gif') no-repeat left top;
}
#globalnavi ul {
	width: 920px;
	letter-spacing: -.4em;
	text-align: center;
}
#globalnavi ul li {
	display: -moz-inline-box; /*for Firefox 2*/
    display: inline-block; /*for modern*/
    /display: inline; /*for ie5〜7*/
    /zoom: 1; /*for ie5〜7*/
    letter-spacing: normal;
}
#globalnavi ul li.navi03 {
	margin-right: 15px;
}
#globalnavi ul li.navi07 {
	margin-left: 15px;
}
#globalnavi ul li a {
	display: block;
	text-decoration: none;
}


/* ************************************************ 
 *	コンテンツ共通
 * ************************************************ */

#page {
	width: 100%;
	min-width: 960px;
	position: relative;
}
h1#site-description {
	height: 24px;
	color: #666464;
	line-height: 24px;
	font-size: 77%;
	font-weight: bold;
	letter-spacing: 0.2em;
	background-color: #EFEFE9;
}
#container {
	width: 920px;
	margin: auto;
	padding-top: 35px;
}
#main {
	width: 920px;
}
#content {
	float: left;
	width: 660px;
	text-align: left;
}
h3.main_title {
	width:660px;
	margin-bottom: 30px;
}
#gift {
	width: 153px;
	height: 130px;
	position: absolute;
	top: 0;
	right: 50px;
}



/* ------------------------------------- 
 *	トップ
 * ------------------------------------- */

#mainphoto {
	display: none;
}



/* ************************************************ 
 *	左側メニュー
 * ************************************************ */
#sidebar {
	width: 200px;
	float: right;
	text-align: left;
}

.side-btn {
	margin-bottom: 10px;
}
.btn-cart {
	margin-bottom: 40px;
}

h3.side-cat-title {
	margin-bottom: 20px;
}
ul.side-cat-navi {
	margin-bottom: 20px;
	padding-bottom: 1px;
	background: url('https://img21.shop-pro.jp/PA01505/502/etc/side-line.gif') no-repeat left bottom;
}
ul.side-cat-navi li {
	margin-bottom: 20px;
}
ul.side-cat-navi li a { text-decoration: none; }
ul.side-cat-subnavi {
	margin-bottom: 20px;
	padding-bottom: 20px;
	background: url('https://img21.shop-pro.jp/PA01505/502/etc/side-line.gif') no-repeat left bottom;
}
ul.side-cat-subnavi li {
	font-size: 85%;
	line-height: 1.5;
	text-align: left;
	margin-bottom: 10px;
}
ul.side-cat-subnavi li a {
	font-weight: 600;
}

.sidemenu {
	margin-bottom: 20px;
	padding-bottom: 20px;
	background: url('https://img21.shop-pro.jp/PA01505/502/etc/side-line.gif') no-repeat left bottom;
}
.search {
	padding: 0;
	background: none;
}

.side-title {
	margin-bottom: 10px;
}
.feed {
	text-align: center;
	margin-bottom: 20px;
}


.side_text {
	text-align:center;
	padding:5px 10px;
	background:#FFFFFF
	}
	
.side_text_members,
.side_text_cart {
	display:block;
}
	
.side_text ul li{
	padding-bottom:10px;
	}
	
.side_text ul li img{
	vertical-align:middle;
	}
	
.side_cat_bottom {
	width:195px;
	height:2px;
	background:#FFFFFF url(https://img.shop-pro.jp/tmpl_img/32/left-navi_bg03.gif) 0px 0px no-repeat;
	}

.side_bottom {
	display:block;
	width:195px;
	height:2px;
	background:#FFFFFF
	}
	
.st_contents {
	overflow:hidden;
	width:175px;
	text-align:left;
	}

.side_text a         {color:#000000; text-decoration:underline;}
.side_text a:link    {color:#000000; text-decoration:underline;}
.side_text a:visited {color:#000000; text-decoration:underline;}
.side_text a:active  {color:#000000; text-decoration:underline;}
.side_text a:hover   {color:#B80B00; text-decoration:underline;}

#manager_name {
	margin:5px 0px;
	font-weight:bold;
	text-align:center;
}


/* ------------------------------------- 
 *	商品カテゴリｰエリア背景色
 * ------------------------------------- */
.side_cat_bg {
	margin-bottom:25px;
	}

.side_cat_text {
	width:195px;
	background:#FFFFFF;
	overflow:hidden;
	}
	
.side_cat_text_group {
	width:195px;
	background:#FFFFFF;
	overflow:hidden;	
}
	
.side_cat_text .st_contents {
	border-top:1px #e6e6e6 solid;
}

.side_cat_text_group .st_contents {
	border-top:1px #e6e6e6 dotted;
}
	
.side_cat_text .st_contents,
.side_cat_text_group .st_contents{
	padding:10px;
	background:#FFFFFF url(https://img.shop-pro.jp/tmpl_img/32/left-navi_bg.gif) 0px 0px repeat-y;
	}
	
.side_cat_text .st_contents a,
.side_cat_text_group .st_contents a {
	background:transparent url(https://img.shop-pro.jp/tmpl_img/32/rs_m_rect.gif) 0px 3px no-repeat;
	padding-left:15px;
}
	
.side_cat_img {
	padding:10px 0px 0px;
	}

.side_cat_text a,.side_cat_text_group a                 {color:#0000cc; text-decoration:underline;}
.side_cat_text a:link ,.side_cat_text_group a:link      {color:#0000cc; text-decoration:underline;}
.side_cat_text a:visited,.side_cat_text_group a:visited {color:#0000cc; text-decoration:underline;}
.side_cat_text a:active,.side_cat_text_group a:active   {color:#0000cc; text-decoration:underline;}
.side_cat_text a:hover,.side_cat_text_group a:hover     {color:#B80B00; text-decoration:underline;}

/* ------------------------------------- 
 *	カートの中 - 商品名・価格ボタン色/枠線色
 * ------------------------------------- */
.cart_item {
	width:175px;
	overflow:hidden;
	margin:3px 0px 3px 0px;
	padding:5px;
	font-size:10px;
	border-left:3px solid #6699CC;
	border-right:3px solid #6699CC;
	}
.incart_name {
	text-align:left;
}
.subtotal {
	padding:5px 0;
}
.stotal {
	text-align:right;
}
.total {
	padding:5px 0;
	border-top:1px dotted #C3C3C3;
	text-align:right;
	margin:0;
}

.postage {
	border-top:1px solid #C3C3C3;
	border-bottom:1px solid #C3C3C3;
	padding:5px 0;
}

.postage li {
	margin:5px 0;
	color:red;
	text-align:left;
}

.viewcart {
	padding:5px 0;
	text-align:center;
}	
/* ------------------------------------- 
 *	会員専用ページ
 * ------------------------------------- */
#btn_members_login,
#btn_members_logout,
#btn_members_signup{
	text-align:center;
	}

#btn_members_signup span,
#btn_members_logout span {
	display:block;
	font-size:10px;
	line-height:1.1em;
	padding:8px 0px 3px;
	text-align:center;
	}

/* ------------------------------------- 
 *	商品検索
 * ------------------------------------- */
.side_form_select {
	width:175px;
	margin-bottom:5px;
	}

.side_form_input {
	width:120px;
	margin-right:5px;
	}
	

/* ************************************************ 
 *	フッターメニュー
 * ************************************************ */

.pagetop {
	width: 920px;
	margin: 30px auto;
	text-align: right;
}
.pagetop a {
	font-size: 92%;
}

#footer {
	width: 100%;
	margin-top: 80px;
	padding: 30px 0 100px 0;
	background-color: #000000;
}
#footer #copyright p {
	font-size: 77%;
	letter-spacing: 0.2em;
	text-align:center;
	color:#ffffff;
}

#footer a         {color:#000000; text-decoration:underline;}
#footer a:link    {color:#000000; text-decoration:underline;}
#footer a:visited {color:#000000; text-decoration:underline;}
#footer a:active  {color:#000000; text-decoration:underline;}
#footer a:hover   {color:#B80B00; text-decoration:none;}

#footer #LM {
font-size: 77%;
color:#fff;
letter-spacing: 0.1em;
margin-top: 10px;
}
#footer #LM a {
color:#fff;
text-decoration:underline;
}
#footer #LM a:hover,
#footer #LM a:foucs {
text-decoration:none;
}

	
/* ------------------------------------- 
 *	会員専用価格の表示　トップページ用
 * ------------------------------------- */
.regular_price_top {
	padding:0px;
	margin:0px;
	text-decoration:line-through;
	color:#999999;
	}

.price_top {
	padding:0px;
	margin:0px;
	font-size: 85%;
	color: #808080;
	}

.discount_rate_top {
	padding:0px;
	margin:0px;
	color:#333333;
	}
	
.common_image img{
	margin-bottom:15px;
	display:block;
}

	
/* ------------------------------------- 
 *	コンテンツ下部 決済・配送方法指定
 * ------------------------------------- */
#shop_info {
	margin-top:60px;
}

#shop_info_pay .tit,
#shop_info_deli .tit {
	
}

#shop_info .cont {
	padding:15px 20px;
}

#shop_info_pay {background:transparent url(https://img.shop-pro.jp/tmpl_img/32/shop_info_pay_bg.gif) 0px 0px repeat-y;}
#shop_info_deli {background:transparent url(https://img.shop-pro.jp/tmpl_img/32/shop_info_deli_bg.gif) 0px 0px repeat-y;}

#right_pay_deli_bg {
	height:2px;
	background:transparent url(https://img.shop-pro.jp/tmpl_img/32/right-pay_deli_bg.gif) 0px 0px no-repeat;
	width:660px;
}


/* ************************************************ 
 *	TOPコンテンツ
 * ************************************************ */

/* ------------------------------------- 
 *	お知らせエリア
 *	箇条書きでお知らせを掲載する際にご利用ください
 *	※初期設定では適用されていません
 * ------------------------------------- */
.info_block {
	width: 660px;	
}
	
.info_title {
	font-weight:bold;
	margin:0px 0px 10px;
}

.info_text {
	color:#000000;
	}


/* ------------------------------------- 
 *	フリースペース
 * ------------------------------------- */
.free_space {
	text-align:left;
	color: #000000;
	background: url('https://img21.shop-pro.jp/PA01505/502/etc/map-europe.gif') no-repeat right top;
}
.free_space h3 {
	margin-bottom: 40px;
}
.free_space h4 {
	font-size: 205%;
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ＭＳ Ｐ明朝","MS PMincho",serif;
	letter-spacing: 0.25em;
	line-height: 1.4;
	margin-bottom: 20px;
}
.free_space p {
	font-size: 100%;
	letter-spacing: 0.1em;
	line-height: 2.0;
}


/* ------------------------------------- 
 *	ぱんくずリスト
 * ------------------------------------- */

.footstamp {
	font-size: 77%;
	color:#000000;
	margin-bottom: 30px;
	padding: 6px 9px;
	background-color: #EFEFE9;
}

.footstamp a         {color:#000000; text-decoration:underline;}
.footstamp a:link    {color:#000000; text-decoration:underline;}
.footstamp a:visited {color:#000000; text-decoration:underline;}
.footstamp a:active  {color:#000000; text-decoration:underline;}
.footstamp a:hover   {color:#B80B00; text-decoration:underline;}


.footstamp .separate {
	padding: 0 2px;
}
.txt-f10 {
	font-size: 77%;
}

.footstamp img {
	vertical-align:middle;
}

/* ------------------------------------- 
 *	商品一覧表示のレイアウト
 * ------------------------------------- */
.product_list {
	width: 690px;
	letter-spacing: -.4em;
	margin-right: -30px;
	overflow: hidden;
}
.product_item {
	display: -moz-inline-box; /*for Firefox 2*/
    display: inline-block; /*for modern*/
    /display: inline; /*for ie5〜7*/
    /zoom: 1; /*for ie5〜7*/
    vertical-align: top;
    letter-spacing: normal;
    text-align: center;
	width: 200px;
	margin: 0 30px 30px 0;
}

.product_item .name {
	font-size: 92%;
	line-height: 1.6;
	text-align: left;
	margin: 15px 0 10px 0;
}
.product_item .name a {
	text-decoration: none;
}
	
.product_item .name img{
	display: block;
}

.product_item .price {
	color: #808080;
	text-align: left;
	letter-spacing: 0.1em;
}

.product_item .expl {
	color:#333333;
	line-height:120%;
	text-align:left;
	margin:5px 0px;
	}

.product_list a         {color:#000000; text-decoration:underline;}
.product_list a:link    {color:#000000; text-decoration:underline;}
.product_list a:visited {color:#000000; text-decoration:underline;}
.product_list a:active  {color:#000000; text-decoration:underline;}
.product_list a:hover   {color:#B80B00; text-decoration:underline;}


/* ------------------------------------- 
 *	商品が無い時の表示
 * ------------------------------------- */
.nodata {
	padding-top:20px;
	text-align:center;
	}

/* ------------------------------------- 
 *	最近チェックした商品
 * ------------------------------------- */

.ci_main_title {
	font-weight: normal;
	margin-bottom: 30px;
	text-align: left;
}

.checkitem_list {
	width: 690px;
	letter-spacing: -.4em;
	margin-right: -30px;
	overflow: hidden;
}
.checkitem {
	display: -moz-inline-box; /*for Firefox 2*/
    display: inline-block; /*for modern*/
    /display: inline; /*for ie5〜7*/
    /zoom: 1; /*for ie5〜7*/
    vertical-align: top;
    letter-spacing: normal;
	width: 200px;
	margin: 0 30px 30px 0;
}
.checkitem .name { margin: 15px 0 10px 0; }
	
.checkitem .price {
	font-weight:bold;
}

.checkitem .ci_img {
}


/* =====================================================================
*    Margin
* =================================================================== */

.mgT5 {margin-top:5px;}
.mgT10 {margin-top:10px;}
.mgT15 {margin-top:15px;}
.mgT20 {margin-top:20px;}
.mgT40 {margin-top:40px;}
.mgB2 {margin-bottom:2px;}
.mgB5 {margin-bottom:5px;}
.mgB10 {margin-bottom:10px;}
.mgB15 {margin-bottom:15px;}
.mgB20 {margin-bottom:20px;}
.mgB30 {margin-bottom:30px;}
.mgB40 {margin-bottom:40px;}
.mgL5 {margin-left:5px;}
.mgL10 {margin-left:10px;}
.mgL20 {margin-left:20px;}
.mgR5 {margin-right:5px;}
.mgR10 {margin-right:10px;}
.mgR20 {margin-right:20px;}
.mgR21 {margin-right:21px;}
.pdT10 {padding-top:10px;}
.pdL5 {padding-left:5px;}
.pdL10 {padding-left:10px;}
.pdR20 {padding-right:20px;}
.pdR25 {padding-right:25px;}


/* =====================================================================
*    Float
* =================================================================== */

.flL {float:left;}
.flR {float:right;}

/* =====================================================================
*    Align
* =================================================================== */

.alL {text-align:left;}
.alC {text-align:center;}
.alR {text-align:right;}

.lh18 { line-height: 1.8; }
.red { color: red; }

/* =====================================================================
*    clearfix
* =================================================================== */

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display:inline-block;
}
/* Hides from IE-mac \*/
*html .clearfix {
	height:1%;
}
.clearfix {
	display:block;
}
/* End hide from IE-mac */