@charset "utf-8";
/* CSS Document */

/* =========================================================
wait dialog, loading
========================================================= */
#wait_dialog {
	position: absolute;
	z-index: 99;
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: 0.8;
	filter: alpha(opacity=80);	/* IE6、IE7対応 */
	-moz-opacity: 0.8;			/* Firefox1.5以前対応 */
}

#wait_dialog_message {
	font-size: 20px;
	font-weight: bold;
	position: fixed;
}

#wait_dialog_loadingImg {
	display: inline-block;
	background: url(../../../img/common/loading.gif) left center no-repeat;
	width: 16px;
	height: 16px;
}

/* =========================================================
明細
========================================================= */
.orderHeader {
	background: #f3f3f3;
	border-bottom: 1px solid #ccc;
	padding: 10px 20px;
	font-size: 0.9em;
	display: table;
	width: 100%;
}
.orderHeader .itemWrap {
	display: table-cell;
	width: 20%;
	padding-right: 20px;
	vertical-align: middle;
}
.orderHeader *:last-child.itemWrap {
	padding-right: 0;
	white-space: nowrap;
}

.orderHeader label:after {
	content: "\A"; /* 改行コード */
	white-space: pre;
}

.orderHeader label+span {
	font-weight: bold;
}
.orderHeader .orderDetailLink {
	background: url("../images/iconArrowGray.png") no-repeat 0 center;
	padding-left: 21px;
}

.orderRow {
	border: 1px solid #ccc;
	background: #fff;
	margin: 20px 0;
	padding: 0;
	border-radius: 6px;
	font-size: 0.9em;
}
.orderDetailRow {
	margin: 20px;
}
/* orderDetailRow - clearfix */
.orderDetailRow:before,
.orderDetailRow:after {
    content:"";
    display:table;
}
.orderDetailRow:after {
    clear:both;
}
.orderDetailRow {
    zoom:1;
}
.orderDetailRow .goodsImg,
.orderDetailRow .orderGoodsName,
.orderDetailRow .writeReviewLink,
.orderDetailRow .addFavoriteLink {
	float: left;
	display: block;
	margin-right: 10px;
}
.orderDetailRow .goodsImg {
	width: 60px;
}
.orderDetailRow .orderGoodsName {
	width: 258px;
}
.orderDetailRow .writeReviewLink {
	width: 160px;
	text-align: center;
}
.orderDetailRow .addFavoriteLink {
	width: 160px;
	text-align: center;
	margin-right: 0;
}
.orderRow .openOrderContentsLink {
	margin: 20px;
	display: block;
}
.orderStatus {
	background: #317dcb;
	border-radius: 3px;
	color: #fff;
	padding: 0 0.5em;
}

.apPaymentState {
	background: #dcdcdc;
	border-radius: 3px;
	color: #696969;
	padding: 0 0.5em;
}

/* =========================================================
Color
========================================================= */
.headerWrap {
	background-color: #ec8125;
}
.footerContents {
	background-color: #ec8125;
}
.headerMein .headerSubMenu ul li.headerCart .num {
	background-color: #ec8125;
}

/*矢印リンク*/
.arrowLink a {
	background-image: url("../../../../../images/iconArrowOrange.png");
	color: #ec8125;
}

/*見出し*/
.level_h1 {
	border-color:#f4a35d;
}
.level_h1 span {
	border-color:#ec8125;
}

/*=== side ===*/

/*初めてのお客様*/
section.first {
	border:1px solid #7fcd9c;
	background: -moz-linear-gradient(
		top,
		rgba(100,172,0,0.1) 0%,
		rgba(255,255,255,0)), #fff;
	background: -webkit-gradient(
		linear,
		left top, left bottom,
		from(rgba(100,172,0,0.1)),
		to(rgba(255,255,255,0))), #fff;
}
section.first h3 {
	border-top:4px solid #009b3a;
}
section.first h3.wakaba {
	height:61px;
	background:url(../../../../../images/sideTtlWakaba.png) no-repeat 10px 10px;
}
section.first h3.wakaba span {
	display:none;
}
.memberRegister a {
	display:block;
	width:100%;
	height:45px;
	background-color:#009b3a;
	color:#fff;
	font-weight:bold;
	font-size:1em;
	text-align:center;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	line-height:45px;
	text-decoration:none;
	margin:0 0 20px;
}

/* about_us_menu */
.about_us_menu {
	margin: 0 0 20px;
}
.about_us_menu .about_1 a {
	width: 100%;
	display: block;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	color: #fff;
	font-weight: bold;
	font-size: 0.9em;
	padding: 10px 10px 10px 40px;
	margin: 0 0 10px;
	line-height: 1.5;
	text-decoration: none;
	text-align: left;
	background: #009b3a url(../../../../../images/iconArrowWhite.png) no-repeat 10px center;
}
.about_us_menu .about_1 a .small {
	font-size: 0.9em;
}

@media screen and (max-width: 641px) {
.about_us_menu .about_1 a .small {
	padding-left: 1em
}
}
.about_us_menu .about_2 a,
.about_us_menu .about_3 a {
	width: 100%;
	display: block;
	color: #009b3a;
	font-weight: bold;
	text-decoration: none;
	font-size: 0.9em;
	padding: 10px 10px 10px 43px;
	margin: 0;
	line-height: 1.5;
}
.about_us_menu .about_1 a:hover,
.about_us_menu .about_2 a:hover,
.about_us_menu .about_3 a:hover {
	text-decoration: underline;
}
.about_us_menu .about_2 a {
	background: url(../../../../../images/icon_acai.png) no-repeat 0 center;
}
.about_us_menu .about_3 a {
	background: url(../../../../../images/icon_propolis.png) no-repeat 0 center;
}

/*ようこそゲストさん*/
section.guest {
	border: 1px solid #f5c295;
	background: -moz-linear-gradient(
		top,
		rgba(254,223,0,0.1) 0%,
		rgba(255,255,255,0)), #fff;
	background: -webkit-gradient(
		linear,
		left top, left bottom,
		from(rgba(254,223,0,0.1)),
		to(rgba(255,255,255,0))), #fff;
}
section.guest h3 {
	border-top:4px solid #ec8125;
}
.myPageBtn a {
	width: 100%;
	height: auto !important;
	display: block;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	color: #fff;
	font-weight: bold;
	font-size: 1em;
	padding: 11px 10px 9px 40px;
	margin: 0 0 10px;
	line-height: 1.5;
	text-decoration: none;
	text-align: left;
	background: #ec8125 url(../images/iconArrowWhite.png) no-repeat 10px center;
}
.mypage_menu {
	width: auto;
	padding: 0;
	margin: 10px 0;
	min-height: 300px;
	letter-spacing: -0.4em;
}
.mypage_menu li {
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
	width: 80%;
	margin: 0;
	padding: 8px 0px;
}
.mypage_menu li a {
	display: block;
	text-align: left;
}
.mypage_menu li a:hover {
	text-decoration: underline;
}
.mypage_menu li + li {
	border-top:1px solid #ccc;
}
.mypage_menu li .fa-chevron-right {
	padding: 0 5px;
}

