@charset "utf-8";

/************************************************
 共通設定
************************************************ */



body {
    background: #fff;
    color: #666;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 72.5%;
    line-height: 150%;
    letter-spacing: 0.1em;
}

/* 写真 */
img.picture {
    border: 1px solid #ccc;
}


/* ==============================================
 フレーム
=============================================== */
/* 全体を包括 */
.frame_outer {
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

/* コンテンツ（メインカラム・レフトカラム） */
#container {
    margin: 0 auto;
    padding: 0px 0;
    width: 100%;
    background: #fff;
    text-align: left;
}


.txt_center{
	text-align: center;
}


/* ==============================================
 カラム指定
=============================================== */
/* ヘッダーとフッターの上下
[注意]ブロック移動時はbloc.css内で調整が必要 */
#topcolumn,
aside#rightcolumn {
    background: #fff;
    text-align: left;
	width:97%;
	padding:1.5%;
}
#bottomcolumn,
#footerbottomcolumn {
    text-align: left;
	width:100%;
}

/* レフトカラム */
aside#side {
	width:97%;
	padding:0 1.5%;
}

/* メイン　1カラム設定 */
#one_main {
	width:100%;
	//padding:0 1.5%;
}

/* メイン　2カラム設定 */
#two_main {
	width:97%;
	padding:0 1.5%;
}

/* ==============================================
 ユーティリティ
=============================================== */
/* フロート回り込み解除
----------------------------------------------- */
.clearfix:after {
    display: block;
    clear: both;
    height: 0px;
    line-height: 0px;
    visibility: hidden;
    content: ".";
}
.clearfix {
    display: block; /* for IE8 */
}
.clear {
    clear: both;
}
/* clearfix */
.cf { zoom: 1; }
.cf:before, .cf:after { content: ""; display: table; }
.cf:after { clear: both; }

/* リンク指定
----------------------------------------------- */
a:link,
a:visited,
#news_area .news_title a span {
    color: #666;
    text-decoration: none;
}
a:link:hover,
a[href]:hover,
#news_area .news_title a span:hover {
    color: #f60;
}

#pagetop,
#pagetop a {
	display:none;
}


/* フォント
----------------------------------------------- */
h1,
h2,
h3,
h4,
h5 {
    font-size: 100%;
    line-height: 150%;
}

h3{
    font-size: 120% !important;
    margin-bottom:10px !important;
}

/*ポイント*/
.point {
}
.user_name {
    font-weight: bold;
}
.recommend_level {
    color: #ecbd00;
}

.attention {
    color: #f00;
}

.attention_B {
    color: #f00;
    font-size: 130%;
}

.price_B {
    font-size: 130%;
}

.attentionSt {
    color: #f00;
    font-weight: bold;
}
.st {
    font-weight: bold;
}
.mini {
    font-size: 90%;
}


/* 行揃え
----------------------------------------------- */
.alignC {
    text-align: center;
}
.alignR {
    text-align: right;
}
.alignL {
    text-align: left;
}
.pricetd em {
    font-weight: bold;
}


/* フォーム
----------------------------------------------- */
select {
    border: solid 1px #ccc;
    font-size:130%;
}

.box40 {
    width: 40px;
}
.box50 {
    width: 50px;
}
.box60 {
    width: 60px;
}
.box100 {
    width: 100px;
}
.box120 {
    width: 120px;
}
.box140 {
    width: 140px;
}
.box145 {
    width: 145px;
}
.box150 {
    width: 150px;
}
.box240 {
    width: 240px;
}
.box300 {
    width: 280px;
}
.box320 {
    width: 280px;
}
.box350 {
    width: 280px;
}
.box380 {
    width: 280px;
}

/* フォームが縦に重なり合う場合に併用する余白 */
.top { /* FIXME 簡素な単語は、単独で、込み入った指定に使用しない */
    margin-bottom: 5px;
}


/* タイトル
----------------------------------------------- */

h2.title {
    margin-bottom: 10px;
    padding: 5px 10px;
    font-size: 120%;
	background:#634E42;
	color:#FFF;
}
h1.title {
    margin-bottom: 10px;
    padding: 5px 10px;
    font-size: 150%;
	background:#634E42;
	color:#FFF;
}

h3.title {
    margin-bottom: 10px;
    padding: 5px 10px;
    font-size: 100%;
	background:#634E42;
	color:#FFF;
}


.main .sub_area h3,
#undercolumn_login .login_area h3,
#undercolumn_shopping h3,
#undercolumn_cart h3 {
	margin-bottom:10px;
    font-size: 120%;
	border-bottom:3px solid #ddd;
}

div#undercolumn_login .login_area h4 {
	border-left:5px #666 solid;
	padding-left:5px;
	margin-bottom:10px;
}


/* ==============================================
 ヘッダー
=============================================== */

/* スマホ用レスポンシブナビメニュー
→ responsive_nav.css　詳細設定→ js/jquery.meanmenu/meanmenu.css
----------------------------------------------- */
header nav {
	display:none;
}

