@charset "utf-8";

/* ▼コメントルール */
/* =========================================================
 Level 1
========================================================= */


/* Level 2
--------------------------------------------------------- */


/* ----- Lavel 3 ----- */


a {
	cursor: pointer;
}
/* Inline */
/* =========================================================
 明細
========================================================= */
.orderHeader {
	background: #f3f3f3;
	border-bottom: 1px solid #ccc;
	padding: 10px 10px;
	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;
}
.orderList{
	padding: 10px 10px;
}
.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;
}
@media screen and (max-width: 641px) {
	.orderHeader .itemWrap {
		display: inline-block;
		width: 100%;
		vertical-align: middle;
	}
	.orderHeader .itemWrap label,
	.orderHeader .itemWrap span{
		width: auto;
		float:left;
		margin-right:5px;
	}
}
/* =========================================================
 Color
========================================================= */
.headerWrap {
	background-color: #fff;
}
.logo, .headerL, .headerR {
	float:left;
}
.headerLNav ul li,
.headerRNav li {
	float:left;
}
/* 05/13 d.namiki shop固有 */
.globalNavi {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#187827', endColorstr = '#0d3e15');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#187827', endColorstr = '#0d3e15')";
	background-image: -moz-linear-gradient(top, #187827, #0d3e15);
	background-image: -ms-linear-gradient(top, #187827, #0d3e15);
	background-image: -o-linear-gradient(top, #187827, #0d3e15);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#187827), to(#0d3e15));
	background-image: -webkit-linear-gradient(top, #187827, #0d3e15);
	background-image: linear-gradient(top, #187827, #0d3e15);
	-moz-box-shadow: 0px 2px 3px #dbdbdb;
	-webkit-box-shadow: 0px 2px 3px #dbdbdb;
	box-shadow: 0px 2px 3px #dbdbdb;
	position: relative;
}

.footerContents {
	background-color: #e4e4e6;
}

/*見出し*/
/* 05/13 d.namiki shop固有 */
.level_h1 {
	border-left:solid 3px #090b6b;
	padding:0 0 0 10px;
}
.level_h1 span {
		display:block;
}

@media screen and (max-width: 641px) {
/* 05/13 d.namiki shop固有 */
	.level_h1 {
		font-size:16px;
/*		background:#090b6b;	*/
		padding:10px;
	}
	.level_h1 span {
		display:block;
		color:#FFF;		
	}
}

/*=== side ===*/

#category_menu{
  position: relative;
  z-index: 100;
  width: 230px;
  margin: 0 0 20px 0px;
  padding: 0 0 10px;
  /*box-shadow: 3px 3px 5px #aaa, -3px 3px 5px #aaa;*/
  box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.3);
  font-size:0.8em;
  background: #fff;
  color:#333;
}
/* 05/13 d.namiki shop固有 */
#category_menu p.category_title{
  color: #090b6b;
  font-weight: bold;
  padding: 5px 15px;
  font-size: 14px;
}

/* 05/13 d.namiki shop固有 */
#category_menu li{
  list-style-type : none;
  margin: 0;
  padding: 0;
  color:#333;
}
#category_menu li a{
  position: relative;
  display: block;
  padding:10px 20px 0px 15px;
  color: #0e2236;
  text-decoration: none;
  line-height: 15px;
	transition: 0.1s;
}
/* 05/13 d.namiki shop固有 */
#category_menu > li:hover > a{
  color: #090b6b;
  font-weight: bold;
}
/* 05/13 d.namiki shop固有 */
#category_menu ul li a:hover{
  color:#090b6b;
}
#category_menu > li > a:after{
  display: block;
  position: absolute;
  content: "";
  top: 50%;
  right: 5px;
  width: 0px;
  height: 0px;
  border: 5px solid transparent;
  border-left-color: #aaa;
  background-repeat:no-repeat;
}
/* 05/13 d.namiki shop固有 */
#category_menu > li:hover > a:after{
  display: block;
  position: absolute;
  content: "";
  top: 50%;
  right: 5px;
  width: 0px;
  height: 0px;
  border: 5px solid transparent;
  border-left-color: #090b6b;
  background-repeat:no-repeat;
}

#category_menu ul{
  display: none;
  position: absolute;
  top: 0px;
  right: -201px;
  width: 200px;
  height: 465px;
  margin: 0;
  padding: 10px;
  background: #fff;
  /*box-shadow: 3px 3px 5px #aaa, 3px 0px 3px #ccc inset;*/
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
  border-right: solid 1px #999;
}
#category_menu li:hover ul{
  display: block;
}
#category_menu ul.big{
  right: -417px;
  width: 400px;
}
#category_menu ul.big li{
  float: left;
  width: 200px;
}
/* 05/13 d.namiki shop固有 */
#category_menu ul h3{
  padding: 5px 5px 5px 15px;
  margin: 0;
  color:#009540;
  font-size: 12px;
  text-align:left;
}
#category_menu ul li a{
  padding: 8px 15px;
}


#globalImage .bnr_wrap {
	display:table;
	width:100%;
}
#globalImage .bnr_wrap > a {
	display:table-cell;
}
#globalImage .bnr_wrap > a > img {
	/* 20160923 小バナーサイズ変更*/
	/*width:230px;*/
}

@media screen and (max-width: 641px) {
	.contents section.guest,
	.contents section.first {
		margin-left: 10px;
		margin-right: 10px;
	}
	
}

.bnr_wrap img {
	display: block;
	margin: 0 auto 10px;
	text-align:center;
}


.sideContents aside {
	display: block;
	margin: 0 0 40px 0;
}
/*
.sideContents .bnr_wrap {
	display: block;
	margin: 0 0 10px 0;
}
*/

/* =========================================================
 footer
========================================================= */
.footerGuide {
	margin: 0 auto 10px;
	padding: 20px 0 0;
}
.footerContents {
	padding: 0;
	border-top:solid 10px #cececf;
	margin-bottom:0;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
	.footerContents {
      width:980px;
	}
}
.footerNavi .footerBox ul,
.footerNavi .footerBox dl {
	font-size: 0.9em;
	line-height: 1.8em;
}
.footerNavi {
	padding: 20px 0 0;
}
.footerNavi .footerBox {
	padding: 0 40px 0 0;
	float: left;
	display: block;
	width: 33.333%;
}
.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: #333;
	text-decoration: none;
	cursor: pointer;
}
.footerNavi a:hover {
	color: #333;
	text-decoration: underline;
}
.footerNavi h4,
.footerNaviWide h4{
	border-bottom: 1px solid #bdbdbd;
    -webkit-box-shadow: 0 1px 0 #fcfcfc;
    -moz-box-shadow: 0 1px 0 #fcfcfc;
    box-shadow: 0 1px 0 #fcfcfc;
	padding-bottom:7px;
}
.footerSubNavi {
	font-size: 1.2em;
}
.footerNaviSp {
	display: none;
}

.footer_hr {
	border-top: 1px solid #bdbdbd;
    -webkit-box-shadow: 0 1px 0 #fcfcfc;
    -moz-box-shadow: 0 1px 0 #fcfcfc;
    box-shadow: 0 1px 0 #fcfcfc;
	margin:0 auto;
	padding:0;
	height:2px;
}

