@charset "utf-8";

/* ページ全体の指定 */

body {
	color: #666;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", sans-serif;
/*	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino KaKu Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", Osaka, sans-serif;*/
	font-size: 14px;
	line-height: 130%;
	background-color: #fff;
	}
body,
h1, h2, h3, h4, h5, h6, div, p, address, caption, img,
ul, ol, li, dl, dt, dd, table, th, td, form,article {
	font-style: normal;
	font-weight: normal;
	list-style-type: none;
	border: 0px none;
	}
#container {
	position: relative;
	width: 100%;
	}

a {
	color: #45a6e8;
	border: 0px none;
	}
a:link {
	color: #45a6e8;
	}
a:visited {
	color: #45a6e8;
	}
a:hover {
	color: #fe9a25;
	}
a:focus {
	outline: none;
	}
img,
a img {
	color: #fff;
	vertical-align: bottom;
	border: 0px none;
	outline: none;
	}
a, a img, input, button {
	-webkit-transition: all 0.3s;
			transition: all 0.3s;
	}
a:hover img,
input[type=image]:hover,
button:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	}
.h_none a:hover img {
	opacity:1.0;
	filter: alpha(opacity=100);
}
.form input{
    padding: 7px 5px;
}
input:not([type=image]),
select,
textarea {
	
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino KaKu Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", Osaka, sans-serif;
	vertical-align: middle;
	border: 1px solid #ccc;
	-webkit-border-radius: 4px;
			border-radius: 4px;
	}
input.width12 {
	width: 12%;
	}
input.width16 {
	width: 16%;
	}
input.width36 {
	width: 36%;
	}
input.width50 {
	width: 50%;
	}
input.width68 {
	width: 68%;
	}
input.width86 {
	width: 86%;
	}
textarea {
	display: block;
	margin: auto;
	width: 96%;
	}
label {
	display: inline-block;
	margin: 0.4em 1em 0.4em 0.4em;
	}
.vertical label {
	display: block;
	}

EM {
	font-style: normal;
	}
table {
	width: 100%;
	border: 0 none;
	border-collapse: collapse;
	border-spacing: 0;
	}
th, td {
	padding: 5px;
	border: 1px solid #d6eeff;
	}
th {/*
	width: 30%;*/
	background-color: #f6f6ff;
	}


ol, ul {
	list-style: none;
	}
li {
	list-style-type: none;
	}

.price,
.important {
	color: #f00;
	font-weight: 600;
	}
.title {
	color: #333;
	font-weight: 600;
	}
.point {
	color: #f06;
	font-weight: 600;
	}
.description {
	color: #787878;
	font-size: 0.88em;
	line-height: 1.4;
	}
.required,/* 必須・任意 */
.voluntary {
	margin-right: 5px;
	padding: 1px 4px;
	font-size: 0.88em;
	color: #fff;
	background-color: #f66;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	float: right;
	}
.voluntary {
	background-color: #6c9;
	}
.man {
	color: #06c;
	}
.woman {
	color: #f36;
	}
.reply {
	background-color: #ffc0cb;
	font-weight: 600;
	}
.success_list {
	position: relative;
	padding: 5px;
	width: 400px;
	color: #32cd32;
	background-color: #e1ffd2;
	border: 1px solid #32cd32;
	list-style-type: none;
	}

/*クリアフィックス*/
.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 Hack */

/*ベースＣＳＳ*/

.al_l{ text-align: left;}
.al_c{ text-align: center;}
.al_r{ text-align: right;}
.mg_c{ margin-left: auto; margin-right: auto;}
.ml_a{ margin-left: auto;}
.mr_a{ margin-right: auto;}

.fl_l{ float: left;}
.fl_r{ float: right;}

/*-----------font---------*/
.red-font { color: red;}
.gray-font { color: gray;}
.bold { font-weight: 600;}
.fs16 { font-size: 16px;}
.fs25 { font-size: 25px;}

/*-----------margin---------*/
.mb25 { margin-bottom: 25px;}
.mb35 { margin-bottom: 35px;}

/*-----------padding---------*/
.pb25 { padding-bottom: 20px;}



.breadclumb {
	margin: 10px 0;
	}
.breadclumb a {
	margin-right: 0.5em;
	}
.breadclumb li {
	display:inline !important;
	float:left !important;
}
.breadclumb li:after {
	content:"＞";
	margin-left:10px;
}
.contentNone:after {
	content:none !important;
}
/* エラー */
#error {
	color: #f36;
	}
ul.error_list {
	margin: 5px auto;
	padding: 10px 10px 10px 0;
	width: 400px;
	color: #f00;
	list-style-type: none;
	background-color: #eee;
	border: 1px solid #f00;
	}
.sale {
	color: #f00;
	font-size: 12px;
	font-weight: 600;
	}
.limit {
	font-size: 12px;
	font-weight: 600;
	}


/* ヘッダー */
header {
	margin:15px 0px 0px;
	text-align: left;/*
	border-bottom: 2px solid #45a6e8;*/
	}
/*#h_line {
	width:102%;
	height:12px;
	text-indent:-9999px;
	background-color:#2C3987;
}*/
#h_line { /* 2018.01.19 New */
	width:100%;
	background-color:#2C3987;
	padding: .25em;
}
#h_line .hdr-ctn { /* 2018.01.19 New */
	width:1000px;
	margin: 0 auto;
	line-height: 1;
}
#h_line h1 { /* 2018.01.19 New */
    font-family: serif;
    font-size: 10px;
    color: #ffffff;
}
DIV#header {
	margin: 0 auto;
	width: 1000px;
	background-image: url();
	background-position: right top;
	background-repeat: no-repeat;
	}

/*h1#headerAreaLogo {
	margin:6px 0px 0px;
	font-size: 40px;
	overflow: hidden;
	float: left;
}*/
h2#headerAreaLogo { /* 2018.01.19 New */
	margin:6px 0px 0px;
	font-size: 40px;
	overflow: hidden;
	float: left;
}

#header_box {
	margin-top: 0px;
	float: right;
	height: auto;
	}
#header_category {
	margin: 5px auto;
	padding: 5px 0;
	font-size: 16px;
	color: #45a6e8;
	line-height: 1.8em;
}
.header_category_box {
	position:relative;
	width: 15%;
	padding: 7px 0 0 19px;
	float: left;
}
.header_category_box:before {
	position:absolute;
	top:1px;
	left:0;
	content:url(../images/arrow01.png);
	margin-top:10px;
}
#header_category_boxIn {
	width:831px;
	background-color:#d6eeff;
	border-radius:5px;
	float:left;
}
#header_category ul {
	float:left;
}
#header_category li {
	height:30px;
	padding:7px 10px 0;
	display:inline;
	float:left;
	border-right:solid 1px #fff;
	vertical-align:bottom;
}
#headerTel {
	float:right;
	width:150px;
	height:45px;
	background:url(../images/tel.jpg) no-repeat;
	text-indent:-9999px;
}


/* ナビゲーション */
#headerAreaMenu {
	padding-top: 7px;
	}
UL#mainMenu {
	position: relative;
	overflow: hidden;
	}
#mainMenu li{
	margin-right: 2px;
	width: 165px;
	text-align: center;
	box-sizing: border-box;
	overflow: hidden;
	float: left;
	}
#mainMenu li:last-child{
	margin-right: 0px;
	}
#mainMenu li a {
	display: block;
	line-height: 2.5;
	border: 1px solid #d6eeff;
	border-bottom-width: 1px;
	}
#mainMenu li a:hover {
	color: #fff;
	background-color: #fe9a25;
	border-color: #fe9a25;
	}

/* 検索 */
#search {
	margin: 50px auto 0;
	overflow: hidden;
	float: right;
	}
#search select {
	font-size: 0.9em;
	}
DIV#search input.word {
	width: 25em;
	}
DIV#search input.kensaku {
	padding: 7px 10px;
	color: #fff;
	background-color: #fe9a25;
	border: 0px none;
	}

#search2 {
	margin: 0px auto 0;
	padding:5px 5px;
	overflow: hidden;
	float: right;
	}
#search2 select {
	height:30px;
	font-size: 0.7em;
	}
DIV#search2 input.word {
	width: 150px;
	height:12px;
	}
DIV#search2 input.kensaku {
	padding: 3px 5px;
	color: #fff;
	background-color:#79C6FB;
	border: 0px none;
	}
.cate_search {
	width:110px;
	height:28px;
	padding:0px;
}


/* フッター */
footer {
	width:102%;
	color: #fff;
	background-color:#2C3987;
	}