/* レイアウト
----------------------------------------------- */
#header_wrap {
	background: #fff;
}
#header {
	position:relative;
    width: 100%;
}
#logo_area {
	clear:both;
    width: 100%;
    text-align:center;
}
#header_utility {
	display:none;
}

#errorHeader {
    color: #F00;
    font-weight: bold;
    font-size: 12px;
    background-color: #FEB;
    text-align: center;
    padding: 0.5%;
}

/* ヘッダー上部ポップアップ
----------------------------------------------- */
/* クリック対象 */
.header_nav_btn {
	position:absolute;
	top:10px;
	left:0%;
	z-index:200;
	//width:90%;
}

.header_nav_btn ul li.nav_btn {
	float:left;
	margin-left:10px;
}
.header_nav_btn ul li.nav_btn img {
	width:25px;
}
.header_nav_btn ul div.txt {
	display:none;
}
/* ポップアップ */
.header_nav_btn ul .popup {
	display:none;
	position:absolute;
	top:30px;
	left:0;
	z-index:300;
	padding:10px;
	width:100%;
	//height:200%;
	
	background-color:#FFF;
	border:#CCC 1px solid;
	box-shadow: 1px 1px 3px #000;
	-moz-box-shadow: 1px 1px 3px #000;　/* Firefox用 */  
	-webkit-box-shadow: 1px 1px 3px #000;　/* Safari,Google Chrome用 */ 
}


.header_nav_btn li.nav_btn a,
.header_nav_btn li.nav_btn a.true {
	cursor:pointer;
}
.header_nav_btn ul .no_popup {
	display:none;
}

/* ロゴ
----------------------------------------------- */
/*サイト概要文*/
#site_description {
	display:none; /*スマホ・タブレット非表示*/
}
#logo_area h1 {
	padding:10px 20px;
}
#logo_area h1 img {
	max-width:100%;
}


/* ==============================================
 フッター
=============================================== */
#footer_wrap {
    margin: 0 auto;
    width: 100%;
    height: 80px;
}
#footer {
    margin: auto;
    width: 100%;
}
#copyright {
    width: 98%;
	padding:0 1%;
    text-align:center;
    font-size: 97%;
}



/* =============================================
 ボタン
============================================== */

/* 共通 */
.btn_area {
    margin-top: 10px;
    width: 100%;
    text-align: center;
}
.btn_area input {
	cursor:pointer;
	padding:10px 0;
	text-align:center;
	font-size:150%;
}
.btn_area a,
.btn_area a:hover {
	color:#333;
	padding:15px 0;
		font-size:150%;
}

.btn_area li {
	text-align:center;
}
.btn_area li.center {
	width:100%;
	margin-left:2%;
}
.btn_area li.left {
	float:left;
	width:46%;
	margin-left:2%;
}
.btn_area li.right {
	float:right;
	width:46%;
	margin-right:2%;
}
.btn_area li a {
	display:block;
	margin:0 auto;
}

/* 
 ▼ヘッダーポップアップ
----------------------------- */
/*ログイン*/
.b_login_header {
	width:80%;
	font-size: 12px;
	color:#333;
	background: #f7f7f7;
	border: 1px solid #666;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.b_login_header:hover {
	background: #ddd;
}

/*新規会員登録*/
/*同じ→会員登録する*/