@media screen and (max-width: 641px) {
	.footerGuide,
	.footerNavi,
	.footerContents .footerInfo,
	.copy {
		display: none;
	}
	.footerContents {
		background: #fff;
	}

	.footerNaviSp {
		display: block;
		width: 100%;
		background: #f3f3f3;
		margin: 0;
	}
	.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 {
		margin:0;
		padding:0;
	}
	
	.footerNaviSp .footerGlobalNavi ul {
		margin: 0px;
	}
	.footerNaviSp .footerGlobalNavi ul li a {
		margin: 0;
		padding: 10px 10px 10px 20px;
		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/icon_arrow_gray_sp_18@2x.png) no-repeat center center;
		background-size: 100%;
		display: inline-block;
		width: 18px;
		height: 21px;
		float: right;		
	}
	
	.footerNaviSp .footerGlobalNavi ul li p {
		padding:10px;
		background:#838383;
		color:#FFF;
	}
	
	.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: #d5d5d7;
		color: #333;
		font-size: 0.7em;
		text-align: center;
	}
}
/* =========================================================
 Common
========================================================= */

/* clearfix - micro clearfix
--------------------------------------------------------- */
/* ----- For modern browsers ----- */
.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}
 
.clearfix:after {
    clear:both;
}

/* ----- For IE 6/7 (trigger hasLayout)----- */
.clearfix {
    zoom:1;
}

/* 非表示
--------------------------------------------------------- */
.hidden {
	display: none;
}

/* 初期表示で非表示にする場合はこのクラスを使用する */
.hide {
	display: none;
}

/* 必須マーク
--------------------------------------------------------- */
/* 必須 */
.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;
}

#cardInfo9 .required_condition:after,
#paymentInfo9 .required_condition:after {
  display:none;
}


/* テキストの右寄せ、左寄せ、中央寄せ、改行しない */
.text_left {
	text-align: left !important;
}
.text_right {
	text-align: right !important;
}
.text_center {
	text-align: center !important;
}
.text_nowrap {
	white-space: nowrap !important;
}

/* エラーメッセージ、アラートメッセージ
--------------------------------------------------------- */
.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 {
	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 {

}
ul.tree_list li {
	font-weight: bold;
	background: url(../images/icon_arrow_gray_s.png) 5px center;
	background-repeat:no-repeat;
	padding-left:20px;
	font-size:12px;
}
ul.tree_list li li {
	font-weight: normal;
	margin-top: 0;
}
ul.info_bnr li,
ul.info_shop li {
	float:left;
	width:50%;
}

ul.info_shop li img {
	float:left;
	margin-right:10px;
}
ul.info_shop li p {
	font-size:0.7em;
	line-height:1.5;
	margin-right:15px;
}


@media screen and (max-width: 641px) {
	ul.info_shop_sp {
	padding:10px 0 10px 10px;
	}
	
	ul.info_shop_sp li {
		float:left;
		width:50%;
		padding-right:10px;
		text-align:center;
	}
}

/*---------------------------------------------------------------------------
	.commonForm 共通フォームcss
	.commonFormを#topGroupName以下のコンテンツ枠に付けて使用する。
  ---------------------------------------------------------------------------*/
/* フロー画像 */
p.flow {
	text-align:center;
}

.commonForm {
	margin:20px 0 50px;
	border-top-left-radius:6px;
	-moz-border-top-left-radius:6px;
	-webkit-border-top-left-radius:6px;
	border-top-right-radius:6px;
	-moz-border-top-right-radius:6px;
	-webkit-border-top-right-radius:6px;
}
.commonForm .blocks {
	
}
.commonForm div.blocks + div {
	/*border-top:1px solid #ddd;*/
}

/* ラベル共通 */
.commonForm label {

}

/* =========================================================
 フォーム
========================================================= */

/* 入力系
--------------------------------------------------------- */

/* ----- 基本スタイル ----- */
.contents input[type="text"],
.contents input[type="search"],
.contents input[type="tel"],
.contents input[type="url"],
.contents input[type="email"],
.contents input[type="password"],
.contents input[type="datetime"],
.contents input[type="date"],
.contents input[type="month"],
.contents input[type="week"],
.contents input[type="time"],
.contents input[type="datetime-local"],
.contents input[type="number"],
.contents input[type="button"],
.contents input[type="submit"],
.contents input[type="reset"],
.contents button[type="button"],
.contents button[type="submit"],
.contents button[type="reset"],
.contents textarea{
	font-size: 0.7em;
	padding: 8px;
	border: 2px solid;
	border-color: #000;
	-webkit-appearance: none;
}
.contents select {
	font-size: 0.7em;
	padding: 8px;
	border: 2px solid;
	border-color: #000;
}

/* ----- 幅----- */
.contents input[type="text"],
.contents input[type="search"],
.contents input[type="tel"],
.contents input[type="url"],
.contents input[type="email"],
.contents input[type="password"],
.contents input[type="datetime"],
.contents input[type="date"],
.contents input[type="month"],
.contents input[type="week"],
.contents input[type="time"],
.contents input[type="datetime-local"],
.contents input[type="number"],

.contents textarea,
.contents select {
	width: 300px;
}
.contents textarea {
	width: 100%;
}
/* TEL */
.contents input.TEL_1,
.contents input.TEL_2,
.contents input.TEL_3 {
	width: 88px;
}

/* ----- フォーカス----- */
/* 05/13 d.namiki shop固有 */
.contents input:focus,
.contents textarea:focus,
.contents select:focus {
	border-color: #090b6b;
}


/* ボタン系
--------------------------------------------------------- */

/* ----- 基本スタイル ----- */
.contents a[class*="btn_"],
.contents input[type="button"],
.contents input[type="submit"],
.contents input[type="reset"],
.contents button[type="button"],
.contents button[type="submit"],
.contents button[type="reset"] {
	font-family: "メイリオ", Meiryo, Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, sans-serif;
	font-size: 1em;
	cursor: pointer;
	border-radius: 6px;
	padding: 4px 16px;
	display: inline-block;
	text-decoration: none;
}


/* ----- ボタンの大きさ ----- */
/* 大 */
.contents a.btn_lg,
.contents input.btn_lg[type="button"],
.contents input.btn_lg[type="submit"],
.contents input.btn_lg[type="reset"],
.contents button.btn_lg[type="button"],
.contents button.btn_lg[type="submit"],
.contents button.btn_lg[type="reset"] {
/*	font-size: 1.3em;*/
	font-weight: normal;
/*	min-width: 300px;*/
	min-height: 45px;
	padding: 2px 48px;
	margin-left: 10px;
	margin-right: 10px;
	line-height: 45px;
}

/* ----- ボタンの色 ----- */

/* ボタンの色　デフォルト */
/* 05/13 d.namiki shop固有 */
.contents a[class*="btn_"],
.contents input[type="button"],
.contents input[type="submit"],
.contents input[type="reset"],
.contents button[type="button"],
.contents button[type="submit"],
.contents button[type="reset"] {
	background: #090b6b;
	color: #fff;
	border-style: solid;
	border-width: 1px;
	border-color: #090b6b;
}
.contents input[type="button"]:hover,
.contents input[type="submit"]:hover,
.contents input[type="reset"]:hover,
.contents button[type="button"]:hover,
.contents button[type="submit"]:hover,
.contents button[type="reset"]:hover,

.contents input[type="button"]:focus,
.contents input[type="submit"]:focus,
.contents input[type="reset"]:focus,
.contents button[type="button"]:focus,
.contents button[type="submit"]:focus,
.contents button[type="reset"]:focus,

.contents input[type="button"]:active,
.contents input[type="submit"]:active,
.contents input[type="reset"]:active,
.contents button[type="button"]:active,
.contents button[type="submit"]:active,
.contents button[type="reset"]:active {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	text-decoration: none;
}

/* ボタンの色　レベル1 */
/* 05/13 d.namiki shop固有 */
.contents a.btn_1,
.contents input.btn_1[type="button"],
.contents input.btn_1[type="submit"],
.contents input.btn_1[type="reset"],
.contents button.btn_1[type="button"],
.contents button.btn_1[type="submit"],
.contents button.btn_1[type="reset"] {
	background: #090b6b;
	color: #fff;
	border-style: solid;
	border-width: 1px;
	border-color: #090b6b;
	float:right;
/*
	background: #090b6b;
	color: #fff;
	border-style: solid;
	border-width: 1px;
	border-color: #090b6b;    
*/
}
#loginButton, #memberRegisterLink_link, #guestButton {
	float:none;
}