/*sideCategory*/
.sideCategory h3 {
	border-color:#f4a35d;
}
.sideCategory h3 span {
	border-color:#ec8125;
}
@media screen and (max-width: 641px) {
	section,
	section.first {
		margin-left: 10px;
		margin-right: 10px;
	}
}

.sideContents aside {
	display: block;
	margin: 0 0 40px 0;
}
.sideContents .bnr_wrap {
	display: block;
	margin: 0 0 20px 0;
}

/* 価格帯 */
.priceRange ul li img{
	vertical-align:middle;
}
.priceRange ul li span a{
	text-decoration: none;
	color:#333;
}
.priceRange ul li span a:hover {
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}

/* =========================================================
footer
========================================================= */
.footerGuide {
	margin: 0 auto 10px;
	padding: 20px 0 0;
}

.footerGuide .footerGuideBox {
	float: left;
}
.footerGuide .footerGuideBox.guide_1 {
	width: 260px;
	padding: 20px;
}
.footerGuide .footerGuideBox.guide_2 {
	width: 458px;
	padding: 20px;
	border-left: 1px dotted #ccc;
	border-right: 1px dotted #ccc;
}
.footerGuide .footerGuideBox.guide_3 {
	width: 260px;
	padding: 20px;
}
.footerGuide .footerGuideBox h4 {
	margin: 0 0 20px 0;
}
.footerGuide .footerGuideBox ul li {
	font-size: 0.8em;
	list-style-type: disc;
	margin: 0 0 1.5em 1em;
}

.footerGuide .footerGuideBox .table.shipping_timetable {
	font-size: 0.7em;
}
.footerGuide .footerGuideBox .table.shipping_timetable th {
	width: 100%;
	text-align: center;
	background: #b1e4c4;
	padding: 0.6em;
}
.footerGuide .footerGuideBox .table.shipping_timetable td {
	width: auto;
	padding: 0.6em;
}

.footerGuide .footerGuideBox ul.list_payment {
	margin: 0 0 1.5em 0;
}
.footerGuide .footerGuideBox ul.list_payment li {
	margin: 0 0 0.5em 1em;
	font-weight: bold;
}
.footerGuide .footerGuideBox ul.list_kome li:before {
	content:"※";
	display:block;
	left:0;
	position:absolute;
	top:0;
}
.footerGuide .footerGuideBox ul.list_kome li {
	padding-left: 1em;
	position: relative;
	list-style-type: none;
	margin: 0 0 1.5em 0;
}
.footerContents .footerInfo .infoBox {
	width: 690px;
	margin: 0;
	float: left;
	height: 140px;
	padding: 20px;
}
.footerContents .footerInfo .policyBox {
	width: 260px;
	font-size: 0.68em;
	margin: 0;
	float: right;
	height: 140px;
	padding: 40px 15px;
}
.footerContents .footerInfo .infoBox .info_tel_wrap {
	float: left;
	margin: 0;
}
.footerContents .footerInfo .infoBox .info_btn_wrap {
	width: 200px;
	float: right;
	margin: 0;
}
.footerContents .footerInfo .infoBox .info_btn_wrap .btn_inquiry a,
.footerContents .footerInfo .infoBox .info_btn_wrap .btn_faq a {
	width: 200px;
	height: 45px;
	display: block;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	color: #fff;
	font-weight: bold;
	font-size: 1em;
	padding: 0 10px;
	margin: 0 0 10px;
	line-height: 45px;
	text-decoration: none;
	text-align: center;
	background: #ec8125;
}
.footerContents .footerInfo .policyBox .policy_img_wrap {
	float: left;
}
.footerContents .footerInfo .policyBox .policy_text_wrap {

}
.policyBanner img {
	float: left;
	margin-right: 1em;
}

.footerContents {
	padding: 10px 0 0 0;
}
.footerNavi .footerBox ul,
.footerNavi .footerBox dl {
	font-size: 0.9em;
	line-height: 1.8em;
}
.footerNavi {
	padding: 30px;
}
.footerNavi .footerBox {
	padding: 0 20px 0 0;
	float: left;
	display: block;
	width: 25%;
}
.footerNavi *:last-child.footerBox {
	padding: 0;
}
/* footerNavi - clearfix */
.footerNavi:before,
.footerNavi:after {
    content:"";
    display:table;
}
.footerNavi:after {
    clear:both;
}
.footerNavi {
    zoom:1;
}
.footerNavi a {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}
.footerNavi a:hover {
	color: #fff;
	text-decoration: underline;
}
.footerSubNavi {
	font-size: 1.2em;
}
.footerNaviSp {
	display: none;
}

@media screen and (max-width: 641px) {
	.footerGuide,
	.footerContents .footerNavi,
	.footerContents .footerInfo,
	.copy .policyBanner {
		display: none;
	}
	.footerContents {
		background: #fff;
	}

	.footerNaviSp {
		display: block;
		width: 100%;
		background: #f3f3f3;
		margin: 0;
	}
	.footerNaviSp .to_pc {
		background: #fff;
		margin: 0;
		padding: 10px;
	}
	.footerNaviSp .to_pc a {
		display: block;
		border-radius: 1000px;
		background: #f3f3f3;
		collor: #333;
		border: 1px solid #ccc;
		height: 48px;
		line-height: 48px;
		text-align: center;
		margin: 0;
		text-shadow: 0 2px 0 #fff;
	}
	.footerNaviSp .pagetop_link {
		border-bottom: 1px solid #ccc;
		background: -moz-linear-gradient(
			top,
			rgba(255,255,255,0) 0%,
			rgba(0,0,0,0.05)), #fff;
		background: -webkit-gradient(
			linear,
			left top, left bottom,
			from(rgba(255,255,255,0)),
			to(rgba(0,0,0,0.05))), #fff;
		box-shadow: 0 3px 2px 0 rgba(0,0,0,0.1), inset 0 -1px 1px 0 rgba(255,255,255,1);
		height: 70px;
		text-align: center;
		margin: 0;
	}
	.footerNaviSp .pagetop_link a {
		display: block;
		padding: 10px;
	}
	.footerNaviSp .pagetop_link .pagetop_icon {
		display: inline-block;
		height: 50px;
		padding-top: 10px;
		text-align: center;
		border-style: solid;
		border-width: 10px;
		border-color: transparent;
		border-top-width: 0;
		border-bottom: 10px solid #ccc;
		width: 0;
		height: 0;
		font-size: 0;
		line-height: 0;
	}
	.footerNaviSp .pagetop_link .pagetop_text {
		display: block;
		line-height: 20px;
		text-align: center;
		color: #666;
		text-shadow: 0 2px 0 #fff;
		font-size: 12px;
	}
	.footerNaviSp .footerGlobalNavi ul {
		margin: 30px 10px;
		border: 1px solid #ccc;
	}
	.footerNaviSp .footerGlobalNavi ul li a {
		margin: 0;
		padding: 18px;
		border-bottom: 1px dotted #ccc;
		display: block;
		background: #fff;
	}
	.footerNaviSp .footerGlobalNavi ul li a:after {
		content: "";
		margin: 0;
		padding: 0;
		line-height: 0;
		background:  url(../../../../../images/iconArrowGreen2_sp_18@2x.png) no-repeat center center;
		background-size: 100%;
		display: inline-block;
		width: 18px;
		height: 21px;
		float: right;
	}
	.footerNaviSp .contact_tel {
		margin: 10px 10px 30px;
	}
	.footerNaviSp .policyBanner {
		display: block;
		margin: 10px;
		background: #fff;
		padding: 20px;
		text-align: center;
	}
	.footerNaviSp .policyBanner ul {
		text-align: center;
	}
	.footerNaviSp .policyBanner li {

		display: inline-block;
	}
	.footerSubNavi {
		background: #f3f3f3;
		padding-bottom: 0;
	}
	.footerSubNavi ul {
		margin: 0 auto;
		text-align: center;
	}
	.footerSubNavi ul li {
		margin-bottom: 1em;
		float: none;
	}
	.footerSubNavi ul li a {
		color: #333;
		font-size: 0.9em;
	}
	.footerSubNavi ul li + li {
		border-left: 1px solid #ccc;
	}
	.copy {
		background: #ec8125;
		color: #fff;
		font-size: 0.9em;
		text-align: center;
	}
}
/* =========================================================
必須マーク、エラーメッセージ、アラートメッセージ
========================================================= */