/*ログイン後のMYページ*/
.b_mypage_header {
	color:#333;
	display:block;
	background: #f7f7f7;
	border: 1px solid #666;
	width: 100%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.b_mypage_header:hover {
	background: #ddd;
}

/*ログアウト*/
.b_logout_header {
	color:#333;
	display:block;
	background: #ccc;
	border: 1px solid #666;
	width: 100%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.b_logout_header:hover {
	background: #aaa;
}

/*検索*/
/*同じ→商品検索*/

/*カゴの中を見る*/
.b_cart {
	display:block;
	margin:0 auto;
	width:100%;
	color:#333;
	background: #f7f7f7;
	border: 1px solid #666;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.b_cart:hover {
	background: #ddd;
}
/* 
 ▲ヘッダーポップアップ
----------------------------- */

/*ログイン（ブロック）*/
.b_login_bloc {
	width:80%;
	margin:0 auto;
	color:#333;
	background: #f7f7f7;
	border: 1px solid #666;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.b_login_bloc:hover {
	background: #ddd;
}

/*商品検索*/
.b_search {
	width:10%;
	color:#333;
	background: #f7f7f7;
	border: 1px solid #666;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	cursor:pointer;
    display:inline;
    font-size:130%;
}

.b_search:hover {
	background: #ddd;
}

/* 商品一覧ページ　商品詳細を見る */
.b_detail {
	display:block;
	margin:0 auto;
	width:80%;
	background: #f7f7f7;
	border: 1px solid #666;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
a.b_detail, a.b_detail:hover {
	color:#333;
}
.b_detail:hover {
	background:#ddd;
}

/* 商品一覧ページ　カゴに入れる */
.b_cartin {
	width:80%;
	color:#333;
	background: #fff;
	border: 1px solid #666;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	cursor:pointer;
}
.b_cartin:hover {
	background: #ddd;
}

/* 商品詳細ページ　カゴに入れる・お気に入りボタン */
/* → contents.css */

/*新規コメントを書き込む*/
.b_review {
	text-align:center;
	float: right;
	color:#333;
	background: #fff;
	border: 1px solid #999;
	padding: 3px 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.b_review:hover {
	background: #ddd;
}
a.b_review,
a.b_review:hover {
	color:#333;
}

/*同意して会員登録*/
.b_yes_entry {
	color:#333;
	background: #f7f7f7;
	border: 1px solid #666;
	width:80%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.b_yes_entry:hover {
	background: #ddd;
}

/*同意しない*/
.b_no_entry {
	background: #ccc;
	border: 1px solid #666;
	width:80%;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.b_no_entry:hover {
	background: #aaa;
}
a.b_no_entry,
a.b_no_entry:hover {
	color:#333;
}

/*確認ページへ*/
.b_confirm {
	color:#333;
	background: #f7f7f7;
	border: 1px solid #666;
	width: 50%;
	margin:0 auto;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	cursor:pointer;
}
.b_confirm:hover {
	background: #ddd;
}

/*戻る（他にボタンなし）*/
.b_back_one {
	color:#333;
	background: #ccc;
	border: 1px solid #666;
	width: 60%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.b_back_one:hover {
	background: #aaa;
}

/*戻る（となりにボタンあり）*/
.b_back {
	color:#333;
	background: #ccc;
	border: 1px solid #666;
	width: 100%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.b_back:hover {
	background: #aaa;
}

/*会員登録する*/
.b_entry {
	color:#333;
	background: #f7f7f7;
	border: 1px solid #666;
	width:100%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	cursor:pointer;
}
.b_entry:hover {
	background: #ddd;
}

/*トップページへ*/
.b_top{
	color:#333;
	background: #f7f7f7;
	border: 1px solid #666;
	width:50%;
	margin:0 auto;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	cursor:pointer;
}
.b_top:hover {
	background: #ddd;
}

/*次へ（他にボタンなし）*/
.b_next {
	color:#333;
	background: #f7f7f7;
	border: 1px solid #666;
	width:50%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	cursor:pointer;
}
.b_next:hover {
	background: #ddd;
}

/*次へ（となりにボタンあり）*/
.b_next_s {
	color:#333;
	background: #f7f7f7;
	border: 1px solid #666;
	width:100%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	cursor:pointer;
}
.b_next_s:hover {
	background: #ddd;
}

/*閉じる*/
.b_close {
	color:#333;
	background: #ccc;
	border: 1px solid #666;
	width: 50%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.b_close:hover {
	background: #aaa;
}

/*完了ページへ*/
.b_cmplpage {
	color:#333;
	background: #f7f7f7;
	border: 1px solid #666;
	width: 100%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.b_cmplpage:hover {
	background: #ddd;
}

/*MYページログイン*/
.b_mypage_login {
	color:#333;
	background: #f7f7f7;
	border: 1px solid #666;
	width:50%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.b_mypage_login:hover {
	background: #ddd;
}

/*会員登録する（MYページログイン画面）*/
.b_mypage_entry {
	color:#333;
	background: #f7f7f7;
	border: 1px solid #666;
	width:50%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.b_mypage_entry:hover {
	background: #ddd;
}

/*この購入内容で再注文する*/
.b_reorder {
	color:#333;
	background: #fff;
	border: 1px solid #666;
	width: 100%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.b_reorder:hover {
	background: #ddd;
}

/*新しいお届け先を追加する*/
.b_newdeliv {
	display:block;
	color:#333;
	background: #f7f7f7;
	border: 1px solid #666;
	width: 50%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.b_newdeliv:hover {
	background: #ddd;
}

/*登録する*/
.b_deliv_add {
	color:#333;
	background: #f7f7f7;
	border: 1px solid #666;
	width: 50%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.b_deliv_add:hover {
	background: #ddd;
}

/*会員退会手続きへ*/
.b_refusal {
	color:#333;
	background: #f7f7f7;
	border: 1px solid #666;
	width: 50%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.b_refusal:hover {
	background: #ddd;
}

/*退会しません*/
.b_no_refusal {
	color:#333;
	background: #ccc;
	border: 1px solid #666;
	width: 100%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.b_no_refusal:hover {
	background: #aaa;
}

/*退会します*/
.b_yes_refusal {
	color:#333;
	background: #f7f7f7;
	border: 1px solid #666;
	width: 100%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	cursor:pointer;
}
.b_yes_refusal:hover {
	background: #ddd;
}

/*商品をすべて削除ボタン*/
/* → contents.css → #undercolumn_cart #deleteall a */

/*購入手続きへ（会員登録をせずに購入手続きへ進む）*/
.b_deliv_nomember {
	color:#333;
	background: #f7f7f7;
	border: 1px solid #666;
	width: 50%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.b_deliv_nomember:hover {
	background: #ddd;
}

/*購入手続きへ*/
.b_deliv {
	color:#333;
	background: #f7f7f7;
	border: 1px solid #666;
	width: 100%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.b_deliv:hover {
	background: #ddd;
}

/*上記のお届け先のみに送る*/
.b_send_only {
	color:#333;
	display:block;
	margin:0 auto;
	background: #f7f7f7;
	border: 1px solid #666;
	width: 80%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.b_send_only:hover {
	background: #ddd;
}

/*複数のお届け先に送る*/
.b_multisend {
	display:block;
	color:#333;
	margin:0 auto;
	background: #fff;
	border: 1px solid #666;
	width: 80%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.b_multisend:hover {
	background: #ddd;
}

/*選択したお届け先に送る*/
.b_choise {
	color:#333;
	background: #f7f7f7;
	border: 1px solid #666;
	width: 100%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.b_choise:hover {
	background: #ddd;
}

/*ご注文完了ページへ*/
.b_complete {
	color:#333;
	background: #f7f7f7;
	border: 1px solid #666;
	width: 100%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.b_complete:hover {
	background: #ddd;
}

/*送信*/
.b_send {
	color:#333;
	background: #f7f7f7;
	border: 1px solid #666;
	width: 100%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.b_send:hover {
	background: #ddd;
}


/* 完了メッセージ
----------------------------------------------- */
div#complete_area {
    margin-bottom: 20px;
}
div#complete_area .message,
div#undercolumn_entry .message {
    margin-bottom: 20px;
    line-height: 150%;
    font-size: 120%;
}
div#complete_area .shop_information {
    margin-top: 40px;
    padding: 20px 0 0 0;
    border-top: solid 1px #ccc;
}
div#complete_area .shop_information .name {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 140%;
}


/* Tipsy
----------------------------------------------- */
.tipsy {
    padding: 5px;
    font-size: 10px;
    position: absolute;
    z-index: 100000;
}
.tipsy-inner {
    padding: 5px 8px 4px 8px;
    background-color: black;
    color: white;
    max-width: 200px;
    text-align: center;
}
.tipsy-inner {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.tipsy-arrow {
    position: absolute;
    background: url('../img/ajax/tipsy.gif') no-repeat top left;
    width: 9px;
    height: 5px;
}
.tipsy-n .tipsy-arrow {
    top: 0;
    left: 50%;
    margin-left: -4px;
}
.tipsy-nw .tipsy-arrow {
    top: 0;
    left: 10px;
}
.tipsy-ne .tipsy-arrow {
    top: 0;
    right: 10px;
}
.tipsy-s .tipsy-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -4px;
    background-position: bottom left;
}
.tipsy-sw .tipsy-arrow {
    bottom: 0;
    left: 10px;
    background-position: bottom left;
}
.tipsy-se .tipsy-arrow {
    bottom: 0;
    right: 10px;
    background-position: bottom left;
}
.tipsy-e .tipsy-arrow {
    top: 50%;
    margin-top: -4px;
    right: 0;
    width: 5px;
    height: 9px;
    background-position: top right;
}
.tipsy-w .tipsy-arrow {
    top: 50%;
    margin-top: -4px;
    left: 0;
    width: 5px;
    height: 9px;
}

/* ==============================================
 価格の表示
=============================================== */

/* 価格の表示　共通
----------------------------------------------- */
.normal_price {
    font-size: 90%;
}
.no_member_price {
	margin-bottom:10px;
	font-size:90%
}

/* 商品一覧ページ
----------------------------------------------- */
/*会員価格*/
.list_area .member_price .title {
	display:block;
	color:#F00;
}
.list_area .member_price .price,
.list_area .member_price .price03_dynamic {
	color:#F00;
	font-size:120%;
}
.list_area .member_price .yen {
	color:#F00;
}
/*販売価格*/
.list_area .sale_price .title {
	display:block;
}
.list_area .sale_price .price,
.list_area .sale_price .price02_dynamic {
	color:#000;
	font-size:120%;
}
.list_area .sale_price .yen {
	color:#666;
}

/* 商品詳細ページ
----------------------------------------------- */
/*会員価格*/
.detail_member_price .title {
	display: inline;
	color:#F00;
}
.detail_member_price .price,
.detail_member_price #price03_dynamic {
	color:#F00;
	font-size:130%;
}
.detail_member_price .yen {
	color:#F00;
}
/*販売価格*/
.detail_sale_price .title {
	display: inline;
}
.detail_sale_price .price,
.detail_sale_price #price02_dynamic {
	color:#000;
	font-size:120%;
}

.detail_sale_price #price02_prop {
	color:#666;
	font-size:100%;
}

.detail_sale_price #price02_sale {
	color:#d00;
	font-weight:bolder;
	font-size:120%;
}

.detail_sale_price .yen {
	color:#666;
}
/*その他のオススメ商品*/
#carousel_whobought .member_price .title,
.whobought .member_price .title {
	display:block;
	color:#F00;
}
#carousel_whobought .member_price .price,
.whobought .member_price .price {
	color:#F00;
}
#carousel_whobought .member_price .yen,
.whobought .member_price .yen {
	color:#F00;
}
#carousel_whobought .sale_price .title,
.whobought .sale_price .title {
	display:block;
}
#carousel_whobought .sale_price .price,
.whobought .sale_price .price {
	color:#000;
}
#carousel_whobought .sale_price .yen,
.whobought .sale_price .yen {
	color:#666;
}

/* おすすめ商品情報
----------------------------------------------- */
/*会員価格*/
#recommend_area .member_price .title {
	display: block;
	color:#F00;
}
#recommend_area .member_price .price {
	color:#F00;
	font-size:100%;
	font-weight:bold;
}
#recommend_area .member_price .yen {
	color:#F00;
}
/*販売価格*/
#recommend_area .sale_price .title {
	display: block;
}
#recommend_area .sale_price .price {
	color:#000;
	font-size:100%;
}
#recommend_area .sale_price .yen {
	color:#666;
}

/* ピックアップ商品
----------------------------------------------- */
/*会員価格*/
#pickup_area .member_price .title {
	display: block;
	color:#F00;
}
#pickup_area .member_price .price {
	color:#F00;
	font-size:100%;
	font-weight:bold;
}
#pickup_area .member_price .yen {
	color:#F00;
}
/*販売価格*/
#pickup_area .sale_price .title {
	display: block;
}
#pickup_area .sale_price .price {
	color:#000;
	font-size:100%;
}
#pickup_area .sale_price .yen {
	color:#666;
}


/* 最近チェックした商品
----------------------------------------------- */
/*会員価格*/
#recent_area .member_price .title {
	display: block;
	color:#F00;
}
#recent_area .member_price .price {
	color:#F00;
	font-size:100%;
}
#recent_area .member_price .yen {
	color:#F00;
}
/*販売価格*/
#recent_area .sale_price .title {
	display: block;
}
#recent_area .sale_price .price {
	color:#000;
	font-size:100%;
}
#recent_area .sale_price .yen {
	color:#666;
}