@media screen and (max-width: 641px) {
	.contents a.btn_1,
	.contents input.btn_1[type="button"],
	.contents input.btn_1[type="submit"],
	.contents input.btn_1[type="reset"],
	.contents button.btn_1[type="button"],
	.contents button.btn_1[type="submit"],
	.contents button.btn_1[type="reset"] {
		/*position: relative;
		top: -50px;*/
		width: 230px;
		margin-bottom:10px;
		float:none;
	}
}
.contents a.btn_1:hover,
.contents input.btn_1[type="button"]:hover,
.contents input.btn_1[type="submit"]:hover,
.contents input.btn_1[type="reset"]:hover,
.contents button.btn_1[type="button"]:hover,
.contents button.btn_1[type="submit"]:hover,
.contents button.btn_1[type="reset"]:hover,

.contents input.btn_1[type="button"]:focus,
.contents input.btn_1[type="submit"]:focus,
.contents input.btn_1[type="reset"]:focus,
.contents button.btn_1[type="button"]:focus,
.contents button.btn_1[type="submit"]:focus,
.contents button.btn_1[type="reset"]:focus,

.contents input.btn_1[type="button"]:active,
.contents input.btn_1[type="submit"]:active,
.contents input.btn_1[type="reset"]:active,
.contents button.btn_1[type="button"]:active,
.contents button.btn_1[type="submit"]:active,
.contents button.btn_1[type="reset"]:active {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	text-decoration: none;
}

/* ボタンの色　レベル2 */
.contents a.btn_2,
.contents input.btn_2[type="button"],
.contents input.btn_2[type="submit"],
.contents input.btn_2[type="reset"],
.contents button.btn_2[type="button"],
.contents button.btn_2[type="submit"],
.contents button.btn_2[type="reset"] {
	background: #333;
	color: #fff;
	border-style: solid;
	border-width: 1px;
	border-color: #333;
}
.contents a.btn_2:hover,
.contents input.btn_2[type="button"]:hover,
.contents input.btn_2[type="submit"]:hover,
.contents input.btn_2[type="reset"]:hover,
.contents button.btn_2[type="button"]:hover,
.contents button.btn_2[type="submit"]:hover,
.contents button.btn_2[type="reset"]:hover,

.contents input.btn_2[type="button"]:focus,
.contents input.btn_2[type="submit"]:focus,
.contents input.btn_2[type="reset"]:focus,
.contents button.btn_2[type="button"]:focus,
.contents button.btn_2[type="submit"]:focus,
.contents button.btn_2[type="reset"]:focus,

.contents input.btn_2[type="button"]:active,
.contents input.btn_2[type="submit"]:active,
.contents input.btn_2[type="reset"]:active,
.contents button.btn_2[type="button"]:active,
.contents button.btn_2[type="submit"]:active,
.contents button.btn_2[type="reset"]:active {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	text-decoration: none;
}

/* ボタンの色　レベル3 */
.contents a.btn_3,
.contents input.btn_3[type="button"],
.contents input.btn_3[type="submit"],
.contents input.btn_3[type="reset"],
.contents button.btn_3[type="button"],
.contents button.btn_3[type="submit"],
.contents button.btn_3[type="reset"] {
	background: #666;
	color: #fff;
	border-style: solid;
	border-width: 1px;
	border-color: #666;
}
.contents a.btn_3:hover,
.contents input.btn_3[type="button"]:hover,
.contents input.btn_3[type="submit"]:hover,
.contents input.btn_3[type="reset"]:hover,
.contents button.btn_3[type="button"]:hover,
.contents button.btn_3[type="submit"]:hover,
.contents button.btn_3[type="reset"]:hover,

.contents input.btn_3[type="button"]:focus,
.contents input.btn_3[type="submit"]:focus,
.contents input.btn_3[type="reset"]:focus,
.contents button.btn_3[type="button"]:focus,
.contents button.btn_3[type="submit"]:focus,
.contents button.btn_3[type="reset"]:focus,

.contents input.btn_3[type="button"]:active,
.contents input.btn_3[type="submit"]:active,
.contents input.btn_3[type="reset"]:active,
.contents button.btn_3[type="button"]:active,
.contents button.btn_3[type="submit"]:active,
.contents button.btn_3[type="reset"]:active {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	text-decoration: none;
}


/* ボタンの色　使用不可状態 */
.contents input[disabled="disabled"],
.contents button[disabled="disabled"],
.contents input[disabled="disabled"]:hover,
.contents button[disabled="disabled"]:hover {
	background: #eee;
	color: #aaa;
	border-style: solid;
	border-width: 1px;
	border-color: #ccc;
	cursor: default;
	box-shadow: none;
}
.contents input[type="radio"][disabled="disabled"] {
	border: none;
}

/* 戻る,閉じる系 */
.contents a.returnButton,
.contents a.closeButton {
	background: #666;
	color: #fff;
	border-style: solid;
	border-width: 1px;
	border-color: #666;
}

.contents a.continueLink2,
.contents input.returnButton,
.contents input.closeButton {
	background: #666;
	color: #fff;
	border-style: solid;
	border-width: 1px;
	border-color: #666;
}
@media screen and (max-width: 641px) {
	.contents a.continueLink2,
	.contents input.returnButton {
		/*position: relative;
		top: 58px;*/
		width: 230px;
	}
}

/* ----- ボタンの配置 ----- */
.contents .btn_container {
	margin: 20px auto;
	text-align: center;
	clear: both;
}
.contents .btn_container .contents input {
	margin: 5px;
}


/* チェックボックス、ラジオボタン
--------------------------------------------------------- */
.contents input[type="checkbox"],
.contents input[type="radio"] {
	position: relative;
	top: -1px;
	vertical-align: middle;
	margin: 0 3px;
	cursor: pointer;
}
.radiobuttonLabel,
.checkboxLabel {
	cursor: pointer;
}

/* フォーム内のエラーメッセージ
--------------------------------------------------------- */
.contents .alertMessage {
	display: block;
	color: #cf646b;
	margin-top: 5px;
}
.contents .alertMessage + * {
	margin-top: 5px;
}


/* フォームのレイアウト
--------------------------------------------------------- */
.contents label + label {
	margin-left: 1em;
}

/* 
--------------------------------------------------------- */

/* 数量選択 */
select.orderNum {
	width: 100%;
}

/* 数量選択 */
select.orderNum {
	width: 100%;
}
select.year {
	width: 4em;

}
select.month {
	width: 5em;
}

/* =========================================================
 表組み
========================================================= */
.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 {
	width:730px;
	float:right;
	margin-top:8px;
}
.sideContents {
	width:230px;
	float:left;
	/*background-color:#ddd;*/
}

.contents_wide{
	width:980px;
}

@media screen and (max-width: 641px) {
	.contents #topGroupName{
		padding: 0 10px 0 10px;
	}
}

/*---------------------------------------------
	戻る・確認ボタン
  ---------------------------------------------*/

#buttonGroup,
#input.contents buttonLeftGroup,
#input.contents buttonRightGroup {
	text-align:left;
	/*margin-top: 10px;
	margin-bottom: 10px;*/
	padding-bottom:15px;
	width:550px;
	margin:10px auto;
}
#bottomBtnGroup {
	text-align: left;
	padding-bottom:15px;
	width:400px;
	margin:10px auto;
}
#buttonGroup.buttonAreaMini {
	text-align: left;
	padding-bottom:15px;
	width:350px;
	margin:10px auto;
}
input#saveButton {
	float:none;
}