/* 必須 */
.required:after {
	content: "必須";
	background: #cf646b;
	color: #fff;
	padding: 0 10px;
	margin: 0 0 0 5px;
	font-weight: normal;
	font-size: 0.9em;
	border-radius: 3px;
	float: right;
	min-width: 2em;
	text-align: center;
}

/* 条件付き必須 */
.required_condition:after {
	content: "※";
	background: #317dcb;
	color: #fff;
	padding: 0 10px;
	margin: 0 0 0 5px;
	font-weight: normal;
	font-size: 0.9em;
	border-radius: 3px;
	float: right;
	min-width: 2em;
	text-align: center;
}

/* エラーメッセージ、アラートメッセージ */
.alertMsg,
.errorMessage {
	display: block;
	color: #cf646b;
	margin-top: 5px;
}
.alertMsg + * {
	margin-top: 5px;
}


/* =========================================================
リスト
========================================================= */
/* tree_list */
ul.tree_list {
	position: relative;
	font-size: 1em;
}
ul.tree_list li,
ul.tree_list li > ul > li,
ul.tree_list li > ul > li > ul > li {
	margin: 0 0 0.5em 0;
}
ul.tree_list > li > img,
ul.tree_list > li > ul > li img,
ul.tree_list > li > ul > li > ul > li img {
	position: relative;
	top: 0.5em;
	left: 0;
	margin: 0 0.5em 0 0;
	vertical-align: top;
}
ul.tree_list > li > ul,
ul.tree_list > li > ul > li > ul,
ul.tree_list > li > ul > li > ul > li > ul {
	margin: 0.5em 0 0 0;
}
ul.tree_list > li > ul > li,
ul.tree_list > li > ul > li > ul > li,
ul.tree_list > li > ul > li > ul > li > ul > li {
	background: url(../../../../../images/tree_list_line_white.png) no-repeat left top;
	padding: 0 0 1em 1em;
	margin: 0 0 0 0.5em;
}
ul.tree_list > li > ul > li:last-child,
ul.tree_list > li > ul > li > ul > li:last-child,
ul.tree_list > li > ul > li > ul > li > ul > li:last-child {
	background: url(../../../../../images/tree_list_line_last_white.png) no-repeat left top;
}
ul.tree_list li {
	font-weight: bold;
	margin-top: 2em;
	background: url(../../../../../images/iconArrowWhite.png) no-repeat 0 4px;
	padding-left: 21px;
}
ul.tree_list li li {
	font-weight: normal;
	margin-top: 0;
}


/*---------------------------------------------------------------------------
	.commonForm 共通フォームcss
	.commonFormを#topGroupName以下のコンテンツ枠に付けて使用する。
  ---------------------------------------------------------------------------*/
/* フロー画像 */
p.flow {
	text-align:center;
}

.commonForm {
	margin:20px 0 0;
}
.commonForm .blocks {

}
.commonForm div.blocks + div {
	/*border-top:1px solid #ddd;*/
}

/* ラベル共通 */
.commonForm label {

}

/* =========================================================
フォーム
========================================================= */

/* 入力系
--------------------------------------------------------- */