/* ランキング
----------------------------------------------- */
/*会員価格*/
#ranking_area .member_price .title {
	display: block;
	color:#F00;
}
#ranking_area .member_price .price {
	color:#F00;
	font-size:100%;
}
#ranking_area .member_price .yen {
	color:#F00;
}
/*販売価格*/
#ranking_area .sale_price .title {
	display: block;
}
#ranking_area .sale_price .price {
	color:#000;
	font-size:100%;
}
#ranking_area .sale_price .yen {
	color:#666;
}
/*会員価格 サイドカラム配置*/
#side #ranking_area .member_price .title {
	display: block;
	color:#F00;
	font-size:90%;
}
#side #ranking_area .member_price .price {
	color:#F00;
	font-size:100%;
}
#side #ranking_area .member_price .yen {
	color:#F00;
}
/*販売価格 サイドカラム配置*/
#side #ranking_area .sale_price .title {
	display: block;
	font-size:90%;
}
#side #ranking_area .sale_price .price {
	color:#000;
	font-size:100%;
}
#side #ranking_area .sale_price .yen {
	color:#666;
}


/* 新商品スライド
----------------------------------------------- */
/*会員価格*/
#new_item_area .member_price .title {
	display: block;
	color:#F00;

}
#new_item_area .member_price .price {
	color:#F00;
	font-size:100%;
}
#new_item_area .member_price .yen {
	color:#F00;
}
/*販売価格*/
#new_item_area .sale_price .title {
	display: block;
}
#new_item_area .sale_price .price {
	color:#000;
	font-size:100%;
}
#new_item_area .sale_price .yen {
	color:#666;
}