/*---------------------------------------------
	ページング
  ---------------------------------------------*/
/* トップページ */
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) {
	display:none;
}

/* 1ページ後へ */
ul.pagination li:nth-last-child(2):not(.PAGING_NEXT_DISABLE) {
	display:none;
}

/* 最終ページ */
ul.pagination li:last-child:not(.PAGING_LAST_DISABLE) a span:before {
	content: "≫";
}

@media screen and (max-width: 641px) {

	.td, .th {
		display: block;
		border: 0;
		margin: 0 !important;;
	}
	.tr {
		border: 1px solid #ccc;
	}
	
	.contents input[type="text"],
	.contents input[type="password"],
	.contents select {
		width: 100%;
	}

	.contents input.TEL_1,
	.contents input.TEL_2,
	.contents input.TEL_3 {
		width: 88px;
	}

	.contents select.year {
		width: 4em;
	}
	.contents select.month {
		width: 5em;
	}

	.commonForm label,
	.commonForm #postCode1_labelId,
	.commonForm #guestPostCode1_labelId,
	.commonForm #useCardType91_label {
		width:100%;
		text-align:left;
	}
	.contents input#postCodeSearch.contents button,
	.contents input#guestPostCodeSearch.contents button {
		margin-left:0;
	}
	#postCode1Surround {
		display:block;
	}
	#postCodeSearch.contents buttonSurround,
	#guestPostCodeSearch.contents buttonSurround,
	.contents input#postCodeSearch.contents button,
	.contents input#guestPostCodeSearch.contents button {
		display:none;
	}
	.contents input#isMemberAgreementFlg,
	.contents input#isUseAgreementFlg {
		float:left;
		margin:5px 0 15px 15px;
	}
	.commonForm label#isMemberAgreementFlg_label,
	.commonForm label#isUseAgreementFlg_label {
		margin-left:10px;
	}

	.listTitle {
		background-color: #756263;
		color: #fff;
		padding: 10px 20px;
	}
	
	/*---------------------------------------------
		戻る・確認ボタン
	  ---------------------------------------------*/
	
	#buttonGroup,
	#input.contents buttonLeftGroup,
	#input.contents buttonRightGroup {
		text-align: center;
		/*margin-top: 10px;
		margin-bottom: 10px;*/
		padding-bottom:15px;
		width:250px;
		margin:10px auto;
	}
	
	/*---------------------------------------------
		ページング
	  ---------------------------------------------*/
	/* トップページ */
	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) {
		display:none;
	}
	
	/* 1ページ後へ */
	ul.pagination li:nth-last-child(2):not(.PAGING_NEXT_DISABLE) {
		display:none;
	}
	
	/* 最終ページ */
	ul.pagination li:last-child:not(.PAGING_LAST_DISABLE) a span:before {
		content: "≫";
	}
	
	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;
	}

/* =========================================================
 ショップ専用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;
}
#sortGroup label,
#fixedConditionGroup label,
#fixedConditionGroup2 label,
#displayTypeGroup label {
	font-weight:bold;
}
#sortGroup #searchCondition{
	margin-top:4px;
}
@media screen and (min-width: 320px) and (max-width: 641px) {
	/* SP表示しない場合 */
	#goodsListArea .priceSearch,
	#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 {
		padding: 3px 5px;
		margin-bottom: 8px;
		clear: both;
	}
	#sortGroup a {
		text-align: center;
		border: 1px solid #9B9191;
		margin:0 2px 3px 0;
	}
	#fixedConditionGroup a,
	#fixedConditionGroup2 a,
	#displayTypeGroup a {
		text-align: center;
		border: 1px solid #9B9191;
		margin:0 2px 3px 0;
	}
	#fixedConditionGroup {
		padding-top:8px;
	}
}




/*---------------------------------------------
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: table;
	border-collapse: collapse;
	letter-spacing: -0.34em;/* inline-block Hack */
	margin: 0 0 0 auto;
	width: 250px;
	text-align: right;
}
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: 2px;
}
ul.pagination > li a {
	display: block;
}
ul.pagination a.PAGING_LINK_PAGE,
ul.pagination .PAGING_LINK_NOW_PAGE {
	border: 1px solid #ccc;
	padding: 4px;
	min-width: 26px;
	min-height: 26px;
	text-align: center;
	background: #fff;
}
ul.pagination a.PAGING_LINK_PAGE:hover {
	background: #f6f6f6;
}
/* 05/13 d.namiki shop固有 */
ul.pagination .PAGING_LINK_NOW_PAGE {
	background: #090b6b; /* or #333 */
	color: #fff;
	border: 1px solid #090b6b;
}

/*---------------------------------------------
pagingResultsShow
---------------------------------------------*/
.pagingResultsShow {
	margin: 2px 0;
}
.pagingResultsShow span {
	padding: 0 4px;
}

/*---------------------------------------------
order confirm
---------------------------------------------*/
.orderListLayoutGroup,
.orderDetailLayoutGroup{
	vertical-align: top;
}
.orderListGroup .goodsImg,
.reglOrderListGroup .reglGoodsImg{
	width:120px;
}
.orderListGroup .th,
.reglOrderListGroup .th{
	width:30%
}
@media screen and (max-width: 641px) {
	.orderListGroup .th,
	.reglOrderListGroup .th{
		background: none;
		padding: 4px 10px;
	}
}
/*---------------------------------------------
あきばお～　HEAD
---------------------------------------------*/
#headerL {
	width:270px;
	margin:0 10px;
	float:right;
}

#headerL h1 {
	line-height:1;
	height:13px;
	margin-bottom:22px;
}
#headerL .member_entry img {
	width:201px;
  	max-width:201px!important;
}

@media screen and (max-width: 641px) {
/* 05/13 d.namiki shop固有 */
	#headerContents{
	padding:10px;
	border-bottom: 5px solid #090b6b;
	margin-bottom: 3%;
	}
	#headerContents p.logo{
/*	width:115px;*/
    height:50px;
	margin-right:5px;
	}
.logo img{
    max-width: none !important;
    height: 100% !important;
	}
	#headerContents h1{
	font-size:10px;
	margin-bottom:5px;
	}	
	#headerSP {
	width:100%;
	margin:0;
	}
  section#headerSP > ul {
    display:table;
    width:100%;
  }
  section#headerSP > ul > li {
    display:table-cell;
  }
  section#headerSP > ul > li:nth-child(1) {
    width:30%;
  }
  section#headerSP > ul > li:nth-child(2) {
    width:70%;
  }
	#headerSP ul.headerRNav .headerLogin {
/*	width:55px;*/
	margin:0 5px;
	font-size:14px;
	text-align:center;
	}

	#headerSP .headerLogin p.btn_login{
	background-color:#ed1c24;
	border-radius:5px;
/*	margin-bottom:4px;*/
    font-size:12px;
	}

	#headerSP .headerLogin p.btn_new_member{
	background-color:#464aff;
	border-radius:5px;
	}
	#headerSP p.member_info{
      width:90px;
      height:40px;
      background:#f6eae0;
      font-size:12px;
      float:left;
      padding:5px;
      text-align:center;
	}
	.headerLNav ul li{
		margin-top:10px;
		width:30%;
    	text-align:center;
	}
	li.nologin_menu {
/*		margin-top:10px;
		width:50%!important;
	    text-align:center;*/
	}
	/*footerNavi*/
	.footerNavi,
	.footerNaviWide {
	width:100%;
	margin:0 auto 20px;
	color:#333;
	}
}

.headerLNav img {
	width: 67px;
	height: 50px !important;
	max-width: 67px !important;
}