/* ----- 基本スタイル ----- */
input[type="text"],
input[type="search"],
input[type="tel"],
input[type="url"],
input[type="email"],
input[type="password"],
input[type="datetime"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime-local"],
input[type="number"],
input[type="button"],
input[type="submit"],
input[type="reset"],
button[type="button"],
button[type="submit"],
button[type="reset"],
textarea,
select {
	font-size: 1.0em;
	padding: 8px;
    border: 1px solid;
    border-color: #ccc;
}
@media screen and (max-width: 641px) {
	input[type="text"],
	input[type="search"],
	input[type="tel"],
	input[type="url"],
	input[type="email"],
	input[type="password"],
	input[type="datetime"],
	input[type="date"],
	input[type="month"],
	input[type="week"],
	input[type="time"],
	input[type="datetime-local"],
	input[type="number"],
	input[type="button"],
	input[type="submit"],
	input[type="reset"],
	button[type="button"],
	button[type="submit"],
	button[type="reset"],
	textarea {
		-webkit-appearance: none;
	}
}

/* ----- 幅----- */
input[type="text"],
input[type="search"],
input[type="tel"],
input[type="url"],
input[type="email"],
input[type="password"],
input[type="datetime"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime-local"],
input[type="number"],

textarea,
select {
	width: 300px;
}
textarea {
	width: 100%;
}

/* 問合せ内容,コメント */
textarea.inqCont,
textarea.customerComment {
	height:120px;
}

/* TEL */
input.TEL_1,
input.TEL_2,
input.TEL_3 {
	width: 91px;
}

/* ----- フォーカス----- */
input:focus,
textarea:focus,
select:focus {
	border-color: #c4ab5f;
}


/* ボタン系
--------------------------------------------------------- */

/* ----- 基本スタイル ----- */
a[class*="btn_"],
input[type="button"],
input[type="submit"],
input[type="reset"],
button[type="button"],
button[type="submit"],
button[type="reset"] {
	font-family: "メイリオ", Meiryo, Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, sans-serif;
	font-size: 100%;
	cursor: pointer;
	border-radius: 0;
	padding: 0;
	display: inline-block;
	text-decoration: none;
	text-align: center;
	border: 1px solid #ccc;
	box-shadow: #fff 0px 0px 0px 2px inset;
	border-collapse: separate;/* box-shadow for IE9 */
	background: #fff;
	border-radius: 0;
}
/* 内側のグラデーション */
a[class*="btn_"] span,
input[type="button"] span,
input[type="submit"] span,
input[type="reset"] span,
button[type="button"] span,
button[type="submit"] span,
button[type="reset"] span {
	display: block;
	margin: 2px;
	/*padding: 0.4em 2em 0.3em;*/
	text-align: center;

	/* グラデーション */
    background : -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f0f0f0));
    background : -webkit-linear-gradient(top, #fff, #f0f0f0);
    background : linear-gradient(#fff, #f0f0f0);
	/* for IE */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0',GradientType=0 );
}

a[class*="btn_"]:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
button[type="button"]:hover,
button[type="submit"]:hover,
button[type="reset"]:hover,

a[class*="btn_"]:focus,
input[type="button"]:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
button[type="button"]:focus,
button[type="submit"]:focus,
button[type="reset"]:focus,

a[class*="btn_"]:active,
input[type="button"]:active,
input[type="submit"]:active,
input[type="reset"]:active,
button[type="button"]:active,
button[type="submit"]:active,
button[type="reset"]:active {
/*	opacity:0.9;
	filter:alpha(opacity=90);
	-ms-filter: "alpha( opacity=90 )";*/
}

a[class*="btn_"]:hover span,
input[type="button"]:hover span,
input[type="submit"]:hover span,
input[type="reset"]:hover span,
button[type="button"]:hover span,
button[type="submit"]:hover span,
button[type="reset"]:hover span,

a[class*="btn_"]:focus span,
input[type="button"]:focus span,
input[type="submit"]:focus span,
input[type="reset"]:focus span,
button[type="button"]:focus span,
button[type="submit"]:focus span,
button[type="reset"]:focus span,

a[class*="btn_"]:active span,
input[type="button"]:active span,
input[type="submit"]:active span,
input[type="reset"]:active span,
button[type="button"]:active span,
button[type="submit"]:active span,
button[type="reset"]:active span {
	/* グラデーション */
    background : -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#fff));
    background : -webkit-linear-gradient(top, #f0f0f0, #fff);
    background : linear-gradient(#f0f0f0, #fff);
	/* for IE */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#ffffff',GradientType=0 );
}

/* ----- ボタンの大きさ ----- */
/* 大 */
a.btn_lg,
input.btn_lg[type="button"],
input.btn_lg[type="submit"],
input.btn_lg[type="reset"],
button.btn_lg[type="button"],
button.btn_lg[type="submit"],
button.btn_lg[type="reset"] {
	font-size: 1.3em;
	font-weight: normal;
	min-width: 180px;
	min-height: 36px;
/*	padding: 2px 48px;*/
	margin-left: 10px;
	margin-right: 10px;
	line-height: 36px;
}

/* ----- ボタンの色 ----- */
/* ボタンの色　デフォルト */
a[class*="btn_"],
input[type="button"],
input[type="submit"],
input[type="reset"],
button[type="button"],
button[type="submit"],
button[type="reset"] {
	background: linear-gradient(#fff, #f0f0f0);
	color: #333 !important;
	border-style: solid;
	border-width: 1px;
	border-color: #ccc;
	padding-left: 1em;
	padding-right: 1em;
	/*height: 3em;*/
	height: auto;
	line-height: 3em;
	font-weight: normal;
	cursor: pointer;
}
a[class*="btn_"]:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
button[type="button"]:hover,
button[type="submit"]:hover,
button[type="reset"]:hover,

input[type="button"]:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
button[type="button"]:focus,
button[type="submit"]:focus,
button[type="reset"]:focus,

input[type="button"]:active,
input[type="submit"]:active,
input[type="reset"]:active,
button[type="button"]:active,
button[type="submit"]:active,
button[type="reset"]:active {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	text-decoration: none;
	background: linear-gradient(#f0f0f0, #fff);
}

/* ボタンの色　レベル1 */
a.btn_1,
input.btn_1[type="button"],
input.btn_1[type="submit"],
input.btn_1[type="reset"],
button.btn_1[type="button"],
button.btn_1[type="submit"],
button.btn_1[type="reset"] {
	background: #c4ab5f;
	color: #fff !important;
	border-style: solid;
	border-width: 1px;
	border-color: #c4ab5f;
	box-shadow: none;
	border-radius: 3px;
}
a.btn_1:hover,
input.btn_1[type="button"]:hover,
input.btn_1[type="submit"]:hover,
input.btn_1[type="reset"]:hover,
button.btn_1[type="button"]:hover,
button.btn_1[type="submit"]:hover,
button.btn_1[type="reset"]:hover,

input.btn_1[type="button"]:focus,
input.btn_1[type="submit"]:focus,
input.btn_1[type="reset"]:focus,
button.btn_1[type="button"]:focus,
button.btn_1[type="submit"]:focus,
button.btn_1[type="reset"]:focus,

input.btn_1[type="button"]:active,
input.btn_1[type="submit"]:active,
input.btn_1[type="reset"]:active,
button.btn_1[type="button"]:active,
button.btn_1[type="submit"]:active,
button.btn_1[type="reset"]:active {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	text-decoration: none;
	background: linear-gradient(#c4ab5f, #c4ab5f);
}

/* ボタンの色　レベル2 */
a.btn_2,
input.btn_2[type="button"],
input.btn_2[type="submit"],
input.btn_2[type="reset"],
button.btn_2[type="button"],
button.btn_2[type="submit"],
button.btn_2[type="reset"] {
	background: #333;
	color: #fff !important;
	border-style: solid;
	border-width: 1px;
	border-color: #333;
	box-shadow: none;
	border-radius: 3px;
}
a.btn_2:hover,
input.btn_2[type="button"]:hover,
input.btn_2[type="submit"]:hover,
input.btn_2[type="reset"]:hover,
button.btn_2[type="button"]:hover,
button.btn_2[type="submit"]:hover,
button.btn_2[type="reset"]:hover,

input.btn_2[type="button"]:focus,
input.btn_2[type="submit"]:focus,
input.btn_2[type="reset"]:focus,
button.btn_2[type="button"]:focus,
button.btn_2[type="submit"]:focus,
button.btn_2[type="reset"]:focus,

input.btn_2[type="button"]:active,
input.btn_2[type="submit"]:active,
input.btn_2[type="reset"]:active,
button.btn_2[type="button"]:active,
button.btn_2[type="submit"]:active,
button.btn_2[type="reset"]:active {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	text-decoration: none;
	background: linear-gradient(#333, #333);
}

/* ボタンの色　レベル3 */
a.btn_3,
input.btn_3[type="button"],
input.btn_3[type="submit"],
input.btn_3[type="reset"],
button.btn_3[type="button"],
button.btn_3[type="submit"],
button.btn_3[type="reset"] {

	background: #666;
	color: #fff !important;
	border-style: solid;
	border-width: 1px;
	border-color: #666;
	box-shadow: none;
	border-radius: 3px;
}
a.btn_3:hover,
input.btn_3[type="button"]:hover,
input.btn_3[type="submit"]:hover,
input.btn_3[type="reset"]:hover,
button.btn_3[type="button"]:hover,
button.btn_3[type="submit"]:hover,
button.btn_3[type="reset"]:hover,

input.btn_3[type="button"]:focus,
input.btn_3[type="submit"]:focus,
input.btn_3[type="reset"]:focus,
button.btn_3[type="button"]:focus,
button.btn_3[type="submit"]:focus,
button.btn_3[type="reset"]:focus,

input.btn_3[type="button"]:active,
input.btn_3[type="submit"]:active,
input.btn_3[type="reset"]:active,
button.btn_3[type="button"]:active,
button.btn_3[type="submit"]:active,
button.btn_3[type="reset"]:active {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	text-decoration: none;
	background: linear-gradient(#666, #666);
}

/* ボタンの色　レベル4 */
a.btn_4,
input.btn_4[type="button"],
input.btn_4[type="submit"],
input.btn_4[type="reset"],
button.btn_4[type="button"],
button.btn_4[type="submit"],
button.btn_4[type="reset"] {
	border-radius: 3px;
}


/* ボタンの色　使用不可状態 */
input[disabled="disabled"],
button[disabled="disabled"],
input[disabled="disabled"]:hover,
button[disabled="disabled"]:hover {
	background: #eee;
	color: #aaa;
	border-style: solid;
	border-width: 1px;
	border-color: #ccc;
	cursor: default;
	box-shadow: none;
}
input[type="radio"][disabled="disabled"] {
	border: none;
}


/* ボタン　カートに入れる */
input.btn_addCart,
a.btn_addCart {
	background: #c4ab5f;
	height: 40px;
	line-height: 40px;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	border-radius: 3px;
	color: #fff;
	width: 180px;
	display: block;
	box-shadow: none;
	border: 0;
	box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.15);
}
input.btn_addCart:hover,
a.btn_addCart:hover {
	background: #c4ab5f;
}

@media screen and (max-width: 600px) {
	input.btn_addCart {
		background: #c4ab5f;
		height: 40px;
		line-height: 40px;
		font-size: 120%;
		font-weight: bold;
		text-align: center;
		border-radius: 3px;
		color: #fff;
		width: 100%;
		display: block;
		box-shadow: none;
		border: 0;
		box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.15);
	}
	input.btn_addCart:hover {
		background: #c4ab5f;
	}
}

/* ----- ボタンの配置 ----- */
.btn_container {
	margin: 20px auto;
	text-align: center;
	clear: both;
}
.btn_container input {
	margin: 5px;
}
.btn_container.bottom {

}

/* チェックボックス、ラジオボタン
--------------------------------------------------------- */
input[type="checkbox"],
input[type="radio"] {
	/*position: relative;*/
	top: -1px;
	vertical-align: middle;
	margin: 0 3px;
	cursor: pointer;
}
.radiobuttonLabel,
.checkboxLabel {
	cursor: pointer;
}

/* フォーム内のエラーメッセージ
--------------------------------------------------------- */
.alertMessage {
	display: block;
	color: #cf646b;
	margin-top: 5px;
}
.alertMessage + * {
	margin-top: 5px;
}


/* フォームのレイアウト
--------------------------------------------------------- */
label + label {
	margin-left: 1em;
}

/*
--------------------------------------------------------- */

/* 数量選択 */
select.orderNum {
	width: 100%;
}

/* 数量選択 */
select.orderNum {
	width: 100%;
}
select.year {
	width: 5em;
}
select.month {
	width: 4em;
}



/* =========================================================
表組み
========================================================= */
.table {
	display: table;
	border-collapse: collapse;
	border: 1px solid #ccc;
	width: 100%;
}
.tr {
	display: table-row;
}
.td,
.th,
.table th,
.table td {
	padding: 10px;
	text-align: left;
	display: table-cell;
	border: 1px solid #ccc;
	margin: 0;
	vertical-align: middle;
}
.th,
.table th {
	background: #f3f3f3;
}
.td,
.table td {
	background: #fff;
}
/* 幅
--------------------------------------------------------- */
.table.th_30 .th,
.table.th_30 th {
	width: 30%;
	background: #f3f3f3;
}
.table.th_30 .td,
.table.th_30 td {
	width: 70%;
	background: #fff;
}
@media screen and (max-width: 641px) {
	.table.th_30 .th,
	.table.th_30 th {
		width: 100%;
	}
	.table.th_30 .td,
	.table.th_30 td {
		width: 100%;
	}
}
.table.th_bold .th,
.table.th_bold th {
	font-weight: bold;
}

.nowrap {
	white-space: nowrap;
}
/* 数値 */
.num {
	word-break: normal;
	white-space: nowrap;
	text-align: right;
}
/* 数値（日付） */
.date {
	word-break: normal;
	white-space: nowrap;
	text-align: center;
}
/* 行を交互に色分け */
.table_striped tr:nth-child(2n+1),
.table_striped .tr:nth-child(2n+1) {
	background: #f9f9f9;
}



/* =========================================================
タブ
========================================================= */

.lp_tab ul {
	display:table;
	width:100%;
}

.lp_tab ul li{
	display:table-cell;
	width:50%;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	float:none;
	margin:0;
	vertical-align:bottom;
}

.lp_tab ul li a{
	display:block;

	width:auto;
	height:40px;
	white-space:normal;
	overflow:visible;
	text-indent:0;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	background:#FFF;
	border-top:solid 1px #ccc;
	border-left:solid 1px #ccc;
	border-right:solid 1px #ccc;
	border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0;
	padding-top:12px;
	color:#333;
	font-size:12px;
	text-align:center;
	text-decoration:none;
	line-height:1.2;
}

.lp_tab ul li.ui-state-active a{
	background:#FE6400;
	color:#FFF;
}

.lp_tab_contents{
	border: solid 1px #ccc;
	padding: 20px;
}



/* =========================================================
モーダルポップアップ
========================================================= */

/* 住所録ポップアップ */
.addressBookModalPopup{
	display:none;
	background-color:#fff;
	padding:10px;
	border:solid 4px #ccc;
}

.modal_addressBookList{
	border:solid 1px #ccc;
	padding:5px;
	margin-bottom:10px;
}
.modal_addressBookButtonArea{
	border-top:solid 1px #ccc;
	padding-top: 4px;
}

/* =========================================================
ショップ専用カラム
========================================================= */

/*カラムレイアウト*/
.topGroupName {

}
.sideContents {
	width:240px;
	float:right;
	/*background-color:#ddd;*/
}
.sideContents section{
	margin-bottom:15px;
}
@media screen and (max-width: 641px) {
	#topGroupName{
		padding: 0;
	}
}

/* =========================================================
ショップ専用header
========================================================= */
.headerMein .logo {
	margin:0;
}
.headerMein .logo a {
	height: 58px;
}

/*---------------------------------------------
	ページング
  ---------------------------------------------*/
/* トップページ */
ul.pagination li:nth-child(1):not(.PAGING_TOP_DISABLE) a span:before {
	content: "≪";
}

/* 1ページ前へ */
ul.pagination li:nth-child(2):not(.PAGING_BEFORE_DISABLE) a span:before {
	content:"<";
}

/* 1ページ後へ */
ul.pagination li:nth-last-child(2):not(.PAGING_NEXT_DISABLE) a span:before {
	content:">";
}

/* 最終ページ */
ul.pagination li:last-child:not(.PAGING_LAST_DISABLE) a span:before {
	content: "≫";
}

/* 最大表示件数 選択時 */
span.MAX_SELECT_NOW_PAGE {
	font-weight: bold;
}
/* 最大表示件数 未選択時 */
a.MAX_SHOW_LINE {
	text-decoration: underline !important;
}
@media screen and (max-width: 641px) {

	.td, .th {
		display: block;
		border: 0;
		margin: 0 !important;;
	}
	.tr {
		border: 1px solid #ccc;
	}

	input[type="text"],
	input[type="password"],
	select {
		width: 100%;
	}

	input.TEL_1,
	input.TEL_2,
	input.TEL_3 {
		width: 88px;
	}

	select.year {
		width: 4em;
	}
	select.month {
		width: 5em;
	}


	.commonForm label,
	.commonForm #postCode1_labelId,
	.commonForm #guestPostCode1_labelId,
	.commonForm #useCardType91_label {
		width:100%;
		text-align:left;
	}
	input#postCodeSearchbutton,
	input#guestPostCodeSearchbutton {
		margin-left:0;
	}
	#postCode1Surround {
		display:block;
	}
	#postCodeSearchbuttonSurround,
	#guestPostCodeSearchbuttonSurround,
	input#postCodeSearchbutton,
	input#guestPostCodeSearchbutton {
		display:none;
	}
	.commonForm label#isMemberAgreementFlg_label,
	.commonForm label#isUseAgreementFlg_label {
		width:90%;
	}

	.listTitle {
		background-color: #756263;
		color: #fff;
		padding: 10px 20px;
	}

	/*---------------------------------------------
		戻る・確認ボタン
	  ---------------------------------------------*/

	#buttonGroup,
	#inputbuttonLeftGroup,
	#inputbuttonRightGroup {
		text-align: center;
		margin-top: 10px;
		margin-bottom: 10px;
	}

	/*---------------------------------------------
		ページング
	  ---------------------------------------------*/
	div.pager{
		overflow:hidden;
	}

	div.pager div#pagingResultsShow{
		float: left;
	}

	div.pager ul.pagination{
		float: right;
		margin-bottom:10px;
	}


	div.pager{
		width: 100%;
		text-align:center;
	}

	div.pager div#pagingResultsShow{
		width:100%;
	}

	div.pager ul.pagination{
		width:100%;
		text-align:center;
	}

		/* 1ページ前へ */
	ul.pagination li:nth-child(2):not(.PAGING_BEFORE_DISABLE) {
		display:none;
	}

	/* 1ページ後へ */
	ul.pagination li:nth-last-child(2):not(.PAGING_NEXT_DISABLE) {
		display:none;
	}