div.serach_header {
    width: 100%;
    display:inline;
    margin-top:10px;
    font-size:120%;
}

div.serach_header input.name {
    width: 50%;
    display:inline;
}


.fav_mini {
text-align: center;
}

.fav_mini a {
    display: inline-block;
    background: url("../img/button/btn_add_favorite_mini_on.png") no-repeat;
}

.fav_mini a:hover {
	background-color: transparent; /* IE6対応 */
}

.fav_mini a:hover img {
    visibility: hidden;
}

.fav_mini a:active {
	background: none;
}

/* ▼新規登録用バナー▼--------------------------- */
.newbie_banner{
	text-align: center;
	margin:0 auto;
	margin-top:5px;
	margin-bottom:5px;
}

/* 商品へのお問い合わせ */
a.item_contact{
	padding:7px 40px;
	color:#333;
	width:100%;
	text-align:center;
	background: #f7f7f7;
	border: 1px solid #666;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	cursor:pointer;
}

a.item_contact:hover{
	background: #ddd;
	color:#333;
}


/* ▼スマホ向けのスタイル：459px▼ */
@media only screen and (max-width: 459px) {
	#container {
	    padding: 0px 0;
	    width:96%;
	}

	input.text{
		color: #333333;
		font-size: 16px !important;
		margin: 0;
		padding: 7px 4px;
		width:78%;
		margin-bottom:4%;
	}
	
	input.search_btn{
		vertical-align: middle;
		height:34px;
		width:auto;
		padding: 4px;
		margin-left: -5px;
	}
	#search{
	  text-align: center;
	  width:100%;
	  float:left;
	  font-size: 16px;
	  margin-top: 3%;
	}
	.sp_msg{
	  	text-align: center;
	  	border: 1px solid #82756a;
	  	font-size: 13px;
	  	width: 90%;
	  	margin: 3% auto;
	  	padding: 2%;
	}

	/* ▼SP用リスト▼--------------------------- */
	#ct ul li {
	    display: inline;
	}

	#ct ul li img {
	    width: 30%;
	    height: auto;
	    margin-bottom: 5px;
	}

	#ct2 ul li {
	    display: inline;
	}

	#ct2 ul li img {
	    width: 45%;
	    height: auto;
	    margin-bottom: 5px;
	}
	/* ▲SP用リスト▲--------------------------- */

	.listtitle{
	  font-weight: bold;
	  font-size: 16px;
	  margin-top: 15px;
	  margin-bottom: 15px;
	  color:#666666;
	  list-style:none;
	}
	
	/* ▼SP用h文字▼--------------------------- */
	h2,h3{
		font-weight: bold;
		font-size: 120% !important;
		padding-top: 5%;
		padding-bottom: 3%;
		color:#666666;
    	list-style:none;
    	text-align: left;
   		border-bottom: solid 1px #666666;
	}
	
	h3{
		border-bottom: none  !important;
	}
	
	/* ▲SP用h文字▲--------------------------- */

	/* ▼SP用リンクボタン▼--------------------------- */
	
	.moreBtn{
	    display:inline-block;
	    border:1px;
	    width:75%;
	    background:#CCC;
		margin-bottom: 5%;
		color:#333 !important;
		font-size:120%;
	}
	.btn{
	    display:inline-block;
	    padding:6%;
	    border-radius:6px;
	    width:80%;
	    box-sizing:border-box;
	}
	/* ▲SP用リンクボタン▲--------------------------- */
	
	
	.b_search {
		width:20%;
		color:#333;
		background: #f7f7f7;
		border: 1px solid #666;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		cursor:pointer;
	    display:inline;
	}
	

	#recommend_area .member_price .price,
	#recommend_area .sale_price .price {
		font-size:100%;
	}

	#new_item_area .member_price .price,
	#new_item_area .sale_price .price {
		font-size:100%;
	}


	div.serach_header input.name {
	    width: 80%;
	    display:inline;
	}
	
	/* ▼SP用フッタ▼--------------------------- */
	.sp_foot {
		clear: both;
		width: 100%;
		margin: 0 0 1px;
		padding: 10% 0 5%; 
		background-color: #CECDCB;
		text-align: center;
		font-size: 15px;
		line-height: 1.8em;
	}

	.sp_foot li{
		margin: 1% 0;
		padding: 2% 15%;
		color: #666;
	    text-decoration: none;
	}

	.sp_foot img{
		padding: 5%;
	}


	#copyright {
		background-color: #CECDCB;
		width: 98%;
		height: 40px;
	}
	#copyright span {
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		font-size: 11px;
		font-weight: lighter;
		display: block;
		text-align: center;
		margin: 0px auto;
		padding-top: 12px;
	}

	/* ▲SP用フッタ▲--------------------------- */


	.links {
	    margin: 0px 0 0;
	    display: flex;
	    justify-content: space-between;
	    flex-wrap: wrap;
	    padding: 1% 5%;
	}

	.link {
		border: 1px solid #82756a;
		padding: 3% 1% 3% 1%;
	    display: block;
	    text-align: center;
		width: 43%;
	    margin-bottom: 3%;
	}
	
	/* トップ用バナー */
	.top_banner{
		width:95%;
	}
	
	/*新しいお届け先を追加する*/
	.b_newdeliv {
		width: 100% !important;
	}
	
	/*購入履歴からの再購入ボタン*/
	div#mycontents_area div.mycondition_area .btn {
	    width: 100% !important;
	}
	
	/* 商品へのお問い合わせ */
	.detail_contact_product div {
		text-align:center;
	}
	
	/*トップ新作商品一覧*/
	.newitemlist{
		display: inline;

	}
	
	.newitemlist img{
		width:31%;
		display:inline;
		padding-bottom: 5%;
	}
	
	.rank_number{
		position: relative;
display:inline;
	}
	
	.rank_number p{
		position: absolute;
		font-family :Quicksand, sans-serif;
		text-shadow    : 
	       2px  2px 0px #333333,
	      -2px  2px 0px #333333,
	       2px -2px 0px #333333,
	      -2px -2px 0px #333333,
	       2px  0px 0px #333333,
	       0px  2px 0px #333333,
	      -2px  0px 0px #333333,
	       0px -2px 0px #333333;
	    display        : inline-block;
  		color          : #ffffff;
  		font-size      : 20pt;
	}
}
/* ▲スマホけのスタイル：459px▲ */