DIV#footerMenu {
	position: relative;
	margin: auto;
	padding:5px;
	width: 1000px;
	box-sizing: border-box;
	}
#footerMenu a {
	display: block;
	margin-bottom: 8px;
	color: #fff;
	}
#footerMenu a:hover {
	color: #fe9a25;
	}
#footerMenu dt {
	float:left;
	width:auto;
	clear:both;
}
#footerMenu dd {
	float:left;
}
#footerMenu dl dd ul {
	margin-left:20px;
}
#footerMenu dl dd ul li {
	display:inline-block;
	height:15px;
	margin:30px 0px 10px;
	padding:0px 10px !important;
	border-right:1px dotted #ccc;
}
.footer_col {
	margin-right: 20px;
	float: left;
	}
DIV#copyright {
	position: absolute;
	right: 0;
	bottom: 3px;
	font-size: 12px;
	}
/*  */
DIV#pagetop {
	position: fixed;
	right: 10px;
	bottom: 30px;
	}
DIV#pagetop a {
	display: block;
	width: 8em;
	font-size: 0.9em;
	line-height: 8em;
	text-align: center;
	background-color: rgba(220,220,220,0.6);
	-webkit-border-radius: 50px;
			border-radius: 50px;
	}
DIV#pagetop a:hover {
	background-color: rgba(245,245,245,0.6);
	}

#fInfo_bg {/*
	box-shadow:3px 3px 3px 3px #2C3987;*/
	border-top:1px solid #d6eeff;
}
#fInfo {
	width:1000px;
	height:22px;
	font-size:22px;
	color: #79C6FB;
	padding:12px 5px 0px 90px;
	margin:0px auto 0px;
	background:url(../images/f_info.png) no-repeat 60px;
}
#footer_category {
	width:100%;
	background-color:#d6eeff;
}
#footer_categoryMenu {
	position: relative;
	margin: auto;
	padding: 20px;
	width: 1000px;
	height:auto;
	box-sizing: border-box;
}
.fcateBox {
	float:left;
	width:200px;
	min-height:170px;
	padding:5px 15px;
	margin:0px 5px;
	line-height:1.8em;
	color:#2C3987;
	background-color:#fff;
	-webkit-border-radius:5px;
	border-radius:5px;
}
#cp {
	margin-top:5px;
	padding:3px;
	font-size:10px;
	text-align:right;
	border-top:1px solid #ccc;
}
/* ファーストビュー */
#first_view {
	width: 100%;
	background-color: #f8f8f8;
	}
#first_view img {
	width: 100%;
	}
/* メイン */
DIV#mainBg {
	margin: 10px auto;
	width: 1000px;
	min-height: 100%;
	overflow: hidden;
	clear: both;
	}
DIV#main {
	}
/* 左サイドメニュー */
DIV#left_bar {
	width: 250px;
	float: left;
	}

.left_bannerbox {
	margin:0px !important;
	padding:0px !important;
}
.left_bannerbox p{
	margin:0px 0px 10px !important;
}
.left_bannerbox img {
	width:100%;
	height:auto;
}

/* 右サイドメニュー */
DIV#right_bar {
	width: 210px;
	float: right;
	}
/* グリッド用CSS */
.grid_01 {
	margin: 10px 30px 10px 0px;
	overflow: hidden;
	}
.grid_02 {
	margin: 10px 0;
	}

/* メインコンテンツ */
#main_banner {
	margin:10px 0px;
}
#main_banner img {
	width:100%;
	height:300px;
	border-radius:5px;
}
DIV#main_bar {
	width: 750px;
	float: left;
	overflow: hidden;
	}
#main_bar table {
	margin: 0 auto;
	}
#main_bar table,
#main_bar th,
#main_bar td {
	padding: 5px;
	line-height: 1.8;
	}
#contents h2 {
	margin-bottom: 1em;
	padding: 10px 10px 3px 36px;
	height:18px;
	color: #fff;
	font-size: 17px;
	background-color: #79C6FB;
	background-image:url(../images/h2icon01.png);
	background-repeat:no-repeat;
	background-position:8px 5px;
	}
/*
#contents h2:before {
	content:url(../images/h2icon01.png);
	margin-right:7px;
}*/
#contents h3 {
	position:relative;
	margin: 10px 0px 10px;
	padding: 8px 12px 2px 22px;
	color: #45a6e8;
	font-size: 16px;
	border-bottom: 1px solid #d6eeff;
	}
#contents h3:before {
	position:absolute;
	top:7px;
	left:0;
	content:url(../images/arrow02.png);
	margin-right:10px;
}
/*DIV#main_bar dl {
	margin: 10px auto;
	padding: 0 20px 10px;
	clear: both;
	overflow: hidden;
	}
DIV#main_bar dt {
	width: 100px;
	float: left;
	}
DIV#main_bar dd {
	}*/
dl {
	margin: 10px auto;
	padding: 0 20px 10px;
	clear: both;
	overflow: hidden;
	}
dt {
	/*width: 100px;*/
	/*float: left;*/
	}

/* トップページ */
.top_page > div {
	margin-bottom: 20px;
	border: 1px solid #d6eeff;
	}
/* トップページ-新着情報 */
#news {
	float:left;
	width:398px;
	height:200px;
	border: 1px solid #C4FBFD;
	overflow:hidden;
	}
#news h2 {
	margin-bottom: 0px;
	box-shadow: 1px 1px 3px 2px #ccc;
	}
#news_box {
	width:420px;
	height:190px;
	overflow:scroll;
	}

#news dl {
	border-bottom:dotted 1px #ccc;
	}
#news dt {
	}
#news dd {
	}
#news dd.desc {
	margin-top: 5px;
	font-size: 12px;
	font-weight: normal;
	}
#news .right{
	margin: 1em;
	font-size: 12px;
	text-decoration: underline;
	}
/* トップページ-新着情報right_banner */
#top_bannerbox {
	float: right;
	margin-left: 8px;
	width: 340px;
	height: auto;
	}
#top_bannerbox p {
	margin-bottom: 5px;
	}


/* トップページ-ランキング */
.rank_box {
	/*
	overflow: hidden;*/
	}

.rank_03 {
	border: none !important;
	}
.rank_box .heightLine-group1{
	width: 33%;
	}
.rank_01,
.rank_02,
.rank_03 {
	position: relative;
	margin:10px 0px !important;
	text-align: center;
	float: left;/*
	overflow: hidden;*/
	border-right:dotted 2px #ddd;
	}
#main_bar .rank_ttl p {
	font-size: 30px;
	line-height: 1.3;
	}
.rank_img {
	display: block;
	overflow: hidden;
	}
.rank_img img {
	max-width : 200px;
	max-height : 200px;
	}
.rank_img p {
	padding: 10px;
	min-height: 50px;
	}
.rankBg01 {
	position:absolute;
	top:-15px;
	right:20px;
	padding:15px 0px 0px;
	width:45px;
	height:50px;
	color:#fff;
	font-size:12px;
	text-align:center;
	z-index:9999;
	background:url(../images/rank_bg01.png) no-repeat;
}


/* トップページ-新商品 */
#new_arrival {
	}
.item_box:nth-child(4n) {
	border:none !important;
	}
.new_arrival_box {
	overflow: hidden;
	}
.item_box {
	position:relative;
	margin-bottom: 10px;
	padding: 0 10px;
	width: 25%;
	text-align: center;
	float: left;
	box-sizing: border-box;
	border-right:dotted 2px #ddd;
	}

.item_pic {
	overflow: hidden;
	}
.item_box h4 {
	margin: 1em 0 0.5em;
	white-space: nowrap;
	background: none;
	overflow: hidden;
	-webkit-text-overflow: ellipsis;
		 -o-text-overflow: ellipsis;
			text-overflow: ellipsis;
	}
.item_box p {
	font-size: 1.1em;
	}
.itemBg01 {
	position:absolute;
	padding:12px 0px 0px;
	width:40px;
	height:40px;
	color:#fff;
	font-size:12px;
	text-align:center;
	z-index:9999;
	background:url(../images/item_bg01.png) no-repeat;
	}


/* サイドメニュー */
.grid_01 > div {
	padding: 10px 0;/*
	border: 1px solid #d6eeff;
	box-sizing: border-box;*/
	}
/* サイドメニュー - カート情報 */
DIV#side_cart_info {
	word-break: break-all;
	}
#side_cart_info > div {
	padding: 5px 20px;
	}
#side_cart_info .ci_welcome {
	border-bottom: 1px solid #d6eeff;
	}
#side_cart_info .ci_yourname {
	color: #45a6e8;
	text-align: right;
	}