/* =========================================================
ショップ専用headerSP
========================================================= */
	.headerMein p.logo a {
		width:auto;
		height:auto;
		background:url(../../../../../images/logo.png) no-repeat 0 0;
		background-size:contain;
		padding:0;
		margin:5%;
	}

/* =========================================================
ショップ専用footerSP
========================================================= */
  	.footerSubNavi ul li + li {
		border-left:none;
	}

}

/*---------------------------------------------
	検索/ソート
---------------------------------------------*/
#goodsListArea .sortSetArea,
#goodsListArea .priceSearch {
	background-color:#eee;
	padding:5px;
}

/* ソートエリア */
.sortGroup a,
.fixedConditionGroup a,
.fixedConditionGroup2 a,
.displayTypeGroup a {
	padding:0 0 0 5px;
}
.sortGroup a + a,
.fixedConditionGroup a + a,
.fixedConditionGroup2 a + a,
.displayTypeGroup a + a {
	border-left:1px solid #575746;
}

@media screen and (min-width: 320px) and (max-width: 641px) {
	/* SP表示しない場合 */
	#goodsListArea .priceSearch,
/*	#goodsListArea .sortSetArea #sortGroup,*/
	#goodsListArea .sortSetArea #fixedConditionGroup,
	#goodsListArea .sortSetArea #fixedConditionGroup2,
	#goodsListArea .sortSetArea #displayTypeGroup #displayTypeLabel_labelId{
		display:none;
	}

	/* SP表示する場合 */
	#goodsListArea .sortSetArea,
	#goodsListArea .priceSearch {
		background-color:#fff;
		padding:0 10px;
	}
	#goodsListArea .sortSetArea a,
	#goodsListArea .priceSearch a {
		padding: 5px 6px;
		display: block;
	}
	div.imageResultsShowMaxLine {
		display: none;
	}

	fieldset#priceSearchGroupField legend {
		display: block;
		padding: 3px 5px;
		margin-bottom: 8px;
	}

	.sortGroup,
	#fixedConditionGroup,
	.fixedConditionGroup2,
	#displayTypeGroup {
		float:none;
		margin-right:0;
		clear: both;
	}
	.sortGroup a,
	.fixedConditionGroup a,
	.fixedConditionGroup2 a,
	.displayTypeGroup a {
		padding: 5px 7px;
		display: block;
		text-decoration:none;
	}
	.sortGroup a + a,
	.fixedConditionGroup a + a,
	.fixedConditionGroup2 a + a,
	.displayTypeGroup a + a {
		border-left:none;
	}
	.sortGroup:after,
	.fixedConditionGroup:after,
	.fixedConditionGroup2:after,
	.displayTypeGroup:after {
		content:" ";
	}
	#sortGroup label,
	#fixedConditionGroup label,
	#fixedConditionGroup2 label,
	#displayTypeGroup label {
		display: block;
		padding: 3px 5px;
		margin-bottom: 8px;
		clear: both;
	}
	#sortGroup a {
		display: table-cell;
	/*	padding:0;*/
	/*	width: 18.5%;*/
		text-align: center;
		border: 1px solid #9B9191;
		margin:0 5px 3px 0;
	/*	background-color:#ebe9ea;*/
		float: left;
	}
	#fixedConditionGroup a,
	#fixedConditionGroup2 a,
	#displayTypeGroup a {
		display: table-cell;
	/*	padding:0;*/
	/*	width: 31.5%;*/
		text-align: center;
		border: 1px solid #9B9191;
		margin:0 5px 3px 0;
	/*	background-color:#ebe9ea;*/
		float: left;
	}
	#fixedConditionGroup {
		padding-top:8px;
	}
	#fixedConditionGroup2,
	#displayTypeGroup {
		padding-top:15px;
	}
}