#headerL p {
	margin:0px auto;
	text-align:center;
}

#headerR {
	margin-left:10px;
	width:450px;
}

ul.headerRNav.btn_price li {
	width:33%;
	margin-bottom:10px;
}

ul.headerRNav.bnr_s li {
	margin-right:5px;
  text-align:center;
}

#headerR ul.headerRNav .headerLogin {
/*	height: 50px;*/
	width:75px;
	margin:0 5px 0 0;
	font-size:12px;
/*	line-height:50px;*/
	line-height:23px;
	text-align:center;
}

.commonForm > div > h3 {
	margin-top:15px;
}
.formArea > div > h3 {
	margin-top:15px;
}
.level_h3 {
	margin:20px 0 10px;
}

.headerLogin p.btn_login{
	background-color:#ed1c24;
	border-radius:5px;
	height: 50px;
	line-height: 50px;
	font-size: 12px;
}
.headerLogin p.btn_logout {
  height: 50px;
  line-height: 50px;
  border-radius: 5px;
  background-color: #cdcdcd;
  font-size: 12px;
}

@media screen and (max-width: 641px) {
  ul.headerRNav.bnr_s li {
    width:30%;
  }
.headerLogin p.btn_login{
	height:50px;
	line-height:50px;
}

    .headerLogin p.btn_logout {
	height:20px;
	line-height:20px;
	border-radius:5px;
	background-color:#cdcdcd;
	font-size:10px;
    margin-top:0px;
	} 
}

.headerLogin p.btn_new_member{
	background-color:#464aff;
	border-radius:5px;
}

.headerLogin p.btn_login a,
.headerLogin p.btn_new_member a{
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
	display:block;
}
.headerLogin p.btn_logout a{
	color:#000;
	font-weight:bold;
	text-decoration:none;
	display:block;
}
.headerLogin p.btn_login:hover,
.headerLogin p.btn_logout:hover,
.headerLogin p.btn_new_member:hover{
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}


ul.headerRNav div.member_info{
	width:175px;
	height:50px;
	background:#f6eae0;
	text-align:center;
	font-size:13px;
	font-weight:bold;
}
ul.headerRNav div.member_info p {
	line-height:25px;
}

/* header cart */
.headerContents li.headerCart{
  position: relative;
}
.headerContents li.headerCart #headerCartNumTotal{
  position: absolute;
  top: -6px;
  left: 36px;
  background-color: #ED1C24;
  color: #fff;
  font-size: 0.6em;
  font-weight: bold;
  padding: 3px 6px;
  border-radius: 1000px;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border: 3px solid #fff;
  z-index: 1;
}

/*header*/
.headerSearch {
	padding:0 0 10px;
}
.search_ctrl {
	margin:0 auto;
}
.searchNavi {
	padding:0;
}
.searchNavi span {
	float:left;
}
.searchNavi select, .searchNavi input {
	height:30px;
	border:1px solid #ccc;
	padding:3px 10px;
}

.searchNavi .search_text {
	position: relative; 
}

.searchNavi .search_select select.path {
	border: 2px solid #000;
	width:110px;
	height: 30px;
	line-height:28px;
	background-color:#e9e9e9;
	
	-moz-box-shadow: inset 2px 2px 0px #fff;
	-webkit-box-shadow: inset 2px 2px 0px #fff;
	box-shadow: inset 2px 2px 0px #fff;

	border-top-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-top-left-radius: 5px;
	
	border-bottom-left-radius: 5px; 
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	
	border-right:none;	
}
.searchNavi input.q {
	border: 2px solid #000;
	width:500px;
	height: 30px;
	/*color:#999;*/
	
	border-top-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-top-right-radius: 5px;
	
	border-bottom-right-radius: 5px; 
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	
}
/* 05/13 d.namiki shop固有 */
.searchNavi input.searchNaviButton {
    background: url("../images/icon_btn_search.png") no-repeat scroll 20px center #EF0606;
    border: medium none;
    cursor: pointer;
    font-weight: bold;
    padding: 0 20px 0 36px;
	width:90px;
	margin-left:10px;
}
	
@media screen and (max-width: 641px) {
	.searchNavi span.search_select {
	float:none;
	}
	.search_ctrl{
		padding:0 20px;
	}
	.searchNavi .search_select select.path {
	border: 2px solid #000;
	width:100% !important;
	height: 30px;
	line-height:28px;
	background-color:#e9e9e9;
	-moz-box-shadow: inset 2px 2px 0px #fff;
	-webkit-box-shadow: inset 2px 2px 0px #fff;
	box-shadow: inset 2px 2px 0px #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;	
	margin-bottom:10px;
	}	

	.searchNavi span.search_text {
		width:70%;
	}
	.searchNavi input.q {
	border: 2px solid #000;
	height: 30px;
	width: 100%;
	color:#999;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	}

/* 05/13 d.namiki shop固有 */
	.searchNavi input.searchNaviButton {
	background: url("../images/icon_btn_search.png") no-repeat scroll 50% 50% #090b6b;
	background-image:50%;
    border: medium none;
    cursor: pointer;
    font-weight: bold;
    padding: 0 20px 0 35px;
	width:50px;
	margin-left:20px;
	text-indent:-999px;
	}

}
	

/*---------------------------------------------
recommend アイテム
---------------------------------------------*/
.recommend_item{
	width:180px;
	float:left;
	display:block;
	margin:0 2px 0px 0;
	padding-bottom:0px;
	/* 20240801 */
	border: 2px solid #CFD9DE;
}
figure.recommend_item:after {
    display: block;
    margin: 0;
    background-color: #f30;
    color: #fff;
    font-family: "ＭＳ Ｐゴシック", Osaka, sans-serif;
    font-weight: bolder;
    font-size: 14px;
    text-align: center;
    content: "▲ご注文・詳細・Click";
}
#recommendIncludeArea > div.wide_area > section.recommend > figure.recommend_item {
	width:155px;
}

@media screen and (max-width: 641px) {
	.recommend_item{
	width:50%;
	float:left;
	display:block;
	margin:0 0 5px ;
	padding:0 5px 5px;
	}
}

.recommend_item .zei {
/*	font-size:12px;
	font-weight:normal;
	color:#db0000;*/
	margin:0;
	display:inline;
}

.recommend_item .price,
.userOperateArea {
/*	font-size:22px;
	font-weight:bold;
	border-radius:5px;
	background:#fff192;*/
	margin:0;
	text-align:left;
	color:#db0000;
	font-size:12px;
}

.recommend_item figcaption a {
	font-size:12px;
	font-weight:normal;
	margin:0px 0;
	display:block;
}

.recommend_item span {
	font-size:12px;
	margin:0;
	display:block;
}

.recommend_item.ranking_01{
	background:url(../images/icon_ranking_01.png) top center;
	background-repeat:no-repeat;
	padding-top:50px;
}

.recommend_item.ranking_02{
	background:url(../images/icon_ranking_02.png) top center;
	background-repeat:no-repeat;
	padding-top:50px;
}

.recommend_item.ranking_03{
	background:url(../images/icon_ranking_03.png) top center;
	background-repeat:no-repeat;
	padding-top:50px;
}

.recommend_item.ranking_04{
	background:url(../images/icon_ranking_04.png) top center;
	background-repeat:no-repeat;
	padding-top:50px;
}

.recommend_item.ranking_05{
	background:url(../images/icon_ranking_05.png) top center;
	background-repeat:no-repeat;
	padding-top:50px;
}

.recommend_item.ranking_06{
	background:url(../images/icon_ranking_06.png) top center;
	background-repeat:no-repeat;
	padding-top:50px;
}

.recommend_item div.bg_white {
	background:#FFF;
	padding-bottom:5px;
}

.top_recommend_area{
	display: none;
}