#side_cart_info .ci_point {
	padding: 5px 0;
	text-align: right;
	}
#side_cart_info .ci_point span {
	color: #c71585;
	font-weight: 600;
	}
#side_cart_info .ci_cart {
	position: relative;
	min-height: 60px;
	font-size: 1.1em;
	background-image: url("../images/cart_info_image.png");
	background-position: right 21px top 11px;
	background-repeat: no-repeat;
	}
#side_cart_info .ci_cart span {
	display: inline-block;
	position: absolute;
	right: 50px;
	padding-top: 0.1em;
	width: 1.35em;
	font-size: 2em;
	line-height: 1.25em;
	text-align: center;
	background-color: #fff;
	border: 3px solid;
	-webkit-border-radius: 50%;
			border-radius: 50%;
	}
#side_cart_info .ci_cart div {
	margin-top: 50px;
	color: #555;
	}
/* サイドメニュー - 商品カテゴリ */
DIV#category {
	padding-bottom: 2px;
	font-size: 14px;
	border:none;/*
	border-left: 1px solid #d6eeff;
	border-right: 1px solid #d6eeff;*/
	}
DIV.ctg_title {
	height:25px;
	background:url(../images/lcategory_bg.jpg) no-repeat;
	text-indent:-9999px;
	border:none;
	}
#category a {
	display: block;
	position: relative;
	padding: 12px 20px 12px 0.5em;
	border-bottom: 1px dotted #d6eeff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	}
#category a:after {
	position: absolute;
	right: 6px;
	top: 12px;
	content: "\f105";
	font-family: FontAwesome;
	font-size: 24px;
	}
#category a:hover {
	color: #fff;
	background-color: #fe9a25;
	}
#category ul li ul li a {
	padding: 10px 0 10px 1.5em;
	}
#category ul li ul li:first-child {
	}
#category ul li ul li:last-child{
	border-bottom: 1px solid #d6eeff;
	}


/* 商品一覧・カテゴリ・セール商品ページ */
DIV#listarea {
	margin: 0 auto 20px;
	overflow: hidden;
	}
/*.list {*/
/*	width: 25%;*/
/*	text-align: center;*/
/*	float: left;*/
/*	}*/
/*.list a {*/
/*	display: block;*/
/*	height: 230px;*/
/*	}*/
/*.list a:hover {*/
/*	background-color: rgba(214, 238, 255, 0.25);*/
/*	}*/
/*.list_img {*/
/*	padding: 10px;*/
/*	height: 150px;*/
/*	}*/
/*.list_img img {*/
/*	-webkit-border-radius: 6px;*/
/*			border-radius: 6px;*/
/*	}*/
/*.list_title {*/
/*	margin: 0 2%;*/
/*	overflow: hidden;*/
/*	}*/
/*.list_price {*/
/*	margin: 0 auto;*/
/*	color: red;*/
/*	font-weight: 600;*/
/*	line-height: 2;*/
/*	}*/

.pager_area {
	margin: 10px 0;
	padding:0 15px 0 0;
	overflow:hidden;
	}
.pager_area .left {
	width: 15%;
	line-height: 2;
	white-space: nowrap;
	float: left;
	}
.pager_area .left span {
	margin: 0 0.3em;
	color: #45a6e8;
	font-weight: 600;
	font-size: 1.2em;
	}
.pager_area .pager {
	width: 70%;
	float: left;
	}
.pager_area .right {
	width: 15%;
	line-height: 2;
	white-space: nowrap;
	float: right;
	}
.pager_area .right a {
	margin-left: 5px;
	padding: 0 5px;
	color: #fff;
	background-color: #45a6e8;
	border: 1px solid #45a6e8;
	-webkit-border-radius: 3px;
			border-radius: 3px;
	}
.pager_area .right a:hover {
	color: #45a6e8;
	background-color: #fff;
	}

.pager {
	line-height: 2;
	text-align: center;
	}
.pager p a {
	margin: 0px 5px;
	padding: 0px 5px;
	color: #45a6e8;
	background-color: #fff;
	border: 1px solid;
	-webkit-border-radius: 4px;
			border-radius: 4px;
	}
.pager p a:hover,
.pager p a.current {
	color: #fff;
	background-color: #45a6e8;
	border: 1px solid #45a6e8;
	}

/* 商品詳細ページ */
/* タイトルアイコン */
h2 .tgt {
	position: relative;
	top: -2px;
	display: inline-block;
	margin-left: 1em;
	padding: 3px 8px 0px;
	font-size: 0.6em;
	font-weight: 600;
	border: 1px solid;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	}
/* 定期購入対象商品 */
h2 .regular {
	color: #66f;
	}
/* キャンペーン対象商品 */
h2 .campaign {
	color: #6c6;
	}
/* 予約商品 */
h2 .reserve {
	color: #f96;
	}

/* 画像エリア */
DIV#detailarea_top {
	overflow: hidden;
	}
DIV#photoblock {
	float: left;
	}
DIV#photoblock #mainphoto {
	margin-right: 20px;
	width: 300px;
	height: 300px;
	text-align: center;
	background-color: #f8f8f8;
	overflow: hidden;
	}
DIV#photoblock #mainphoto img{
	max-width: 300px;
	max-height: 300px;
	}
/* ボタンエリア */
DIV#textblock {
	padding: 10px;
	width: 430px;/*
	border: 1px solid #ccc;*/
	box-sizing: border-box;
	float: right;
	overflow-x: auto;
	}
DIV#textblock .countdown span {
	margin-left: 1em;
	color: #f33;
	font-weight: 600;
	}
DIV#textblock .priceblock {
	padding-bottom: 1em;
	font-size: 120%;
	line-height: 2em;
	}
DIV#textblock .priceblock .description {
	display: inline-block;
	margin-left: 1em;
	}
DIV#textblock .stock_display_single {
	display: inline-block;
	margin-right: 1em;
	}
DIV#textblock select {
	padding: 2px 5px;
	min-width: 4em;
	-webkit-border-radius: 4px;
			border-radius: 4px;
	}
DIV#textblock .btn_area {
	margin: 10px 0;
	text-align: center;
	}
.add_favorite {
	display: inline-block;
	margin-top: 0.5em;
	margin-right: 0.5em;
	}
.add_favorite div {
	color: #32c132;
	}
.add_favorite div span {
	font-size: 95%;
	}

DIV#textblock .sns_parts {
	margin-top: 10px;
	}
/* サムネイルエリア */
DIV#thumbblock {
	/*width: 480px;*/
	float: left;
	}
DIV#thumbblock ul{
	position: relative;
	margin-top: 10px;
	}
DIV#thumbblock li{
	margin: 0px 3px 5px 0;
	width: 76px;
	height: 76px;
	float:left;
	}
DIV#thumbblock li img{
	max-width: 76px;
	max-height: 76px;
	}


/* 商品説明エリア */
DIV#detailarea_bottom {
	margin: 20px 0;
	}
#item_desc {
	margin: 0 1em 1em;
	}
#item_desc h4 {
	display:inline-block;
	font-size:14px;
	margin:10px 0px 5px;
	border-bottom:1px solid #999;
}
#item_desc h4:before {
	content:"■";
}
#item_desc dl {
	float:left;
	width: 100%;
	border: 1px solid #999;
	border-top: 0;
	padding:0px !important;
	line-height: 1.5;
	background-color: #666;
	overflow: hidden;
}
#item_desc dt {
	float: left;
	width: 150px !important;
	padding: 10px;
	border-top: 1px solid #999;
	font-weight: bold;
	color:#fff;
}
#item_desc dd {
	margin-left: 150px;
	padding: 10px;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	background-color: #fff;
}
#item_desc p {
	margin: 0px 0px 16px;
	}
#item_select {
	margin: 0 1em 1em;
	}
.stock_display_single span {
	margin-right: 1em;
	}
.stock_display_multi label {
	display: inline-block;
	width: 60px;
	}
/* レビューエリア */
#review_block {
	margin: 50px 0;
	}
DIV#rvw_meter {
	margin-bottom: 10px;
	overflow: hidden;
	}
DIV#rvw_meter table {
	margin-right: 20px;
	width: 400px;
	height: 185px;
	border: 2px solid #ddd;
	float: left;
	}
DIV#rvw_meter td {
	padding: 2px;
	width: 15%;
	font-size: 1.2em;
	text-align: center;
	border: 0px none;
	}
DIV#rvw_meter td.line {
	padding: 0px;
	width: 70%;
	}
DIV#rvw_meter td hr {
	height: 20px;
	background-color: #fe9a25;
	border-width: 0;
	}