/*---------------------------------------------
pagingSetting
---------------------------------------------*/
.pagingSetting {
	display: table;
	width: 100%;
	margin: 10px auto;
}
.pagingSetting .view_ctrl_sort,
.pagingSetting .resultsShowPaging {
	display: table-cell;
	width: 50%;
	vertical-align: middle;
}

/*---------------------------------------------
pagination
---------------------------------------------*/
ul.pagination {
	display: block;
	border-collapse: collapse;
	letter-spacing: -0.34em;/* inline-block Hack */
	margin: 0 0 0 auto;
}
ul.pagination > li {
	display: inline-block;
	letter-spacing: normal;/* inline-block Hack */
	*display: inline;/* inline-block Hack for IE */
	*zoom: 1;/* inline-block Hack for IE */
	vertical-align: middle;
	margin: 0 2px;
}
ul.pagination > li a {
	display: block;
}
ul.pagination a.PAGING_LINK,
ul.pagination a.PAGING_LINK_PAGE,
ul.pagination .PAGING_LINK_NOW_PAGE {
	border: 1px solid #d9d9d9;
	padding: 6px 4px 2px 4px;
	min-width: 32px;
	min-height: 32px;
	text-align: center;
	background: #d9d9d9;
	color: #333;
	text-decoration: none;
}
ul.pagination a.PAGING_LINK:hover,
ul.pagination a.PAGING_LINK_PAGE:hover {
	background: #fff;
}
ul.pagination .PAGING_LINK_NOW_PAGE {
	background: #000;
	color: #fff;
	border: 1px solid #000;
}