/* =========================================================
 サイドメニューSP
========================================================= */

#sideOpenBtn {
	position: relative;
	cursor: pointer;
/*	float: right;*/
}
#sideOpenBtn:hover {
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}
#side {
    background-color: #262985;
    color: #ffffff;
}
#side #closeBtn {
    text-align:center;
    margin: 5px;
	width:30px;
    cursor: pointer;
	float:right;
	background-color:#fff;
	color:#262985;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
#side .title {
	clear:both;
    font-weight: bold;
    padding: 0 10px 15px;
}
#side li a {
    display: block;
    padding: 10px 20px 10px 20px;
    color: #ffffff;
    text-decoration: none;
	font-size:12px;
}
#side li a:hover {
    color: #ffbc30;
    background-color: #ffffff;
}
.headerLNav ul li .category_menu2 li {
	width:100%;
	margin:0;
}
.headerLNav ul li#side {
	margin:0;
}
@media screen and (max-width: 641px){
	.headerContents,
	#headerR {
		width: 100%;
	}
}

/* =========================================================
 ぱんくず
========================================================= */
nav.panNav {
	/*padding-top:10px;*/
	padding-left:3px;
}

/* =========================================================
 サイドメニュー第1階層
========================================================= */
/* 05/13 d.namiki shop固有 */
ul#category_menu_01,
ul#category_menu_02{
	background:#FFF;
	border:solid 1px #b1b1e0;
	padding:3px;
	margin-top:8px;
	margin-bottom:20px;
}

/* 05/13 d.namiki shop固有 */
ul#category_menu_01 h3,
ul#category_menu_02 h3 {
/*	background:#85e1a7;*/
	background:#d7d4d9;
	border-bottom:solid 2px #282A87;
	margin-bottom:3px;
}

/* 05/13 d.namiki shop固有 */
ul#category_menu_01 h3:hover,
ul#category_menu_02 h3:hover {
	background:#979ad7;
}

ul#category_menu_01 h3 a,
ul#category_menu_02 h3 a {
	background:url(../images/icon_arrow_side_menu_01.png) 97% 50%;
	background-repeat:no-repeat;
	text-decoration:none;
	padding:5px 30px 5px 10px;
	color:#333;
	font-size:12px;
	display:block;
	vertical-align:top;
}

/* 05/13 d.namiki shop固有 */
ul#category_menu_01 li{
	border-bottom:solid 1px #e2e2f3;
	margin-bottom:0px;
}

/* 05/13 d.namiki shop固有 */
ul#category_menu_01 li:hover{
	background:#eaeaf3;
}

ul#category_menu_01 li:last-child,
ul#category_menu_02 li.list_02:last-child{
	border-bottom:none;
	margin-bottom:0;
}
ul#category_menu_01 li a,
ul#category_menu_02 li.list_02 a {
	background:url(../images/icon_arrow_side_menu_orange.png) 97% 50%;
	background-repeat:no-repeat;
	text-decoration:none;
	padding:7px 20px 7px 10px;
	color:#333;
	font-size:10px;
	display:block;
}
/* 05/13 d.namiki shop固有 */
ul#category_menu_01 li a:hover,
ul#category_menu_02 li.list_02 a:hover,
ul#category_menu_02 li.list_02.stay a{
	font-weight:bold;
	color:#090b6b;
}

/* =========================================================
 サイドメニュー第2階層
========================================================= */
/* 05/13 d.namiki shop固有 */
ul#category_menu_02 li.list_02{
/*	background:#b1b1e0;*/
	background:#eeeeee;
	border-bottom:solid 1px #fff;
	margin-bottom:0px;;
}

ul#category_menu_02 li.list_02:hover{
	background:#c7e3d0;
}

ul#category_menu_02 li.list_02.stay a {
	background:url(../images/icon_arrow_side_menu_green.png) 97% 50%;
	background-repeat:no-repeat;
	text-decoration:none;
	padding:7px 20px 7px 10px;
	color:#333;
	font-size:13px;
	display:block;
	border-left: solid 5px #ff7e5b
}

/* 05/13 d.namiki shop固有 */
ul#category_menu_02 .category_menu_sub li{
	border-bottom:dotted 1px #e2e2f3;
	margin-bottom:0px;
}

ul#category_menu_02 .category_menu_sub li:hover{
	background:#fff5df;
}

ul#category_menu_02 .category_menu_sub li:last-child{
	border-bottom:none;
	margin-bottom:0;
}
ul#category_menu_02 .category_menu_sub li a {
	background:url(../images/icon_arrow_side_menu_orange_02.png) 97% 50%;
	background-repeat:no-repeat;
	text-decoration:none;
	padding:7px 20px 7px 10px;
	color:#333;
	font-size:13px;
	display:block;
}
/* 05/13 d.namiki shop固有 */
ul#category_menu_02 .category_menu_sub li a:hover {
	font-weight:bold;
	color:#090b6b;
}

/* 05/13 d.namiki shop固有 */
ul#category_menu_02 .category_menu_sub li.stay a{
	font-weight:bold;
	color:#090b6b;
	font-size:14px;
}
/* =========================================================
 サイドメニュースマホ
========================================================= */
@media screen and (max-width: 641px){
	ul#category_menu_sp{
	width:100%;
	background:#FFF;
	border:none;
	padding:3px;
	margin-top:10px;
	}
	
/* 05/13 d.namiki shop固有 */
	ul#category_menu_sp h3 {
	background:#090b6b;
	margin-bottom:3px;
	padding:10px;
	}

/* 05/13 d.namiki shop固有 */
	ul#category_menu_sp h3 a {
	background:#090b6b url(../images/icon_arrow_side_menu_01.png) center right;
	background-repeat:no-repeat;
	padding:0px 30px 0px 0px;
	color:#fff;
	display:block;
	}

	ul#category_menu_sp li a,
	ul#category_menu_sp li.list_02 a {
	background:url(../images/icon_arrow_side_menu_orange.png) 97% 50%;
	background-repeat:no-repeat;
	text-decoration:none;
    padding: 7px 20px 13px 10px;
	color:#333;
	font-size:14px;
	display:block;
	border-bottom: 1px dotted #ccc;
    margin: 10px 0;
	}

	ul#category_menu_sp li.list_02.stay a {
	background:#e9e9e9;
	text-decoration:none;
	padding:7px 20px 7px 10px;
	color:#666;
	font-size:16px;
	display:block;
	border-left: solid 5px #ff7e5b
	}

}

/* =========================================================
 　マイページメニュー
========================================================= */
/* 05/13 d.namiki shop固有 */
#contents .mypage_menu {
    background: none repeat scroll 0% 0% #FFF;
    border: 1px solid #b1b1e0;
    padding: 3px;
    margin-top: 30px;
    margin-bottom: 20px;
}
/* 05/13 d.namiki shop固有 */
.mypage_menu .mypage_menu_title {
	background: none repeat scroll 0% 0% #b7b9df;
	margin-bottom: 3px;
	padding: 5px 30px 5px 10px;
	color: #333;
	font-size: 16px;
	font-weight: bold;
}
/* 05/13 d.namiki shop固有 */
.mypage_menu ul.mypage_menu_list li {
	border-bottom: 1px solid #e2e2f3;
	margin-bottom: 0px;
}
.mypage_menu ul.mypage_menu_list li a {
    background: url("../images/icon_arrow_side_menu_orange.png") no-repeat scroll 97% 50% transparent;
    text-decoration: none;
    padding: 7px 20px 7px 10px;
    color: #333;
    font-size: 13px;
    display: block;
}
/* 05/13 d.namiki shop固有 */
.mypage_menu ul.mypage_menu_list li:hover{
	background:#b1b1e0;
}