DIV#rvw_right {
	width: 330px;
	float: left;
	}
#rvw_right .r_top {
	line-height: 1.8em;
	}
#rvw_right .r_top img {
	vertical-align: text-top;
	}
#rvw_right .r_bottom {
	margin-top: 1em;
	text-align: center;
	}

#main_bar table.comment {
	margin-bottom: 10px;
	}
.comment th {
	width: auto;
	}
.comment .best {
	text-align: center;
	background-color: #eee;
	}
.comment .referrer {
	font-size: 0.95em;
	float: right;
	}
.comment td img {
	vertical-align: text-top;
	}
.comment .bought {
	margin-left: 0.5em;
	padding: 1px 3px 0px;
	font-size: 0.88em;
	background-color: #ddd;
	}
.comment .post_date {
	font-size: 0.9em;
	float: right;
	display:none;
	}
.comment hr {
	margin-top: 5px;
	border-width: 0 0 1px;
	border-style: dotted;
	border-color: #ccc;
	}
.comment .com_body {
	padding: 6px;
	word-break: break-all;
	}
.comment a.yes,
.comment a.no {
	margin-left: 0.8em;
	padding: 1px 4px;
	background-color: #eee;
	border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}
.comment a.yes:hover,
.comment a.no:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	}
.sumi {
	padding: 0 8px;
	color: #fff;
	background-color: #69c;
	}
a.ihan {
	padding: 1px 5px;
	color: #fff;
	font-size: 0.85em;
	background-color: #f00;
	border: 1px outset #999;
	float: right;
	}
/* レビュー投稿 */
.review_post input[type=text] {
	width: 96%;
	}
.review_post textarea {
	height: 10em;
	}
.review_post label img {
	vertical-align: middle;
	margin-right: 1em;
	}

/* レビュー違反通報 */
#main_bar .review_vio table {
	margin-bottom: 20px;
	}
.review_vio textarea {
	height: 8em;
	}
/* レビュー違反通報 送信完了 */
.review_vio_sent div {
	margin: 0 10px;
	}

/* カート、お申込み内容のご確認 */
DIV#cart {
	}
DIV#cart .comment {
	padding: 0 1em 1em;
	color: #999;
	}
DIV#cart table {
	margin-bottom: 10px;
	}
DIV#cart td {
	text-align: center;
	}

table#cart_inner img {
	max-width: 100px;
	max-height: 100px;
	}
table#cart_inner input[type=submit] {/* +-ボタン */
	padding: 0;
	width: 1.5em;
	font-size: 1.8em;
	background-color: #eee;
	cursor: pointer;
	}
table#cart_inner input[type=submit]:hover {
	background-color: #cdf;
	}

DIV#cart .del_btn {
	margin: 10px 0px 0px;
	text-align: center; /* for IE option */
}
DIV#cart .del_btn a {
	display: block;
	color: #000;
	background-color: #ccc;
	border: 1px solid #666;
	}
DIV#cart .del_btn a:hover {
	color: #fff;
	background-color: #666;
	}

table#count_total th {
	width: 75%;
	text-align: right;
	}
table#count td.commission {
	background-color: #ffc;
	}
DIV#cart .message {
	color: #c00;
	font-size: 1.1em;
	background-color: #90ee90;
	}
#point_usage .no_point {
	color: #fff;
	font-weight: 600;
	background-color: #f73;
	}

/* 不使用？
DIV#cart dl {
	margin: 10px 0;
	padding: 0;
	width: 580px;
	border: medium none;
	overflow:hidden;
}
DIV#cart dt {
	float: left;
	margin: 2px 0;
	text-align: left;
	width: 130px;
}
DIV#cart dd {
	float: right;
	font-weight: normal;
	margin: 2px 0;
	text-align: left;
	width: 400px;
}
*/

/* (新)購入手続き開始 */
#step_buy {
	margin-bottom: 10px;
	text-align:center;
	}

DIV#buyform {
	margin: 0 auto;
	}
DIV#buyform table {
	margin-bottom: 20px;
	}
DIV#buyform th {
	}
DIV#buyform td {
	}
#buyform #login input:not([type=image]) {
	width: 86%;
	}
#buyform #deliv_add #address_list {
	width: 100%;
	}
#deliv_add label,
#point_use label {
	display: block;
	}
DIV#buyform #point_use td {
	padding: 1em 3em;
	}
#point_use td div {
	font-size: 1.2em;
	text-align: center;
	}
#point_use td div span {
	color: red;
	font-weight: 600;
	}
#payment_method {
	margin: 0.5em 0 1.2em;
	}
textarea#bikou {
	height: 10em;
	}
select[name=pref_id],
select[name=pref_id2] {
	padding: 6px 5px;
	}

DIV#privacy_box {
	margin: auto;
	padding: 5px;
	width: 96%;
	height: 12em;
	overflow: scroll;
	overflow-x: hidden;
	border: 2px solid #ccc;
	}
DIV#privacy_box dt {
	width: 100%;
	border-bottom: 1px solid #333;
	float: none;
	}
DIV#privacy_box dd {
	padding: 5px 5px 10px;
	font-size: 12px;
	}
input#privacy {
	margin: 15px;
	}
button#sub,
#submitError div {
	padding: 10px;
	width: 80%;
	color: #fff;
	font: 600 18pt "メイリオ";
	border: 0px;
	-webkit-border-radius: 5px;
			border-radius: 5px;
	}
button#sub {
	background-color: #0cc306;
	cursor: pointer;
	}
#submitError div {
	background-color: #c0c0c0;
	}
#sub_info label,
#deliv_pase label {
	margin-right: 1em;
	}

/* お問い合わせ */
DIV#contact_form {
	}
DIV#contact_form table {
	margin-bottom: 10px;
	}
DIV#contact_form th {
	text-align:left;
	}
DIV#contact_form td {
	}
DIV#contact_form textarea {
	height: 15em;
	font-size: 14px;
	}
#contact_form .sent {
	margin: auto;
	width: 80%;
	font-size: 1.1em;
	}
/* ログイン・会員登録・ご利用規約 */
#member_signin,
#guest_regist,
#rule_disp {
	margin-bottom: 20px;
	padding: 0 50px;
	}
DIV#log {
	margin: 1em 8% 3em;
	padding: 2%;
	width: 80%;
	border: 1px solid #ccc;
	-webkit-border-radius: 5px;
			border-radius: 5px;
	}
DIV#log tr,DIV#log td {
	border: 0px none;
	}
DIV#log td:first-child {
	width: 9em;
	}
/* ご利用規約 */
#kiyaku {
	margin: 1em auto;
	padding: 1em;
	height: 30em;
	font-size: 12px;
	border: 2px solid #666;
	-webkit-border-radius: 4px;
			border-radius: 4px;
	clear: both;
	overflow:auto;
	}
/* 会員登録 */
DIV#registform {
	}
DIV#registform p {
	margin: 0 1em 1em;
	}
DIV#registform table {
	margin-bottom: 10px;
	}
DIV#registform .home {
	display: block;
	margin: 1em;
	font-size: 1.2em;
	text-align: center;
	}


.ok {
	color:red;
}
.ng {
	color:#000;
}
.cam {
	color:#9cbb1c;
	font-size:10px;
}

.pay_title {
	margin-top:20px;
	color:#ff3366;
	font-weight:bold;
}

DIV#regular_box {
	padding: 10px;
	border: 3px double #89D8C5;
	width: 350px;
	height: 20px;
}



/* 不要かもしれない一時隠し

DIV#listarea dl {
	width: 210px;
}
DIV#listarea dt {
	float: left;
	font-weight: bold;
	padding: 3px;
	text-align: right;
	width: 70px;
}
DIV#listarea dd {
	padding: 3px;
}

DIV#category li .level2{
	list-style-type: none;
	padding: 0;
	line-height: 160%;
	text-align: left;
	}
DIV#category img {
	padding: 0;
	}
DIV#category li.subcate {
	background:url(../images/cat_li.gif) center center no-repeat;
	padding: 0px 10px;
	font-size: 12px;
	text-align: center;
	}
DIV#category ul.menu {
	padding: 0;
	margin-left: 0px;
	background: url(../images/cat_li_bg.gif) center top repeat-y;
	}

DIV#category ul.menu li {
	background: url(../images/cat_li.gif) center center no-repeat;
	padding: 5px 10px;
	font-size: 12px;
	text-align: center;
	}
DIV#category ul.menu li a {
	display: block;
	text-decoration: none;
	}


DIV#main_bar #featured p{
	position:static;
	}


DIV#main_bar .block {
	margin: 0 0 3px 0;
	padding: 0 4px 0 4px;
	line-height: 180%;
	border-bottom: 1px dashed #ccc;
	}

DIV#main_bar img.head_photo {
	margin: 0 0 10px 0;
	}
DIV#main_bar img.top_photo {
	margin: 0 20px 0 0;
	}
DIV#main_bar img.top_bunner {
	margin: 5px 0 0 0;
	padding: 0;
	}
DIV#main_bar img.picture {
	margin: 5px 5px 0 0;
	float: left;
	}
DIV#main_bar img.photo {
	margin: 5px 5px 0 0;
	padding: 0;
	}
DIV#main_bar img.big_bunner {
	margin: 5px 0 5px 0;
	padding: 0;
	}
DIV#main_bar img.bunner {
	margin: 0 0 2px 0;
	padding: 0;
	}
DIV#main_bar img.lust_bunner {
	margin: 0 0 10px 0;
	padding: 0;
	}



#wrapper {
	overflow:hidden;
	}

*/