/*---------------------------------------------
pagingResultsShow
---------------------------------------------*/
.pagingResultsShow,
.showMaxLine {
	margin: 0 20px;
	padding: 2px 0;
	float: left;
	height: 32px;
	line-height: 32px;
}
.pagingResultsShow span {
	padding: 0 4px;
}
.resultsShowMaxLine span.PRE_SURROUND_MAX_SELECT,
.resultsShowMaxLine span.SEPARATOR_MAX_SELECT,
.resultsShowMaxLine span.POST_SURROUND_MAX_SELECT {
	padding: 0 0.5em;
}
/*---------------------------------------------
UM store goodsPager Layout
---------------------------------------------*/
.goodsPager {
	margin: 0 40px;
	background: #f0f0f0;
	height: 32px;
	position: relative;
}
.matrix-header.goodsPager {
	margin-top: 10px;
	margin-bottom: 20px;
}
.matrix-footer.goodsPager {
	margin-top: 30px;
	margin-bottom: 30px;
}
.resultsShowPaging {
	margin: 0;
	padding: 0 10px;
	position: absolute;
	right: 0;
    width: 100%;
}
.pagingResultsLeft {
	float: left;
}
.pagination {
	float: left;
    width: 38%;
}
.pagination > ul.pagination {
    width:100%;
}
.PAGING_LAST, .PAGING_TOP {
	font-size:18px;
}
.pageWide .pagination {
	width: 55%;
}
@media screen and (max-width: 600px) {
	.goodsPager {
		margin: 0;
		background: #f0f0f0;
		height: auto;
		display: block;
		padding: 0;
	}
	.matrix-header.goodsPager {
		margin: 0;
	}
	.resultsShowPaging {
		position: static;
		padding: 0;
	}
	.pagination,
	.pageWide .pagination {
	    width:100%;
	}
	ul.pagination {
		float: none;
		width: 100%;
		border-top: 1px solid #ccc;
		padding: 10px;
	}
	.showMaxLine {
		display: none;
	}
	.pagingResultsShow {
		display: block;
		text-align: left;
		font-size: 88%;
		margin: 0;
		padding: 0 10px;
		height: 24px;
		line-height: 24px;
		background: #f0f0f0;
	}
	.matrix-footer .pagingResultsShow {
		display: none;
	}
	.matrix-footer.goodsPager {
		margin: 0;
	}

}


/*---------------------------------------------
order confirm
---------------------------------------------*/
.orderListGroup .goodsImg,
.reglOrderListGroup .reglGoodsImg{
	width:120px;
}

/* =========================================================
商品一覧
========================================================= */

/* 商品一覧共通
--------------------------------------------------------- */
.goodsItem {
	width:23%;
	display:inline-block;
	*display:inline;
	*zoom:1;
	vertical-align:top;
	float:none;
	padding-bottom: 10px;
}

.goodsItem .goodsName {
	font-size: 13px;
	margin: 5px;
	display: block;
}

.goodsItem .price {
	margin: 5px;
}

.goodsItem .addCount {
	width: auto;
	padding: 4px;
}

.goodsItem .add_subbtn.plusButton,
.goodsItem .add_subbtn.minusButton {
	width: 20px;
	padding: 2px;
}

.goodsItem .addCart {
	display: block;
	background-color: #EC8125;
	color: #fff;
	padding: 3px 0;
	border-radius: 6px;
	text-decoration: none;
	text-align: center;
	margin: 5px auto;
}

.goodsItem .addFavoriteLink {
	display: block;
	background-color: #009B3A;
	color: #fff;
	padding: 3px 0;
	border-radius: 6px;
	text-decoration: none;
	text-align: center;
}

/* ----- ソート ----- */
.goodsSort.sortArea {
	background-color: #fff;
	border: 1px solid #b1d3c0;
	padding: 10px;
	font-size: 0.8em;
	margin-bottom: 20px;
}
.goodsSort.sortArea .sortAreaLeft,
.goodsSort.sortArea .sortAreaRight {
	float:left;
}
.goodsSort.sortArea .sortAreaLeft {
	width:60%
}
.goodsSort.sortArea .sortAreaRight {
	border-left:1px dotted #ddd;
	padding-left:5px;
	width:40%
}
.goodsSort.sortArea .sortAreaLeft .sortTypeLabel_itemLabel,
.goodsSort.sortArea .sortAreaLeft a,
.goodsSort.sortArea .sortAreaRight .displayTypeLabel_itemLabel,
.goodsSort.sortArea .sortAreaRight a {
	display:inline-block;
	*display:inline;
	*zoom:1;
	vertical-align:top;
}
.goodsSort.sortArea .sortAreaLeft .sortTypeLabel_itemLabel,
.goodsSort.sortArea .sortAreaRight .displayTypeLabel_itemLabel {
	width:5.5em;
	font-weight:bold;
	margin-bottom:10px;
}
.goodsSort.sortArea a.btn_0 {
	border-radius:0;
	padding:2px 5px;
	background-color:#e0e0e0;
	border:none;
	color:#333;
}
.goodsSort.sortArea a.check {
	background-color:#27a25d;
	color:#fff;
}
.goodsSort.sortArea a:hover {
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}

@media screen and (max-width: 641px) {
	.goodsSort.sortArea .sortAreaRight {
		border-left:none;
		padding-left:0;
	}
}

/* 写真のみ
--------------------------------------------------------- */
.goodsItem.img {

}

/* 説明付
--------------------------------------------------------- */
.goodsItem.desc {
	width:100%;
	display:block;
}

.goodsItem.desc .goodsImg {
	float: left;
	width: 130px;
}

.goodsItem.desc .goodsInfo {
	float: left;
	width: 400px;
	text-align: left;
}
.goodsItem.desc .goodsExpSum {
	font-size: 0.9em;
	padding: 10px;
}

.goodsItem.desc .userOperateArea {
	float: left;
	text-align: center;
	width: 180px;
}