/* ▼PC・タブレット向けのスタイル：980px▼ */
@media only screen and (min-width: 459px) {

	#container {
	    width: 100%;
	}
	input[type='text'],
	input[type='password'] {
	    border: solid 1px #ccc;
	    padding: 2px;
	    font-size:120%;
	}

	#f_navi {
	    width: 100%;
	    height: 395px;
	    background-color: #ECEBE8;
	    text-align:left;

	}

	#f_navi .f_inner {
	    width: 980px;
	    height: 318px;
	    margin: 0px auto;
	}

	.f_inner div {
	    width: 325px;
	    height: 318px;
	    float: left;
	    border-right-width: 1px;
	    border-right-style: solid;
	    border-right-color: #674C4B;
	    margin-top: 38px;
	}

	.f_inner .section1 {
	    background-image: url(../img/icon/logo_shadow.png);
	    background-repeat: no-repeat;
	    background-position: 40px 25px;
	}

	.f_inner .section1 h4 {
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		font-size: 15px;
		font-weight: bolder;
		color: #666;
		margin: 0px;
		left: 42px;
		width: 230px;
		line-height: 25px;
		margin-bottom: 5px;
	}
	.f_inner .section1 p {
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		font-size: 11px;
		font-weight: lighter;
		color: #666;
		margin: 0px;
		line-height: 18px;
		width: 230px;
	}
	.f_inner .section1 span {
		width: 225px;
		height: 110px;
		margin-top: 90px;
		margin-left: 42px;
		display: block;
	}

	.f_inner .section2 {
	    background-repeat: no-repeat;
	    background-position: 105px 32px;
	}

	.f_inner ul  {
		list-style: none;
		display: block;
		width: 190px;
		margin-top: 64px;
		margin-left: 67px;
	}
	.f_inner li  {
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		font-size: 15px;
		font-weight: normal;
		color: #666;
		line-height: 27px;
	}

	.f_inner .last {
	    border-top-style: none;
	    border-right-style: none;
	    border-bottom-style: none;
	    border-left-style: none;
	    background-repeat: no-repeat;
	    background-position: 105px 32px;
	}

	#copyright span {
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		font-size: 11px;
		font-weight: lighter;
		color: #664C4B;
		display: block;
		width: 980px;
		text-align: center;
		margin: 0px auto;
		padding-top: 12px;
	}

	#detailarea .cartin_btn .button,
	#detailarea .cartin_btn_half .button {
		padding:7px 0;
		color:#333;
		width:90%;
	}
	
	a.mypagelink{
		inline:block;
		line-height:300%;
		margin-right:30px;
		padding:7px 10px;
		color:#333;
		text-align:center;
		background: #f7f7f7;
		border: 1px solid #666;
		border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		cursor:pointer;
	}
	
	/* マイページの現在のページへのリンク */
	a.selected{
		cursor:default !important;
		background: #C7A376  !important;
	}

	/* 商品へのお問い合わせ */
	.detail_contact_product div {
		background:url(../img/icon/ico_arrow_00.png) 0 3px no-repeat;
		padding-left:15px;
	}

	/*トップページ用のマイメニューのスタイル*/
	#mypagecolumn{
		width:940px;
		margin: 0 auto;
		border: 1px solid #666;
		border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		padding:20px;
	}

	/* レフトカラム */
	aside#side {
	    float: left;
		padding-left:1.5%;
		padding-right:0;
	    width: 20%;
	}
	/* IE7対応 */
	*+html aside#side {
	    float: left;
		padding-left:1.4%;
		padding-right:0;
	    width: 20%;
	}

	/* メイン　1カラム設定 */
	#one_main {
	    margin: 0 auto;
	    width: 100%;
	}

	/* メイン　2カラム設定 */
	#two_main {
	    padding-right: 1.5%;
	    width: 75%;
	    float: right;
	}



	#pagetop {
		display:block;
		position: fixed;
		bottom: 8px;
		right: 2px;
	}
	#pagetop a {
		display:inline;
		background:rgba(0,0,0,0.10);;
		color: #000;
		padding: 5px 15px;
		text-align: center;
		border-radius: 5px;
		border:#CCC 1px solid;

	}
	#pagetop a:hover {
		background:rgba(0,0,0,0.20);;
		border:#999 1px solid;
		text-decoration:none;
	}

	.box300 {
	    width: 300px;
	}
	.box320 {
	    width: 320px;
	}
	.box350 {
	    width: 350px;
	}
	.box380 {
	    width: 380px;
	}
	
	/* レイアウト
	----------------------------------------------- */
	#header_wrap {
		/* ▼PC用最上部ボーダー */
		border-top:1px solid #CCC;
		margin-bottom:5px;
	}
	#header {
		position:relative;
	    margin:0 auto;
	    width: 980px;
	    min-height:100px;
	}
	#logo_area {
	    padding-left: 1%;
	    float: left;
	    width: 33%;
	    text-align: left;
	}
	#header_utility {
		display:block;
		position:relative;
	    top:25px;
	    float: right;
	    width: 63%;
	   margin-top:15px;
	}
	#errorHeader {
	    padding: 5px;
	}

	/* ヘッダー上部ポップアップ
	----------------------------------------------- */
	/* クリック対象 */
	.header_nav_btn {
		top:7px;
		left:auto;
		right:0;
	}
	.header_nav_btn ul div.txt {
		display:inline;
		position:relative;
	}
	.header_nav_btn ul img {
		display:none;
	}
	/* 文字色（PC） */
	.header_nav_btn li.nav_btn a {
		color:#634E42;
		background:url(../img/icon/ico_arrow_00.png) no-repeat 0 3px;
		padding-left:9px;
	}
	/* オンマウス時の文字色（PC） */
	.header_nav_btn li.nav_btn a:hover {
		color:#C7A376;
	}
	/* 「ログイン中」の文字色（PC） */
	.header_nav_btn li.nav_btn a.true {
		color: #FC6;
	}
	/* 「ログイン中」のオンマウス時の文字色（PC） */
	.header_nav_btn li.nav_btn a.true:hover {
		color: #F90;
	}
	/* ポップアップ */
	.header_nav_btn ul .popup {
		left:auto;
		right:0;
	}

	/* ロゴ
	----------------------------------------------- */
	/* サイト概要文 */
	#site_description {
		display:block;
		position:relative;
		top:7px;
	}
	#logo_area h1 { 
		position:relative;
		top:10px;/* ロゴ画像の位置 */
		padding:0;
	}
	#logo_area h1 img {
		max-width: inherit;
	}
	
	h2{
		font-size: 18px;
		color:#666666;
		font-weight: normal;
		padding: 10px 10px 10px 10px;
		font-family: 'Libre Baskerville', serif;
		background-color: #CECDCB;
		text-align: left;
		margin: 20px 0;
	}

	.tag_title{
		font-size: 24px;
		color:#666666;
		font-weight: normal;
		padding: 20px 10px 20px 10px;
		font-family: 'Libre Baskerville', serif;
		background-color: #CECDCB;
		text-align: center;
		margin: 20px 0;

	}

	h3{
		font-size: 16px;
		color:#666666;
		font-weight: normal;
		padding: 10px 10px 10px 10px;
		font-family: 'Libre Baskerville', serif;
		background-color: #CECDCB;
		text-align: left;
		margin: 20px 0;
	}


	#undercolumn{
		width:980px;
		margin:0 auto;
	
	}
	


	/* ▼PC・タブレット用詳細ボタン▼--------------------------- */
	.moreBtn{
	    display:inline-block;
	    border:1px;
	    width:75%;
	    background:#CCC;
		margin-bottom: 5%;
		color:#333 !important;
		font-size:120%;
	}
	.btn{
	    display:inline-block;
	    padding:12px;
	    border-radius:6px;
	    width:80%;
	    box-sizing:border-box;
	}

	.btn_nowidth{
	    display:inline-block;
		color:#333;
		line-height:170%;
		margin:0 20px;
		padding:5px 20px;
		text-align:center;
		background: #f7f7f7;
		border: 1px solid #666;
		border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		cursor:pointer;
	}
	/* ▲PC・タブレット用詳細ボタン▲--------------------------- */
	
	/* 破線表示どこでも使える！ */
	.breakline {
	    padding-bottom: 20px;
	    margin: 20px 0;
	    background: url("../img/background/line_dot_01.gif") repeat-x bottom ;
	}
	
	.rank_number{
		position: relative;
	}
	
	.rank_number p{
		position: absolute;
		font-family :Quicksand, sans-serif;
		top: 10%;
		left: -3%;
		text-shadow    : 
	       2px  2px 0px #333333,
	      -2px  2px 0px #333333,
	       2px -2px 0px #333333,
	      -2px -2px 0px #333333,
	       2px  0px 0px #333333,
	       0px  2px 0px #333333,
	      -2px  0px 0px #333333,
	       0px -2px 0px #333333; 
	       
	    display        : inline-block;
  		color          : #ffffff;
  		font-size      : 20pt;

	}
}
/* ▲PC・タブレット向けのスタイル：980px▲ */