/*---------- メインコンテンツ メニュー非表示時 --------------------------------------------*/
/*
DIV#all_main_bar {
	margin: 10px 10px 20px;
	padding: 0 0 10px;
	width: 980px;
}
DIV#all_main_bar h2 {
	margin: 0 0 10px 0;
	padding: 17px 0 16px 15px;
	font-size: 18px;
	color: #553C24;
	background-image:url(../images/h2_bg_nocolumn.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
}
DIV#all_main_bar h3 {
	margin: 0 0 10px 0;
	padding: 17px 0 16px 15px;
	line-height: 110%;
	font-size: 16px;
	color: #553C24;
	background-image:url(../images/h3_bg_nocolumn.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
}
DIV#all_main_bar h4 {
	margin: 12px 4px 10px 5px;
	padding: 5px 10px 0px 22px;
	line-height: 110%;
	font-size: 16px;
	color: #333;
	background-image:url(../images/h4_bg_nocolumn.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
}
DIV#all_main_bar p {
	line-height: 130%;
	font-size: 12px;
}
DIV#all_main_bar .block {
	margin: 0 0 3px 0;
	padding: 0 4px 0 4px;
	line-height: 180%;
	font-size: 13px;
	border-bottom: dashed 1px #aaaaaa;
}
DIV#all_main_bar img.head_photo {
	margin: 0 0 10px 0;
}
DIV#all_main_bar img.top_photo {
	margin: 0 20px 0 0;
}
DIV#all_main_bar img.top_bunner {
	margin: 5px 0 0 0;
	padding: 0;
}
DIV#all_main_bar img.picture {
	margin: 5px 5px 0 0;
	float: left;
}
DIV#all_main_bar img.photo {
	margin: 5px 5px 0 0;
	padding: 0;
}
DIV#all_main_bar img.big_bunner {
	margin: 5px 0 5px 0;
	padding: 0;
}
DIV#all_main_bar img.bunner {
	margin: 0 0 2px 0;
	padding: 0;
}
DIV#all_main_bar img.lust_bunner {
	margin: 0 0 10px 0;
	padding: 0;
}
DIV#all_main_bar dl {
	width:900px;
	margin:10px auto;
	padding:10px 0;
	clear:both;
}
DIV#all_main_bar dt {
	font-weight:bold;
	font-size:13px;
	float:left;
	width:100px;
}
DIV#all_main_bar dd {
	margin:0;
	font-size:13px;
	float:left;
	font-weight:bold;
}


.num {
	color: #f36;
	font-weight: 600;
	font-size: 1.1em;
	}

*/




/*---------- アクセス --------------------------------------------*/

DIV#access {
	margin-top:20px;
	padding:10px;
	height:220px;
	border:1px solid #fff;
	}

.shopname {
	color:#999;
	font-size:20px;
	font-weight:bold;
	line-height:140%;
	text-align:center;
	}

/*---------- 雑誌掲載商品 --------------------------------------------*/
.pickups {
	margin-bottom: 20px;
}

.media_photo{
	width:340px;
	float:left;
	margin-right:20px;
}

.media_list{
	width:220px;
	float:right;
	}

.comp_bg {
	margin: 0 auto;
	padding: 10px;
	width: 560px;
	background-color: #eee;
	}

.bd01 {
	margin: 2px 3px 2px 2px;
	padding: 2px 5px;
	width: 125px;
	font-size: 13px;
	text-align: center;
	background-color: #ffffdd;
	float: left;
	}
.bd02 {
	margin: 2px 3px 2px 2px;
	padding: 2px 5px;
	width: 125px;
	font-size: 13px;
	text-align: center;
	background-color: #f7f7f7;
	float: left;
	}

div#magazine {
	margin:20px auto; overflow:hidden; background:#eee;
	}
ul#filter {
	float:left; list-style:none; margin:10px 20px; padding:0; list-style:none;
	}
ul#filter li {
	border-right:1px solid #553C24; float:left; margin-right:10px; padding-right:10px;
	}
ul#filter li:last-child {
	border-right:none; margin-right:0; padding-right:0;
	}
ul#filter a {
	 text-decoration:none;
	}
ul#filter li.current a, ul#filter a:hover {
	text-decoration:underline;
	}
ul#filter li.current a {
	color:#553C24;
	font-weight:bold;
	}
ul#portfolio {
	float:left;
	list-style:none;
	margin:0 20px 20px;
	padding:0;
	width:540px;
	}
ul#portfolio li {
	border:1px solid #ccc;
	float:left;
	margin:5px;
	width:258px;
	background:#fff;
	padding:10px 0;
	}
ul#portfolio a {
	display:block; padding:5px; background:#fff;
	}
ul#portfolio a:hover {
	text-decoration:none;
	}
ul#portfolio img {
	border:1px solid #dedede; display:block;
	max-height: 110px;
	}

/*---------- プライバシーポリシー --------------------------------------------*/
.privacy {
	margin:10px 0;
	color:#333;
	font-weight:bold;
}


/*---------- ブランドについて --------------------------------------------*/
DIV#company {
	margin:0;
	padding:0;
	width: 580px;
	}

.comp_bn01 {
	margin-top:20px;
	padding:25px;
	width:288px;
	text-align:center;
	float:left;
	}
.comp_bn02 {
	margin-top:20px;
	padding:25px;
	width:288px;
	text-align:center;
	float:right;
	}
.column_3 .comp_bn01 img{
	width:240px;
	}
.column_3 .comp_bn01 {
	margin-top:20px;
	padding:25px;
	width:240px;
	text-align:center;
	float:left;
	}
.column_3 .comp_bn02 img{
	width:240px;
	}

.column_3 .comp_bn02 {
	margin-top:20px;
	padding:25px;
	width:240px;
	text-align:center;
	float:right;
	}


/*---------- マイページ --------------------------------------------*/
DIV#mypage {
	}
DIV#mypage ul.menu {
	margin: 0px 0px 10px;
	}
DIV#mypage ul.menu li {
	display: inline;
	padding: 5px 17px;
	font-size: 15px;
	border-left: 1px solid #A3E0D1;
	float: left;
	}
DIV#mypage ul.menu li:first-child {
	border:none !important;
}


DIV#mypage table {
	width: 580px;
	border:0 none;
	border-collapse: collapse;
	}
DIV#mypage th {
	margin:0;
	padding:2px;
	font-size:13px;
	text-align:center;
	background-color: #f4f4f4;
	border:1px solid #553C24;
	}
DIV#mypage td {
	margin:0;
	padding:2px;
	color:#553C24;
	font-size:13px;
	text-align:center;
	border:1px solid #553C24;
	background-color:#fff;
	}

.mypage_menu {
	margin:0 auto 20px;
	width: 570px;
	}

DIV#mypage dl {
	margin:10px 0;
	padding:0;
	width: 580px;
	border:none;
	}
DIV#mypage dt {
	margin:2px 0;
	width:150px;
	text-align:left;
	float:left;
	}
DIV#mypage dd {
	margin:2px 0;
	width:430px;
	text-align:left;
	font-weight:normal;
	float:left;
	}

.cre_del {
	color:#fff;
	background:#A3E0D1;
	}


/*---------- 会員情報変更 --------------------------------------------*/
DIV#profform {
	width:100%;
	}

DIV#profform table {
	width: 100%;
	margin-top:20px;
	border:0 none;
	border-collapse: collapse;
}
DIV#profform th {
	background-color:#eee;
	padding:5px 10px;
	border:1px solid #d6eeff;
	font-size:13px;
	width:30%;
	margin:0;
	text-align:left;
}
DIV#profform td {
	padding:5px 10px;
	border:1px solid #d6eeff;
	font-size:13px;
	margin:0;
	background-color:#fff;
	text-align:left;
}