.mypage_menu ul.mypage_menu_list li:last-child,
.mypage_menu ul.mypage_menu_list li.list_02:last-child{
	border-bottom:none;
	margin-bottom:0;
}
/* 05/13 d.namiki shop固有 */
.mypage_menu ul.mypage_menu_list li a:hover {
	font-weight:bold;
	color:#090b6b;
}



/*絞り込み検索*/
/* 05/13 d.namiki shop固有 */
.category_menu {
	background-color:#fff;
	border:1px solid #b1b1e0;
	margin-bottom:10px;
}
.category_menu h4 a {
	color: #333;
	float: right;
}

/* 05/13 d.namiki shop固有 */
.category_menu h4 {
	border-bottom:1px dotted #b1b1e0;
	padding:5px 10px;
	font-weight:bold;
	font-size:0.9em;
	color:#090b6b;
}
.category_menu ul {
	padding:5px 0;
}
.category_menu ul li {
	padding:5px 10px;
	font-size:0.9em;
}
/* 05/13 d.namiki shop固有 */
.contents input[type="checkbox"] {
	border:1px solid #b1b1e0;
	background-color:#fff;
}
.category_menu ul li a {
	text-decoration:none;
	color:#333;
}
/* 05/13 d.namiki shop固有 */
.category_menu ul li a:hover{
	text-decoration:underline;
	font-weight:bold;
	color:#090b6b;
}
.category_menu ul li img {
	vertical-align:middle;
}
.category_menu ul li span {
	padding-left:5px;
}



/*----------------------
	leftメニュー
------------------------*/
/*=== side ===*/
/*カテゴリーメニュー*/
.globalNavi ul li:hover {
	filter: alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
}

#sideContents {
	position:relative;
	z-index:1;
}
#globalNavi, .globalNavi {
	position:relative;
	z-index:999;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  #globalNavi, .globalNavi {
      width:980px;
	}
}
.globalNavi .category_menuOn {
	position:relative;
}
.globalNavi .category_menuOn a img {
	vertical-align:middle;
}
/* 05/13 d.namiki shop固有 */
.globalNavi .category_menuOn:hover {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#0b3516', endColorstr = '#0b3516');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#0b3516', endColorstr = '#0b3516')";
	background-image: -moz-linear-gradient(top, #0b3516, #0b3516);
	background-image: -ms-linear-gradient(top, #0b3516, #0b3516);
	background-image: -o-linear-gradient(top, #0b3516, #0b3516);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#0b3516), to(#0b3516));
	background-image: -webkit-linear-gradient(top, #0b3516, #0b3516);
	background-image: linear-gradient(top, #0b3516, #0b3516);
}
.globalNavi #category_menu {
	display:none;
	font-size:1em;
	width:230px;
	padding:0;
	position:absolute;
	left: 30px;
	z-index: 998;
	box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.3);
}
.globalNavi ul li:nth-child(1) ul li a,
#category_menu li {
	width:230px;
	text-align:left;
	display:block;
	height:auto;
}
/* カテゴリ高さ */
#category_menu ul {
	height:1620px;
	padding:0;
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
	right: -231px;
	width: 230px;
}
#category_menu ul h3 {
	font-weight:bold;
	text-align:left;
}
#category_menu li a {
	padding: 8px 20px 8px 15px;
	height:auto;
	transition: 0.1s;
}
#category_menu ul li a:hover {
	color:#fff;
	height:auto;
	text-decoration:none;
}
/* 05/13 d.namiki shop固有 */
#category_menu li:hover {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#0b3516', endColorstr = '#0b3516');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#0b3516', endColorstr = '#0b3516')";
	background-image: -moz-linear-gradient(top, #0b3516, #0b3516);
	background-image: -ms-linear-gradient(top, #0b3516, #0b3516);
	background-image: -o-linear-gradient(top, #0b3516, #0b3516);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#0b3516), to(#0b3516));
	background-image: -webkit-linear-gradient(top, #0b3516, #0b3516);
	background-image: linear-gradient(top, #0b3516, #0b3516);
	height:auto;
	width:230px;
}
#category_menu > li:hover > a {
	color:#fff;
	height:auto;
}
#category_menu > li > a:after{
	display: block;
	position: absolute;
	content: "";
	top: 50%;
	right: 5px;
	width: 0px;
	height: 0px;
	margin-top: -5px;
	border: 5px solid transparent;
	border-left-color: #aaa;
	background-repeat:no-repeat;
}
#category_menu > li:hover > a:after{
	border-left-color: #fff;
}
/* 05/13 d.namiki shop固有 */
.globalNavi ul li + li:hover {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#0b3516', endColorstr = '#0b3516');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#0b3516', endColorstr = '#0b3516')";
	background-image: -moz-linear-gradient(top, #0b3516, #0b3516);
	background-image: -ms-linear-gradient(top, #0b3516, #0b3516);
	background-image: -o-linear-gradient(top, #0b3516, #0b3516);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#0b3516), to(#0b3516));
	background-image: -webkit-linear-gradient(top, #0b3516, #0b3516);
	background-image: linear-gradient(top, #0b3516, #0b3516);
}

/* =========================================================
 商品一覧
========================================================= */

/* 商品一覧共通
--------------------------------------------------------- */
.goodsItem {
	width:178px;
	display:inline-block;
	*display:inline;
	*zoom:1;
	vertical-align:top;
	float:none;
	padding-bottom: 10px;
    text-align:left;
    padding-right: 8px;
}

.goodsItem .goodsName {
	font-size: 14px;
/*	font-weight: bold;*/
	margin: 10px 0;
	display: block;
}

.goodsItem .taxExcludedDiscountedPricePreLabel {
	font-size: 14px;
/*	font-weight: bold;*/
}
.goodsItem .taxExcludedDiscountedPrice {
	font-size: 14px;
/*	font-weight: bold;*/
	color: #db0000;
/*	background: #fff192;*/
	margin: 0;
	border-radius: 5px;
}

.goodsItem .discountedPricePreLabel, .discountedPrice, .discountedPriceSuffixLabel {
	font-size: 14px;
}

.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: #e2e2e2;
/*	border: 1px solid #b1d3c0;*/
	padding: 10px;
	font-size: 0.8em;
	margin-bottom: 20px;
}
#imageDisplayTypeLink_link {
/*	background-color:#ed1c24;*/
}
.goodsSort.sortArea .sortAreaLeft,
.goodsSort.sortArea .sortAreaRight {
	float:left;
}
.goodsSort.sortArea .sortAreaLeft {
	width:65%
}
.goodsSort.sortArea .sortAreaRight {
	border-left:1px dotted #ddd;
	padding-left:5px;
	width:35%
}

.goodsSort.sortArea a.btn_0 {
	border-radius:0;
	padding:1px 5px;
	margin:3px 0;
	background-color:#e0e0e0;
	border:none;
	color:#333;
}
.goodsSort.sortArea a.check {
	background-color:#ed1c24;
	color:#fff;
}
.goodsSort.sortArea a:hover {
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}

.goodsSort.sortArea div.searchCondition {
	margin-top:6px;
}

.resultsShowMaxLine a {
  color: #0099ff;
  text-decoration: underline; 
}

@media screen and (max-width: 641px) {
	.goodsSort.sortArea .sortAreaRight {
		border-left:none;
		padding-left:0;
	}
}

.icon_shipment {
	width:160px;
	height:20px;
	line-height:20px;
	font-size:12px;
	font-weight:bold;
	color:#000;
/*	background:#949393 url(../images/detail_icon_shipment.png) 3px center; */
	background-repeat:no-repeat;
/*	padding:0px 2px 0px 12px; */
	border-radius:3px;
	display:inline-block;
	*display:inline;
	*zoom:1;	
}

/*Firefox*/
@-moz-document url-prefix() {
  .icon_shipment {
    line-height:21px;
  }
}

@media screen and (max-width: 641px) {
	.goodsSort.sortArea .sortAreaLeft {
		width:100%
	}
	.goodsSort.sortArea .sortAreaRight {
		border-left:0px dotted #ddd;
		padding-top:0;
		width:100%
	}
/*
	.icon_shipment {
		text-align:center;
		width:96%;
		height:20px;
		line-height:20px;
		font-size:11px;
		font-weight:bold;
		color:#fff;
		background:#949393;
		background-repeat:no-repeat;
		padding:0px 2px;
		border-radius:3px;
		display:inline-block;
		*display:inline;
		*zoom:1;
	}
*/
}

.goodsList .pagingResultsLeft{
	float:left;
	margin:5px 0;
}
.goodsList .pagingResultsRight{
	float:right;
	margin:5px 0;
}
@media screen and (max-width: 641px) {
	.goodsList .pagingResultsLeft{
		width:auto;
	}
	.goodsList .pagingResultsRight{
		width:auto;
	}
}

/* 写真のみ
--------------------------------------------------------- */
.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;
		padding-right:8px;
	}
	
	.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%;
	}
}

/* =========================================================
 カート
========================================================= */

.contents .cart_table .resultsGoodsImageAreaCol,
.contents .cart_table .reglResultsReglGoodsImageAreaCol{
	width: 60px;
}

.contents .cart_table .resultsGoodsPriceAreaCol,
.contents .cart_table .resultsSalePriceAreaCol,
.contents .cart_table .reglResultsReglGoodsPriceAreaCol,
.contents .cart_table .reglResultsReglSalePriceAreaCol{
	width: 80px;
	text-align:right;
}

.contents .cart_table .resultsOrderNumAreaCol,
.contents .cart_table .reglResultsReglOrderNumAreaCol{
	width: 80px;
}

.contents .cart_table .resultsDeleteAreaCol,
.contents .cart_table .reglResultsReglDeleteAreaCol{
	width: 60px;
}

.contents input.orderNum,
.contents input.reglOrderNum{
	width: 60px;
    text-align:right;
}

.contents .cartArea .cart_table .th{
	white-space: nowrap;
}

.contents .cartArea .goodsPriceArea,
.contents .cartArea .salePriceArea,
.contents .cartArea .reglGoodsPriceArea,
.contents .cartArea .reglSalePriceArea{
	white-space: nowrap;
	text-align:right;
}
.cartArea .totalLayoutGroup .tr .th,
.cartArea .totalLayoutGroup .tr .td{
	text-align:right;
}

.contents .cartArea .totalLayoutGroup,
.contents .cartArea .promotionArea,
.contents .cartArea .carefulGroup{
	margin-top:10px;
}

.cartArea .promotionArea #promotionResults{
	margin:10px 5px;
}
.cartArea .carefulGroup .careful{
	margin:10px;
}