@media screen and (max-width: 641px) {
	.goodsItem.img,
	.goodsItem.desc {
		width: 49%;
		display: inline-block;
		vertical-align: top;
		float: none;
		text-align: center;
		padding-bottom: 10px;
	}

	.goodsItem.desc .goodsImg {
		float: none;
		width: 100%;
		text-align: center;
	}

	.goodsItem.desc .goodsInfo {
		float: none;
		width: 100%;
		text-align: center;
	}

	.goodsItem .add_subbtn.plusButton,
	.goodsItem .add_subbtn.minusButton {
		display: none;
	}

	.goodsItem.img .userOperateArea,
	.goodsItem.desc .userOperateArea {
		float: none;
		margin: 0 auto;
		width: 90%;
	}
}

/* =========================================================
カート
========================================================= */

select.orderNum{
	width: auto;
}

.cartArea .cart_table th{
	white-space: nowrap;
}

.cartArea .goodsPriceArea,
.cartArea .salePriceArea,
.cartArea .reglGoodsPriceArea,
.cartArea .reglSalePriceArea{
	text-align:right;
}
.cartArea .totalLayoutGroup .tr .th,
.cartArea .totalLayoutGroup .tr .td{
	text-align:right;
}

.cartArea .totalLayoutGroup,
.cartArea .promotionArea,
.cartArea .carefulGroup{
	margin-top:10px;
}

.cartArea .promotionArea #promotionResults{

	margin:10px 5px;
}
.cartArea .carefulGroup .careful{
	margin:10px;
}

@media screen and (max-width: 641px) {
	.cartArea .totalLayoutGroup .tr .th,
	.cartArea .totalLayoutGroup .tr .td{
		width:50%;
		display: table-cell;
	}
}


/* Cart
--------------------------------------------------------- */
.cartArea {
}
.cart_opeBtn {
	letter-spacing:-0.4em;/* inline-block Hack */
    float:right;
    width:30.2%;
    margin-top:10px;
}
.cart_opeBtn li {
	display: inline-block;
	letter-spacing: normal;/* inline-block Hack */
	*display:inline;
	*zoom:1;
}
.shippingTime {
	float:left;
}
.totalLayoutGroup {
	width:60%;
	float:right;
	clear:both;
}
.cart_table td .item_price_line {
	text-decoration:line-through;
}
.totalLayoutGroup th,
.totalLayoutGroup td {
	text-align:right;
	padding:10px;
}
.carefulGroup,
.promotionArea {
	clear:both;
}
.cartInfoGroup {
    padding-left:10px;
}
.shippingTime {
	background-color: #FEE6E6;
	padding:10px;
    border: 1px dotted #999;
}
.doc_container p.shippingTime {
    margin:10px;
}
.promotionArea  {
	/*background-color:#fff2d6;*/
	background-color: #fff7e7;
	padding:10px;
}
.cart_table img {
	width:50px;
}
.cart_table tbody td:nth-child(2) {
	width:30%;
}
.cart_table input {
	float:left;
}
input.addCount {
	width:52px;
	float:none;
	text-align:right;
}
input.plusButton,
input.minusButton {
	width:50%;
	padding:0;
}
@media screen and (max-width: 600px) {
	.shippingTime {
		float:none;
		text-align:center;
	}
	.cart_opeBtn {
		width:80%;
		margin:0 auto 10px;
		text-align:center;
		float:none;
	}
	.totalLayoutGroup {
		width:80%;
		margin:0 auto;
		float:none;
		clear:both;
	}
	.carefulGroup {
		width:80%;
		margin:10px auto;
	}
	.cart_table tbody td:nth-child(1) {
		width:20%;
		text-align:center;
	}
	.cart_table tbody td:nth-child(1) p input {
		float:none;
	}
	.cart_table tbody td:nth-child(2) {
		width:65%;
	}

}

/* =========================================================
注文履歴
========================================================= */
.orderListArea {
}

.orderList {
	width:100%;
}
.orderList th ul,
.orderList td ul {
	letter-spacing:-0.4em;/* inline-block Hack */
}
.orderList th li {
	display: inline-block;
	letter-spacing: normal;/* inline-block Hack */
	*display:inline;
	*zoom:1;
	width:20%;
	text-align:left;
	padding:5px 0;
	vertical-align: middle;
}
.orderList td li {
	display: inline-block;
	letter-spacing: normal;/* inline-block Hack */
	*display:inline;
	*zoom:1;
	width:33%;
	text-align:left;
	padding:5px 0;
	vertical-align:middle;
}
.orderList td li:nth-child(1) {
	width:145px;
}
.orderList td li:nth-child(2) {
	width:350px;
}
.orderList td li:nth-child(2) ul li {
	width:100%;
}
.orderList td li:nth-child(3) {
	width:auto;
}
.orderList td li ul li {
	display:block;
	width:100%;
}
@media screen and (max-width: 600px) {
	.orderList th li {
		/*display:block;*/
		width:50%;
		text-align:left;
	}
	.orderList td li:nth-child(1) {
		width:40%;
	}
	.orderList td li:nth-child(2) {
		width:60%;
	}
	.orderList td li:nth-child(2) ul li {
		width:100%;
	}
	.orderList td li:nth-child(3) {
		width:100%;
		text-align:center;
	}
	.orderList td li:nth-child(2) ul li:nth-child(3) {
		text-align:left;
	}
}

/* =========================================================
お問い合わせ一覧/アンケート一覧/メルマガ一覧/お届け先一覧
========================================================= */
td.detailsSP,
td.resultsTdSP {
	display: none;
}
td.resultsUpdateButtonCol {
	text-align: center;
	width: 20%;
}
.deleteButton {
	margin-top: 10px;
}
@media screen and (max-width: 600px) {
	td.detailsSP {
		padding: 4px 10px;
		display: table-cell;
	}
	.detailsSP li {
		padding: 5px 0;
	}
	.detailsSP li + li {
		border-top:1px dotted #ccc;
	}
	/* お問い合わせ 固有 */
	.detailsSP .detailButton {
	    padding: 5px 25% 0;
	}
	/* メルマガ一覧 固有 */
	.mr1em {
		margin-right: 1em;
	}
	.mr2em {
		margin-right: 2em;
	}
	/* お届け先一覧 固有 */
	td.resultsTdSP {
		display: table-cell;
	}
}

/* =========================================================
デモ環境向けカスタマイズ設定
========================================================= */

.goodsList .saleStatusPreLabel,
.goodsList .saleStatus,
.goodsList .saleStatusSuffixLabel,
.goodsList .userOperateArea{
	display:none;
}


.goodsSort{
	margin: 0 auto;
}

/*---------------------------------------------
	ページトップ scrollUp.js
  ---------------------------------------------*/
#scrollUp {
	bottom: 50px;
	right: 50px;
	height: 56px;  /* Height of image */
	width: 56px; /* Width of image */
	background: url(../images/top.png) no-repeat;
}

@media screen and (max-width:600px) {
	#scrollUp {
		right: 20px;
	}
}