.pswd {
	border-bottom: double 4px #333;
	font-size: 16px;
	font-weight:bold;
}
.t_Bg {
	background-color:#79C6FB;
}


/*---------- カレンダー --------------------------------------------*/

DIV#calendar {
	padding: 0;
	color:#553c24;
}
.holiday {
	color:#ccc;
}

/*---------- ドメイン --------------------------------------------*/
th.domain {
	background: #ffc;
}
.st {
	color:#FF3366;
	font-weight:bold;
}


/*---------- カード決済 --------------------------------------------*/
.card table{
	width: 460px;
	margin:0 auto;
	border:1px solid #000;
}
.card td {
	border:none;
	background: #e3f7f9;
}


/*---------- ピックアップ --------------------------------------------*/
.pickup {
	margin:0; padding:10px 10px 20px;
	overflow:hidden;
	background-color:#ececec;
}

ul.display {
	float:left;
	margin:0; padding:10px;
	list-style:none;
	background:#FFFFFF;
}
ul.display li {
	float:left;
	margin:0; padding:10px 0;
}

ul.display li .content_block {
	padding:0 3px;
	margin:0 auto;
	overflow:hidden;
}

ul.display li .content_block p {
	margin:0; padding:0px 5px 10px;
	color:#000;
	float:right;
	width:330px;
}
ul.display li .content_block a img{
	margin:0 15px 0 0; padding:5px;
	border:2px solid #ccc;
	background:#fff;
	float:left;
}
ul.thumb_view li{
	width:180px;
	padding:0;
}

ul.thumb_view li p{
	margin:0; padding:0px 5px 10px;
	float:right;
	display:none;
}
ul.thumb_view li .content_block a img {
	margin:0 0 10px;
}
a.switch_thumb {
	width:140px; height:30px;
	line-height:26px;
	margin:0 0 10px 0; padding:0;
	display:block;
	background:url(../images/kirikae.gif) no-repeat;
	outline:none;
	text-indent:-9999px;
}
a:hover.switch_thumb {
	filter:alpha(opacity=75);
	opacity:.75;
	-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
}
a.swap { background-position:left bottom; }

ul.blue_list {
	border: 1px solid #4169e1;
	background-color: #e1ffff;
	padding-top: 10px;
	padding-bottom: 10px;
	list-style-type: none;
	width: 400px;
	color: #0000ff;
	margin: 0;
	position: relative;
	padding-left: 10px;
}
ul.blue_list li {
	width: 100%;
}

/*---------- TOPおすすめセール商品 --------------------------------------------*/

#featured{
	height: 250px;
	padding-right:250px;
	position:relative;
	overflow:hidden;
	background:#fff;
}
#featured ul.ui-tabs-nav{
	position:absolute;
	top:0;
	right:0;
	list-style:none;
	padding:0; margin:0;
	width:386px;
	height:250px;
	overflow:auto;
	overflow-x:hidden;
}
#featured ul.ui-tabs-nav li{
	padding:0;
	font-size:12px;
	color:#666;
}
#featured ul.ui-tabs-nav li img{
	float:left; margin:2px 5px;
	background:#fff;
	padding:2px;
	border:1px solid #eee;
}
#featured ul.ui-tabs-nav li span{
	font-size:11px; font-family:Verdana;
	line-height:18px;
}
#featured li.ui-tabs-nav-item a{
	display:block;
	height:60px;
	text-decoration:none;
	color:#333;
	background:#fff;
	line-height:20px;
	outline:none;
}
#featured li.ui-tabs-nav-item a:hover{
	background:#F3EADA;
}

#featured ul.ui-tabs-nav li.ui-tabs-selected a{
	background:#E7E7E7;
}
#featured .ui-tabs-panel{
	width:300px;
	height:250px;
	background:#fff;
	position:relative;
	overflow: hidden;
}
#featured .ui-tabs-panel .info{
	background-color: #000;
	filter: alpha(opacity=70);
	-moz-opacity:0.70;
	opacity:0.70;
	position:absolute;
	bottom:0; left:0;
	height:70px;
	width:299px;
}
#featured .ui-tabs-panel .info a.hideshow{
	position:absolute; font-size:11px; font-family:Verdana; color:#f0f0f0; right:10px; top:-20px; line-height:20px; margin:0; outline:none; background:#333;
}
#featured .info h2{
	font-size:1.2em; font-family:Georgia, serif;
	color:#fff; padding:5px; margin:0; font-weight:normal;
	overflow:hidden;
}
#featured .info p{
	margin:0 5px;
	font-family:Verdana; font-size:11px;
	line-height:15px; color:#f0f0f0;
}
#featured .info a{
	text-decoration:none;
	color:#fff;
}
#featured .info a:hover{
	text-decoration:underline;
}
#featured .ui-tabs-hide{
	display:none;
}

/*---------- TOP残り僅かセール商品 --------------------------------------------*/
.top_list {
	float: left;
	padding: 0 10px 20px;
	width: 170px;
	text-align:center;
}
.top_list_img {
	width:150px;
	height:140px;
	margin:0 auto;
	overflow:hidden;
}



.regmes {
	color: #cc0000;
	font-weight: bold;
	font-size: 16px;
}

.regularCheck {
	margin-bottom: 20px;
}

/*---------- 関連付けタグ --------------------------------------------*/
#tags #tag_title{
	width:177px;
	height:18px;
	padding-top:25px;
	text-align:center;
	color:#FFF;
	margin-top:10px;
	background:url(/files/emall/p/images/tag_bc_01.gif) top left no-repeat;
	}
#tags ul{
	width:133px;
	margin:0;
	padding:10px 10px 10px 30px;
	border:solid 2px #a6824e;
	background:url(/files/emall/p/images/tag_bc_02.gif) top left repeat;
	}

/*---------- タグ付け --------------------------------------------*/
#tag_main_bar{
	width:550px;
	float:left;
	padding:15px;
	}
#tag_title{
	font-size:1.2em;
	border-bottom:solid 2px #666;
	margin-bottom:5px;
	font-weight:bold;
	}
.tag_num{
	padding-left:10px;
	}
.tagPager{
	margin-top:20px;
	border-bottom:solid 1px #666;
	}
.tagList{
	border:solid 1px #666;
	padding:7px;
	}
.tagList dt{
	background:#FDEBDF;
	padding:5px;
	border-bottom:solid 1px #666;
	}
.tagList dd{
	padding:5px;
	margin:0;
	line-height:1.5;
	display:inline;
	}
.tagList dd a{
	color: #666;
	}

/*---------- お悩み --------------------------------------------*/
.kaiketu{
	padding:0;
	}
.onayami .over,.onayami .under{
	background:url(../images/border_01.gif) top left repeat-x;
	width:100%;
	height:5px;
	}

.onayamiContent{
	background:#ececec;
	width:100%;
	min-height:250px;
	padding:25px 0 30px 25px;
	}
.onayamiChild{
	float:left;
	width:160px;
	opacity:0.8;
	margin-right:20px;
	display:block;
	}
.onayamiChild .kaiketu_ttl{
	background-color:#f9f5ec;
	padding:8px 0 5px 13px;
	font-size:13px;
	font-weight:bold;
	border-bottom:#999 dotted 2px;
	/* 隗剃ｸｸ */
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-top-right-radius: 10px;
	-moz-border-top-left-radius: 10px;
	}
.onayamiChild ul{
	padding:10px 0 10px 10px;
	font-size:11px;
	background-color:#FFF;
	margin:0 0 10px;
	/* 隗剃ｸｸ */
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-bottom-right-radius: 10px;
	-moz-border-bottom-left-radius: 10px;
	}

.cancel{
	color:#818181;
	font-size:15px;
	vertical-align:bottom;
}

.column_2 #featured{
	width:680px;
	padding:0 !important;
	margin:0 auto;
	}
.column_2 .kaiketu{
	margin:20px auto !important;
	width:570px;
	}
.column_2 .over,.column_2 .under{
	margin:0 auto !important;
	width:100%;
	}
.column_2 .onayamiContent{
	margin:0 auto !important;
	width:100%;
	}


.column_1{
	width: 800px !important;
	margin:0 100px 10px !important;
	}
.column_1 .grid_02{
	width:800px !important;
	}