.cartArea .estimateGroup {
	text-align: right;
	margin: 10px 0 0 0;
}

@media screen and (max-width: 641px) {
	.contents .cart_table .resultsGoodsImageAreaCol,
	.contents .cart_table .reglResultsReglGoodsImageAreaCol{
		width:30%;
		float:left;
	}
	.contents .cart_table .resultsGoodsNameAreaCol,
	.contents .cart_table .reglResultsReglGoodsNameAreaCol{
		text-align:left;
		width:70%;
		float:right;
		padding: 5px 10px;
	}
	.contents .cart_table .resultsGoodsPriceAreaCol,
	.contents .cart_table .resultsOrderNumAreaCol,
	.contents .cart_table .resultsSalePriceAreaCol,
	.contents .cart_table .resultsDeleteAreaCol,
	.contents .cart_table .reglResultsReglGoodsPriceAreaCol,
	.contents .cart_table .reglResultsReglOrderNumAreaCol,
	.contents .cart_table .reglResultsReglSalePriceAreaCol,
	.contents .cart_table .reglResultsReglDeleteAreaCol{
		text-align:right;
		width:70%;
		float:right;
		padding: 5px 10px;
	}
}

/* =========================================================
 注文情報入力
========================================================= */

#destinationLayoutGroup .required_condition:after {
  display:none;
}
#destinationGroup .addressbookSearchButton {
    margin: 10px 0;
}

#selectedPaymentExp9_innerId {
	padding:10px;
}
#registeredCard9Row .creditCardNo9,
#registeredCard9Row .securityCode9,
#registeredCard9Row .paymentType9 {
	margin-left:21px; 
}

.selectedPaymentExp2Row,
.selectedPaymentExp15Row,
.selectedPaymentExp41Row {
  padding:10px;
}
@media screen and (max-width: 641px) {
	.cartArea .totalLayoutGroup .tr .th,
	.cartArea .totalLayoutGroup .tr .td{
		width:50%;
		display: table-cell;
	}
}


/* =========================================================
 郵便番号ポップアップ
========================================================= */
#criteriaGroup {
	/*width: 840px;*/
	padding-left: 20px;
	margin-bottom: 20px;
}
#codeRow, #areaRow, #cityRow, #streetRow {
	display: inline-block;
	width: 50%;
	margin-bottom: 10px;
}
.commonForm label.code_itemLabel,
.commonForm label.area_itemLabel,
.commonForm label.street_itemLabel,
.commonForm label.city_itemLabel {
    width: 5em;
    display: inline-block;
}
#searchButtonRow {
	display: block;
	height: auto;
	width: auto;
	text-align: right;
	padding: 0 15px 15px 0;
}
#searchButtonRow input#searchButton {
	float:none;
}
#criteriaArea table#results {
	margin-bottom:20px;
}
@media screen and (max-width: 641px) {
	#criteriaGroup {
		width: auto;
	}
	#codeRow, #areaRow, #cityRow, #streetRow {
		width: auto;
	}
	#searchButtonRow {
		text-align:left;
		padding:0;
	}
	#closeButton {
		margin-bottom:10px;
	}
}
/* =========================================================
 会員登録
========================================================= */
#isMemberAgreementFlgItemWrap {
  margin: 10px 0 0 20px;
}
/* =========================================================
 お届け先一覧
========================================================= */
.resultsUpdateButtonCol{
	width:70px;
}
@media screen and (max-width: 641px) {
	.addressBkookTable .th,
	.addressBkookTable .td{
		padding: 5px;
	}
}
/* =========================================================
 見積履歴
========================================================= */
.contents .estimateList th{
	white-space: nowrap;
}
.contents .estimateList td.resultsEstimateNoCol,
.contents .estimateList td.resultsEstimateAmtCol,
.contents .estimateList td.resultsOrderNumCol{
	text-align:right;
}
@media screen and (max-width: 641px) {
	.contents .estimateListSp .td{
		padding:5px;
	}
}
/* =========================================================
 お問い合わせ一覧
========================================================= */
@media screen and (max-width: 641px) {
	.contents .memberInquiryList .td{
		padding:5px;
	}
}
/* =========================================================
 お問い合わせ入力
========================================================= */
.contents #inqCont{
	height:100px;
}
/* =========================================================
 エラーメッセージ
========================================================= */

.topGroupName .error_main_text{
	margin:50px auto;
}

@media screen and (max-width: 641px) {
	.topGroupName .error_main_text{
	margin: 10px auto 25px;
	padding:0 10px;
	}
}

/* =========================================================
トップページお知らせ欄 2017/12/26 t_akahane
========================================================= */

.box_srcollbar {
	overflow:auto;
	/* height:80px; */
	padding:5px;
	border:1px solid #000;
	background-color:#F9F9F9;
	color:#000;
	font-size:14px;
}