.column_1 h2 {
	background:url(../images/h2_bg.gif) repeat-x !important;
	text-align:center !important;
	padding:18px 0 0 0 !important;
	height:32px !important;
	margin:10px 0 30px  !important;
}
.column_1 h3 {
	background:url(../images/h3_bg.gif) repeat-x !important;
	text-align:center !important;
	padding:18px 0 0 0 !important;
	height:32px !important;
	margin:10px 0 30px  !important;
}
.column_1 h4 {
	background:url(../images/h4_bg.gif) repeat-x !important;
	text-align:center !important;
	padding:18px 0 0 0 !important;
	height:32px !important;
	margin:10px 0 30px  !important;
}

.column_1 .rank_box {
	width:572px;
	margin:0 auto;
	}
.column_1 #featured{
	width:570px !important;
	padding:0 !important;
	margin:0 auto;
	}
.column_1 .kaiketu{
	margin:20px auto !important;
	width:570px;
	}
.column_1 .over,
.column_1 .under{
	margin:0 auto !important;
	width:580px !important;
	}
.column_1 .onayamiContent{
	margin:0 auto !important;
	width:555px !important;
	}


.mypage_menu {
	margin:0 auto 20px;
	width: 570px;
}
.mypage_menu a {
	margin: 0 6px 12px;
	float:left;
	}
.mypage_menu a:hover {
	text-decoration: none;
	}
.mypage_menu a span{
	display: block;
	width: 150px;
	height: 40px;
	color: #fff;
	font-size: 18px;
	line-height: 2.4;
	text-align: center;
	background-color: #333;
	border-radius: 2px;
	transition: all 300ms ease-in;
}
.mypage_menu a:hover span{
	color: #333;
	background-color: #dde;
	text-decoration: none;
	}






/* template.css */



/*--------------------------------ログイン--------------------------------*/
#login{
	padding:15px;
	font-size:13px;
	}
#login dt{
	margin-bottom:3px;
	}
#login dd{
	margin-bottom:7px;
	}


/*header login
***********************************/
#h_login{
	width:560px;
	margin:0 0 5px;
	padding:0px;
	font-size:10px;
	}
#h_login dl {
	display:inline;
	margin:0 10px 0 0;
	padding:0;
}
#h_login dl dt{
	width:77px;
	margin:0px;
	padding:0px 5px;
	float:left;
	}
#h_login dl dd{
	float:left;
	}
#h_login dl dd input {
	width:100px;
	height:16px;
	padding:0px;
}
.log_bt {
	width:55px;
	height:18px;
}

.h_logbtn {
	display:inline;
	margin:0px 0px 7px;
	}
.h_logbtn input {
	padding: 2px;
	font-size:10px;
	color: #fff;
	background-color:#79C6FB;
	border: 0px none;
	cursor: pointer;
	}
.h_logbtn input:hover {
	background-color:#AAD8F8;
}
/*--------------------------------ピックアップ--------------------------------*/
.bn{
	height:43px;
	padding-top:17px;
	font-size:19px;
	font-weight:bold;
	border:solid 1px #444;
	}
.bn:hover{
	background:#eee;
	}
.bn a{
	display:block;
	text-align:center;
	height:100%;
	}
.bn a:hover{
	color:#000;
	}

/*--------------------------------商品レビュー＆口コミ--------------------------------*/
.rev_ttl{
	width:190px;
	height:30px;
	text-align:center;
	padding-top:15px;
	color:#000;
	font-weight:bold;
	background:url(../images/mv_03.gif) no-repeat top left;
	}
#review{
	background:#c5c5c5;
	padding-bottom:2px;
	}
#review01{
	margin-bottom:20px;
	padding-bottom:10px 0px;
	border:none;
	border-bottom:3px solid #ccc;
	background:#fff;
}
#review01 dl {
	width:560px;
	height:125px;
	margin:0px 0px 0px 10px !important;
	padding:0px !important;
	float:right;
}
#review01 dl dt {
	width:560px;
	float:none;
	padding:0px 0px 5px;
	border-bottom:1px dotted #ccc;
}
#review01 dl dd {
	padding:5px 0px 0px;
}
#review01 dl dd p {
	color:#FF6E00;
	font-weight:bold;
	margin-bottom:5px;
}
.guest {
	display:inline-block;
	width:90px;
	padding:0px 5px;
	text-align:center;
}
.guest p {
	margin:5px 0px;
}
.guest img {
	width:100px;
}
#scroll-box {
height:250px;
overflow:hidden;
overflow-y:scroll;
border:none;
padding:0 20px;
}
.rev_box{
	width:170px;
	margin:0 auto;
	padding:5px;
	background:#FFF;
	border:solid 3px #e4e4e4;
	text-align:center;
	color:#000;
	}
.rev_box .myp_voicename,
.rev_box .voice_img,
.rev_box {
	text-align:center;
	}
.rev_box .myp_voicename strong{
	font-size:14px;
	}
.rev_box .myp_voicet{
	padding:5px 10px;
	}
.myp_link{
	text-align:right;
	font-size:13px;
	text-decoration:underline;
	}


/*--------------------------------3カラム--------------------------------*/
.column_3{
	width:590px !important;
	overflow:hidden;
	}
.column_3 .rank_01,.column_3 .rank_02,.column_3 .rank_03{
	}
.column_3 .rank_box p{
	}
.column_3 #featured ul.ui-tabs-nav{
	width:282px;
	}
.column_3 dl{
	width:550px !important;
	}
.column_3 .item_box{
	width:33%;
	}

/*--------------------------------フリーテンプレ用追記--------------------------------*/
/*共通*/
#navi{
	height:25px;
	padding-top:10px;
	margin-bottom:40px;
	}
#navi li{
	float:left;
	width:150px;
	text-align:center;
	font-size:13px;
	}
#navi li a{
	display:block;
	padding-bottom:7px;
	}
.tolink{
	text-align:right;
	font-size:12px;
	margin:40px 0;
	padding-right:10px;
	}
#footer_menu{
	border-top:solid 3px #000;
	}
.logbtn {
	text-align:center;
	margin:15px 0 5px;
	}
.logbtn input {
	background:#690;
	color:#fff;
	font-weight:bold;
	}


/*下層ページ*/


.item_page{
	width:800px;
	padding:20px;
	margin:0 auto;
	}
.item_page_left{
	width:360px;
	height:360px;
	overflow:hidden;
	text-align:center;
	layout-grid-line:200px;
	display:table-cell;
	vertical-align:middle;
	}
.item_page_left img{
	vertical-align:middle;
	}

.item_page_right{
	display:table-cell;
	width:360px;
	height:360px;
	padding:20px;
	overflow:hidden;
	}
.item_page_right h2,.item_page_right p,.item_page_right div{
	margin-bottom:15px;
	}
.item_page_right h2{
	font-size:20px;
	font-weight:bold;
	}
.item_page_right .price{
	font-size:30px;
	}
.item_page_right .cap{
	font-size:11px;
	}
.item_page_read{
	width:720px;
	padding:20px;
	font-size:13px;
	}
.button{
	border-radius:5px 5px 5px 5px;
	width:350px;
	height:50px;
	color:#FFF;
	font-weight:bold;
	background-color:#00D244;
	}
.button:hover{
	background:#093;
	}



/* color.css */
/*共通*/


#login{
	border:solid 1px #eee;
	}
.bannerbox01 ul {
	margin:10px 0px 5px;
}
.bannerbox01 li {
	display:inline;
	width:375px;
	height:100px;
	float:left;
	margin:5px 0px;
}
.bannerbox01 p {
	margin:5px 0px !important;
}

/*トップページ*/




/*下層ページ*/
.item_page_left{
	border:solid 20px #eee;
	background:#FFF;
	}
.item_page_right{
	background:#eee;
	color:#333;
	}
.item_page_read{
	border:solid 20px #eee;
	border-top:none;
	background:#fff;
	color:#333;
	}
DIV#log dt{
	color:#fff;
	}

.cart_btn {
	padding:0px !important;
}
.cart_btn dt {
	width:150px !important;
	margin-top:15px;
	float:left;
}


/*マイページ
**********************************/
.rireki_box {
	width:100%;
	margin-bottom:50px;
	padding-bottom:50px;
	border-bottom:2px dotted #ddd;
}
.rireki_boxL {
	float:left;
	width:50%;
}
.rireki_boxR {
	float:right;
	width:50%;
	height:170px;
	text-align:center;
	overflow-y:scroll;
}
.rireki_boxL dl {
	width:500px  !important;
}
.rireki_boxL dt {
	float:left;
	margin:1px 0px !important;
	padding:5px;
	width: 100px;
	color: #fff;
	clear:both;
	background-color: #79C6FB;
}
.rireki_boxL dd {
	float:left;
	width:200px !important;
	margin:0px !important;
	padding:5px !important;
}

.box1 dl {
	background-color: #79C6FB;
	padding:0px !important;
}
.box1 dt {
	width:20%;
	float:left;
	padding:5px;
	margin:1px 0px !important;
	color: #fff;
	clear:both;
	border-bottom:2px solid #fff;
	background-color: #79C6FB;
}
.box1 dd {
	float:left;
	width:77% !important;
	margin:0px !important;
	padding:5px 2% !important;
	border-bottom:1px solid #fff;
	background-color: #fff;
}

/* 20160801 */
.ask_payment {
	padding: 6px 12px;
	background: #fffcf8;
	border: 2px solid #ffa07a;
	}
.ask_payment dl {
	padding: 0;
	overflow: hidden;
	}
.ask_payment dt {
	width: 420px;
	font-size: 1.1em;
	}
.ask_payment dd {
	width: 300px;
	float: right;
	}
.ask_payment dd a {
	display: inline-block;
	width: 100%;
	color: #fff;
	font-size: 1.2em;
	font-weight: 600;
	text-align: center;
	line-height: 2;
	background: #48cfe3;
	box-shadow: 0px -4px 0px #37aebf inset;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}
.ask_payment p {
	text-align: right;
	font-size: 0.8em;
	}


/*特定商取引法
**************************************/
.hyouki {
	line-height:1.8em;
}

.hyouki dl {
	margin:10px 0px !important;
	padding:0px !important;
}

.hyouki dl dt {
	width:150px !important;
}

.text_box {
	margin:10px auto;
	line-height:1.8em;
	padding:20px 40px;
}
.text_box h4 {
	font-weight:bold;
	font-size:16px;
	margin:10px 0px 0px;
	color: #79C6FB;
}
.text_box li {
	list-style:disc !important;
	margin-left:27px;
}
#payment01,#order01,#cancel01 {
	margin-bottom: 1em;
	padding: 5px 10px 5px 36px !important;
}
/*main_contents
************************************/
#main_contents {
}
#main_contents h2 {
	height:18px;
	margin-bottom: 1em;
	padding: 10px 10px 3px 36px;
	color: #fff;
	font-size: 18px;
	background-color: #79C6FB;
	background-image:url(../images/h2icon01.png);
	background-repeat:no-repeat;
	background-position:8px 5px;
	}

#shoppingGuide {
	line-height: 2em;
}
#shoppingGuide figure {
	margin: 10px 0px 50px;
}
#shoppingGuide figcaption {
	font-size: 16px;
	margin: 10px 0px;
}
.box_orenge {
	margin-right: 0.5em;
	padding: 0px 5px;
	color: #fff;
	background-color: #f79c2f;
}
#shoppingGuide img {
	display: block;
	margin: 0px auto;
	box-shadow: 1px 1px 3px 3px #ccc;
}

/*flip
****************************************************/
.flip-container {
	-webkit-perspective: 1000;
	perspective: 1000;
}

.lt-ie11 .flip-container {
	border: 3px soli red;
}

.flip-container, .front, .back {
	margin: 0 auto;
	width: 340px;
	height: 200px;
}

.flipper {
	-webkit-transition: 0.6s;
	-webkit-transform-style: preserve-3d;

	transition: 0.6s;
	transform-style: preserve-3d;

	position: relative;
}

.front, .back {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;

	-webkit-transition: 0.6s;
	-webkit-transform-style: preserve-3d;
	-webkit-transform: rotateY(0deg);

	transition: 0.6s;
	transform-style: preserve-3d;
	transform: rotateY(0deg);

	position: absolute;
	top: 0;
	left: 0;
}

.front {
	z-index: 2;
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);

	-webkit-animation: flip-front 6s ease-in-out infinite;
	animation: flip-front 6s ease infinite;
}

.back {
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg);

	-webkit-animation: flip-back 6s ease-in-out infinite;
	animation: flip-back 6s ease infinite;
}


@-webkit-keyframes flip-front {
	0% { -webkit-transform: rotateY(0deg); }
	35% { -webkit-transform: rotateY(0deg); }
	50% { -webkit-transform: rotateY(180deg); }
	85% { -webkit-transform: rotateY(180deg); }
	100% { -webkit-transform: rotateY(0deg); }
}

@keyframes flip-front {
	0% { transform: rotateY(0deg); }
	35% { transform: rotateY(0deg); }
	50% { transform: rotateY(180deg); }
	85% { transform: rotateY(180deg); }
	100% { transform: rotateY(0deg); }
}

@-webkit-keyframes flip-back {
	0% { -webkit-transform: rotateY(-180deg); }
	35% { -webkit-transform: rotateY(-180deg); }
	50% { -webkit-transform: rotateY(0deg); }
	85% { -webkit-transform: rotateY(0deg); }
	100% { -webkit-transform: rotateY(-180deg); }
}
@keyframes flip-back {
	0% { transform: rotateY(-180deg); }
	35% { transform: rotateY(-180deg); }
	50% { transform: rotateY(0deg); }
	85% { transform: rotateY(0deg); }
	100% { transform: rotateY(-180deg); }
}

/*itemdate
*********************************************************/
.itemDate {
	line-height:1.5em;
	font-size:14px;
}
.itemDate p {
	margin:10px 0px 0px;
}

.itemDate ul li:before {
	content:"●";
}
.itemDate img {
	width:100%;
}
.itemBox01 {
	margin:10px 0px;
}
.itemDate h2 {
	margin:20px 0px 0px !important;
	padding:0px 0px 2px !important;
	font-size:16px;
	font-weight:bold;
	color:#79C6FB !important;
	background:none !important;
	border-bottom:solid 1px #79C6FB !important;
}
.itemDate h4 {
	display:block !important;
	margin:10px 0px;
	font-size:16px;
	font-weight:bold;
	border-bottom:solid 1px #ddd !important;
}
.itemDate h4:before {
	content:"◆";
}
.itemDate .boxL01 {
	width:50%;
	float:left;
}
.itemDate .boxR01 {
	width:50%;
	float:right;
}

/*information
*********************************************************/
#infoF {
	padding:0 10px;
	line-height:1.6em;
}
#infoF h4 {
	font-weight:bold;
}
#infoF p {
	margin:17px 0;
}
#infoF p img {
	width: 100%;
}
.list01 li {
	margin:0 0 5px 17px;
	list-style:disc !important;
}
.list02 li {
	margin-left:17px;
	list-style:decimal !important;
}
.list02red li {
	margin-left:17px;
	color:#f00;
	list-style:decimal !important;
}
.list02red li p {
	margin-left:17px;
	color:#333;
	list-style:decimal !important;
}
#infoF table {
	margin:10px 0 !important;
}
#infoF h3 {
	margin:20px 0 10px;
	padding:5px 0px 3px;
	border-top:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
	font-weight:500;
}
#infoF h3:before {
	content:"※";
	margin-right:10px;
	color:#79C6FB;
}
#infoF table th {
	background:#79C6FB;
	color:#fff;
}
#infoF table td {
	vertical-align:top;
}
.infoFbox img {
	width:100%;
}
.boxL05 {
	width:50%;
	float:left;
}
.boxR05 {
	width:50%;
	float:right;
}
.boxL04 {
	width:40%;
	float:left;
}
.boxR06 {
	width:60%;
	float:right;
}
/*郵便
*********************************************/
#yuubin {
	width:220px;
	height:86px;
	padding:34px 0 0;
	
}
#yuubin .input {
	width:135px;
	height:24px;
	margin:0 5px 0 10px;
	padding:0;
}
#yuubin .submit {
	width:50px;
	height:26px;
	padding:0;
}
#yuubin p {
	margin:5px !important;
}
/*その他
*********************************************/
.hissu {
	float: right;
    background: #fe9623;
    color: #fff;
    padding: 0 5px;
}
.red14 {
	color:#f00;
	font-size:14px !important;
}

td DL.inName {
	padding:0 !important;
}
td DL.inName dt {
	width:30px!important;
	padding:5px 0 !important;
	float:left;
	font-weight:normal !important;
}
td DL.inName dd {
	float:left!important;
	margin:0 5px!important;
}

/*まとめ買い
*****************************************************/
#bulk {
	height:auto;
}
#bulk.disNone {
	display:block;
}
#itemDate .disNone,.itemDate .disNone {
	display:none;
}
#bulk .itemDis {
	display:none;
}
/*
#itemDate .itemDis,.itemDate .disNone {
	display:block;
}*/
.point {
	margin:0 10px 0 0;
	cursor: pointer;
}
.point a:hover {
	color:#ff9a26;
}
#wrap {
	overflow:hidden;
}