@charset "utf-8";
/* リセット
---------------------------------------------------------------------------- */
html {
	font-size: 62.5%;
}
h1, h2, h3, h4, h5, h6, p, div,address,
dl, dt, dd,
table, caption, th, td, img, form,
section,article,header,footer {
	margin: 0;
	padding: 0;
	border: none;
	font-style: normal;
	font-weight: normal;
	list-style-type: none;
	/zoom:1;
	line-height: 1.0;
}

ul,li {
	margin: 0;
	padding: 0;
	border: none;
	font-style: normal;
	font-weight: normal;
	list-style-type: none;
	text-align: left;
}
img {
	vertical-align: bottom;
	line-height:1.0;
}
table {
	border-collapse: collapse;
}
/* Body
---------------------------------------------------------------------------- */
body {
	width: 100%;
	height:100%;
	margin: 0 auto;
	text-align: center;
	color: #333;
	/* アラジンECtoB ファッション版 START */
	/*
	font-family: Meiryo,"メイリオ","ＭＳ Ｐゴシック", "MS P Gothic", Verdana,Arial,"ヒラギノ角ゴ Pro W3", "Hiragino Kakugo Pro W3", Osaka, sans-serif;
	border: 0;
	background: #F5F5EF;
	*/
	font-family: Helvetica,Arial,'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro',Meiryo,"メイリオ","ＭＳ Ｐゴシック", "MS P Gothic",  Osaka, sans-serif;
	border: 0;
	background: #FFF;
	/* アラジンECtoB ファッション版 END */
/*	background: #FAFAF6; */
}
pre {
	font-family: Helvetica,Arial,'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro',Meiryo,"メイリオ","ＭＳ Ｐゴシック", "MS P Gothic",  Osaka, sans-serif;
}

p {
	margin-bottom: 12px;
	line-height: 1.6;
	text-align: left;
	font-size: 13px;
	font-size: 1.3rem;
}
a,
a:visited,
a:active {
	/* アラジンECtoB ファッション版 START */
	/*
	color: #0066CC;
	text-decoration: none;
	*/
	color: #333333;
	text-decoration: underline;
	/* アラジンECtoB ファッション版 END */
}
a:hover {
	/* アラジンECtoB ファッション版 START */
	/*
	color: #D52117;
	text-decoration: underline;
	*/
	color: #CC0000;
	text-decoration: none;
	/* アラジンECtoB ファッション版 END */
}
@media screen and (min-width:641px){
	.pc_none {
		display: none;
	}
	a {
		-webkit-transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
		-o-transition: all 0.2s ease;
		transition: all  0.2s ease;
	}
}
@media screen and (max-width:640px){
	img {
		width: 100%;
	}
	.sp_none {
		display: none !important;
	}
}
.btn {
	border: #CCCCCC 1px solid;
	border-radius: 5px;
	background: #F8F7F7;
	line-height: 1.6;
	text-align: center;
	font-size: 13px;
	font-size: 1.3rem;
}
.btn a {
	display: block;
	padding: 6px 15px;
	text-decoration: none;
}
@media screen and (max-width:640px){
	.btn a {
		/*color: #0066CC;*/
	}
	.btn a:hover ,
	.btn a:active ,
	.btn a:visited {
		/*color: #0066CC;*/
		text-decoration: none;
	}
}
.btn_area {
	overflow: hidden;
	margin: 0 0 20px 0;
	text-align: center;
}
.btn_area .btn {
	display: inline-block;
	/display: inline;
	/zoom: 1;
}
a,
input,
label {
	-webkit-tap-highlight-color:rgba(241, 196, 15, 0.5);
}
input[type="text"],
input[type="password"] {
	height: 22px;
	padding: 5px;
}
input[type="number"][disabled]{
	background: #888888 !important;
	color: #000000 !important;
}
textarea {
	padding: 5px;
	vertical-align: middle;
}
select {
	margin: 0 10px 10px 0;
	padding: 5px;
}
label {
	margin: 0 10px 0 0;
	text-align: left;
	line-height: 1.6;
	font-size: 13px;
	font-size: 1.3rem;
	cursor: pointer;
}
@media screen and (max-width:640px){
	input,
	select,
	textarea {
		/* アラジンECtoB ファッション版 START */
		/*
		font-size: 16px;
		font-size: 1.6rem;
		*/
		/* Aladdin-EC ファッション版機能マージ_5919 EDIT-S */
		/*
		font-size: 15px;
		font-size: 1.5rem;
		*/
		font-size: 16px;
		font-size: 1.6rem;
		/* Aladdin-EC ファッション版機能マージ_5919 EDIT-E */
		/* アラジンECtoB ファッション版 END */
	}
}

/* ヘッダ
------------------------------------------*/
#header {
	width: 990px;
	height: 100px;
	margin: 0 auto;
	overflow: hidden;
}
@media screen and (max-width:640px){
	#header {
		width: 100%;
		height: auto;
		margin: 0 0 2% 0;
		padding: 0;
	}
}
#header_logo {
	/* アラジンECtoB ファッション版 START */
	/*
	width: 250px;
	margin: 20px 0 0 0;
	*/
	margin: 10px 0 0 0;
	/* アラジンECtoB ファッション版 END */
	/* アラジンECtoB ファッション版 #5834 START */
	/*width: 164px;*/
	width: 370px;
	/* アラジンECtoB ファッション版 #5834 END */
	float: left;
	text-align: center;
}
#header_logo img {
	max-height: 56px;
}
@media screen and (max-width:640px){
	#header_logo {
		/* アラジンECtoB ファッション版 START */
		/*
		width: 50%;
		*/
		/* アラジンECtoB ファッション版 END */
		/* アラジンECtoB ファッション版 #5834 START */
		width: 164px;
		/* アラジンECtoB ファッション版 #5834 END */
		margin: 2% 0 0 2%;
	}
	#header_logo img {
		width: 100%;
		/* アラジンECtoB ファッション版 START */
		/*
		height: 100%;
		*/
		/* アラジンECtoB ファッション版 EMD */
	}
}
#header_logo h1{
	margin: 0;
	padding: 0;
	/* アラジンECtoB ファッション版 #5834 START */
	text-align: left;
	/* アラジンECtoB ファッション版 #5834 END */
}
#header_logo p {
	/* アラジンECtoB ファッション版 START */
	/*
	line-height: 1.6;
	margin:3px 0;
	font-size: 10px;
	font-size: 1.0rem;
	*/
	line-height: 1.3;
	margin: 0;
	font-size: 11px;
	font-size: 1.1rem;
	/* アラジンECtoB ファッション版 END */
	text-align: center;
	color: #A18E5C;
	font-weight: bold;
}
@media screen and (max-width:640px){
	#header_logo p {
		margin:3px 0;
		font-size: 11px;
		font-size: 1.1rem;
	}
}
#header_cart {
	/* アラジンECtoB ファッション版 START */
	/*
	width: 200px;
	margin: 30px 0 0 0;
	float:right;
	overflow: hidden;
	*/
	/* アラジンECtoB ファッション版 END */
	display: none;
}
@media screen and (max-width:640px){
	#header_cart {
		/* アラジンECtoB ファッション版画面モック START */
		width: 14%;
		/* アラジンECtoB ファッション版画面モック END */
		margin: 2.08% 2% 0 0;
	}
}
#header_cart_disp{
	/* アラジンECtoB 2ndバージョンリリース #3481 START */
	width: 210px;
	/* アラジンECtoB 2ndバージョンリリース #3481 END */
	/* アラジンECtoB 2ndバージョンリリース #4031 START */
	/*height: 36px;*/
	/* アラジンECtoB 2ndバージョンリリース #4031 END */
	padding: 5px;
	float: left;
	background: #FFF;
	font-size: 12px;
	font-size: 1.2rem;
}
@media screen and (max-width:640px){
	#header_cart_disp{
		display: none;
	}
}
#header_cart_disp .user_name{
	margin: 0;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: bold;
}
#header_cart_content {
	overflow: hidden;
}
#header_cart_content .cart_lot {
	/* アラジンECtoB ファッション版 START */
	/*
	margin: 0 20px 0 0;
	*/
	margin: 0 20px 0 10px;
	/* アラジンECtoB ファッション版 END */
	float: left;
	text-align: left;
	line-height: 1.6;
}
#header_cart_content .cart_price {
	float: left;
	text-align: left;
	line-height: 1.6;
}
/* アラジンECtoB ファッション版画面モック START */
#header_cart_btn,
#header_order_type_select_btn {
	width: 46px;
	float: right;
}
#header_order_type_select_btn {
	margin-right: 8px;
}
@media screen and (max-width:640px){
	#header_order_type_select_btn {
		margin-right: auto;
	}
}
/* アラジンECtoB ファッション版画面モック END */

@media screen and (max-width:640px){
	#header_cart_btn,
	#header_order_type_select_btn {
		width: 100%;
		float: right;
	}
	/* アラジンECtoB 2ndバージョンリリース #3562 START */
	#header_cart_btn a,
	#header_order_type_select_btn a {
		display: block;
		/*background: #D52117 url(../../img/common/btn_cart.png) no-repeat;*/
		background-position: center center;
		background-size: 100% 100%;
		-webkit-background-size:  100% 100%;
		-moz-background-size:  100% 100%;
		-o-background-size:  100% 100%;
		-ms-background-size:  100% 100%;
	}

	#header_cart_btn a:hover,
	#header_order_type_select_btn a:hover {
		/*background: #292929 url(../../img/common/btn_cart.png) no-repeat;*/
		background-position: center center;
		background-size:  100% 100%;
		-webkit-background-size:  100% 100%;
		-moz-background-size:  100% 100%;
		-o-background-size:  100% 100%;
		-ms-background-size:  100% 100%;
	}
	/* アラジンECtoB 2ndバージョンリリース #3562 END */
}
/* アラジンECtoB ファッション版画面モック START */
#header_cart_btn img,
#header_order_type_select_btn img {
	width: 100%;
}
/* アラジンECtoB ファッション版画面モック END */
#header_navi_btn {
	display: none;
}
@media screen and (max-width:640px){
	#header_navi_btn {
		/* アラジンECtoB for ファッション 1stリリース #6172 START */
		/*
		display: block;
		width: 14%;
		margin: 2.08% 2% 0 0;
		float:right;
		overflow: hidden;
		*/
		/* アラジンECtoB ファッション版 START */
		/* background: #292929; */
		/* アラジンECtoB ファッション版 END */
		display: block;
		width: 14%;
		margin-top: 2.08%;
		margin-left: auto;
		margin-right: 2% ;
		overflow: hidden;
		background: #292929;
		/* アラジンECtoB for ファッション 1stリリース #6172 END */

	}
}
#header_navi_list {
	/* アラジンECtoB ファッション版画面モック START */
	width: 600px;
	/* アラジンECtoB ファッション版画面モック START */
	margin: 20px 0 0 0;
	float: right;
	overflow: hidden;
}
@media screen and (max-width:640px){
	#header_navi_list {
		display: none;
		width: auto;
		margin: 0;
		float: none;
	}
}
#header_navi_list li {
	float: left;
	/* アラジンECtoB ファッション版画面モック START */
	/* margin: 0 15px 0 0; */
	margin: 0 20px 0 0;
	/* アラジンECtoB ファッション版画面モック END */
	line-height: 1.6;
	text-align: left;
	font-size: 12px;
	font-size: 1.2rem;
	/* アラジンECtoB ファッション版 START */
	padding-top: 4px;
	/* アラジンECtoB ファッション版 END */
}
/* アラジンECtoB ファッション版画面モック START */
#header_navi_list li a {
	color: #333;
	text-decoration: none;
}
#header_navi_list li a:hover {
	color: #CC0000;
}
/* アラジンECtoB ファッション版画面モック END */
@media screen and (max-width:640px){
	#header_navi_list li {
		float: none;
		margin: 0;
		border-bottom: #FFF 1px solid;
	}
	#header_navi_list li a {
		display: block;
		margin: 0;
		padding: 15px 20px;
		/* アラジンECtoB ファッション版画面モック START */
		background: #292929;
		/* アラジンECtoB ファッション版画面モック END */
		line-height: 1.6;
		text-align: left;
		font-size: 16px;
		font-size: 1.6rem;
		color: #FFFFFF;
	}
	#header_navi_list li a:hover {
		/* アラジンECtoB ファッション版画面モック START */
		background: #555555;
		color: #FFF;
		/* アラジンECtoB ファッション版画面モック END */
	}
	#header_navi_list .header_navi_close a {
		padding: 15px 20px 15px 50px;
		background: #292929 url(../../img/common/btn_menu_close.png) no-repeat 15px 50%;
		background-size: 30px 30px;
	}
	#header_navi_list .header_navi_close a:hover {
		background: #292929 url(../../img/common/btn_menu_close.png) no-repeat 15px 50%;
		background-size: 30px 30px;
	}
	/* アラジンECtoB ファッション版画面モック START */
	.header_navi_cart {
		padding: 10px 0;
		margin: 0;
		background: #999;
		overflow: hidden;
	}
	#header_cart {
		display: block;
	}
	/* アラジンECtoB ファッション版画面モック END */
}
/* アラジンECtoB ファッション版画面モック START */
.header_navi_home a {
	padding: 0 0 0 18px;
	background: url(../../img/common/header_icon_home.png) no-repeat 0 50%;
}
/* アラジンECtoB ファッション版画面モック END */
.header_navi_guide a {
	padding: 0 0 0 18px;
	background: url(../../img/common/header_icon_guide.png) no-repeat 0 50%;
}
.header_navi_contact a {
	padding: 0 0 0 23px;
	background: url(../../img/common/header_icon_contact.png) no-repeat 0 50%;
}
.header_navi_member a {
	padding: 0 0 0 15px;
	background: url(../../img/common/header_icon_member.png) no-repeat 0 50%;
}

/* アラジンECtoB ファッション版 START */
/* Aladdin-EC ファッション版機能マージ_5899 EDIT-S */
.header_navi_order_type_select a {
	padding: 0 0 0 20px;
	background: url(../../img/common/header_icon_order_type_select.png) no-repeat 0 50%;
}
/* Aladdin-EC ファッション版機能マージ_5899 EDIT-E */
/* アラジンECtoB ファッション版 END */

.header_navi_logout a {
	padding: 0 0 0 20px;
	background: url(../../img/common/header_icon_logout.png) no-repeat 0 50%;
}
.header_navi_login a {
	padding: 0 0 0 20px;
	background: url(../../img/common/header_icon_login.png) no-repeat 0 50%;
}
@media screen and (max-width:640px){
	#pageslide {
		display: none;
		position: absolute;
		position: fixed;
		top: 0;
		height: 100%;
		z-index: 999999;
		width: 260px;
		/* アラジンECtoB ファッション版 START */
		background: #292929;
		/* アラジンECtoB ファッション版 END */
		border-left: #CCC 1px solid;
		color: #FFF;
	}
}
/* アラジンECtoB ファッション版 START */
.cart_table_wrap {
	width: 710px;
	border-collapse: collapse;
	margin: 0 auto 0 auto;
	overflow: hidden;
}
.cart_table {
	width: 170px;
	margin: 0 1px 0 0;
	float: left;
}

.cart_table .cart_table_head {
	padding: 10px;
	background: #292929;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	line-height: 1.4;
}
.cart_table .cart_table_body {
	padding: 10px;
	background: #FFFFFF;
	text-align: center;
	font-size: 13px;
	color: #333333;
	line-height: 1.4;
}
.cart_table_wrap .add_to_cart {
	margin: 20px 0 0 0;
}
@media screen and (max-width:640px){
	#footer .cart_table_wrap {
		display: none;
	}
	/* アラジンECtoB for ファッション 1stリリース #5956 START */
	.cart_table {
		width: 100%;
		margin: 0 0 10px 0;
		float: none;
	}
	/* アラジンECtoB for ファッション 1stリリース #5956 END */
	.cart_table_wrap .add_to_cart {
		text-align: left;
		float: left;
		margin: 10px 0 10px 10px;
	}
	#header_navi_list .cart_table_wrap .add_to_cart a {
		padding: 11px 30px 8px 50px;
		/* アラジンECtoB for ファッション 1stリリース #6431 START */
		background: #2547B5 url(../img/common/icon_cart_bg.png) no-repeat 22px 50%;
		/* アラジンECtoB for ファッション 1stリリース #6431 END */
		border-radius: 5px;
		line-height: 1.6;
		font-size: 16px;
		font-size: 1.6rem;
		color: #FFF;
		cursor: pointer;
		float: right;
		text-decoration: none;
		-webkit-transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
		-o-transition: all 0.2s ease;
		transition: all  0.2s ease;
	}
	#header_navi_list .cart_table_wrap .add_to_cart a:hover {
		background: #292929 url(../img/common/icon_cart_bg.png) no-repeat 22px 50%;
		text-decoration: none;
	}

}
/* アラジンECtoB ファッション版 END */
/* グローバルナビゲーション
------------------------------------------*/
/* アラジンECtoB ファッション版画面対応 START */
/* #gnavi_wrap { */
.gnavi_wrap {
/* アラジンECtoB ファッション版画面対応 END */
	width: 100%;
	min-width: 990px;
	/* アラジンECtoB ファッション版 START */
	/*
	height: 80px;
	margin: 0 0 50px 0;
	padding: 10px 0;
	background: #E3DECC;
	*/
	height: 60px;
	/* アラジンECtoB ファッション版 #5834 START */
	/* margin: 0 0 50px 0; */
	margin: 0;
	/* アラジンECtoB ファッション版 #5834 END */
	padding: 0;
	background: url(../../img/common/gnavi_bg.png) repeat-x 0 0;
	/* アラジンECtoB ファッション版 END */
}
#gnavi_wrap:after {
  content: "";
  clear: both;
  display: block;
}
@media screen and (max-width:640px){
	/* アラジンECtoB ファッション版画面対応 START */
	/* #gnavi_wrap { */
	.gnavi_wrap {
	/* アラジンECtoB ファッション版画面対応 END */
		width: 100%;
		min-width: 100%;
		height: auto;
		/* アラジンECtoB ファッション版 #5834 START */
		/* margin: 0 0 30px 0; */
		/* アラジンECtoB ファッション版 #5834 END */
		/* アラジンECtoB ファッション版画面対応 START */
		/*
		padding: 2% 0;
		*/
		padding: 0;
		background-image: url(../../img/common/gnavi_bg.png);
		background-repeat: repeat-x;
		background-size: contain;
		/* アラジンECtoB ファッション版画面対応 END */
	}
}
/* アラジンECtoB ファッション版画面対応 START */
/*
@media screen and (min-width:641px){
	#gnavi {
		width: 990px;
		margin: 0 auto;
		position: relative;
	}
	#gnavi li {
		width: 240px;
		float: left;
		margin: 0 0 0 10px;
		position: relative;
	}
	#gnavi li:first-child {
		margin: 0;
	}
	.gnavi_menu {
		width: 222px;
		height: 62px;
		padding: 9px;
		overflow: hidden;
		background: #FFF;
		cursor: pointer;
		-webkit-transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
		-o-transition: all 0.2s ease;
		transition: all  0.2s ease;
	}
	#gnavi li:hover .gnavi_menu {
		background: #FCE1E0;
	}

	.gnavi_icon {
		width: 62px;
		height: 62px;
		float: left;
	}
	.gnavi_text {
		width: 150px;
		height: 62px;
		float: right;
		text-align: left;
		line-height: 62px;
		font-size: 16px;
		font-size: 1.6rem;
		font-weight: bold;
	}
	.gnavi_menu a {
		color: #333333;
		text-decoration: none;
	}
	.gnavi_menu a:hover {
		color: #333333;
		text-decoration: none;
	}
	.gnavi_text.has_submenu {
		background: url(../../img/common/icon_submenu.png) no-repeat right 50%;
	}
	.dropdown {
		position: absolute;
		top: 100%;
		left: 0;
		margin: 0;
		padding: 0;
	}
	.dropdown li {
		width: 240px;
		height: 0;
		margin: 0 !important;
		padding: 0;
		float: none;
		overflow: hidden;
		color: #fff;
		z-index: 100;
		-moz-transition: .2s;
		-webkit-transition: .2s;
		-o-transition: .2s;
		-ms-transition: .2s;
		transition: .2s;
	}
	.dropdown li a {
		display: block;
		padding: 15px;
		background: #D52117;
		border-top: #EA4D44 1px solid;
		border-bottom: #AC1B13 1px solid;
		text-align: center;
		font-size: 16px;
		font-size: 1.6rem;
		color: #FFF;
		text-decoration: none;
	}
	.dropdown li a:hover{
		background: #A51A12;
		border-top: #EA4D44 1px solid;
		border-bottom: #82140F 1px solid;
		color: #FFFFFF;
		text-decoration: none;
	}
	#gnavi li:hover .dropdown li {
		overflow: visible;
		height: 48px;
	}
	#gnavi li:hover .dropdown li:last-child {
		border-bottom: 0;
	}
}
@media screen and (max-width:768px){
	#gnavi li:hover .gnavi_menu {
		background: #FFF;
	}
	#gnavi li.hover .gnavi_menu {
		background: #FCE1E0;
	}
	#gnavi li:hover .dropdown li {
		overflow: hidden;
		height: 0;
	}
	#gnavi li.hover .dropdown li {
		overflow: visible;
		height: 48px;
	}
	#gnavi li.hover .dropdown li:last-child {
		border-bottom: 0;
	}
}
@media screen and (max-width:640px){
	#gnavi {
		width: 100%;
		margin: 0;
		position: relative;
	}
	#gnavi:after {
	  content: "";
	  clear: both;
	  display: block;
	}
	#gnavi li {
		width: 23%;
		margin: 0;
		padding: 0 1%;
		background: #E3DECC;
		float: left;
		text-align: center;
		font-size: 1em;
	}
	#gnavi li:last-child {
		margin: 0;
	}

	.gnavi_menu {
		height: auto;
		padding: 3% 0;
		overflow: hidden;
		background: #FFF;
		cursor: pointer;
		text-align: center;
	}
	#gnavi li.hover .gnavi_menu {
		background: #FCE1E0;
	}
	.gnavi_icon {
		width: 50%;
		height: auto;
		margin: 6% auto;
		text-align: center;
	}
	.gnavi_text {
		width: 100%;
		padding: 0 0 8px 0;
		text-align: center;
		line-height: 1.6;
		font-size: 1.0rem;
		font-weight: bold;
	}
	.gnavi_menu a {
		color: #333333;
		text-decoration: none;
	}
	.gnavi_menu a:hover {
		color: #333333;
		text-decoration: none;
	}
	.gnavi_text.has_submenu {
		background: url(../../img/common/icon_submenu.png) no-repeat center bottom;
		background-size: 10px;
	}
	#gnavi li .dropdown {
		width: 100%;
		position: absolute;
		top: 100%;
		left: 0;
		margin: 0;
		padding: 0;
		overflow: hidden;
	}
	#gnavi .dropdown li {
		width: 100%;
		height: 0;
		left: 0;
		margin: 0;
		padding: 0;
		overflow: hidden;
		color: #fff;
		position: relative;
		z-index: 100;
	}
	#gnavi .dropdown li a {
		display: block;
		padding: 15px;
		background: #D52117;
		border-top: #EA4D44 1px solid;
		border-bottom: #AC1B13 1px solid;
		text-align: center;
		font-size: 16px;
		font-size: 1.6rem;
		color: #FFF;
		text-decoration: none;
	}
	#gnavi .dropdown li a:hover{
		background: #A51A12;
		border-top: #EA4D44 1px solid;
		border-bottom: #82140F 1px solid;
		color: #FFFFFF;
		text-decoration: none;
	}
	#gnavi li.hover .dropdown li {
		overflow: visible;
		height: 48px;
	}
	#gnavi li.hover .dropdown li:last-child {
		border-bottom: 0;
	}
}
*/
@media screen and (min-width:641px){
	#gnavi {
		width: 990px;
		margin: 0 auto;
		position: relative;
	}
	#gnavi li {
		width: 240px;
		float: left;
		margin: 0;
		position: relative;
	}
	#gnavi li:first-child {
		margin: 0;
	}

	.gnavi_menu {
		width: 240px;
		height: 60px;
		padding: 0;
		overflow: hidden;
		cursor: pointer;
		-webkit-transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
		-o-transition: all 0.2s ease;
		transition: all  0.2s ease;
		text-align: center;
	}
	.gnavi_menu a {
		text-decoration: none;
	}
	#gnavi li:hover .gnavi_menu {
	}
	.gnavi_icon {
		width: 20px;
		height: 20px;
		display: inline-block;
		margin: 0 10px 0 0;
		vertical-align: middle;
	}
	.gnavi_icon img {
		width: 100%;
	}
	.gnavi_text {
		display: inline-block;
		height: 42px;
		padding: 18px 25px 0 0;
		text-align: left;
		line-height: 1.6;
		font-size: 16px;
		font-size: 1.6rem;
		font-weight: bold;
		color: #FFF;
		vertical-align: middle;
	}
	.gnavi_menu:hover .gnavi_text {
		color: #CCC;
	}
	.gnavi_text.has_submenu {
		background: url(../../img/common/icon_submenu.png) no-repeat right 50%;
	}
	.dropdown {
		position: absolute;
		top: 100%;
		left: 0;
		margin: 0;
		padding: 0;
	}
	.dropdown li {
		width: 240px;
		height: 0;
		margin: 0 !important;
		padding: 0;
		float: none;
		overflow: hidden;
		color: #fff;
		z-index: 100;
		-moz-transition: .2s;
		-webkit-transition: .2s;
		-o-transition: .2s;
		-ms-transition: .2s;
		transition: .2s;
	}
	.dropdown li a {
		display: block;
		padding: 12px;
		background: #292929;
		border-top: #333333 1px solid;
		border-bottom: #222222 1px solid;
		text-align: center;
		font-size: 14px;
		font-size: 1.4rem;
		color: #FFF;
		text-decoration: none;
	}
	.dropdown li a:hover{
		background: #555555;
		color: #FFFFFF;
		text-decoration: none;
	}
	#gnavi li:hover .dropdown li {
		overflow: visible;
		height: 40px;
	}
	#gnavi li:hover .dropdown li:last-child {
		border-bottom: 0;
	}
}
@media screen and (max-width:768px){
	#gnavi li:hover .gnavi_menu {
	}
	#gnavi li.hover .gnavi_menu {
	}
	#gnavi li:hover .dropdown li {
		overflow: hidden;
		height: 0;
	}
	#gnavi li.hover .dropdown li {
		height: 40px;
		display: block;
		overflow: visible;
	}
	#gnavi li.hover .dropdown li:last-child {
		border-bottom: 0;
	}
}
@media screen and (max-width:640px){
	#gnavi {
		width: 100%;
		margin: 0;
		position: relative;
	}
	#gnavi:after {
	  content: "";
	  clear: both;
	  display: block;
	}
	#gnavi li {
		width: 24%;
		margin: 0;
		padding: 0 0.5%;
		background: #292929;
		float: left;
		text-align: center;
		font-size: 1em;
	}
	#gnavi li:last-child {
		margin: 0;
	}
	.gnavi_menu {
		height: auto;
		padding: 3% 0;
		overflow: hidden;
		/* アラジンECtoB ファッション版 START */
		/* background: #292929; */
		/* アラジンECtoB ファッション版 END */
		cursor: pointer;
		text-align: center;
	}
	#gnavi li.hover .gnavi_menu {
		background: #444444;
	}
	.gnavi_icon {
		width: 40%;
		height: auto;
		margin: 6% auto;
		text-align: center;
	}
	.gnavi_text {
		width: 100%;
		padding: 0 0 8px 0;
		text-align: center;
		line-height: 1.6;
		font-size: 1.0rem;
		font-weight: bold;
		color: #FFFFFF;
	}
	.gnavi_menu a {
		color: #FFFFFF;
		text-decoration: none;
	}
	.gnavi_menu a:hover {
		color: #FFFFFF;
		text-decoration: none;
	}
	.gnavi_text.has_submenu {
		background: url(../../img/common/icon_submenu.png) no-repeat center bottom;
		background-size: 10px;
	}
	#gnavi li .dropdown {
		width: 100%;
		position: absolute;
		top: 100%;
		left: 0;
		margin: 0;
		padding: 0;
		overflow: hidden;
	}
	#gnavi li:last-child ul{
		width: 100%;
		/* アラジンECtoB ファッション版 START */
		/*
		left: -100%;
		*/
		/* アラジンECtoB ファッション版 END */
	}
	#gnavi .dropdown li {
		width: 100%;
		height: 0;
		left: 0;
		margin: 0;
		padding: 0;
		overflow: hidden;
		color: #fff;
		position: relative;
		z-index: 100;
	}
	#gnavi .dropdown li a {
		display: block;
		padding: 13px 10px;
		background: #292929;
		border-top: #333333 1px solid;
		border-bottom: #222222 1px solid;
		text-align: center;
		font-size: 16px;
		font-size: 1.6rem;
		color: #FFF;
		text-decoration: none;
	}
	#gnavi .dropdown li a:hover{
		background: #555555;
		color: #FFFFFF;
		text-decoration: none;
	}
	#gnavi li.hover .dropdown li {
		overflow: visible;
		height: 44px;
	}
	#gnavi li.hover .dropdown li:last-child {
		border-bottom: 0;
	}
}
/* アラジンECtoB ファッション版 END */
/* コンテンツ
------------------------------------------*/
#contents_wrap,
#contents_wrap_col2 {
	width: 990px;
	/* アラジンECtoB ファッション版 END */
	/*
	margin: 0 auto 50px auto;
	*/
	margin: 0 auto 160px auto;
	overflow: hidden;
	/* アラジンECtoB ファッション版 START */
}
@media screen and (max-width:640px){
	#contents_wrap,
	#contents_wrap_col2 {
		width: 100%;
		margin: 0;
		overflow: hidden;
	}
	#contents_wrap:after,
	#contents_wrap_col2:after {
	  content: "";
	  clear: both;
	  display: block;
	}
}
#contents {
	width: 990px;
}
@media screen and (max-width:640px){
	#contents {
		width: 98%;
		margin: 0 auto 30px auto;
	}
}
#contents_wrap_col2 #contents {
	width: 740px;
	float: left;
}
@media screen and (max-width:640px){
	#contents_wrap_col2 #contents {
		width: auto;
		float: none;
	}
}

/* サブナビゲーション
------------------------------------------*/
#sub_navi {
	position: fixed;
	width: 950px;
	/* アラジンECtoB ファッション版 START */
	/*
	padding: 40px 20px 0 20px;
	z-index: 9800;
	*/
	/* アラジンECtoB for ファッション 1stリリース #6433 START */
	/*
	padding: 40px 20px 120px 20px;
	*/
	padding: 25px 20px 120px 20px;
	/* アラジンECtoB for ファッション 1stリリース #6433 END */
	z-index: 1000;
	/* アラジンECtoB ファッション版 END */
	overflow: hidden;
	/* アラジンECtoB for ファッション 1stリリース #6433 START */
	/*background: url(../../img/common/sub_navi_bg.png) no-repeat 50% 12px;*/
	/* アラジンECtoB for ファッション 1stリリース #6433 START */
	background-color: rgba(0,0,0,0.4);
	border-radius: 10px 10px 0 0 ;
	cursor: pointer;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
}
#sub_navi:hover {
	background-color: rgba(0,0,0,0.7);
}
@media screen and (max-width:640px){
	#sub_navi {
		position: static;
		width: 100%;
		margin: 0 0 20px 0;
		padding: 0;
		background: none;
		/* アラジンECtoB ファッション版 START */
		border: none;
		/* アラジンECtoB ファッション版 END */
		border-radius: 0;
		transition: none;
	}
	#sub_navi:hover {
		background: none;
	}
}
#contents_wrap_col2 #sub_navi {
	width: 220px;
	height: auto;
	padding: 0;
	float: right;
	position: static;
	background: none;
	/* アラジンECtoB ファッション版 START */
	border-radius: 0;
	/* アラジンECtoB ファッション版 END */
}
#contents_wrap_col2 #sub_navi:hover {
	background: none;
}
@media screen and (max-width:640px){
	#contents_wrap_col2 #sub_navi {
		position: static;
		width: 100%;
		margin: 0 0 20px 0;
		padding: 0;
		float: none;
	}
}
#sub_navi_close {
	float: right;
	line-height: 1.6;
	text-align: right;
	font-size: 15px;
	font-size: 1.5rem;
}
#sub_menu {
	width: 920px;
	padding: 15px;
	background:rgba(255,255,255,0.9);
	text-align: left;
	cursor: default;
	border-radius: 5px 5px 0 0;
	/* アラジンECtoB ファッション版 START */
	overflow-y: scroll;
	height: 430px;
	/* アラジンECtoB ファッション版 END */
}
#contents_wrap_col2 #sub_menu {
	width: 220px;
	height: auto;
	padding: 0;
	background: none;
	border-radius: 0;
	/* アラジンECtoB ファッション版 START */
	overflow-y: visible;
	height: auto;
	/* アラジンECtoB ファッション版 END */
}
.sub_navi_group {
	margin: 0 0 20px 0;
	overflow: hidden;
}
#contents_wrap_col2 .sub_navi_group {
	width: 220px;
	margin: 0 0 50px 0;
	overflow: hidden;
}
@media screen and (max-width:640px){
	#sub_menu {
		width: auto;
		padding: 0;
		background: none;
		text-align: center;
		border-radius: 0;
		/* アラジンECtoB for ファッション 1stリリース #5956(20150123) START */
		overflow-y: visible;
		height: auto;
		/* アラジンECtoB for ファッション 1stリリース #5956(20150123) END */
	}
	#contents_wrap_col2 #sub_menu {
		width: auto;
		height: auto;
		padding: 0;
		background: none;
		border-radius: 0;
	}
	.sub_navi_group {
		margin: 0;
	}
	#contents_wrap_col2 .sub_navi_group {
		width: auto;
		margin: 0;
	}
}

/* アラジンECtoB ファッション版 START */
/*
.sub_navi_head,
.show_head {
	margin: 0 0 10px 0;
	padding: 0 0 5px 50px;
	border-bottom: #CCC 1px solid;
	text-align: left;
	line-height: 1.6;
	font-weight: bold;
	font-size: 16px;
	font-size: 1.6rem;
}
.group_search .sub_navi_head {
	background: url(../../img/common/side_icon_search.png) no-repeat 10px 0;
}
.group_category .sub_navi_head,
.show_head {
	background: url(../../img/common/side_icon_category.png) no-repeat 10px 0;
}
*/
.sub_navi_head {
	width: auto;
	margin: 0;
	padding: 8px 0 8px 30px;
	text-align: left;
	line-height: 1.6;
	font-weight: bold;
	font-size: 16px;
	font-size: 1.6rem;
}
#contents_wrap_col2 .sub_navi_head {
	width: 170px;
	margin: 0;
	padding: 8px 0 8px 50px;
	border-top: #111 3px solid;
	border-bottom: #CCC 1px solid;
	text-align: left;
	line-height: 1.6;
	font-weight: bold;
	font-size: 16px;
	font-size: 1.6rem;
}
.group_search .sub_navi_head {
	background: url(../img/common/side_icon_search.png) no-repeat 0 50%;
}
.group_category .sub_navi_head {
	background: url(../img/common/side_icon_category.png) no-repeat 0 50%;
}
#contents_wrap_col2 .group_search .sub_navi_head {
	background: #EEE url(../../img/common/side_icon_search.png) no-repeat 10px 50%;
}
#contents_wrap_col2 .group_category .sub_navi_head {
	background: #EEE url(../../img/common/side_icon_category.png) no-repeat 10px 50%;
}
.side_search {
	width: 216px;
	margin: 0 0 10px 0;
	padding: 8px 2px 8px 2px;
	border-top: #FFF 1px solid;
	background: #EEE;
	text-align: center;
	line-height: 1.6;
	font-weight: bold;
	font-size: 13px;
	font-size: 1.3rem;
}
/* アラジンECtoB ファッション版 END */
@media screen and (max-width:640px){
	.sub_navi_head {
		width: 100%;
		margin: 0 0 10px 0;
		padding: 0 0 5px 50px;
		border-bottom: #CCC 1px solid;
		text-align: left;
		line-height: 1.6;
		font-weight: bold;
		font-size: 16px;
		font-size: 1.6rem;
	}
	.group_search .sub_navi_head {
		background: none;
	}
	.group_category .sub_navi_head {
		background: none;
	}
}
#contents_wrap_col2 .sub_navi_group ul {
	width: 220px;
}
@media screen and (max-width:640px){
	#contents_wrap_col2 .sub_navi_group ul {
		width: auto;
	}
	.sub_navi_others li a {
		display: block;
		width: 92%;
		margin: 0;
		padding: 4%;
		/* アラジンECtoB ファッション版 START */
		/*
		background: #E3DECC;
		border-bottom: #AFA792 1px solid;
		*/
		background: #292929;
		border-top: #333333 1px solid;
		border-bottom: #222222 1px solid;
		/* アラジンECtoB ファッション版 END */
		text-align: left;
		line-height: 1.6;
		font-size: 14px;
		font-size: 1.4rem;
		font-weight: bold;
		/* アラジンECtoB ファッション版 START */
		/*
		color: #333;
		*/
		color: #FFF;
		/* アラジンECtoB ファッション版 END */
		text-decoration: none;
	}
	.sub_navi_others li a:hover {
		/* アラジンECtoB ファッション版 START */
		/*
		background: #292929;
		*/
		background: #444444;
		/* アラジンECtoB ファッション版 END */
		color: #FFF;
		text-decoration: none;
	}
}
/* アラジンECtoB ファッション版 START */
/*
.category_head {
	margin: 0 0 10px 0;
	padding: 0 0 5px 10px;
	border-bottom: #CCC 1px dotted;
	text-align: left;
	line-height: 1.6;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
}
#contents_wrap_col2 .category_head {
	width: 210px;
	margin: 20px 0;
	padding: 0 0 5px 10px;
}
*/
.category_head {
	width: 220px;
	margin: 0;
	padding: 10px 0 10px 0;
	background: none;
	border: none;
	text-align: left;
	line-height: 1.6;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
}
#contents_wrap_col2 .category_head {
	width: 210px;
	margin: 0;
	padding: 10px 0 10px 10px;
	background: #EEEEEE;
	border-top: #FFF 1px solid;
	border-bottom: #CCC 1px solid;
	text-align: left;
	line-height: 1.6;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
}
/* アラジンECtoB ファッション版 END */
@media screen and (max-width:640px){

	.category_head_border_top {
		border-top: #AFA792 1px solid;
	}
	.category_head,
	#contents_wrap_col2 .category_head {
		display: block;
		width: 92%;
		margin: 0;
		padding: 4%;
		/* アラジンECtoB ファッション版 START */
		/*
		background: #E3DECC url(../../img/common/icon_plus_bk.png) no-repeat 95% 50%;
		background-size: 6%;
		border-bottom: #AFA792 1px solid;
		*/
		background: #292929 url(../img/common/icon_plus_wt.png) no-repeat 95% 50%;
		background-size: 6%;
		border-top: none;
		border-bottom: #333333 1px solid;
		/* アラジンECtoB ファッション版 END */
		text-align: left;
		line-height: 1.6;
		font-size: 14px;
		font-size: 1.4rem;
		font-weight: bold;
		cursor: pointer;
		/* アラジンECtoB ファッション版 START */
		color: #FFF;
		/* アラジンECtoB ファッション版 END */
	}
	.category_head:hover,
	#contents_wrap_col2 .category_head:hover {
		/* アラジンECtoB ファッション版 START */
		/*
		background: #292929 url(../../img/common/icon_plus_wt.png) no-repeat 95% 50%;
		*/
		background: #444444 url(../../img/common/icon_plus_wt.png) no-repeat 95% 50%;
		/* アラジンECtoB ファッション版 END */
		background-size: 6%;
		color: #FFF;
	}
	.sub_category_close,
	#contents_wrap_col2 .sub_category_close {
		/* アラジンECtoB ファッション版 START */
		/*
		background: #292929 url(../../img/common/icon_minus_wt.png) no-repeat 95% 50%;
		*/
		background: #444444 url(../../img/common/icon_plus_wt.png) no-repeat 95% 50%;
		/* アラジンECtoB ファッション版 END */
		background-size: 6%;
		color: #FFF;
	}
	.category_head.sub_category_close:hover,
	#contents_wrap_col2 .category_head.sub_category_close:hover {
		/* アラジンECtoB ファッション版 START */
		/*
		background: #292929 url(../../img/common/icon_minus_wt.png) no-repeat 95% 50%;
		*/
		background: #444444 url(../../img/common/icon_plus_wt.png) no-repeat 95% 50%;
		/* アラジンECtoB ファッション版 END */
		background-size: 6%;
		color: #FFF;
	}
}

/* アラジンECtoB ファッション版 START */
/*
.sub_category {
	margin: 0 0 20px 20px;
}
.sub_category.total {
	overflow-y: scroll;
	max-height: 150px;
	}
#contents_wrap_col2 .sub_category {
	width: 200px;
	margin: 0 0 40px 20px;
}
@media screen and (max-width:640px){
	.sub_category {
		display: none;
		width: 90%;
		margin: 0;
		padding: 5%;
		background: #E3DECC;
		overflow: hidden;
		border-bottom: #AFA792 1px solid;
	}
	#contents_wrap_col2 .sub_category {
		width: 90%;
		margin: 0;
	}
}
.sub_category li {
	margin: 0 10px 10px 10px;
	float: left;
	padding: 0;
	line-height: 1.6;
	text-align: left;
	font-size: 14px;
	font-size: 1.4rem;
}
#contents_wrap_col2 .sub_category li {
	width: 200px;
	margin: 0 0 30px 0;
	padding: 0;
	float: none;
	line-height: 1.6;
	text-align: left;
	font-size: 14px;
	font-size: 1.4rem;
}
@media screen and (max-width:640px){
	.sub_category {
		display: none;
		float: none;
		width: 90%;
		margin: 0;
		padding: 5%;
		background: #E3DECC;
		overflow: hidden;
		border-bottom: #AFA792 1px solid;
	}
	.sub_category li {
		width: 100%;
		margin: 0 0 20px 0;
		padding: 0;
		background: #E3DECC;
		line-height: 1.6;
		text-align: left;
		font-size: 14px;
		font-size: 1.4rem;
	}
}
*/
.sub_category {
	margin: 0;
	overflow: hidden;
}
#contents_wrap_col2 .sub_category {
}
@media screen and (max-width:640px){
	#contents_wrap_col2 .sub_category {
		width: 100%;
		margin: 0;
	}
}
.sub_category li {
	width: 220px;
	margin: 0 0 10px 10px;
	float: left;
	padding: 0;
	line-height: 1.6;
	text-align: left;
	font-size: 14px;
	font-size: 1.4rem;
}
#contents_wrap_col2 .sub_category li {
	width: 220px;
	margin: 0;
	float: left;
	padding: 0;
	line-height: 1.6;
	text-align: left;
	font-size: 14px;
	font-size: 1.4rem;
}
#contents_wrap_col2 .sub_category li a{
	display: block;
	width: 86%;
	margin: 0;
	padding: 4% 4% 4% 10%;
	background: #EEE;
	border-top: #FFF 1px solid;
	border-bottom: #C8C8C8 1px solid;
	text-align: left;
	line-height: 1.6;
	font-size: 14px;
	font-size: 1.4rem;
	color: #333;
	text-decoration: underline;
}
#contents_wrap_col2 .sub_category li a:hover {
	color: #CC0000;
	text-decoration: none;
}
@media screen and (max-width:640px){
	.sub_category {
		display: none;
		float: none;
		width: 100%;
		margin: 0;
		background: #EEEEEE;
		overflow: hidden;
	}
	.sub_category li,
	#contents_wrap_col2 .sub_category li {
		width: 100%;
		margin: 0;
		padding: 0;
		background: #EEEEEE;
		line-height: 1.6;
		text-align: left;
		font-size: 14px;
		font-size: 1.4rem;
	}
	.sub_category li a,
	#contents_wrap_col2 .sub_category li a {
		display: block;
		width: 92%;
		margin: 0;
		padding: 4% 4% 4% 4%;
		background: #EEEEEE;
		border-top: #FFF 1px solid;
		border-bottom: #C8C8C8 1px solid;
		line-height: 1.6;
		text-align: left;
		font-size: 14px;
		font-size: 1.4rem;
	}
}
/* アラジンECtoB ファッション版 END */
.sub_navi_search {
	/* アラジンECtoB ファッション版 START */
	/*
	width: 360px;
	*/
	width: 340px;
	/* アラジンECtoB ファッション版 END */
	height: 22px;
	padding: 5px;

}
#contents_wrap_col2 .sub_navi_search {
	/* アラジンECtoB ファッション版 START */
	/*
	width: 160px;
	*/
	width: 140px;
	/* アラジンECtoB ファッション版 END */
}
.sub_navi_search_btn {
	width: 36px;
	cursor: pointer;
}
@media screen and (max-width:640px){
	.sub_navi_search {
		display: none;

	}
	#contents_wrap_col2 .sub_navi_search {
		display: none;
	}
	.sub_navi_search_btn {
		display: none;
	}
	.group_search {
		position: absolute;
		top:26%;
	}
	.navi_search {
		width: 75%;
		height: 22px;
		padding: 3% 5px;
		vertical-align: middle;
	}
	.navi_search_btn {
		width: 12%;
		cursor: pointer;
		vertical-align: middle;
	}
}

/* フッタ
------------------------------------------*/
#pagetop {
	position: fixed;
	right: 30px;
	bottom: 30px;
	/* アラジンECtoB ファッション版 START */
	z-index: 10;
	/* アラジンECtoB ファッション版 END */
}
@media screen and (max-width:640px){
	#pagetop {
		position: static;
		width: 100%;
		margin: 0;
	}
	#pagetop img {
		width: 24px;
	}
}
#pagetop a {
	display: block;
	padding: 25px 20px;
	/* アラジンECtoB ファッション版 START */
	/*
	background: #D52117;
	*/
	background: #292929;
	/* アラジンECtoB ファッション版 END */
}
#pagetop a:hover {
	/* アラジンECtoB ファッション版 START */
	/*
	background: #292929;
	*/
	background: #444444;
	/* アラジンECtoB ファッション版 END */
}
@media screen and (max-width:640px){
	#pagetop a {
		display: block;
		margin: 0 auto;
		padding: 15px;
		/* アラジンECtoB ファッション版 START */
		/*
		background: #D52117;
		border-bottom: #A31A12 1px solid;
		*/
		background: #292929;
		border-bottom: #333333 1px solid;
		/* アラジンECtoB ファッション版 END */
	}
	#pagetop a:hover {
		/* アラジンECtoB ファッション版 START */
		/*
		background: #A51A12;
		*/
		background: #444444;
		/* アラジンECtoB ファッション版 END */
	}
}


#footer_wrap {
	/* アラジンECtoB ファッション版 START */
	/*
	width: 100%;
	min-width: 990px;
	height: 200px;
	overflow: hidden;
	background: #D52117;
	*/
	width: 100%;
	min-width: 990px;
	height: 110px;
	padding: 10px 0 0 0;
	overflow: hidden;
	background: #111;
	clear: both;
	position: fixed;
	/*アラジンECtoB for ファッション 1stリリース #6655 START */
	z-index: 1040;
	/*アラジンECtoB for ファッション 1stリリース #6655 END */
	bottom: 0;
	/* アラジンECtoB ファッション版 END */
}
@media screen and (max-width:640px){
	#footer_wrap {
		width: 100%;
		min-width: 100%;
		height: 80px;
		/* アラジンECtoB ファッション版 START */
		position: static;
		/* アラジンECtoB ファッション版 END */
	}
}
#footer {
	width: 990px;
	/* アラジンECtoB ファッション版 START */
	/*
	height: 200px;
	*/
	/* アラジンECtoB ファッション版 END */
	margin: 0 auto;
	overflow: hidden;
}
@media screen and (max-width:640px){
	#footer {
		width: 100%;
		margin: 0 auto;
	}
}
#footer_navi {
	margin: 30px auto;
	text-align: center;
}
#footer_navi li {
	display: inline-block;
	text-align: left;
	margin: 0 30px;
}
#footer_navi li a {
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	text-decoration: none;
	color: #FFFFFF;
}
#footer_navi li a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.footer_navi_guide a {
	padding: 0 0 0 20px;
	background: url(../../img/common/footer_icon_guide.png) no-repeat 0 50%;
}
.footer_navi_contact a {
	padding: 0 0 0 25px;
	background: url(../../img/common/footer_icon_contact.png) no-repeat 0 50%;
}
@media screen and (max-width:640px){
	#footer_navi {
		display: none;
	}
}
#copyright {
	/* アラジンECtoB ファッション版 START */
	/*
	margin: 50px auto 0 auto;
	text-align: center;
	line-height: 1.6;
	font-size: 15px;
	font-size: 1.5rem;
	color: #FFFFFF;
	*/
	margin: 5px auto 0 auto;
	text-align: center;
	line-height: 1.6;
	font-size: 13px;
	font-size: 1.3rem;
	color: #FFFFFF;
	/* アラジンECtoB ファッション版 END */
}
@media screen and (max-width:640px){
	#copyright {
		margin: 35px auto 0 auto;
		font-size: 13px;
		font-size: 1.3rem;
	}
}

/* 見出し
------------------------------------------*/
@media screen and (max-width:640px){
	h2 {
		margin: 0 0 10px 0;
		padding: 0;
		line-height: 1.6;
		text-align: left;
		font-size: 18px;
		font-size: 1.8rem;
		font-weight: bold;
	}
}
.page_title {
	width: 94%;
	margin: 0 0 20px 0;
	padding: 0px 3%;
	line-height: 2.3;
	text-align: left;
	font-size: 26px;
	font-size: 2.6rem;
	font-weight: bold;
	/* アラジンECtoB ファッション版 START */
	/*
	border-top: #D52117 8px solid;
	*/
	border-top: #111111 8px solid;
	/* アラジンECtoB ファッション版 END */
	border-bottom: #CCC 5px solid;
	background: #FFF;
	/* アラジンECtoB ファッション版 START */
	/*
	word-break:break-all;
	*/
	/* アラジンECtoB ファッション版 END */
}
@media screen and (max-width:640px){
	.page_title {
		width: 94%;
		margin: 0 0 20px 0;
		padding: 0px 3%;
		line-height: 1.6;
		text-align: left;
		font-size: 20px;
		font-size: 2.0rem;
		font-weight: bold;
		/* アラジンECtoB ファッション版 START */
		/*
		border-top: #D52117 5px solid;
		*/
		border-top: #111111 5px solid;
		/* アラジンECtoB ファッション版 END */
		border-bottom: #CCC 2px solid;
		background: #FFF;
		/* アラジンECtoB ファッション版 START */
		/*
		word-break:break-all;
		*/
		/* アラジンECtoB ファッション版 END */
	}
}
.h_news {
	width: auto;
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 2.3;
	text-align: left;
	font-size: 26px;
	font-size: 2.6rem;
	font-weight: bold;
	padding: 0 0 0 80px;
	background: url(../../img/common/icon_news.png) no-repeat 0 50%;
	border: none;
}
@media screen and (max-width:640px){
	.h_news {
		margin: 0 0 10px 0;
		padding: 0 0 0 40px;
		line-height: 1.6;
		text-align: left;
		font-size: 18px;
		font-size: 1.8rem;
		font-weight: bold;
		background-size: 30px;
	}
}
.h_ranking {
	width: auto;
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 2.3;
	text-align: left;
	font-size: 26px;
	font-size: 2.6rem;
	font-weight: bold;
	padding: 0 0 0 80px;
	background: url(../../img/common/icon_ranking.png) no-repeat 0 50%;
	border: none;
	overflow:hidden;
}
@media screen and (max-width:640px){
	.h_ranking {
		margin: 0 0 10px 0;
		padding: 0 0 0 40px;
		line-height: 1.6;
		text-align: left;
		font-size: 18px;
		font-size: 1.8rem;
		font-weight: bold;
		background-size: 30px;
	}
}
/* アラジンECtoB ファッション版 START */
h2 {
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.6;
	margin: 0 0 10px 0;
	padding: 0;
	text-align: left;
}
/* アラジンECtoB ファッション版 END */
h3 {
	width: 96%;
	margin: 0 0 20px 0;
	padding: 8px 2%;
	/* アラジンECtoB ファッション版 START */
	/*
	border-top: #AAA 5px solid;
	*/
	border-top: #222 5px solid;
	/* アラジンECtoB ファッション版 END */
	border-bottom: #DDD 2px solid;
	background: #FFF;
	line-height: 2.3;
	text-align: left;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	color: #333;
}
@media screen and (max-width:640px){
	h3 {
		font-size: 16px;
		font-size: 1.6rem;
	}
}
.h_terms {
	width: auto;
	height: auto;
	margin: 0 0 10px 0;
	padding: 0 0 0 10px;
	border-top: none;
	/* アラジンECtoB ファッション版 START */
	/*
	border-left: #D52117 5px solid;
	*/
	border-left: #111111 5px solid;
	/* アラジンECtoB ファッション版 END */
	border-bottom: none;
	background: none;
	line-height: 1.6;
	text-align: left;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	color: #333;
}
@media screen and (max-width:640px){
	.h_terms {
	}
}

/* section
------------------------------------------*/
.sec {
	width: 100%;
	margin: 0 0 80px 0;
	overflow: hidden;
}
@media screen and (max-width:640px){
	.sec {
		margin: 0 0 40px 0;
	}
	.contents_search {
		width: 100%;
		margin: 0 0 40px 0;
		text-align: center;
	}
}
.inner {
	overflow: hidden;
	margin: 0 0 10px 0;
}

/* TOP
------------------------------------------*/
/* トップお知らせ */
/* アラジンECtoB ファッション版 START */
/*
.news_area {
	width: 700px;
	margin: 0 0 80px 0;
	padding: 20px;
	background: #FFFFFF;
}
@media screen and (max-width:640px){
	.news_area {
		width: 100%;
		margin: 0 0 40px 0;
		padding: 2em 0;
	}
}
.topics {
	margin: 30px 0 0 0;
	width: 700px;
	overflow: hidden;
}
.topics:first-child {
	margin: 0;
}
@media screen and (max-width:640px){
	.topics {
		margin: 0 auto 30px auto;
		width: 95%;
	}
	.topics:first-child {
		margin: 0 auto 30px auto;
	}
	.topics:last-child {
		margin: 0 auto;
	}
}
/* Aladdin-EC ファッション版機能マージ_6549 EDIT-S */
/* .news_category { */
.news_detail_category {
	width: 120px;
	padding: 2px 5px;
	background: #A18E5C;
	float: left;
	text-align: center;
	line-height: 1.6;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: bold;
	color: #FFFFFF;
}
@media screen and (max-width:640px){
	/* .news_category { */
	.news_detail_category {
		width: 120px;
		padding: 1px 2px;
		margin: 0 0 10px 0;
		float: none;
		font-size: 11px;
		font-size: 1.1rem;
	}
}
/* .news_category.campaign { */
.news_detail_category.campaign {
	background: #D52117;
}
/* Aladdin-EC ファッション版機能マージ_6549 EDIT-E */
/*
.news_title {
	width: 550px;
	float: right;
	text-align: left;
	line-height: 1.6;
	font-size: 16px;
	font-size: 1.6rem;
	word-break:break-all;
}
@media screen and (max-width:640px){
	.news_title {
		width: auto;
		float: none;
		font-size: 13px;
		font-size: 1.3rem
		word-break:break-all;
	}
}
*/
*/
.news_area {
	width: 740px;
	margin: 0 0 50px 0;
	padding: 0;
	background: #EEE;
}
@media screen and (max-width:640px){
	.news_area {
		width: 100%;
		margin: 0 0 40px 0;
		padding: 0;
	}
}
.topics {
	width: 740px;
	margin: 0;
	border-top: #FFF 1px solid;
	border-bottom: #C8C8C8 1px solid;
	overflow: hidden;
	text-align: left;
}
.topics:first-child {
	border-top: none;
}
.topics:last-child {
	border-bottom: none;
}
@media screen and (max-width:640px){
	.topics {
		margin: 0 auto;
		width: 100%;
	}
}
.news_category {
	width: 120px;
	padding: 10px;
	float: left;
	text-align: right;
	line-height: 1.6;
	font-size: 13px;
	font-size: 1.3rem;
	border-right: #C8C8C8 1px dotted;
	color: #666666;
}
@media screen and (max-width:640px){
	.news_category {
		width: auto;
		display: inline-block;
		padding: 1px 6px;
		margin: 0;
		float: none;
		font-size: 11px;
		font-size: 1.1rem;
		border: none;
		background: #333;
		color: #FFF;
		text-align: left;
	}
}
.news_title {
	width: 570px;
	padding: 10px;
	float: right;
	text-align: left;
	line-height: 1.6;
	font-size: 13px;
	font-size: 1.3rem;
}
.news_title.more_news {
	width: auto;
	float: none;
}
.news_title a {
	color: #333;
}
.news_title a:hover {
	color: #CC0000;
}
@media screen and (max-width:640px){
	.news_title {
		width: auto;
		float: none;
		font-size: 13px;
		font-size: 1.3rem
	}
}

/* アラジンECtoB ファッション版 END */


/* アラジンECtoB ファッション版 START */
/*
.ranking {
	display: inline-block;
	/display: inline;
	/zoom: 1;
	width: 240px;
	height: 220px;
	margin: 0 0 0 10px;
	float: left;
	vertical-align: top;
}
.ranking_item_pic {
	height: 100px;
}
.ranking_item_pic img{
	max-width: 100px;
	max-height: 100px;
}
@media screen and (max-width:640px){
	.ranking {
		display: block;
		width: 100%;
		margin: 0 0 0em 0;
		padding: 0 0 2em 0;
		border-bottom: #CCC 1px dotted;
		overflow: hidden;
	}
	.ranking_item_pic {
		width: 45%;
		height: auto;
		float: left;
	}
	.ranking_item_pic img{
		max-width: none;
		max-height: none;
	}
}
.ranking:nth-child(3n+1) {
	margin: 0;
}
.rank_item_name {
	min-height: 40px;
	margin: 15px 0;
	padding: 0;
	line-height: 1.6;
	text-align: left;
	font-size: 13px;
	font-size: 1.3rem;
	word-break:break-all;
}
@media screen and (max-width:640px){
	.rank_item_name {
		width: 50%;
		min-height: auto;
		float: right;
		text-align: center;
		word-break:break-all;
	}
}
.rank {
	float: left;
	margin: 0 10px 0 0;
	width: 36px;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 4px;
	background: #D52117;
	border-radius: 100%;
	line-height: 26px;
	font-size: 13px;
	font-size: 1.3rem;
	color: #FFF;
	font-weight: bold;
	display:table-cell;
}
.ranking_item_pic {
	height: 100px;
}
.ranking_item_pic img{
	max-width: 100px;
	max-height: 100px;
}
@media screen and (max-width:640px){
	.rank {
		display: inline-block;
		float: none;
		margin: 0 auto 15px auto;
	}
}
.rank01 {
	background: url(../../img/common/rank01.png) no-repeat 0 0;
}
.rank02 {
	background: url(../../img/common/rank02.png) no-repeat 0 0;
}
.rank03 {
	background: url(../../img/common/rank03.png) no-repeat 0 0;
}
@media screen and (max-width:640px){
	.rank01 ,
	.rank02 ,
	.rank03 {
		background-size: 30px;
	}
}
*/
.ranking {
	display: inline-block;
	/display: inline;
	/zoom: 1;
	width: 240px;
	margin: 0 0 0 10px;
	float: left;
	vertical-align: top;
}
.ranking:nth-child(3n+1) {
	margin: 0;
}
/* Aladdin-EC ファッション版画面モック #5905 START */

.ranking_item_pic {
	height: 170px;
	width: 237px;
	display: table-cell;
	vertical-align: middle;
}
.ranking_item_pic img{
	max-width: 220px;
	max-height: 170px;
}
/* Aladdin-EC ファッション版画面モック #5905 END */
@media screen and (max-width:640px){
	.ranking {
		display: block;
		width: 100%;
		margin: 0;
		padding: 8px 0;
		background: #EEE;
		border-top: #FFF 1px solid;
		border-bottom: #C8C8C8 1px solid;
		overflow: hidden;
	}
	.ranking:last-child {
		border-bottom: none;
	}
	.ranking_item_pic {
		width: 45%;
		float: left;
	}
	/* Aladdin-EC ファッション版画面モック #5905 START */
	.ranking_item_pic img{
		max-width: 100%;
		width: auto;
	}
	/* Aladdin-EC ファッション版画面モック #5905 END */
}

.rank_item_name {
	min-height: 40px;
	margin: 0 0 15px 0;
	padding: 8px 8px 0 8px;
	line-height: 1.6;
	text-align: left;
	font-size: 13px;
	font-size: 1.3rem;
	background: #EEE;
}
@media screen and (max-width:640px){
	.rank_item_name {
		background: #EEE;
	}
}

.rank_item_name p {
	margin: 0;
}
.rank_item_name a {
	color: #333;
}
.rank_item_name a:hover {
	color: #CC0000;
}
@media screen and (max-width:640px){
	.rank_item_name {
		width: 50%;
		min-height: auto;
		float: right;
		text-align: center;
	}
}
.rank {
	width: 30px;
	height: 30px;
	float: left;
	margin: 0 10px 0 0;
	background: #666666;
	border-radius: 100%;
	line-height: 30px;
	font-size: 13px;
	font-size: 1.3rem;
	color: #FFF;
	font-weight: bold;
	text-align: center;
}
@media screen and (max-width:640px){
	.rank {
		width: 30px;
		height: 30px;
		display: inline-block;
		float: none;
		margin: 0 auto 15px auto;
	}
}
/* アラジンECtoB ファッション版 END */

/* 商品一覧
------------------------------------------*/
/* 検索系 */
.search_area {
	width: 960px;
	margin: 0 0 40px 0;
	padding: 19px 14px;
	/* アラジンECtoB ファッション版 START */
	/*
	background: #F8F7F7;
	*/
	background: #EEEEEE;
	/* アラジンECtoB ファッション版 END */
	border: #CCCCCC 1px solid;
	border-radius: 5px;
	text-align: left;
	overflow: hidden;
}
@media screen and (max-width:640px){
	.search_area {
		width: 96%;
		margin: 0 0 40px 0;
		padding: 2%;
		border: none;
		text-align: center;
	}
	#search_detail_btn {
		display: inline-block;
		margin: 10px auto;

	}
	#search_detail_btn a {
		display: block;
		padding: 6px 15px;
		border: #CCCCCC 1px solid;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		background: #F8F7F7;
		line-height: 1.6;
		text-align: center;
		font-size: 13px;
		font-size: 1.3rem;
		text-decoration: none;
	}
	#search_detail_btn a:active,
	#search_detail_btn a:visited,
	#search_detail_btn a:hover {
		text-decoration: none;
	}
	#search_detail_wrap {
		display: none;
	}
}
.search_item {
	width: 32%;
	margin: 0 1% 20px 0;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	vertical-align: top;
	text-align: left;

}
@media screen and (max-width:640px){
	.search_item {
		width: 100%;
		margin: 0 0 10px 0;
		display: block;
		text-align: left;
	}
}
.search_label {
	margin: 0 0 5px 0;
	text-align: left;
	line-height: 1.6;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: bold;
}
.memo {
	font-size: 11px;
	font-size: 1.1rem;
}
input.full_size,
textarea.full_size {
	width: 90%;
}
.search_btn a {
	display: block;
	padding: 14px 50px 10px 70px;
	background: #D52117 url(../../img/common/icon_search_bg.png) no-repeat 36px 50%;
	border-radius: 5px;
	line-height: 1.6;
	font-size: 18px;
	font-size: 1.8rem;
	color: #FFF;
	cursor: pointer;
	float: right;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
	text-decoration: none;
}
.search_btn a:hover {
	background: #292929 url(../../img/common/icon_search_bg.png) no-repeat 36px 50%;
	text-decoration: none;
}
@media screen and (max-width:640px){
	.search_btn a {
		display: inline-block;
		margin: 20px auto 10px auto;
		padding: 12px 50px 12px 70px;
		float: none;
		text-decoration: none;
	}
}

/* ページャー */
.pager_navi {
	margin: 0 0 10px 0;
	padding: 4px 2px;
	border: #CCCCCC 1px solid;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #F8F7F7;
	float: left;
	text-align: left;
	font-size: 13px;
	font-size: 1.3rem;
}
@media screen and (max-width:640px){
	.pager_navi {
		display: inline-block;
		margin: 0 0 20px 0;
		padding: 0;
		border: none;
		border-radius: 0;
		float: none;
		text-align: left;
		font-size: 13px;
		font-size: 1.3rem;
	}
}
.pager_navi span {
	display: inline-block;
	/display: inline;
	/zoom: 1;
	padding: 4px 12px;
	border-left: #CCC 1px solid;
	color: #006699;
	text-decoration: underline;
	line-height: 1.4;
	text-align: center;
	cursor: pointer;
}
.pager_navi span:first-child {
	border: none;
}
.pager_navi span:hover {
	color: #CC0000;
	text-decoration: none;
}
@media screen and (max-width:640px){
	.pager_navi span {
		padding: 4px 10px;
		border: #CCCCCC 1px solid;
		border-radius: 5px;
		background: #F8F7F7;
	}
	.pager_navi span:first-child {
		border: #CCCCCC 1px solid;
	}
	.pager_navi span:hover {
	}
}
.pager_navi .pager_active {
	color: #333333;
	text-decoration: none;
	cursor: default;
	font-weight: bold;
}
/* sort */
.sort_order {
	float: right;
	text-align: right;
	line-height: 1.6;
	font-size: 13px;
	font-size: 1.3rem;
}


/* 商品リスト */
.item_list_area {
	width: 988px;
	margin: 0 0 20px 0;
	border-top: #CCC 1px solid;
	border-left: #CCC 1px solid;
	border-right: #CCC 1px solid;
	overflow: hidden;
}
@media screen and (max-width:640px){
	.item_list_area {
		width: 100%;
		margin: 0 0 20px 0;
		border: none;
		overflow: visible;
		position: relative;
	}
	.item_list_area:after {
	  content: "";
	  clear: both;
	  display: block;
	}
}
.item_list {
	width: 958px;
	margin: 0;
	padding: 15px;
	border-bottom: #CCC 1px solid;
	background: #FFF;
	position: relative;
}
@media screen and (max-width:640px){
	.item_list {
		width: 94%;
		margin: 0;
		padding: 3%;
		float: left;
	}
}
.item_list:after {
	content: "";
	clear: both;
	display: block;
}
.item_list_image {
	width: 120px;
	margin: 0 20px 0 0;
	float: left;
	text-align: center;
}
@media screen and (max-width:640px){
	.item_list_image {
		width: 60%;
		margin: 0 auto 20px auto;
		float: none;
	}
}
.item_list_image img {
	width: 100%;
}
.item_list_content {
	width: 300px;
	float: left;
}
@media screen and (max-width:640px){
	.item_list_content {
		width: 100%;
		float: none;
	}
}
/* アラジンECtoB ファッション版画面モック No.18 START */
.item_list .item_code,
.cart_list_content .item_code {
	margin: 0 0 5px 0;
	text-align: left;
	line-height: 1.6;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: bold;
}
.item_list .item_title,
.cart_list_content .item_title {
	line-height: 1.6;
	font-size: 15px;
	font-size: 1.5rem;
	/* アラジンECtoB ファッション版 START */
	/*
	word-break:break-all;
	*/
	/* アラジンECtoB ファッション版 END */
}
@media screen and (max-width:640px){
	.item_list .item_code,
	.item_list .item_title,
	.cart_list_content .item_code,
	.cart_list_content .item_title {
		margin: 0 0 5px 0;
		text-align: left;
		line-height: 1.6;
		font-weight: bold;
		font-size: 14px;
		font-size: 1.4rem;
		/* アラジンECtoB ファッション版 START */
		/*
		word-break:break-all;
		*/
		/* アラジンECtoB ファッション版 END */
	}
}
.item_spec_table,
.quick_item_spec_table,
.unshipped_spec_table,
.unshipped_info_spec_table,
.estimate_spec_table,
.memo_table {
	width: 100%;
	border: none;
	border-collapse: collapse;
}
.item_spec_table th,
.quick_item_spec_table th,
.unshipped_spec_table th,
.unshipped_info_spec_table th,
.estimate_spec_table th,
.memo_table th {
	width: 30%;
	padding: 5px 10px;
	border-bottom: #FFF 2px solid;
	line-height: 1.6;
	text-align: right;
	background: #EEE;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: normal;
}
.item_spec_table td,
.quick_item_spec_table td,
.unshipped_spec_table td,
.unshipped_info_spec_table td,
.estimate_spec_table td,
.memo_table td {
	padding: 5px 10px;
	border-bottom: #FFF 2px solid;
	line-height: 1.6;
	text-align: left;
	background: #FFF;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: normal;
}
@media screen and (max-width:640px){
	.item_spec_table td,
	.quick_item_spec_table td,
	.unshipped_spec_table td,
	.unshipped_info_spec_table td,
	.estimate_spec_table td,
	.memo_table td {
		padding: 6px 10px;
	}
}
/* 拡張項目(カート) */
.cart_ex_item {
	width: 32% !important;
	float: right;
}

.item_list_control {
	width: 500px;
	float: right;
}
@media screen and (max-width:640px){
	.item_list_control {
		width: 100%;
	}
}
.item_list .item_quantity {
	width: 300px;
	float: left;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.6;
	text-align: left;
}
@media screen and (max-width:640px){
	.item_list .item_quantity {
		width: 100%;
		float: none;
		margin: 10px 0 20px 0;
		text-align: right;
	}
}
.input_quantity,
.input_caseQuantity {
	width: 60px;
	height: 22px;
	padding: 5px;
	margin: 0 5px 0 0;
}
@media screen and (max-width:640px){
	.input_quantity,
	.input_caseQuantity {
		width: 80px;
		height: 28px;
		padding: 5px;
		margin: 0 5px 0 0;
	}
}
/* 入力エラーセル、エリア */
.inputErrCell,
.inputErrArea {
	background-color: #FFC0DC !important;
}
.quantity_plus ,
.case_quantity_plus ,
.quantity_minus,
.case_quantity_minus {
	display: inline-block;
	/display: inline;
	/zoom: 1;
	vertical-align: middle;
}
.quantity_plus img,
.case_quantity_plus img,
.quantity_minus img,
.case_quantity_minus img {
	width: 45px;
	height: 45px;
	margin: 0 5px 0 0;
	cursor: pointer;
}


.add_to_cart a {
	padding: 11px 30px 8px 50px;
	/* アラジンECtoB for ファッション 1stリリース #6431 START */
	background: #2547B5 url(../../img/common/icon_cart_bg.png) no-repeat 22px 50%;
	/* アラジンECtoB for ファッション 1stリリース #6431 END */
	border-radius: 5px;
	line-height: 1.6;
	font-size: 16px;
	font-size: 1.6rem;
	color: #FFF;
	cursor: pointer;
	float: right;
	text-decoration: none;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
}
.add_to_cart a:hover {
	background: #292929 url(../../img/common/icon_cart_bg.png) no-repeat 22px 50%;
	text-decoration: none;
}
@media screen and (max-width:640px){
	.add_to_cart a {
		display: block;
		padding: 12px 30px 12px 50px;
		/* アラジンECtoB for ファッション 1stリリース #6431 START */
		background: #F66A00 url(../../img/common/icon_cart_bg.png) no-repeat 22px 50%;
		/* アラジンECtoB for ファッション 1stリリース #6431 END */
		border-radius: 5px;
		line-height: 1.6;
		font-size: 16px;
		font-size: 1.6rem;
		color: #FFF;
		cursor: pointer;
		float: right;
		text-decoration: none;
		-webkit-transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
		-o-transition: all 0.2s ease;
		transition: all  0.2s ease;
	}
	.add_to_cart a:hover {
		background: #292929 url(../../img/common/icon_cart_bg.png) no-repeat 22px 50%;
		text-decoration: none;
	}
}

.add_all_to_cart a {
	display: block;
	padding: 15px 30px 12px 60px;
	background: #D52117 url(../../img/common/icon_cart_bg.png) no-repeat 22px 50%;
	border-radius: 5px;
	line-height: 1.6;
	font-size: 18px;
	font-size: 1.8rem;
	color: #FFF;
	cursor: pointer;
	float: right;
	text-decoration: none;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
}
.add_all_to_cart a:hover {
	text-decoration: none;
	background: #292929 url(../../img/common/icon_cart_bg.png) no-repeat 22px 50%;
}
@media screen and (max-width:640px){
	.add_all_to_cart a {
		margin: 0 10px 0 0;
		padding: 12px 30px 12px 50px;
		font-size: 16px;
		font-size: 1.6rem;
	}
	.add_all_to_cart a:hover {
	}
}

/* お気に入り */
.memo_favorite {
	margin: 20px 0;
}
.memo_favorite:after {
  content: "";
  clear: both;
  display: block;
}
.favorite a {
	display: block;
	width: 65px;
	padding: 45px 0 0 0;
	background: url(../../img/common/icon_no_favorite.png) no-repeat 50% 0;
	float: left;
	line-height: 1.2;
	font-size: 10px;
	font-size: 1.0rem;
	text-align: center;
	cursor: pointer;
	text-decoration: none;
	color: #333;
}
.favorite.active a {
	background: url(../../img/common/icon_favorite.png) no-repeat 50% 0;
}
@media screen and (max-width:640px){
	.favorite a {
		margin: 0 20px 0 0;
	}
	.favorite.active a {
		text-decoration: none;
	}
}

/* memo */
.memo_area {
	float: left;
	margin: 0 0 0 10px;
	position: relative;
}
@media screen and (max-width:640px){
	.memo_area {
		width: 70%;
		min-width: 200px;
		float: left;
		margin: 0 0 10px 0;
		position: relative;
	}
}
.memo_area:after {
  content: "";
  clear: both;
  display: block;
}
.item_memo {
	margin: 10px 10px 0 0;
	padding: 2px 10px;
	/* アラジンECtoB ファッション版 START */
	/*
	background: #A18E5C;
	*/
	background: #292929;
	/* アラジンECtoB ファッション版 END */
	float: left;
	text-align: center;
	line-height: 1.6;
	font-size: 12px;
	font-size: 1.2rem;
	color: #FFFFFF;
	cursor: pointer;
	position: relative;
}
.item_memo:hover {
	/* アラジンECtoB ファッション版 START */
	/*
	background: #292929;
	*/
	/* アラジンECtoB ファッション版 START */
}
.tips {
	width: 320px;
	position: absolute;
	top: 40px;
	z-index: 100;
	padding: 10px;
	margin: 0;
	background: #FFF;
	box-shadow: 2px 2px 1px 1px rgba(0,0,0,0.2);
}
@media screen and (max-width:640px){
	.tips {
		width: 90%;
	}
}
#tips_close {
	display: none;
}
@media screen and (max-width:640px){
	#tips_close {
		display: block;
		text-align: right;
	}
}
.item_detail_link {
	float: right;
	position: absolute;
	bottom: 15px;
	right: 15px;
}
@media screen and (max-width:640px){
	.item_detail_link {
		float: right;
		position: static;
	}
}

/* 商品メモ一覧
---------------------------------------------- */
.memo_list_content {
	width: 710px;
	float: left;
}
@media screen and (max-width:640px){
	.memo_list_content {
		width: 100%;
		float: none;
	}
}
.item_memo_table,
.item_owner_table {
	width: 100%;
	border: none;
	border-collapse: collapse;
}
.item_owner_table {
	margin: 0 0 10px 0;
}
@media screen and (max-width:640px){
	.item_memo_table,
	.item_owner_table {
		margin: 20px 0;
	}
}
.item_memo_table th,
.item_owner_table th {
	width: 80px;
	padding: 5px 10px;
	border-bottom: #FFF 2px solid;
	line-height: 1.6;
	text-align: right;
	background: #EEE;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: normal;
}
@media screen and (max-width:640px){
	.item_memo_table th,
	.item_owner_table th {
		width: 80px;
		padding: 6px 10px;
		border-bottom: #FFF 2px solid;
	}
}
.item_memo_table td,
.item_owner_table td {
	padding: 5px 10px;
	border-bottom: #FFF 2px solid;
	line-height: 1.6;
	text-align: left;
	background: #FFF;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: normal;
}
@media screen and (max-width:640px){
	.item_memo_table td,
	.item_owner_table td {
		padding: 6px 10px;
	}
}


/* クイック一括注文
---------------------------------------------- */
.quick_list_wrap {
	width: 990px;
	margin: 0 0 20px 0;
}
@media screen and (max-width:640px){
	.quick_list_wrap {
		width: 100%;
		margin: 0 0 20px 0;
	}
}
.quick_list {
	/* アラジンECtoB for ファッション 1stリリース #6178 START */
	width: 945px;
	padding: 20px;
	border-bottom: #CCC 1px solid;
	background: #FFF;
	overflow: hidden;
	/* アラジンECtoB for ファッション 1stリリース #6178 END */
}
@media screen and (max-width:640px){
	.quick_list {
		width: 96%;
		padding: 20px 2%;
	}
}
.quick_list_search {
	/* アラジンECtoB for ファッション 1stリリース #6178 START */
	width: 240px;
	display: table-cell;
	padding-right: 10px;
	border-right: #CCC 1px dotted;
	text-align: left;
	/* アラジンECtoB for ファッション 1stリリース #6178 END */
}
@media screen and (max-width:640px){
	.quick_list_search {
		/* アラジンECtoB for ファッション 1stリリース #6178 START */
		display: block;
		width: 100%;
		margin: 0 0 15px 0;
		padding: 0;
		border: none;
		/* アラジンECtoB for ファッション 1stリリース #6178 END */
	}
}

/* Aladdin-EC ファッション版開発_17 20141006 ADD-S */
.quick_list_exhibit {
	text-align: left;
	line-height: 1.6;
	font-size: 13px;
	font-size: 1.3rem;
	margin-left: 20px;
}
/* Aladdin-EC ファッション版開発_17 20141006 ADD-E */

.quick_list_code {
	/*margin: 0 0 20px 0;*/
	text-align: left;
	line-height: 1.6;
	font-size: 13px;
	font-size: 1.3rem;
}
.quick_list_code input {
	width: 120px;
}
@media screen and (max-width:640px){
	.quick_list_code {
		margin: 0 0 10px 0;
	}
}

.quick_list_color,
.quick_list_size {
	/* アラジンECtoB for ファッション 1stリリース #6178 START */
	text-align: left;
	line-height: 1.6;
	font-size: 13px;
	font-size: 1.3rem;
	display: inline-block;
	width: 110px;
	/* アラジンECtoB for ファッション 1stリリース #6178 END */
}
/* アラジンECtoB for ファッション 1stリリース #6178 START */
.quick_list_color SELECT,
.quick_list_size SELECT {
	max-width: 100px;
}
/* アラジンECtoB for ファッション 1stリリース #6178 END */
@media screen and (max-width:640px){
	.quick_list_color,
	.quick_list_size {
		display: block;
		margin: 0 0 10px 0;
		width: 100%;
	}
	/* アラジンECtoB for ファッション 1stリリース #6178 START */
	.quick_list_color SELECT,
	.quick_list_size SELECT {
		max-width: none;
	}
	/* アラジンECtoB for ファッション 1stリリース #6178 END */
}

.quick_list_search_btn {
	display: inline-block;
	/display: inline;
	/zoom: 1;
	margin: 0;
}
@media screen and (max-width:640px){
	.quick_list_search_btn {
		display: block;
		float: right;
	}
}
.quick_list_explain {
	/* アラジンECtoB for ファッション 1stリリース #6178 START */
	width: 360px;
	border-right: #CCC 1px dotted;
	display: table-cell;
	padding: 0 5px;
	vertical-align: top;
	/* アラジンECtoB for ファッション 1stリリース #6178 END */
}
@media screen and (max-width:640px){
	.quick_list_explain {
		/* アラジンECtoB for ファッション 1stリリース #6178 START */
		display: block;
		vertical-align: baseline;
		width: 100%;
		float: none;
		margin: 0 0 10px 0;
		overflow: hidden;
		/* アラジンECtoB for ファッション 1stリリース #6178 END */
	}
}
.quick_list_title {
	margin: 0 0 20px 0;
	text-align: left;
	line-height: 1.6;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	word-break: break-all;
}
@media screen and (max-width:640px){
	.quick_list_title {
		margin: 0 0 10px 0;
		word-break:break-all;
	}
}
.quick_list_stock {
	text-align: left;
	line-height: 1.6;
	font-size: 13px;
	font-size: 1.3rem;
}
.quick_list_tanka {
	text-align: left;
	line-height: 1.6;
	font-size: 13px;
	font-size: 1.3rem;
}
/* アラジンECtoB for ファッション 1stリリース #6178 START */
.quick_list_num {
	display: table-cell;
	padding: 0 10px;
}
@media screen and (max-width:640px){
	.quick_list_num {
		display: block;
	}
}
/* アラジンECtoB for ファッション 1stリリース #6178 END */

.quick_list_quantity {
	/* アラジンECtoB for ファッション 1stリリース #6178 START */
	width: 340px;
	text-align: right;
	line-height: 1.6;
	font-size: 13px;
	font-size: 1.3rem;
	/* アラジンECtoB for ファッション 1stリリース #6178 END */
}
@media screen and (max-width:640px){
	.quick_list_quantity {
		/* アラジンECtoB for ファッション 1stリリース #6178 START */
		/*height: 90px;*/
		width:100%;
		/* アラジンECtoB for ファッション 1stリリース #6178 END */
	}
}
.quick_list_price {
	/* アラジンECtoB for ファッション 1stリリース #6178 START */
	width: 340px;
	padding-top: 10px;
	font-size: 18px;
	font-size: 1.8rem;
	text-align: right;
	/* アラジンECtoB for ファッション 1stリリース #6178 END */
}
/* アラジンECtoB for ファッション 1stリリース #6178 START */
@media screen and (max-width:640px){
	.quick_list_price {
		width: 100%;
	}
}
/* アラジンECtoB for ファッション 1stリリース #6178 END */
/* アラジンECtoB for ファッション 1stリリース #6440 START */
.quick_list_cart_btn {
	width: 340px;
	text-align: right;
	line-height: 1.6;
	font-size: 13px;
	font-size: 1.3rem;
	padding-top: 10px;
}
@media screen and (max-width:640px){
	.quick_list_cart_btn {
		width:100%;
	}
}
/* アラジンECtoB for ファッション 1stリリース #6440 END */
.quick_list_wholesaleprice,
.quick_list_retailprice {
	font-weight: bold;
}
#quick_list_price_sum {
	width: 400px;
	background: #FFF;
	border: #CCC 1px solid;
	overflow: hidden;
	float: right;
}
@media screen and (max-width:640px){
	#quick_list_price_sum {
		width: 96%;
		margin: 0 auto 20px auto;
		float: none;
	}
}
#quick_list_price_header {
	width: 140px;
	padding: 15px;
	background: #EEE;
	text-align: center;
	line-height: 1.6;
	font-size: 18px;
	font-size: 1.8rem;
	float: left;
}
@media screen and (max-width:640px){
	#quick_list_price_header {
		width: auto;
		padding: 15px 30px;
	}
}
#quick_list_price_sum_value {
	padding: 15px;
	background: #FFF;
	text-align: center;
	line-height: 1.6;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	float: right;
}

/* アラジンECtoB for ファッション 1stリリース #6440 START */
#quick_all_to_cart a {
	display: inline-block;
	padding: 11px 30px 8px 50px;
	background: #D52117 url(../../img/common/icon_cart_bg.png) no-repeat 22px 50%;
	border-radius: 5px;
	line-height: 1.6;
	font-size: 16px;
	font-size: 1.6rem;
	color: #FFF;
	cursor: pointer;
	text-decoration: none;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
}
#quick_all_to_cart a:hover {
	text-decoration: none;
	background: #292929 url(../../img/common/icon_cart_bg.png) no-repeat 22px 50%;
}
@media screen and (max-width:640px){
	#quick_all_to_cart a {
		display: inline-block;
		/display: inline;
		/zoom: 1;
		margin: 0 auto;
		padding: 12px 30px 12px 50px;
		font-size: 16px;
		font-size: 1.6rem;
		float: none;
	}
	#quick_all_to_cart a:hover {
	}
}
/* アラジンECtoB for ファッション 1stリリース #6440 END */

/* 商品詳細 */
.item_detail {
	width: 990px;
	overflow: hidden;
}
@media screen and (max-width:640px){
	.item_detail {
		width: 100%;
	}
}
.item_detail_image {
	width: 400px;
	float: left;
}
@media screen and (max-width:640px){
	.item_detail_image {
		width: 100%;
		margin: 0 0 20px 0;
		float: none;
	}
}
.item_detail_explain {
	width: 520px;
	/* アラジンECtoB ファッション版 START */
	/*
	padding: 10px;
	*/
	padding: 20px;
	/* アラジンECtoB ファッション版 END */
	background: #FFF;
	float: right;
}
@media screen and (max-width:640px){
	.item_detail_explain {
		width: 94%;
		padding: 3%;
		float: none;
	}
}
.item_detail_box {
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: #DDD 3px solid;
	line-height: 1.6;
	text-align: center;
	font-size: 13px;
	font-size: 1.3rem;
	overflow: hidden;
}
@media screen and (max-width:640px){
	.item_detail_box {
		margin: 0 0 20px 0;
		padding: 0;
		border: none;
	}
}
.item_detail_code {
	margin: 0 0 20px 0;
	line-height: 1.6;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: bold;
	color: #666;
}
@media screen and (max-width:640px){
	.item_detail_code {
		margin: 0 0 10px 0;
	}
}
.item_detail_title {
	width: auto;
	height: auto;
	margin: 0 0 20px 0;
	padding: 0;
	background: none;
	border: none;
	line-height: 1.6;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	color: #333;
	/* アラジンECtoB ファッション版 START */
	/*
	word-break:break-all;
	*/
	/* アラジンECtoB ファッション版 END */
}
@media screen and (max-width:640px){
	.item_detail_title {
		margin: 0 0 10px 0;
		font-size: 17px;
		font-size: 1.7rem;
		/* アラジンECtoB ファッション版 START */
		/*
		word-break:break-all;
		*/
		/* アラジンECtoB ファッション版 END */
	}
}
.item_detail .item_spec_table {
	width: 100%;
	border: none;
	border-collapse: collapse;
}
.item_detail .item_spec_table th {
	width: 20%;
	padding: 10px;
	border-bottom: #FFF 2px solid;
	line-height: 1.6;
	text-align: right;
	background: #EEE;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: normal;
}
.item_detail .item_spec_table td {
	padding: 10px;
	border-bottom: #FFF 2px solid;
	line-height: 1.6;
	text-align: left;
	background: #FFF;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: normal;
}
.item_detail .item_quantity {
	width: 320px;
	float: left;
	overflow: hidden;
}
@media screen and (max-width:640px){
	.item_detail .item_quantity {
		width: 100%;
		text-align: right;
		margin: 0 0 20px 0;
		float: none;
	}
}
.item_detail_cart {
	float: right;
}
@media screen and (max-width:640px){
	.item_detail_cart {
		float: none;
	}
}
.item_detail .item_stock {
	width: 60%;
	line-height: 1.6;
	text-align: left;
	float: left;
}
@media screen and (max-width:640px){
	/* アラジンECtoB 2ndバージョンリリース #3676 START */
	.item_detail .item_stock {
	/* アラジンECtoB 2ndバージョンリリース #3676 END */
		width: auto;
		margin: 0 0 20px 0;
		text-align: right;
	}
}
.item_detail .favorite {
	float: none;
	margin: 0 auto 20px auto;
}
@media screen and (max-width:640px){
	.item_detail .favorite {
		float: right;
		margin: 0 auto 20px auto;
	}
}
.favorite_note {
	text-align: center;
}
@media screen and (max-width:640px){
	.favorite_note {
		text-align: left;
	}
}
.detail_memo {
	line-height: 1.6;
	margin: 0 0 20px 0;
	text-align: left;
}
.memo_input {
	width: 440px;
}
@media screen and (max-width:640px){
	.memo_input {
		width: 90%;
		padding: 5px;
		height: 3em;
	}
}
.memo_update {
	display: inline-block;
	/display: inline;
	/zoom: 1;
	margin: 0 auto;
}
.item_detail_text01 ,
.item_detail_text02 ,
.item_detail_text03 {
	margin: 0 0 20px 0;
}

/* 注文履歴一覧
------------------------------------------*/
input[type="date"] {
	width: 130px;
	height: 22px;
	padding: 5px 2px;
}
@media screen and (max-width:640px){
	input[type="date"] {
		width: 43%;
	}
}
.history_list_area {
	/* アラジンECtoB ファッション版画面モック No.22 START */
	/*
	width: 988px;
	*/
	/* アラジンECtoB ファッション版画面モック No.22 END */
	margin: 0 0 20px 0;
	/* アラジンECtoB ファッション版画面モック No.22 START */
	/*
	border-top: #CCC 1px solid;
	border-left: #CCC 1px solid;
	border-right: #CCC 1px solid;
	*/
	/* アラジンECtoB ファッション版画面モック No.22 END */
	overflow: hidden;
}
@media screen and (max-width:640px){
	.history_list_area {
		width: 100%;
		margin: 0 0 20px 0;
		border-top: #CCC 1px solid;
		border-left: none;
		border-right: #CCC 1px solid;
	}
}
.history_list {
	width: 988px;
	margin: 0;
	padding: 0;
	border: #CCC 1px solid;
	background: #FFF;
	position: relative;
	overflow: hidden;
}
@media screen and (max-width:640px){
	.history_list {
		width: 100%;
	}
}
.history_list_header {
	width: 948px;
	padding: 10px 20px;
	/* アラジンECtoB ファッション版 START */
	/*
	background: #FCF1F2;
	*/
	background: #EEEEEE;
	/* アラジンECtoB ファッション版 END */
	border-top: #CCC 7px solid;
	overflow: hidden;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
}
@media screen and (max-width:640px){
	.history_list_header {
		width: 98%;
		padding: 10px 1%;
		font-size: 14px;
		font-size: 1.4rem;
	}
}
.history_header_ordercode {
	width: 400px;
	/* アラジンECtoB 2ndバージョンリリース #4631 START */
	min-height: 30px;
	margin: 10px 0 5px 0;
	/* アラジンECtoB 2ndバージョンリリース #4631 END */
	float: left;
	text-align: left;

}
@media screen and (max-width:640px){
	.history_header_ordercode {
		width: 100%;
		float: none;
	}
}
.history_header_orderdate {
	width: 400px;
	/* アラジンECtoB 2ndバージョンリリース #4631 START */
	min-height: 30px;
	margin: 10px 0 5px 0;
	/* アラジンECtoB 2ndバージョンリリース #4631 END */
	float: right;
	text-align: left;

}
@media screen and (max-width:640px){
	.history_header_orderdate {
		width: 100%;
		float: none;
	}
}
.history_header_receiver {
	width: 400px;
	/* アラジンECtoB 2ndバージョンリリース #4631 START */
	min-height: 30px;
	margin: 5px 0;
	/* アラジンECtoB 2ndバージョンリリース #4631 END */
	float: left;
	text-align: left;

}
@media screen and (max-width:640px){
	.history_header_receiver {
		width: 100%;
		float: none;
	}
}
.history_header_uniqueordercode {
	width: 400px;
	/* アラジンECtoB 2ndバージョンリリース #4631 START */
	height: 30px;
	margin: 5px 0;
	/* アラジンECtoB 2ndバージョンリリース #4631 END */
	float: right;
	text-align: left;

}
@media screen and (max-width:640px){
	.history_header_uniqueordercode {
		width: 100%;
		float: none;
	}
}
.history_list_header .item_header {
	margin: 0 20px 0 0;
}
@media screen and (max-width:640px){
	.history_list_header .item_header {
		margin: 0 10px 0 0;
		font-size: 13px;
		font-size: 1.3rem;
	}
}
.history_list_header .item_data {
	font-weight: bold;
}
.history_list_content {
	width: 968px;
	padding: 15px 10px;
	border-top: #CCC 1px dotted;
	overflow: hidden;
}
@media screen and (max-width:640px){
	.history_list_content {
		width: 96%;
		padding: 15px 2%;
		border-top: #CCC 1px dotted;
	}
}
.history_list_check {
	width: 30px;
	margin: 0 20px 0 0;
	float: left;
}
@media screen and (max-width:640px){
	.history_list_check {
		width: 10%;
	}
}
.history_list_check input {
	width: 30px;
	height: 30px;
	cursor: pointer;
}

.history_list_title {
	width: 320px;
	/* アラジンECtoB 2ndバージョンリリース #3546 START */
	margin: 0 10px 0 0;
	/* アラジンECtoB 2ndバージョンリリース #3546 END */
	float: left;
}
@media screen and (max-width:640px){
	.history_list_title {
		width: 80%;
		margin: 0;
		float: left;
	}
}
.history_list_title label {
	display: block;
	margin: 0;
	padding: 0;
}
.history_list .item_code {
	margin: 0 0 5px 0;
	padding: 0;
	text-align: left;
	line-height: 1.6;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: bold;
}
.history_list .item_name {
	margin: 0;
	padding: 0;
	text-align: left;
	line-height: 1.6;
	font-size: 13px;
	font-size: 1.3rem;
	word-break:break-all;
}
.history_list_title .item_code {
	margin: 0 0 5px 0;
	padding: 0;
	text-align: left;
	line-height: 1.6;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: bold;
	display: block;
}
.history_list_title .item_name {
	margin: 0;
	padding: 0;
	text-align: left;
	line-height: 1.6;
	font-size: 13px;
	font-size: 1.3rem;
	word-break:break-all;
	display: block;
}

.history_list_status {
	/* アラジンECtoB 2ndバージョンリリース #3546 START */
	width: 100px;
	margin: 0 10px 0 0;
	/* アラジンECtoB 2ndバージョンリリース #3546 END */
	float: left;
	text-align: center;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.6;
}
@media screen and (max-width:640px){
	.history_list_status {
		width: auto;
		margin: 10px 0;
		clear: both;
		float: left;
		text-align: left;
	}
}
.history_list_status .unshipped {
	display: inline-block;
	/display: inline;
	/zoom: 1;
	margin: 0 0 5px 0;
	padding: 3px 8px;
	background: #D52117;
	color: #FFF;
}
.history_list_status .shipped {
	display: inline-block;
	/display: inline;
	/zoom: 1;
	margin: 0 0 5px 0;
	padding: 3px 8px;
	/* アラジンECtoB ファッション版 START */
	/*
	background: #A18E5C;
	*/
	background: #555555;
	/* アラジンECtoB ファッション版 END */
	color: #FFF;
}
.history_list_status .shipped_date{
	display: block;
	margin: 0;
	text-align: center;
}
@media screen and (max-width:640px){
	.history_list_status .shipped_date {
		display: inline;
		margin: 0 0 0 10px;
		text-align: center;
	}
}
.item_matrix_list .item_spec_table  {
	width: 420px;
	margin: 0;
	overflow: hidden;
}
@media screen and (max-width:640px){
	.item_matrix_list .item_spec_table  {
		width: 100%;
		margin: 20px 0;
		overflow: hidden;
	}
}
.export_csv {
	padding: 6px 15px;
	display: block;
	border-radius: 5px;
	line-height: 1.6;
	cursor: pointer;
	float: right;
	font-size: 18px;
	font-size: 1.8rem;
	margin-right: 10px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
	text-decoration: none;
}
@media screen and (max-width:640px){
	.export_csv {
		float: none;
		margin-right: 0px;
	}
}


.history_detail_area .history_list_content:first-child {
	border-top: none;
}
@media screen and (max-width:640px){
	.history_detail_area .history_list_title {
		width: 100%;
		margin: 0;
		float: left;
	}
}
.item_shipping_table {
	float: left;
}
@media screen and (max-width:640px){
	.item_shipping_table {
		float: none;
		clear: both;
	}
}
/* アラジンECtoB 2ndバージョンリリース #3473 START */
.item_shipping_table th {
	/* アラジンECtoB 2ndバージョンリリース #3569 START */
	/*width: 80px;*/
	/*width: 60px;*/
	width: 90px;
	/* アラジンECtoB 2ndバージョンリリース #3569 END */
	padding: 5px 10px;
	border-bottom: #FFF 2px solid;
	line-height: 1.6;
	text-align: right;
	background: #EEE;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: normal;

}
@media screen and (max-width:640px){
	.item_shipping_table th {
		width: 110px;
		/*width: 36%;*/
		padding: 6px 10px;
		border-bottom: #FFF 2px solid;
	}
}
.item_shipping_table td {
	/* アラジンECtoB 2ndバージョンリリース #3569 START */
	width: 110px;
	/* アラジンECtoB 2ndバージョンリリース #3569 END */
	padding: 5px 10px;
	border-bottom: #FFF 2px solid;
	line-height: 1.6;
	text-align: left;
	background: #FFF;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: normal;

}
@media screen and (max-width:640px){
	.item_shipping_table td {
		padding: 6px 10px;
	}
}
/* アラジンECtoB 2ndバージョンリリース #3473 END */

/* table/テーブル関係 */
.wide_table {
	width: 100%;
	margin: 0;
	border-collapse: collapse;
	border: none;
}
.wide_table th {
	width: 30%;
	border-bottom: #CCC 1px dotted;
	background: #EEE;
	padding: 10px;
	text-align: right;
	line-height: 1.6;
	font-weight: normal;
	font-size: 13px;
	font-size: 1.3rem;
}
.wide_table td {
	border-bottom: #CCC 1px dotted;
	background: #FFF;
	padding: 10px;
	text-align: left;
	line-height: 1.6;
	font-weight: normal;
	font-size: 13px;
	font-size: 1.3rem;
	/* アラジンECtoB ファッション版 START */
	/*
	word-break:break-all;
	*/
	/* アラジンECtoB ファッション版 END */
}
/* TODO: */
.wide_table td .rich_text_disp {
	line-height: 1.6;
	font-weight: normal;
	font-size: 13px;
	font-size: 1.3rem;

}



/* カート
------------------------------------------*/
.alert_area {
	margin: 0 0 20px 0;
	color: #FF0000;
}
.recalculation_text {
	text-align: right;
}
.recalculation_btn {
	margin: 0 0 20px 0;
}
@media screen and (max-width:640px){
	.recalculation_btn {
		margin: 0 0 0 0;
		float: right;
		display: block;
	}
}
.cart_list_area {
	/*
	width: 988px;
	*/
	width: 100%;
	margin: 0 0 20px 0;
	/*
	border-top: #CCC 1px solid;
	border-left: #CCC 1px solid;
	border-right: #CCC 1px solid;
	*/
	overflow: hidden;
}
@media screen and (max-width:640px){
	.cart_list_area {
		width: 100%;
		margin: 0 0 20px 0;
		border-top: #CCC 1px solid;
		border-left: none;
		border-right: none;
		overflow: hidden;
	}
}
.cart_list,
.confirm_list {
	width: 958px;
	margin: 0;
	padding: 15px;
	border-bottom: #CCC 1px solid;
	background: #FFF;
	position: relative;
	overflow: hidden;
}
/* アラジンECtoB ファッション版画面モック No.9 START */
.cart_list {
	width: auto;
	border: #CCC 1px solid;
	margin-bottom: 15px;
}
/* アラジンECtoB ファッション版画面モック No.9 END */
@media screen and (max-width:640px){
	.cart_list,
	.confirm_list {
		width: 100%;
		padding: 20px 0;
	}
}


.cart_item_image {
	width: 120px;
	margin: 0 10px 0 0;
	float: left;
}
.cart_item_image img {
	width: 100%;
}
@media screen and (max-width:640px){
	.cart_item_image {
		width: 30%;
		float: left;
		margin: 0 5px 0 0;
	}
	.cart_item_image img {
		width: 100%;
	}
}
.cart_item_title {
	width: 290px;
	padding: 0 10px 0 0;
	margin: 0 10px 0 0;
	border-right: #CCC 1px dotted;
	float: left;
	overflow: hidden;
	/* アラジンECtoB ファッション版 START */
	word-break:break-all;
	/* アラジンECtoB ファッション版 END */
}
@media screen and (max-width:640px){
	/* アラジンECtoB 2ndバージョンリリース #3546 START */
	.cart_item_title {
		width: 53%;
		margin: 0 0 10px 0;
		padding: 0;
		border: none;
		float: right;
		overflow: hidden;
		/* アラジンECtoB ファッション版 START */
		/*
		word-break:break-all;
		*/
		/* アラジンECtoB ファッション版 START */
	}
	.cart_item_title_inner {
		width: 53%;
		float: right;
		padding: 0;
		/* アラジンECtoB ファッション版 START */
		/*
		word-break:break-all;
		*/
		/* アラジンECtoB ファッション版 START */
	}
	/* アラジンECtoB 2ndバージョンリリース #3546 END */
}
.cart_item_code {
	margin: 0 0 5px 0;
	font-size: 15px;
	font: 1.5rem;
	line-height: 1.6;
	font-weight: bold;
}
@media screen and (max-width:640px){
	.cart_item_code {
		margin: 0;
	}
}
.cart_item_name {
	font-size: 15px;
	font: 1.5rem;
	line-height: 1.6;
	font-weight: bold;
}
@media screen and (max-width:640px){
	.cart_item_name {
		margin: 0 0 10px 0;
	}
}
.cart_item_tanka {
	text-align: left;
	margin: 0 30px 5px 0;
	float: left;
}
@media screen and (max-width:640px){
	.cart_item_tanka {
		margin: 0 30px 5px 10px;
	}
}
.cart_item_stock {
	text-align: left;
	margin: 0 0 5px 0;
	float: left;
}
.cart_list_quantity {
	width:300px;
	margin: 0 10px 0 0;
	line-height: 1.6;
	font-size: 13px;
	font-size: 1.3rem;
	text-align: left;
	float: left;
}
@media screen and (max-width:640px){
	.cart_list_quantity {
		width:100%;
		clear: both;
		margin: 0 0 20px 0;
		text-align: right;
		float: none;
		padding:0;
	}
}
.cart_list .item_quantity {
	width: 260px;
	float: left;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.6;
	text-align: left;
}
@media screen and (max-width:640px){
	.cart_list .item_quantity {
		width: auto;
		float: none;
		text-align: center;
	}
}
.cart_list_price {
	width: 100%;
	margin: 30px 10px 0 0;
	line-height: 1.6;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: left;
	float: left;
	/*text-align:right;*/
}
@media screen and (max-width:640px){
	.cart_list_price {
		width: 100%;
		margin: 20px 0 0 0;
		float: none;
		/*text-align: right;*/
	}
}
.cart_list_control {
	padding: 0 0 0 15px;
	border-left: #CCC 1px dotted;
	float: right;
	text-align: right;
}
@media screen and (max-width:640px){
	.cart_list_control {
		padding: 0;
		border: none;
		float: none;
		overflow: hidden;
		text-align: center;
	}
}
.recalculation_btn {
	margin: 0 0 20px 0;
}
@media screen and (max-width:640px){
	.recalculation_btn {
		float: right;
		margin: 0 10px;
	}
}
.cart_list_delete.btn {
	border: #666666 1px solid;
}
@media screen and (max-width:640px){
	.cart_list_delete.btn {
		display: block;
		margin: 0 10px;
		float: right;
		border: #666666 1px solid;
	}
}
.cart_list_delete a {
	background: #666666;
	color: #FFF;
	text-decoration: none;
}
.cart_list_delete a:hover {
	background: #292929;
	color: #FFF;
	text-decoration: none;
}
#cart_list_price_sum {
	width: 400px;
	background: #FFF;
	border: #CCC 1px solid;
	overflow: hidden;
	float: right;
}
@media screen and (max-width:640px){
	#cart_list_price_sum {
		width: 96%;
		margin: 0 auto 20px auto;
		float: none;
	}
}
#cart_list_price_header {
	width: 140px;
	padding: 15px;
	background: #EEE;
	text-align: center;
	line-height: 1.6;
	font-size: 18px;
	font-size: 1.8rem;
	float: left;
}
@media screen and (max-width:640px){
	#cart_list_price_header {
		width: auto;
		padding: 15px;
	}
}
#cart_list_price_sum_value {
	padding: 15px;
	background: #FFF;
	text-align: center;
	line-height: 1.6;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	float: right;
	color: #CC0000;
}
@media screen and (max-width:640px){
	#cart_list_price_sum_value {
		padding: 15px 10px 15px 5px;
		float: right;
	}
}
#cart_order_btn {
	overflow: hidden;
	margin: 30px auto;
	text-align: center;
}
@media screen and (max-width:640px){
	#cart_order_btn {
		margin: 0;
	}
}
#cart_to_order,
#cart_clear,
#cart_continue,
#export_estimate {
	display: inline-block;
	/display: inline;
	/zoom: 1;
	margin: 0 15px;
}
@media screen and (max-width:640px){
	#cart_to_order {
		display: block;
		margin: 15px 10%;
		clear: both;
	}
	#cart_clear {
		display: block;
		width: 46%;
		margin: 0 0 30px 5px;
		font-size: 14px;
		font-size: 1.4rem;
		float: left;
	}
	#cart_continue {
		display: block;
		float: right;
		width: 46%;
		margin: 0 5px 30px 0;
	}
	#export_estimate {
		font-size: 15px;
		font-size: 1.5rem;
		display: block;
		margin: 15px 10%;
		clear: both;
	}
}
#cart_to_order a {
	display: block;
	padding: 14px 50px 11px 70px;
	background: #D52117 url(../../img/common/icon_cart_bg.png) no-repeat 22px 50%;
	border-radius: 5px;
	line-height: 1.6;
	font-size: 18px;
	font-size: 1.8rem;
	color: #FFF;
	cursor: pointer;
	text-decoration: none;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
}
#cart_to_order a:hover {
	background: #292929 url(../../img/common/icon_cart_bg.png) no-repeat 22px 50%;
	text-decoration: none;
}
@media screen and (max-width:640px){
	#cart_to_order a {
		padding: 11px 40px 8px 60px;
	}
	#cart_to_order a:hover {
	}
}
#cart_clear.btn {
	border: #666 1px solid;
}
#cart_clear a {
	display: block;
	background: #666;
	color: #FFF;
	text-decoration: none;
	font-size: 15px;
	font-size: 1.5rem;
}
#cart_clear a:hover {
	background: #292929;
	color: #FFF;
	text-decoration: none;
}
#cart_continue a {
	display: block;
	margin: 0 15px;
	padding: 14px 40px 11px 40px;
	background: #A18E5C;
	border-radius: 5px;
	line-height: 1.6;
	font-size: 18px;
	font-size: 1.8rem;
	color: #FFF;
	cursor: pointer;
	text-decoration: none;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
}
#cart_continue a:hover {
	background: #292929;
	text-decoration: none;
}
@media screen and (max-width:640px){
	#cart_continue a {
		margin: 0;
		padding: 7px 0 7px 0;
		font-size: 14px;
		font-size: 1.4rem;
	}
	#cart_continue a:hover {
	}
}
#export_estimate a {
	display: block;
	font-size: 15px;
	font-size: 1.5rem;
}
@media screen and (max-width:640px){
	/*
	#export_estimate a {
		display: none;
	}
	*/
	.confirm_list_area {
		width: 100%;
		background: #FFF;
	}
	.confirm_list {
		width: 100%;
		background: #FFF;
		padding: 10px 0;
		margin: 0;
		border-bottom: #CCC 1px solid;
		overflow: hidden;
	}
	.confirm_list .cart_item_image{
		margin: 0 0 10px 0;
	}
}
.cart_confirm_title {
	width: 360px;
	margin: 0 10px 0 0;
	border: none;
	float: left;
}
@media screen and (max-width:640px){
	.cart_confirm_title {
		width: 100%;
		margin: 0;
		float: none;
	}
}
.cart_confirm_spec {
	width: 240px;
	margin: 0 10px 0 0;
	border: none;
	float: left;
}
@media screen and (max-width:640px){
	.cart_confirm_spec {
		width: 100%;
		margin: 0;
		float: none;
	}
}
.cart_confirm_title th,
.cart_confirm_spec th {
	width: 26%;
	padding: 5px;
	background: #EEE;
	border-bottom: #FFF 2px solid;
	line-height: 1.6;
	font-size: 12px;
	font-size: 1.2rem;
	text-align: center;
}
.cart_confirm_title td {
	padding: 5px 10px;
	background: #FFF;
	border-bottom: #FFF 2px solid;
	line-height: 1.6;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: bold;
	text-align: left;
	/* アラジンECtoB ファッション版 START */
	/*
	word-break:break-all;
	*/
	/* アラジンECtoB ファッション版 END */
}
.cart_confirm_spec td {
	padding: 5px 10px;
	background: #FFF;
	border-bottom: #FFF 2px solid;
	line-height: 1.6;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: normal;
	text-align: left;
}
td.td_quantity {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
}
.cart_confirm_price {
	/* アラジンECtoB 2ndバージョンリリース #3546 START */
	width: 160px;
	/* アラジンECtoB 2ndバージョンリリース #3546 END */
	border: none;
	float: right;
}
@media screen and (max-width:640px){
	.cart_confirm_price {
		width: 90%;
		margin: 10px auto;
		border: none;
		float: none;
	}
}
.cart_confirm_price th {
	padding: 5px 10px;
	background: #EEE;
	border: #CCC 1px solid;
	line-height: 1.6;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: normal;
	text-align: center;
}
@media screen and (max-width:640px){
	.cart_confirm_price th {
		font-size: 14px;
		font-size: 1.4rem;
	}
}
.cart_confirm_price td {
	padding: 10px;
	background: #FFF;
	border: #CCC 1px solid;
	line-height: 1.6;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
}
@media screen and (max-width:640px){
	.cart_confirm_price td {
		padding: 5px 10px;
	}
}
.order_price_memo {
	text-align: right;
}
@media screen and (max-width:640px){
	.order_price_memo {
		text-align: left;
	}
}
.receivers_list_btn {
	display: inline-block;
	/display: inline;
	/zoom: 1;
	margin: 0 auto 20px auto;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: normal;
}
.receiver_area {
	width: 950px;
	margin: 0 0 20px 0;
	padding: 20px 20px 0 20px;
	background: #FFF;
	overflow: hidden;
}
@media screen and (max-width:640px){
	.receiver_area {
		width: 98%;
		margin: 0 0 20px 0;
		padding: 20px 1% 0 1%;
	}
}
.table_item {
	width: 100%;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: #CCC 1px dotted;
	overflow: hidden;
	/* アラジンECtoB 2ndバージョンリリース #4109 START */
	min-height: 55px;
	/* アラジンECtoB 2ndバージョンリリース #4109 END */
}
.table_header {
	width: 20%;
	margin: 0;
	padding: 5px 3%;
	line-height: 1.6;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: bold;
	float: left;
	text-align: right;
}
@media screen and (max-width:640px){
	.table_header {
		width: 100%;
		margin: 0 0 5px 0;
		padding: 0;
		float: none;
		text-align: left;
	}
}
.table_data {
	width: 67%;
	margin: 0;
	padding: 5px 3%;
	line-height: 1.6;
	font-size: 13px;
	font-size: 1.3rem;
	float: right;
	text-align: left;
}
@media screen and (max-width:640px){
	.table_data {
		width: 100%;
		margin: 0;
		padding: 0;
		float: right;
		text-align: left;
	}
}
.table_data p {
	margin: 0;
}
.required {
	display: inline-block;
	/display: inline;
	/zoom: 1;
	background: #CC0000;
	padding: 2px 5px;
	line-height: 1.6;
	font-size: 11px;
	font-size: 1.1rem;
	font-weight: normal;
	text-align: center;
	color: #FFF;
	float: left;
}
@media screen and (max-width:640px){
	.required {
		float: right;
	}
}
.zip_search_btn {
	display: inline-block;
	/display: inline;
	/zoom: 1;
}
@media screen and (max-width:640px){
	.zip_search_btn {
		margin: 5px 0;
		clear: both;
	}
	.zip_search_btn a {
		display: inline-block;
	}
}
#confirm_btn_area {
	overflow: hidden;
}
#back_to_cart {
	width: 120px;
	margin: 0 auto;
}
@media screen and (max-width:640px){
	#back_to_cart {
		width: 30%;
		margin: 0 auto;
		text-align: center;
	}
}
#define_order {
	width: 320px;
	margin: 0 auto 30px auto;
}
@media screen and (max-width:640px){
	#define_order {
		width: 80%;
		margin: 0 auto 30px auto;
	}
}
#define_order a {
	display: block;
	padding: 16px 30px 13px 30px;
	background: #D52117;
	border-radius: 5px;
	line-height: 1.6;
	font-size: 20px;
	font-size: 2.0rem;
	color: #FFF;
	cursor: pointer;
	text-decoration: none;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
}
#define_order a:hover {
	background: #292929;
}


/* 未出荷一覧
------------------------------------------ */
.unshipped_list_title {
	width: 250px;
	margin: 0 20px 0 0;
	float: left;
}
.unshipped_list_title p {
	font-size: 15px;
	font-size: 1.5rem;
}
@media screen and (max-width:640px){
	.unshipped_list_title {
		width: 100%;
		margin: 0 0 10px 0;
		float: none;
	}
}
.item_unshipped_table {
	float: left;
}
@media screen and (max-width:640px){
	.item_unshipped_table {
		float: none;
		clear: both;
	}
}
/* アラジンECtoB 2ndバージョンリリース #3473 START */
.item_unshipped_table th {
	/* アラジンECtoB 2ndバージョンリリース #3569 START */
	/*width: 80px;*/
	/* アラジンECtoB 2ndバージョンリリース #3906 START */
	/*width: 90px;*/
	width: 110px;
	/* アラジンECtoB 2ndバージョンリリース #3906 END */
	/* アラジンECtoB 2ndバージョンリリース #3569 END */
	padding: 5px 10px;
	border-bottom: #FFF 2px solid;
	line-height: 1.6;
	text-align: right;
	background: #EEE;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: normal;

}
@media screen and (max-width:640px){
	.item_unshipped_table th {
		padding: 6px 10px;
		border-bottom: #FFF 2px solid;
	}
}
.item_unshipped_table td {
	/* アラジンECtoB 2ndバージョンリリース #3563 START */
	width: 180px;
	/* アラジンECtoB 2ndバージョンリリース #3563 END */
	padding: 5px 5px 5px 10px;
	border-bottom: #FFF 2px solid;
	line-height: 1.6;
	text-align: left;
	background: #FFF;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: normal;
	/* アラジンECtoB ファッション版 START */
	/*
	word-break: break-all;
	*/
	/* アラジンECtoB ファッション版 END */
}
@media screen and (max-width:640px){
	.item_unshipped_table td {
		padding: 6px 10px;
	}
}
/* アラジンECtoB 2ndバージョンリリース #3473 END */

/* お届け先
------------------------------------------ */
.receivers_list_area {
	width: 100%;
	margin: 0 0 20px 0;
}
.receivers_list {
	width: 94%;
	padding: 20px 3%;
	border-bottom: #CCC 1px solid;
	overflow: hidden;
	background: #FFF;
	text-align: left;
}
.receivers_code {
	float: left;
	margin: 0 30px 0 0;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.6;
	text-align: left;
}
.edit_this_address {
	float: right;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.6;
	text-align: left;
}
@media screen and (max-width:640px){
	.receivers_code {
		display: inline-block;
		/display: inline;
		/zoom: 1;
		margin: 0 10px 15px 0;
		float: left;
	}
}
.receivers_body {
	float: left;
	overflow: hidden;
}
@media screen and (max-width:640px){
	.receivers_body {
		float: none;
	}
}
.receivers_name {
	width: 100%;
	margin: 0 0 10px 0;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.6;
	text-align: left;
	font-weight: bold;
}
.receivers_address {
	width: 100%;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.6;
	text-align: left;
}
.zip {
	margin: 0 20px 0 0;
}
@media screen and (max-width:640px){
	.zip {
		display: block;
		margin: 0 10px 0 0;
	}
	.address {
		display: block;
	}
}
.entry_btn a {
	padding: 13px 40px 10px 40px;
	background: #D52117;
	border-radius: 5px;
	line-height: 1.6;
	font-size: 18px;
	font-size: 1.8rem;
	color: #FFF;
	cursor: pointer;
	float: right;
	text-decoration: none;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
}
.entry_btn a:hover {
	background: #292929;
	text-decoration: none;
}
@media screen and (max-width:640px){
	.entry_btn a {
		display: block;
		padding: 13px 40px 10px 40px;
		background: #D52117;
		border-radius: 5px;
		line-height: 1.6;
		font-size: 18px;
		font-size: 1.8rem;
		color: #FFF;
		cursor: pointer;
		float: right;
		text-decoration: none;
		-webkit-transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
		-o-transition: all 0.2s ease;
		transition: all  0.2s ease;
	}
	.entry_btn a:hover {
		background: #292929;
		text-decoration: none;
	}
}

#back_to_list {
	width: 120px;
	margin: 0 auto;
}
@media screen and (max-width:640px){
	#back_to_list {
		width: 30%;
		margin: 0 auto;
		text-align: center;
	}
}

#define_edit,
#define_delete {
	display: inline-block;
	/display: inline;
	/zoom: 1;
	width: 200px;
	margin: 0 10px 20px auto;
}

/* Aladdin-EC ファッション版機能マージ_5557 ADD-S */
#define_dl {
	margin: 0 10px 20px auto;
}
/* Aladdin-EC ファッション版機能マージ_5557 ADD-E */

#define_edit a,
#define_delete a {
	display: block;
	padding: 12px 30px 9px 30px;
	border-radius: 5px;
	line-height: 1.6;
	font-size: 16px;
	font-size: 1.6rem;
	color: #FFF;
	cursor: pointer;
	text-decoration: none;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
}
#define_edit a {
	background: #D52117;
}
/* アラジンECtoB ファッション版 START */
/*
#define_delete a {
	background: #666666;
}
*/
#define_delete a {
	display: block;
	padding: 12px 30px 9px 30px;
	background: #666666;
	border-radius: 5px;
	line-height: 1.6;
	font-size: 16px;
	font-size: 1.6rem;
	color: #FFF;
	cursor: pointer;
	text-decoration: none;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
}
#define_delete a:hover {
	background: #292929;
}
/* アラジンECtoB ファッション版 END */
#define_dl a {
	padding: 12px 30px 9px 30px;
	line-height: 1.6;
	font-size: 16px;
	font-size: 1.6rem;
}

#define_edit a:hover,
#define_delete a:hover {
	background: #292929;
}

@media screen and (max-width:640px){
	#define_edit,
	#define_delete {
		width: 70%;
		margin: 0 auto 30px auto;
	}
}


/* 見積履歴一覧
------------------------------------------ */
.estimate_list_title {
	width: 350px;
	margin: 0 20px 0 0;
	float: left;
}
.estimate_list_title p {
	font-size: 15px;
	font-size: 1.5rem;
}
@media screen and (max-width:640px){
	.estimate_list_title {
		width: 100%;
		margin: 0 0 10px 0;
		float: none;
	}
}
.item_estimate_table {
	float: left;
}
@media screen and (max-width:640px){
	.item_estimate_table {
		float: none;
		clear: both;
	}
}
.item_estimate_table th {
	width: 90px;
	padding: 5px 10px;
	border-bottom: #FFF 2px solid;
	line-height: 1.6;
	text-align: right;
	background: #EEE;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: normal;
}
@media screen and (max-width:640px){
	.item_estimate_table th {
		width: 36%;
		padding: 6px 10px;
		border-bottom: #FFF 2px solid;
	}
}
.item_estimate_table td {
	width: 230px;
	padding: 5px 5px 5px 10px;
	border-bottom: #FFF 2px solid;
	line-height: 1.6;
	text-align: left;
	background: #FFF;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: normal;
}
@media screen and (max-width:640px){
	.item_estimate_table td {
		padding: 6px 10px;
	}
}
.estimate_pdf_download {
	width:120px;
	float: right;
}
@media screen and (max-width:640px){
	.estimate_pdf_download {
		float: right;
	}
}


/* modal e.g. 届け先設定
------------------------- */
#modal_page {
	width: 840px;
	margin: 15px auto;
	padding: 15px;
	background: #FFF;
	float: none;
}
@media screen and (max-width:640px){
	#modal_page {
		width: 90%;
		margin: 15px auto;
		padding: 3%;
	}
}

#modal_page .search_area {
	width: 810px;
	text-align: center;
}
@media screen and (max-width:640px){
	#modal_page .search_area {
		width: 94%;
	}
}
#modal_page .item_list_area{
	width: 698px;
}
@media screen and (max-width:640px){
	#modal_page .item_list_area {
		width: 100%;
		border: none;
	}
}
#modal_page .item_list{
	width: 668px;
}
@media screen and (max-width:640px){
	#modal_page .item_list {
		width: 100%;
		padding: 20px 0;
		border-left: none;
		border-right: none;
		border-bottom: #CCC 1px solid;
	}
}
#modal_page .item_list_content {
	float: left;
}
@media screen and (max-width:640px){
	#modal_page .item_list_content {
		width: 100%;
		margin: 0 0 10px 0;
		float: none;
	}
}
#modal_page .item_list_control {
	width: 186px;
	float: right;
}
@media screen and (max-width:640px){
	#modal_page .item_list_control {
		width: 100%;
		float: none;
	}
}

#modal_page .memo_favorite {
	margin: 0;
	float: left;
}
@media screen and (max-width:640px){
	#modal_page .memo_favorite {
		width: 100%;
		float: none;
	}
}
#modal_page .favorite {
	width: 65px;
	clear: both;
	display: block;
}
@media screen and (max-width:640px){
	#modal_page .favorite {
		clear: none;
		display: block;
		float: left;
	}
}

#modal_page .memo_area {
	width: auto;
 	clear: both;
	float: none;
	margin: 0 0 10px 0;
}
@media screen and (max-width:640px){
	#modal_page .memo_area {
		width: auto;
		min-width: 100px;
		float: left;
		margin: 0 0 0 20px;
		position: relative;
		clear: none;
	}
}
#modal_page .tips {
	width: 320px;
	position: absolute;
	top: 40px;
	left: -160px;
	z-index: 100;
	padding: 10px;
	margin: 0;
	background: #FFF;
	box-shadow: 2px 2px 1px 1px rgba(0,0,0,0.2);
}
@media screen and (max-width:640px){
	#modal_page .tips {
		width: 100%;
		position: absolute;
		top: 40px;
		left: 0;
	}
}
#modal_page .inner {
	text-align: left;
}
#modal_page .search_btn,
#modal_page .search_btn a {
	display: inline-block;
	/display: inline;
	/zoom: 1;
	float: none;
	margin: 0 auto;
}
@media screen and (max-width:640px){
	#modal_page .search_btn {
		display: block;
		float: none;
	}
	#modal_page .search_btn a {
		width: 60%;
		display: block;
		padding: 12px 30px 12px 50px;
		background: #D52117 url(../../img/common/icon_search_bg.png) no-repeat 36px 50%;
		border-radius: 5px;
		line-height: 1.6;
		font-size: 16px;
		font-size: 1.6rem;
		color: #FFF;
		cursor: pointer;
		text-decoration: none;
		-webkit-transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
		-o-transition: all 0.2s ease;
		transition: all  0.2s ease;
		margin-right: auto;
		margin-left: auto;
	}
	#modal_page .search_btn a:hover {
		text-decoration: none;
		background: #292929 url(../../img/common/icon_search_bg.png) no-repeat 36px 50%;
	}
}
#modal_page .receivers_list_area {
	width: 100%;
	margin: 0 0 20px 0;
	padding: 0;
}
#modal_page .receivers_list {
	width: 100%;
	padding: 20px 0;
	border-bottom: #CCC 1px solid;
	overflow: hidden;
	background: #FFF;
}

#modal_page .button_area {
	text-align: center;
}
#modal_page .button_area .cancel_div{
	display:inline-block;
}

/* カタログ一覧
------------------------------------------ */
.catalog_list_area {
	width: auto;
	overflow: hidden;
}
.catalog_list {
	width: 25%;
	float: left;
	background: #FFF;
}
@media screen and (max-width:640px){
	.catalog_list {
		width: 33%;
		float: left;
		background: #FFF;
	}
}
.catalog_list a {
	display: block;
	padding: 10px;
	/* アラジンECtoB 2ndバージョンリリース #4031 START */
	border: #CCC 1px solid;
	/* アラジンECtoB 2ndバージョンリリース #4031 END */
	background: #FFF;
}
.catalog_list a:hover {
	/* アラジンECtoB ファッション版 START */
	/*
	background: #FCE1E0;
	*/
	background: #EEEEEE;
	/* アラジンECtoB ファッション版 END */
}
.catalog_list_inner {
}
.catalog_thumb {
	margin: 0 0 10px 0;
}
.catalog_thumb img {
	width: 100%;
}
.catalog_title {
	word-break:break-all;
}

/* ご利用ガイド
------------------------------------------ */
.h4_step {
	width: 96%;
	padding: 16px 2% 13px 2%;
	background: #D52117;
	color: #ffffff;
	line-height: 1.6;
	text-align: left;
	font-size: 18px;
	font-weight: bold;
}
.step_icon {
	margin: 0 20px 0 0;
	vertical-align: middle;
}
.guide_wrap {
	width: 948px;
	padding: 20px 20px 30px 20px;
	border: solid 1px #D52117;
	background-color: #ffffff;
	overflow: hidden;
}
.guide_arrow {
	text-align: center;
}
@media screen and (max-width:640px){
	.h4_step {
		width: 96%;
		padding: 2%;
		background: #D52117;
		color: #ffffff;
		line-height: 1.6;
		text-align: left;
		font-size: 16px;
		font-weight: bold;
	}
	.step_icon {
		display: block;
		margin: 0 0 10px 0;
		vertical-align: middle;
	}
	.step_icon img {
		width: 25%;
	}
	.guide_wrap {
		width: auto;
		padding: 2%;
		border: solid 1px #D52117;
		background-color: #ffffff;
		overflow: hidden;
	}
	.guide_arrow {
		text-align: center;
	}
	.guide_arrow img {
		width: 6%;
		height: 30px;
	}
}

/* -------------------------------------------------------------------------
    ログイン画面
---------------------------------------------------------------------------- */
#login_wrap {
	width: 500px;
	margin: 0px auto;
	padding: 30px;
	background: #FFF;
	border-radius: 10px;
}
/* アラジンECtoB ファッション版画面モック START */
#login_wrap.select_show {
	width: 950px;
}
/* アラジンECtoB ファッション版画面モック END */
@media screen and (max-width:640px){
/* アラジンECtoB ファッション版画面モック START */
	#login_wrap,
	#login_wrap.select_show {
/* アラジンECtoB ファッション版画面モック END */
	width: 80%;
		margin: 20px auto;
		padding: 10px;
	}
}
#login_box {
	margin: 0 0 30px 0;
	overflow: hidden;
}
#login_header {
	margin: 0 0 20px 0;
	text-align: center;
	/* アラジンECtoB ファッション版 START */
	font-size: 24px;
	font-weight: bold;
	line-height: 1.2;
	/* アラジンECtoB ファッション版 END */
}
@media screen and (max-width:640px){
	#login_header img {
		/*width: 80%;*/
	}
}
.login_form_header {
	margin: 0 0 10px 0;
	line-height: 1.6;
	text-align: left;
	font-size: 13px;
}
/** 代理ログインモード */
.agency_login_title_area {
	padding: 20px;
	margin: 20px 0;
	background: #191970;
	font-size: 16px;
	color: #ffffff;
}
.login_form {
	margin: 0 0 20px 0;
	text-align: left;
	overflow: hidden;
}
.login_form p {
	margin: 0;
}
.login_form input {
	width: 92%;
}
.login_form input[readonly] {
	background: #cccccc;
}
.login_btn {
	margin: 30px 0;
}
.login_btn a {
	padding: 11px 30px 8px 30px;
	background: #D52117;
	border-radius: 5px;
	line-height: 1.6;
	font-size: 16px;
	font-size: 1.6rem;
	color: #FFF;
	cursor: pointer;
	text-decoration: none;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
}
.login_btn a:hover {
	background: #292929;
	text-decoration: none;
}
.reminder_required {
	display: inline-block;
	/display: inline;
	/zoom: 1;
	background: #CC0000;
	/*margin: 0 0 0 20px;*/
	padding: 2px 5px;
	line-height: 1.6;
	font-size: 11px;
	font-size: 1.1rem;
	font-weight: normal;
	text-align: center;
	color: #FFF;
	float: left;
}
@media screen and (max-width:640px){
	.reminder_required {
		float: right;
	}
}

/* -------------------------------------------------------------------------
    新規会員登録画面
---------------------------------------------------------------------------- */
/* Aladdin-EC 3rdリリース #6256 START */
#user_register_wrap,
#user_register_end_wrap {
	width: 735px;
	margin: 25px auto;
	padding: 30px;
	background: #FAFAFA;
	border-radius: 10px;
}
@media screen and (max-width:640px) {
	#user_register_wrap,
	#user_register_end_wrap {
		width: 80%;
		margin: 20px auto;
		padding: 10px;
	}
}
/* Aladdin-EC 3rdリリース #6256 END */

#user_register_wrap .btn_area {
	margin: 30px auto;
}
#user_register_wrap .entry_btn {
	margin: 30px 0;
}
#user_register_wrap .entry_btn a {
	float: none;
	padding: 13px 100px 10px 100px;
}

/* -------------------------------------------------------------------------
    共通・その他
---------------------------------------------------------------------------- */
.inline_text {
	display: inline;
}

.bold {
	font-weight: bold;
}

.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.floatL {
	float: left;
}
.floatR {
	float: right;
}
.large {
	font-size: 16px;
	font-size: 1.6rem;
}
.textSmall {
	font-size: 11px;
	font-size: 1.1rem;
}
.note {
	color: #FF0000;
}
.mt10 {
	margin-top: 10px;
}
.mt20 {
	margin-top: 20px;
}
.mt30 {
	margin-top: 30px;
}
.ml10 {
	margin-left: 10px;
}
.ml15 {
	margin-left: 15px;
}
.ml20 {
	margin-left: 20px;
}
.ml30 {
	margin-left: 30px;
}
.mr10 {
	margin-right: 10px;
}
.mr15 {
	margin-right: 15px;
}
.mr20 {
	margin-right: 20px;
}
.mr30 {
	margin-right: 30px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
.clear {
	clear: both;
}
.nomg {
	line-height: 1.2;
}
.sub_menu_height {
	height:450px;
	overflow-y:scroll;
}
@media screen and (max-width:640px){
	.sub_menu_height {
		height:472px;
		overflow-y:visible;
	}
}

.sub_category_height {
	height: 120px;
	overflow-y: scroll;
}
.stock_num {
	text-align:left;
}

#carouselWrap{
	margin:100px auto;
	width:730px;
	height:235px;
	padding:5px;
	position:relative;
}
#carouse{
	width:890px;
	height:100%;
	overflow:hidden;
}
#carouselInner ul.column{
	width:980px;
	height:155px;
	padding:15px 0 15px 0;
	list-style-type:none;
	float:left;
}
#carouselInner ul.column li{
	float:left;
	margin-right:10px;
	display:inline;
}
#carouselInner ul.column li img{
	border:none;
}
#carouselPrev {
	position:relative;
	top: 50px;
	width:32px;
	height:32px;
}
#carouselNext {
	position:relative;
	top: 50px;
	width:32px;
	height:32px;
}
#carouselPrev img,
#carouselNext img{
	cursor: pointer;
}
.dateInput {
	/*width: 124px;*/
	width: 90px;
	height: 22px;
	padding: 5px 2px;
}
.cart_item_quantity_per_case {
	text-align: left;
	margin: 0 0 5px 0;
	float: left;
}
.holiday .ui-state-default {
	background: #ff9999;
}
.alert_area > ul {
	text-align:left;
	line-height:1.6;
	/* アラジンECtoB 2ndバージョンリリース #4108 START */
	font-size:1.3em;
	/* アラジンECtoB 2ndバージョンリリース #4108 END */
	margin-bottom:12px;
}
#nosearchList {
	font-size:1.3rem;
}
.delivery_list {
	width: 958px;
	padding: 20px 15px;
	border-bottom: #CCC 1px solid;
	background: #FFF;
	overflow: hidden;
}
@media screen and (max-width:640px){
	.delivery_list {
		width: 94%;
	}
}
.delivery_list_area {
	width: 988px;
	margin: 0 0 20px 0;
	border-top: #CCC 1px solid;
	border-left: #CCC 1px solid;
	border-right: #CCC 1px solid;
}
@media screen and (max-width:640px){
	.delivery_list_area {
		width: 100%;
	}
}

/* ボタンを横並びにする
 * ・お届け先編集
 * ・見積完了
 * ・404、500画面などの戻るボタン
 */
#order_info_back_btn,
#order_info_add_btn,
#order_info_mod_btn,
#order_info_del_btn,
#est_end_back_btn,
#else_back_btn {
	display: inline-block;
	/display: inline;
	/zoom: 1;
	margin: 5px 0px 5px 15px;
}
/* ボタンエリア */
.ope_btn_area {
	display: table;
	/display: table;
	width:100%;
	text-align:right;
}
/* ボタンエリア */
.btn_area {
	overflow: hidden;
	margin: 30px auto;
	text-align: center;
}
/* マークなしボタン */
.ope_btn {
	float:right;
}
.ope_btn > a{
	display: block;
	padding: 14px 40px 11px 40px;
	background-color: #D52117;
	border-radius: 5px;
	line-height: 1.6;
	font-size: 18px;
	font-size: 1.8rem;
	color: #FFF;
	cursor: pointer;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
	text-decoration: none;
}
.ope_btn > a:hover {
	background-color: #292929;
	text-decoration: none;
}
/* マークなしボタン(小型) */
.ope_mini_btn {
	float:right;
}
.ope_mini_btn > a{
	display: block;
	border: #CCCCCC 1px solid;
	border-radius: 5px;
	background-color: #D52117;
	line-height: 1.6;
	text-align: center;
	font-size: 13px;
	font-size: 1.3rem;
	color: #FFF;
	padding: 6px 15px;
}
.ope_mini_btn > a:hover {
	background-color: #292929;
	text-decoration: none;
}
/* 新規登録 */
.add_btn > a{
}
/* 更新 */
.mod_btn > a{
}
/* 削除 */
.del_btn > a{
	background-color: #666666;
}
/* 戻る */
.back_btn > a{
	background-color: #A18E5C;
}


/* 横にマークがあるボタン */
.mark_ope_btn {
	float:right;
}
.mark_ope_btn > a{
	display: block;
	padding: 14px 50px 10px 70px;
	background-color: #D52117;
	border-radius: 5px;
	line-height: 1.6;
	font-size: 18px;
	font-size: 1.8rem;
	color: #FFF;
	cursor: pointer;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
	text-decoration: none;
}
.mark_ope_btn > a:hover {
	background-color: #292929;
	text-decoration: none;
}
/* 新規登録 */
.add_btn_mark > a{
	background-image: url(../../img/common/icon_search_bg.png);
	background-repeat: no-repeat;
	background-position: 36px;
}
/* 更新 */
.mod_btn_mark > a{
	background-image: url(../../img/common/icon_search_bg.png);
	background-repeat: no-repeat;
	background-position: 36px;
}
/* 削除 */
.del_btn_mark > a{
	background-color: #666666;
	background-image: url(../../img/common/icon_search_bg.png);
	background-repeat: no-repeat;
	background-position: 36px;
}
/* 戻る */
.back_btn_mark > a{
	background-color: #A18E5C;
	background-image: url(../../img/common/icon_search_bg.png);
	background-repeat: no-repeat;
	background-position: 36px;
}
/* メッセージ */
.message_area{
	line-height:1.6;
	font-size:1.3rem;
	margin-bottom:12px;
}
/* 商品選択リスト */
.quick_item_list_area {
	width: 100%;
	margin: 0 0 10px 0;
	/*
	border-top: #CCC 1px solid;
	border-left: #CCC 1px solid;
	border-right: #CCC 1px solid;
	*/
	overflow: hidden;
}
.quick_item_list {
	width: 100%;
	margin: 0;
	padding: 15px;
	border-bottom: #CCC 1px solid;
	background: #FFF;
	position: relative;
}
/* アラジンECtoB 2ndバージョンリリース #3788 START */
@media screen and (max-width:640px){
	.quick_item_list {
		width: auto;
	}
}
/* アラジンECtoB 2ndバージョンリリース #3788 END */
.quick_item_list:after {
	content: "";
	clear: both;
	display: block;
}
.quick_item_list_image {
	width: 120px;
	margin: 0 10px 0 0;
	float: left;
	text-align: center;
}
.quick_item_list_image img {
	width: 100%;
}
.quick_item_list_content {
	width: 300px;
	float: left;
}
/* アラジンECtoB 2ndバージョンリリース #3662 START */
@media screen and (max-width:640px){
	.quick_item_list_content {
		width: 100%;
	}
}
/* アラジンECtoB 2ndバージョンリリース #3662 END */
.quick_item_list .item_code {
	margin: 0 0 5px 0;
	text-align: left;
	line-height: 1.6;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: bold;
}
.quick_item_list .item_title {
	line-height: 1.6;
	font-size: 15px;
	font-size: 1.5rem;
	word-break:break-all;
}
.quick_item_list_control {
	width: 280px;
	float: right;
}
/* アラジンECtoB 2ndバージョンリリース #3662 START */
@media screen and (max-width:640px){
	.quick_item_list_control {
		width: 100%;
	}
}
/* アラジンECtoB 2ndバージョンリリース #3662 END */
.favorite.disp {
	display: block;
	width: 65px;
	padding: 45px 0 0 0;
	background: url(../../img/common/icon_no_favorite.png) no-repeat 50% 0;
	float: left;
	line-height: 1.2;
	font-size: 10px;
	font-size: 1.0rem;
	text-align: center;
	cursor: default;
	text-decoration: none;
	color: #333;
}
.favorite.disp.active {
	background: url(../../img/common/icon_favorite.png) no-repeat 50% 0;
}
/* 商品メモテーブル */
.favorite_memo_area {
	float: left;
	margin: 0 0 0 10px;
	position: relative;
	/*width:410px;*/
}
.memo_table {
	width: 100%;
	border: none;
	border-collapse: collapse;
}
.memo_table th {
	width: 40px;
}
.row_menu_btn {
	float: right;
	position: relative;
	bottom: 5px;
	right: 5px;
}

/* 未出荷詳細 */
.order_header_area {
	width: 950px;
	margin: 0 0 20px 0;
	padding: 20px 20px 0 20px;
	background: #FFF;
	overflow: hidden;
}
.unshipped_info_spec_table th {
	width:100px;
}

/* 注文履歴詳細 */
.order_detail_area {
	margin: 0 0 20px 0;
}
.history_list .item_quantity {
	width: 100%;
	float: left;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.6;
	text-align: left;
}
@media screen and (max-width:640px){
	.item_list .item_quantity {
		width: 100%;
		float: none;
		margin: 10px 0 20px 0;
		text-align: right;
	}
}

/*
 パスワードリマインダ、
 パスワードリマインダ送信完了
 */
#close_btn {
	text-align:center;
	width: 120px;
	margin: 0 auto;
}
/* お知らせ詳細 */
#pager {
	height:15px;
	padding:10px;
	font-size: 1.3rem;
}

/* 見積履歴詳細 */
#define_estimate {
	width: 320px;
	margin: 0 auto 30px auto;
}
@media screen and (max-width:640px){
	#define_estimate {
		width: 80%;
		margin: 0 auto 30px auto;
	}
}
#define_estimate a {
	display: block;
	padding: 16px 30px 13px 30px;
	background: #D52117;
	border-radius: 5px;
	line-height: 1.6;
	font-size: 20px;
	font-size: 2.0rem;
	color: #FFF;
	cursor: pointer;
	text-decoration: none;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
}
#define_estimate a:hover {
	background: #292929;
}

#define_pdf {
	width: 120px;
	margin: 0 auto 30px auto;
	border: #CCCCCC 1px solid;
	border-radius: 5px;
	background: #F8F7F7;
	line-height: 1.6;
	text-align: center;
	font-size: 13px;
	font-size: 1.3rem;
}
@media screen and (max-width:640px){
	#define_pdf {
		width: 80%;
		margin: 0 auto 30px auto;
	}
}
#define_pdf a {
	display: block;
	padding: 6px 15px;
	text-decoration: none;
}
@media screen and (max-width:640px){
	#define_pdf a {
		color: #0066CC;
	}
	#define_pdf a:hover ,
	#define_pdf a:active ,
	#define_pdf a:visited {
		color: #0066CC;
		text-decoration: none;
	}
}
.logo {
	/*width: 227px;*/
	max-height: 50px;
}
.webNote{
	margin: 0;
	padding: 0;
	border: none;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	list-style-type: none;
	text-align: left;
	font-size: 13px;
	font-size: 1.3rem;
	word-break:break-all;
}
/* アラジンECtoB 2ndバージョンリリース #3772 START */
@media screen and (max-width:640px){
	.webNote img{
		width: auto;
		max-width: 100%;
	}
}
/* アラジンECtoB 2ndバージョンリリース #3772 END */

.siteDetailNote{
	padding: 0;
	border: none;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	list-style-type: none;
	text-align: left;
	font-size: 13px;
	font-size: 1.3rem;
}
/* アラジンECtoB 2ndバージョンリリース #3654 START */
@media screen and (max-width:640px){
	.siteDetailNote img{
		width: auto;
		max-width: 100%;
	}
}
/* アラジンECtoB 2ndバージョンリリース #3654 END */
.menuWidth{
	width:220px;
	float: right;
}
@media screen and (max-width:640px){
	.menuWidth{
		width: 100%;
	}
}

.detailImageWidth {
	width: 400px;
}
@media screen and (max-width:640px){
	.detailImageWidth {
		width: 100%;
	}
}
.pdf_list {
	margin: 0 0 30px 0;
}
.pdf_list_btn {
	float: left;
}
.pdf_list_name {
	text-align:left;
	padding: 11px 0 0 100px;
	word-break:break-all;
}

/* FireFox対策。FireFoxではこれをつけないとフッターが右に回り込む (2014/05/20) */
footer{
	clear: both;
}

/* おすすめ商品 */
.recommend_item {
	word-break:break-all;
}

/* アラジンECtoB 2ndバージョンリリース #3468 START */
@media screen and (max-width:640px){
	#search_cat1,
	#search_cat2,
	#search_cat3,
	#search_cat4,
	#search_cat5,
	#search_cat6,
	#search_cat7,
	#search_cat8,
	#search_cat9,
	#search_cat10,
	#search_catalog {
		width: 100%;
	}

}
/* アラジンECtoB 2ndバージョンリリース #3468 END */
/* アラジンECtoB 2ndバージョンリリース #3473 START */
.history_list_tables {
	float:right;
}
@media screen and (max-width:640px){
	.history_list_tables {
		float:none;
	}
}
/* アラジンECtoB 2ndバージョンリリース #3473 END */
/* アラジンECtoB 2ndバージョンリリース #3474 START */
@media screen and (max-width:640px){
	#est_end_back_btn {
	}
}
/* アラジンECtoB 2ndバージョンリリース #3474 END */

/* アラジンECtoB 2ndバージョンリリース #3534 START */
.item_remarks_table {
	width: 100%;
	border: none;
	border-collapse: collapse;
}
.item_remarks_table th {
	width: 25%;
	padding: 5px 10px;
	border-bottom: #FFF 2px solid;
	line-height: 1.6;
	text-align: right;
	background: #EEE;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: normal;
}
.item_remarks_table td {
	padding: 5px 10px;
	border-bottom: #FFF 2px solid;
	line-height: 1.6;
	text-align: left;
	background: #FFF;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: normal;
	word-break: break-all;

}
@media screen and (max-width:640px){
	.item_remarks_table td {
		padding: 6px 10px;
	}
}
/* アラジンECtoB 2ndバージョンリリース #3534 END */

/* アラジンECtoB 2ndバージョンリリース #3546 START */
.cart_item_no,
.history_list_no {
	margin: 0 10px 0 0;
	float: left;
	width: 25px;
}
@media screen and (max-width:640px){
	.cart_item_no,
	.history_list_no {
		margin: 0 5px 0 0;
	}
}
/* アラジンECtoB 2ndバージョンリリース #3546 END */
/* アラジンECtoB 2ndバージョンリリース #3562 START */
@media screen and (max-width:640px){
	img {
		width: 100%;
	}
	.sp_hide {
		visibility: hidden !important;
	}
}


#menu_search_keyword_input_form {
	/* Aladdin-EC ファッション版機能マージ_5663 ADD-S */
	/* 2014/08/28 MOD START */
	width: 155px;
	/* 2014/08/28 MOD END */
	/* Aladdin-EC ファッション版機能マージ_5663 ADD-E */
	/* アラジンECtoB ファッション版 START */
	/*
	float: left;
	*/
	/* アラジンECtoB ファッション版 END */
}
#menu_search_btn {
	/* アラジンECtoB ファッション版 START */
	/*
	float: left;
	*/
	display: inline;
	/display: inline;
	/* アラジンECtoB ファッション版 END */
}
@media screen and (max-width:640px){
	#menu_search_keyword_input_form {
		float: none;
		margin-top: 2.08%;
		vertical-align: top;
	}
	#menu_search_btn {
		float: none;
		width: 12%;
		height: 100%;
	}
	/* アラジンECtoB ファッション版 START */
	/*
	#menu_search_btn a {
		display: block;
		background: #D52117 url(../../img/common/btn_search.png) no-repeat;
		background-position: center center;
		background-size:  100% 100%;
		-webkit-background-size:  100% 100%;
		-moz-background-size:  100% 100%;
		-o-background-size:  100% 100%;
		-ms-background-size:  100% 100%;
	}
	#menu_search_btn a:hover {
	background: #292929 url(../../img/common/btn_search.png) no-repeat;
		background-position: center center;
		background-size:  100% 100%;
		-webkit-background-size:  100% 100%;
		-moz-background-size:  100% 100%;
		-o-background-size:  100% 100%;
		-ms-background-size:  100% 100%;
	}
	*/
	/* アラジンECtoB ファッション版 END */
}
/* アラジンECtoB 2ndバージョンリリース #3562 END */
/* CSVメモインポート/エクスポート対応 START */
/* アラジンECtoB 2ndバージョンリリース #3652 START */
.favorite_memo_menu {
	overflow: hidden;
	margin: 30px auto;
	text-align: center;
}
.csv_download_btn,
.csv_upload_btn {
	display: inline-block;
	/display: inline;
	/zoom: 1;
}
@media screen and (max-width:640px){
	.csv_download_btn {
		display: block;
		margin: 15px 10%;
		clear: both;
	}
	.csv_upload_btn {
		font-size: 15px;
		font-size: 1.5rem;
		display: block;
		margin: 15px 10%;
		clear: both;
	}
}
.csv_download_btn a,
.csv_upload_btn a {
	display: block;
	padding: 10px 20px 10px 20px;
	background: #D52117;
	border-radius: 5px;
	line-height: 1.6;
	font-size: 18px;
	font-size: 1.8rem;
	color: #FFF;
	cursor: pointer;
	text-decoration: none;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
}
.csv_download_btn a:hover,
.csv_upload_btn a:hover {
	background: #292929;
	text-decoration: none;
}

/* アラジンECtoB 2ndバージョンリリース #3652 END */

#file_area {
	margin-bottom: 40px;
}
#csv_btn_area {
	overflow: hidden;
	margin: 20px auto;
	text-align: center;
}
@media screen and (max-width:640px){
	#csv_btn_area {
		margin: 0;
	}
}
#csvRegBtn,
#backBtn,
#csvDlBtn {
	display: inline-block;
	/display: inline;
	/zoom: 1;
	margin: 0 5px;
}
@media screen and (max-width:640px){
	#csvRegBtn {
		display: block;
		width: 46%;
		margin: 0 0 30px 5px;
		float: left;
	}
	#backBtn {
		display: block;
		float: right;
		width: 46%;
		margin: 0 5px 30px 0;
	}
	#csvDlBtn {
		display: block;
		margin: 15px 10%;
		clear: both;
	}
}
#csvRegBtn.btn {
	border: #666 1px solid;
}
#csvRegBtn a {
	display: block;
	padding: 14px 20px 11px 20px;
	background: #666;
	border-radius: 5px;
	line-height: 1.6;
	font-size: 14px;
	font-size: 1.4rem;
	color: #FFF;
	text-decoration: none;
	font-size: 15px;
	font-size: 1.5rem;
}
#csvRegBtn a:hover {
	background: #292929;
	color: #FFF;
	text-decoration: none;
}
#backBtn a {
	display: block;
	margin: 0 15px;
	padding: 14px 20px 11px 20px;
	background: #A18E5C;
	border-radius: 5px;
	line-height: 1.6;
	font-size: 14px;
	font-size: 1.4rem;
	color: #FFF;
	text-decoration: none;
	font-size: 15px;
	font-size: 1.5rem;
}
#backBtn a:hover {
	background: #292929;
	color: #FFF;
	text-decoration: none;
}
@media screen and (max-width:640px){
	#backBtn a {
		margin: 0;
	}
	#backBtn a:hover {
	}
	#csvRegBtn a {
		margin: 0;
	}
	#csvRegBtn a:hover {
	}
}

/* CSVメモインポート/エクスポート対応 END */
/* アラジンECtoB 2ndバージョンリリース #3603 START */
/* アラジンECtoB 2ndバージョンリリース #4631 START */
.history_header_import_div {
	width: 400px;
	min-height: 30px;
	margin: 5px 0;
	float: right;
	text-align: left;
}
/* アラジンECtoB 2ndバージョンリリース #4631 END */
@media screen and (max-width:640px){
	.history_header_import_div {
		width: 100%;
		float: none;
	}
}
/* アラジンECtoB 2ndバージョンリリース #3603 END */
/* アラジンECtoB 2ndバージョンリリース #3602 START */
/* アラジンECtoB 2ndバージョンリリース #4631 START */
.history_header_shipmentdate {
	width: 400px;
	min-height: 30px;
	margin: 5px 0;
	float: left;
	text-align: left;
}
@media screen and (max-width:640px){
	.history_header_shipmentdate {
		width: 100%;
		float: none;
	}
}
/* アラジンECtoB 2ndバージョンリリース #4631 END */
/* アラジンECtoB 2ndバージョンリリース #3602 END */
/* アラジンECtoB 2ndバージョンリリース #3645 START */
#login_header p {
	margin:3px 0;
	line-height: 1.6;
	font-size: 10px;
	font-size: 1.0rem;
	text-align: center;
	color: #A18E5C;
	font-weight: bold;
	word-break:break-all;
}
/* アラジンECtoB 2ndバージョンリリース #3645 END */

/* アラジンECtoB 2ndバージョンリリース #3693 START */
#actionerrors_div_plusminus a{
	display: inline-block;
	background: #D52117;
	border-radius: 5px;
	line-height: 1.6;
	color: #FFF;
	text-decoration: none;
	font-size: 15px;
	font-size: 1.5rem;
	width: 40px;
	text-align: center;
}
#actionerrors_div_plusminus a:hover {
	background: #292929;
	color: #FFF;
	text-decoration: none;
}
#actionerrors_explain {
}
#recentBtn a {
	display: block;
	padding: 14px 20px 11px 20px;
	background: #A18E5C;
	border-radius: 5px;
	line-height: 1.6;
	font-size: 14px;
	font-size: 1.4rem;
	color: #FFF;
	text-decoration: none;
	font-size: 15px;
	font-size: 1.5rem;
}
#recentBtn a:hover {
	background: #292929;
	color: #FFF;
	text-decoration: none;
}
/* アラジンECtoB 2ndバージョンリリース #3693 END */
/* アラジンECtoB 2ndバージョンリリース #3714 START */
#charge_note_area {
	font-size: 13px;
	font-size: 1.3rem;
	color: #FF0000;
	margin: 10px 0;
	text-align: left;
}
/* アラジンECtoB 2ndバージョンリリース #3714 END */
/* アラジンECtoB 2ndバージョンリリース #3702 START */
.rank_name {
	display: table-cell;
	width: 190px;
	text-align: left;
	vertical-align: top;
}
@media screen and (max-width:640px){
	.rank_name {
		width: 100%;
	}
}

/* アラジンECtoB 2ndバージョンリリース #3702 END */
/* アラジンECtoB 2ndバージョンリリース #4031 START */
#cart_header_table {
}
#cart_header_table th {
	padding: 3px 3px;
	text-align: right;
	background: #EEE;

}

#cart_header_table td {
	padding: 1px 3px 1px 3px;
	text-align: right;
	background: #FFF;
}

#cart_header_table th.header_cart_amount,
#cart_header_table th.header_cart_price {
	border-right: #FFF 2px solid;
	border-bottom: #FFF 2px solid;
}
#cart_header_table td.header_cart_amount,
#cart_header_table td.header_cart_price {
	border-top: #FFF 2px solid;
}

#cart_header_table th.header_cart_amount { width: 65px; }
#cart_header_table th.header_cart_price { width: 125px; }

/* アラジンECtoB 2ndバージョンリリース #4031 START */
/* アラジンECtoB 2ndバージョンリリース #4631 START */
.blank_header_div {
	width: 400px;
	min-height: 30px;
	margin: 5px 0;
	float: left;
	text-align: left;
}
@media screen and (max-width:640px){
	.blank_header_div {
		display: none;
	}
}
/* アラジンECtoB 2ndバージョンリリース #4631 END */
/* アラジンECtoB ファッション版画面モック No.9 START */
#cond_close {
	float: right;
	line-height: 1.6;
	text-align: right;
	font-size: 15px;
	font-size: 1.5rem;
}
.brand_info {
	/* Aladdin-EC ファッション版画面モック #5671 START */
	width: 980px;
	/* Aladdin-EC ファッション版画面モック #5671 END */
	border: #CCCCCC 1px solid;
	border-radius: 5px;
	background-color: white;
	line-height: 1.6;
	font-size: 13px;
	font-size: 1.3rem;
	padding: 3px;
	margin: 0 0 40px 0;
}
.brand_img {
	margin: 10px 5px 10px 5px ;
}
/* Aladdin-EC ファッション版画面モック #5671 START */
.brand_img img {
	/* Rev.12>>> Aladdin-EC ファッション版対応 確認_15 START */
	/* width: 100%; */
	width: auto;
	/* <<<Rev.12 Aladdin-EC ファッション版対応 確認_15 END */
}
/* Aladdin-EC ファッション版画面モック #5671 END */
/* Aladdin-EC ファッション版画面モック #5671 START */
@media screen and (max-width:640px){
	.brand_info {
		width: 96%;
		padding: 2%;
	}
}
/* Aladdin-EC ファッション版画面モック #5671 END */

.brand_note {
	width: 920px;
	text-align: left;
	vertical-align: top;
	margin: 10px 5px 10px 25px ;
}
.brand_table {
	width: 920px;
	border: none;
	border-collapse: collapse;
	margin: 10px 0px 10px 25px ;
}
.brand_table th {
	width: 25%;
	padding: 5px 10px;
	border-bottom: #FFF 2px solid;
	line-height: 1.6;
	text-align: right;
	background: #EEE;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: normal;
}
.brand_table td {
	padding: 5px 10px;
	border-bottom: #FFF 2px solid;
	line-height: 1.6;
	text-align: left;
	background: #FFF;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: normal;
	word-break: break-all;

}

.cart_area {
	overflow: hidden;
	/*margin: 20px 0;*/
	margin-bottom: 20px;
	text-align: right;
	/* Aladdin-EC ファッション版画面モック #5650 START */
	width: 100%;
	/* Aladdin-EC ファッション版画面モック #5650 START */
}
@media screen and (max-width:640px){
	.cart_area {
		margin: 0;
		text-align: center;
	}
}
.cart {
	display: inline-block;
	/display: inline;
	/zoom: 1;
	/*margin: 0 15px;*/
	margin-left: 5px;
}
@media screen and (max-width:640px){
	.cart.in {
		margin: 15px 10% 0px 10%;
		clear: both;
	}
	.cart.show {
		margin: 15px 10% 15px 10%;
		clear: both;
	}
}
.cart a {
	display: block;
	padding: 14px 50px 11px 70px;
	background: #D52117 url(../../img/common/icon_cart_bg.png) no-repeat 22px 50%;
	border-radius: 5px;
	line-height: 1.6;
	font-size: 18px;
	font-size: 1.8rem;
	color: #FFF;
	cursor: pointer;
	text-decoration: none;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
}
.cart a:hover {
	background: #292929 url(../../img/common/icon_cart_bg.png) no-repeat 22px 50%;
	text-decoration: none;
}
/* アラジンECtoB for ファッション 1stリリース #6431 START */
.cart.show a {
	background: #2547B5 url(../../img/common/icon_cart_bg.png) no-repeat 22px 50%;
}
.cart.show a:hover {
	background: #292929 url(../../img/common/icon_cart_bg.png) no-repeat 22px 50%;
	text-decoration: none;
}
/* アラジンECtoB for ファッション 1stリリース #6431 END */
@media screen and (max-width:640px){
	.cart a {
		padding: 11px 40px 8px 60px;
	}
	.cart a:hover {
	}
}
.disp_cnt {
	float: right;
	text-align: right;
	line-height: 1.6;
	font-size: 13px;
	font-size: 1.3rem;
}
/* モード選択ボタン */
.mode_area {
	overflow: hidden;
	margin: 20px auto;
	text-align: center;
}
.mode {
	display: inline-block;
	/display: inline;
	/zoom: 1;
	margin: 0px -2px;
}
@media screen and (max-width:640px){
	.mode {
		display: block;
		margin: 15px 5px;
		clear: both;
	}
}
.mode a {
	display: block;
	padding: 7px 30px 7px 30px;
	border: #CCCCCC 1px solid;
	color: #0066CC;
	background-color: #F8F7F7;
	line-height: 1.6;
	font-size: 13px;
	font-size: 1.3rem;
	cursor: pointer;
	text-decoration: none;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
}
.mode a:hover {
	text-decoration: none;
}
.mode.selected a {
	background-color: #CCCCCC;
	color: #FFF;
	cursor: default;
}
.mode.selected a:hover {
	cursor: default;
}
@media screen and (max-width:640px){
	.mode a {
		border-radius: 5px;
		padding: 11px 50px 11px 50px;
	}
	.mode a:hover {
	}
	.mode.selected a {
		border-radius: 5px;
		cursor: default;
	}
	.mode.selected a:hover {
		cursor: default;
	}
}
.mode.right_edge a {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.mode.left_edge a {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
@media screen and (max-width:640px){
	.mode.right_edge a {
		border-radius: 5px;
	}
	.mode.left_edge a {
		border-radius: 5px;
	}
}

/* 画像表示モード */
/* お気に入り */
/*
.image_disp_favorite_border {
	margin-left: auto;
	margin-right: auto;
	width: 65px;
}
.image_disp_favorite a {
	display: block;
	width: 40px;
	height: 5px;
	padding: 35px 0 0 0;
	background: url(../../img/common/icon_no_favorite.png) no-repeat 50% 5px;
	background-size: 75%;
	line-height: 1.2;
	font-size: 10px;
	font-size: 1.0rem;
	text-align: center;
	cursor: pointer;
	text-decoration: none;
	color: #333;
	border:  none;
}
.image_disp_favorite.active a {
	background: url(../../img/common/icon_favorite.png) no-repeat 50% 5px;
}
@media screen and (max-width:640px){
	.image_disp_favorite a {
		margin: 0 20px 0 0;
	}
	.image_disp_favorite.active a {
		text-decoration: none;
	}
}
*/

/* 枠 */
.item_image_disp_list_area {
	width: 988px;
	margin: 0 0 20px 0;
	overflow: hidden;
}
@media screen and (max-width:640px){
	.item_image_disp_list_area {
		width: 100%;
		margin: 0 0 20px 0;
		border: none;
		overflow: visible;
		position: relative;
	}
	.item_image_disp_list_area:after {
		content: "";
		clear: both;
		display: block;
	}
}
.item_image_disp_list {
	width: 25%;
	float: left;
	/*border: #CCC 1px solid;*/
	background: #FFF;
}
@media screen and (max-width:640px){
	.item_image_disp_list {
		width: 50%;
	}
}
.item_image_disp_list_item {
	border: #CCC 1px solid;
	background: #FFF;
}
.item_image_disp_list_item:hover {
	background: #FCE1E0;
}
.item_image_disp_list_item_thumb {
	margin: 0px 0px 10px 0px;
	cursor: pointer;
}
.item_image_disp_list_item_thumb img {
	width: 100%;
}
.item_image_disp_list_title {
	word-break:break-all;
}


/* マトリクスモード */
.item_matrix_disp_list_area {
	/*width: 988px;*/
	margin: 0 0 20px 0;
	overflow: hidden;
}
@media screen and (max-width:640px){
	.item_matrix_disp_list_area {
		width: 100%;
		margin: 0 0 20px 0;
		border: none;
		overflow: visible;
		position: relative;
	}
	.item_matrix_disp_list_area:after {
	  content: "";
	  clear: both;
	  display: block;
	}
}

.item_matrix_area {
	/*width: 988px;*/
	margin: 0 0 20px 0;
	overflow: hidden;
}
@media screen and (max-width:640px){
	.item_matrix_area {
		width: 100%;
		margin: 0 0 20px 0;
		border: none;
		overflow: visible;
		position: relative;
	}
	.item_matrix_area:after {
	  content: "";
	  clear: both;
	  display: block;
	}
}

.item_matrix_list {
	margin-bottom: 15px;
	padding: 15px 0px 15px 15px;
	border: #CCC 1px solid;
	background: #FFF;
	position: relative;
}
@media screen and (max-width:640px){
	.item_matrix_list {
		width: 94%;
		margin: 0;
		padding: 3%;
		float: left;
	}
}
.item_matrix_list:after {
	content: "";
	clear: both;
	display: block;
}
.item_matrix_list .item_code {
	margin: 0 0 5px 0;
	text-align: left;
	line-height: 1.6;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: bold;
	word-break:break-all;
}
.item_matrix_list .item_title {
	line-height: 1.6;
	font-size: 15px;
	font-size: 1.5rem;
	word-break:break-all;
}
@media screen and (max-width:640px){
	.item_matrix_list .item_code,
	.item_matrix_list .item_title {
		margin: 0 0 5px 0;
		text-align: left;
		line-height: 1.6;
		font-weight: bold;
		font-size: 14px;
		font-size: 1.4rem;
		word-break:break-all;
	}
}
.item_matrix_list_content {
	width: 400px;
	float: left;
	margin-right: 10px;
}
@media screen and (max-width:640px){
	.item_matrix_list_content {
		width: 100%;
		float: none;
	}
}
.right_border {
	border-right: #CCC 1px dotted;
}
@media screen and (max-width:640px){
	.right_border {
		border-right: none;
	}
}
/* ダイアログ時 */
.item_matrix_disp_list_area.sub {
	width: 100%;
}
.item_matrix_area.sub {
	width: 100%;
}
.item_matrix_list.sub {
	width: 100%;
}
.item_matrix_list_content.sub {
	width: 350px;
	float: left;
	margin-right: 10px;
}

/** マトリクステーブル */
table.matrix {
	width: 100%;
}

table.matrix thead,
table.matrix tfoot {
	border: solid #e5e5e4 1px;
	background-color: rgb(226, 223, 220);
}
table.matrix thead tr th,
table.matrix tfoot tr th {
	border-right: solid #e4e1de 1px;
	border-bottom: solid #e4e1de 1px;
}
/* Rev.15>>> */
table.matrix tbody tr {
	border-left: solid #e4e1de 1px;
	border-bottom: solid #dfdfdf 1px;
}
table.matrix th,
table.matrix td {
	text-align: left;
	_padding: 0.5em 0.7em;
	padding: 7px 5px 5px 5px;
	height: 50px;
	box-sizing: border-box;
}
@media screen and (max-width:640px){
	table.matrix td {
		height: 75px;
	}
}
/* <<<Rev.15 */

table.matrix thead th,
table.matrix tbody th,
table.matrix tfoot th {
	background-color: rgb(226, 223, 220);
	text-align: center;
}

table.matrix thead th,
table.matrix thead td,
table.matrix tfoot th,
table.matrix tfoot td {
	color: #444;
	font-size: 1.17em;
	font-weight: bold;
}
.item_matrix_table {
	margin-bottom: 15px;
}

/* マトリクステーブル内のセル */
.stockHeader {
	width: 80px;
	text-align: center;
	font-size: 1.17em;
	vertical-align: middle;
	font-weight: bold;
	border-bottom: solid #e4e1de 1px;
}
.stockCell,
.blankCell {
	text-align: center;
	border-right: solid #e4e1de 1px;
}
.stockCell input{
	width: 40px;
}
.stockHeader.in_focus_row_col,
.colmn_header.in_focus_row_col,
.colmn_footer.in_focus_row_col,
.stockCell.in_focus_row_col{
	background-color: #FFFFCC;
}
.stockCell.in_focus{
	background-color: #FFCCCC;
}

.stock_field_caption,
.order_field_caption {
	display: inline-block;
	/display: inline;
	width: 70px;
	/zoom: 1;
	font-size: 11px;
	font-size: 1.1rem;
}
.stock_field_value,
.order_field_value {
	display: inline-block;
	/display: inline;
	/zoom: 1;
	font-size: 11px;
	font-size: 1.1rem;
}



/* ダイアログ時 */
.stock_field_caption.sub,
.order_field_caption.sub {
	width: 45px;
}
/* Rev.12>>> Aladdin-EC ファッション版対応 確認_7 MOD-S */
/*
.stockCell.sub input{
	width: 30px;
}
*/
/* Rev.12>>> Aladdin-EC ファッション版対応 確認_7 MOD-S */
/* SKUモード */
.sku {
	width: 100%;
	border: #EEE 1px solid;
	margin-bottom: 15px;
}
.sku th {
	line-height: 1.6;
	background: #EEE;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: bold;
}
.sku td {
	padding: 5px 10px;
	border: #EEE 1px solid;
	line-height: 1.6;
	text-align: left;
	_background: #FFF;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: normal;
}
@media screen and (max-width:640px){
	.sku td {
		border-top: none;
		border-left: none;
		border-right: none;
		border-bottom: #CCC 1px dashed;
	}
	.sku tr td:last-child {
		border: none;
	}
}
.sku th.code { width: 110px; }
.sku th.name { width: auto; }
.sku th.name.disp { width: auto; }
.sku th.color { width: 80px; }
.sku th.size { width: 80px; }
.sku th.tanka { width: 90px; }
/* Rev.12>>> アラジンECtoB ファッション版【SKU時の表示】START */
.sku th.num { width: 210px; }
.sku th.num.disp { width: 110px; }
/* <<<Rev.12 アラジンECtoB ファッション版【SKU時の表示】END */
.sku th.price { width: 120px; }
/* アラジンECtoB ファッション版【在庫数表示ONのときに、カラー・サイズ一覧モードでも在庫数を表示する】START */
.sku th.stock { width: 70px; }
/* アラジンECtoB ファッション版【在庫数表示ONのときに、カラー・サイズ一覧モードでも在庫数を表示する】END */
.sku th.status { width: 110px; }

.sku td.num {
	/* Rev.12>>> アラジンECtoB ファッション版【SKU時の表示】START */
	width: 210px;
	/* <<<Rev.12 アラジンECtoB ファッション版【SKU時の表示】END */
	padding-right: 0px;
}
/* Rev.12>>> アラジンECtoB ファッション版【SKU時の表示】START */
.sku th.num.disp,
.sku td.num.disp {
	width: 90px;
}
@media screen and (max-width:640px){
	.sku td.num {
		width: 100%;
	}
	.sku th.num.disp,
	.sku td.num.disp {
		width: 100%;
	}
}
/* <<<Rev.12 アラジンECtoB ファッション版【SKU時の表示】END */
.sku td.num input{
	width: 40px;
}
/* Rev.12>>> Aladdin-EC ファッション版対応 確認_7 ADD-S */
@media screen and (max-width:640px){
	.sku td.num input {
		width: 55px;
	}
}
/* <<<Rev.12 Aladdin-EC ファッション版対応 確認_7 ADD-E */
/* Rev.12>>> アラジンECtoB ファッション版【SKU時の表示】START */
.sku td.code,
.sku td.name,
.sku td.color,
.sku td.size,
.sku.sub td.name {
	word-break:break-all;
}
.sku.sub td.name {
	width: auto;
}

/* <<<Rev.12 アラジンECtoB ファッション版【SKU時の表示】END */
.sku th.ext_item { min-width: 120px; }

/* tablesaw */
.sku.tablesaw {
	;
}
@media screen and (max-width:640px){
	.sku.tablesaw {
	border-collapse: separate;
		border-spacing: 0px 5px;
	}
}

/* アラジンECtoB for ファッション 1stリリース #6428 START */
.sku.tablesaw tbody td.in_focus_row_col,
.sku.sub.tablesaw tbody td.in_focus_row_col {
	background-color: #FFFFCC;
}
.sku.tablesaw tbody td.in_focus,
.sku.sub.tablesaw tbody td.in_focus {
	background-color: #FFCCCC;
}
/* アラジンECtoB for ファッション 1stリリース #6428 END */
.sku.tablesaw th,
.sku.tablesaw thead tr:first-child th {
	line-height: 1.6;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: bold;
}
.sku.tablesaw tbody td .tablesaw-cell-label {
	line-height: 1.6;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: bold;
	/* Aladdin-EC ファッション版画面モック #5747 START */
	/*display: inline-block;*/
	/* Aladdin-EC ファッション版画面モック #5747 END */
	width: 30%;
}

@media screen and (max-width:640px){
	.sku.tablesaw tbody td {
		border-right: #CCC 1px solid;
		border-left: #CCC 1px solid;
		word-break:break-all;
		/* Aladdin-EC ファッション版画面モック #5833 START */
		font-size: 13px;
		font-size: 1.3rem;
		/* Aladdin-EC ファッション版画面モック #5833 END */
	}
	.sku.tablesaw tbody tr td:first-child {
		border-top: #CCC 1px solid;
	}
	.sku.tablesaw tbody tr td:last-child {
		border-bottom: #CCC 1px solid;
	}
}

.item_image_list li{
	display: inline-block;
	/display: inline;
	/zoom: 1;
	margin-right: 1.45%;
}
/** ダイアログ時 */
.sku.sub th.name {
	width: 200px;
}
.sku.sub td.name {
	white-space: pre;           /* CSS 2.0 */
	white-space: pre-wrap;      /* CSS 2.1 */
	white-space: pre-line;      /* CSS 3.0 */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap;  /* HP Printers */
	word-break: break-all;      /* IE 5+ */
}
/* アラジンECtoB ファッション版【数量入力ダイアログでもお気に入りと商品メモを表示する】START */
.sku.sub th.color { width: 60px; }
.sku.sub th.size { width: 60px; }
.sku.sub th.stock { width: 60px; }
.sku.sub th.tanka { width: 80px; }
.sku.sub th.num { width: 180px; }
.sku.sub th.price { width: 100px; }
/* アラジンECtoB ファッション版【数量入力ダイアログでもお気に入りと商品メモを表示する】START */


/* 画面下部のメニュー */
.sub_navi_head_cart,
.sub_navi_head_show_brand {
	margin: 0 0 10px 0;
	padding: 0 0 5px 50px;
	border-bottom: #CCC 1px solid;
	text-align: left;
	line-height: 1.6;
	font-weight: bold;
	font-size: 16px;
	font-size: 1.6rem;
	background: url(../../img/common/side_icon_category.png) no-repeat 10px 0;
}
@media screen and (max-width:640px){
	.sub_navi_head_cart,
	.sub_navi_head_show_brand {
		/* Rev.13>>> Aladdin-EC ファッション版対応 確認_20 EDIT-S */
		/*
		width: 100%;
		margin: 0 0 10px 0;
		*/
		/* <<<Rev.13 Aladdin-EC ファッション版対応 確認_20 EDIT-E */
		margin: 10px 0 10px 0;
		padding: 0 0 5px 50px;
		border-bottom: #CCC 1px solid;
		text-align: left;
		line-height: 1.6;
		font-weight: bold;
		font-size: 16px;
		font-size: 1.6rem;
	}
}

.sub_navi_cart td,
.sub_navi_cart th,
.sub_navi_show_brand td,
.sub_navi_show_brand th {
	line-height: 1.6;
	font-size: 13px;
	font-size: 1.3rem;
	padding: 8px;
	word-break:break-all;
}
.sub_navi_cart th,
.sub_navi_show_brand th {
	border-bottom: #CCC 1px solid;
}

/** ダイアログボタン */
.input_decide_btn {
	float: right;
}
.cancel_btn {
	float: left;
}
.input_decide_btn a,
.cancel_btn a {
	display: block;
	margin: 0 15px;
	padding: 14px 40px 11px 40px;
	background: #D52117;
	border-radius: 5px;
	line-height: 1.6;
	font-size: 18px;
	font-size: 1.8rem;
	color: #FFF;
	cursor: pointer;
	text-decoration: none;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
}
.input_decide_btn a:hover,
.cancel_btn a:hover {
	background: #292929;
	text-decoration: none;
}
@media screen and (max-width:640px){
	.input_decide_btn a,
	.cancel_btn a {
		margin: 0;
		padding: 10px 15px;
		font-size: 14px;
		font-size: 1.4rem;
	}
	.input_decide_btn a:hover,
	.cancel_btn a:hover {
	}
}

.cart_list_content {
	width: 320px;
	float: left;
	margin-right: 10px;
}
@media screen and (max-width:640px){
	.cart_list_content {
		width: 100%;
		float: none;
	}
}

.cart_sum_list_content {
	width: 350px;
	float: left;
	margin-right: 5px;
}
@media screen and (max-width:640px){
	.cart_sum_list_content {
		width: 100%;
		float: none;
	}
}
.cart_sum_list_control {
	padding: 0 15px 0 5px;
	border-left: #CCC 1px dotted;
	float: right;
	text-align: right;
}
@media screen and (max-width:640px){
	.cart_sum_list_control {
		padding: 0;
		border: none;
		float: none;
		overflow: hidden;
		text-align: right;
		margin-top: 10px;
	}
}

/** カートの合計欄 */
.cart_all_total_area {
	margin-bottom: 15px;
	display: block;
}
/** オープン価格商品注釈欄 */
.under_cart_all_total_area {
	text-align: right;
	font-size: 13px;
	font-size: 1.3rem;
	margin-bottom: 30px;
}

.cart_all_total_column {
	float: right;
}

.cart_all_total_price_header,
.cart_all_total_price_sum_value {
	width: 180px;
	padding: 15px;
	text-align: right;
	line-height: 1.6;
	font-size: 14px;
	font-size: 1.4rem;
}
.cart_all_total_price_header {
	text-align: center;
	border: #CCC 1px solid;
	background: #EEE;
}
.cart_all_total_price_sum_value {
	border-left: #CCC 1px solid;
	border-right: #CCC 1px solid;
	border-bottom: #CCC 1px solid;
	background: #FFF;
	font-weight: bold;
	color: #CC0000;
}
@media screen and (max-width:640px){
	.cart_all_total_column {
		float: none;
	}
	.cart_all_total_price_header {
		width: auto;
		padding: 15px;
	}
	.cart_all_total_price_sum_value {
		padding: 15px 10px 15px 5px;
		width: auto;
	}
}

/** 商品情報表示部分 */
.item_info {
	margin-bottom: 15px;
	padding: 15px;
	border: #CCC 1px solid;
	background: #FFF;
	position: relative;
	overflow: hidden;
}
@media screen and (max-width:640px){
	.item_info {
		padding: 20px 10px;
	}
}
.item_no {
	margin: 0 10px 0 0;
	/*float: left;*/
	display: inline-block;
	vertical-align: top;
	width: 25px;
}
@media screen and (max-width:640px){
	.item_no {
		margin: 0 5px 0 0;
	}
}
.item_image {
	width: 120px;
	margin: 0 20px 0 0;
	/*float: left;*/
	display: inline-block;
	vertical-align: top;
	text-align: center;
}
@media screen and (max-width:640px){
	.item_image {
		width: 60%;
		margin: 0 auto 20px auto;
		float: none;
	}
}
.item_image img {
	width: 100%;
}

.item_web_remarks,
.item_info_content,
.item_info_price {
	/*float: left;*/
	display: inline-block;
	vertical-align: top;
	margin-right: 5px;
}
.item_web_remarks {
	width: 28%;
	height: 150px;
}
.item_info_content {
	width: 28%;
	height: 150px;
}
.item_info_price {
	width: 22%;
	height: 150px;
}
.item_web_remarks.is_cart {
	display: none;
}
.item_info_content.is_cart {
	width: 36%;
	height: 150px;
}
.item_info_price.is_cart {
	width: 31%;
	height: 150px;
}


.item_info_content .item_code,
.item_info_content .item_title {
	line-height: 1.6;
	font-size: 15px;
	font-size: 1.5rem;
}
.item_info_content .item_code {
	margin: 0 0 5px 0;
	text-align: left;
	font-weight: bold;
}
.item_info_content .item_title {
	word-break:break-all;
}
@media screen and (max-width:640px){
	.item_info_content,
	.item_info_price {
		width: 100%;
		float: none;
	}
	.item_info_content .item_code,
	.item_info_content .item_title {
		margin: 0 0 5px 0;
		text-align: left;
		line-height: 1.6;
		font-weight: bold;
		font-size: 14px;
		font-size: 1.4rem;
		word-break:break-all;
	}
}
.item_info_control {
	padding: 0 0 0 5px;
	border-left: #CCC 1px dotted;
	/*float: right;*/
	display: inline-block;
	vertical-align: top;
	text-align: right;
}
@media screen and (max-width:640px){
	.item_info_control {
		padding: 0;
		border: none;
		float: none;
		overflow: hidden;
		display: block;
		margin-top: 10px;
		margin-bottom: 10px;
	}
}

/** 注文履歴 */
.order_his_list_content {
	width: 260px;
	float: left;
	margin-right: 10px;
}
@media screen and (max-width:640px){
	.order_his_list_content {
		width: 100%;
		float: none;
	}
}
.order_his_list_control {
	padding: 0 15px 0 15px;
	border-left: #CCC 1px dotted;
	float: right;
	text-align: right;
}
@media screen and (max-width:640px){
	.order_his_list_control {
		padding: 0px 0px 0px 0px;
		border: none;
		float: none;
		overflow: hidden;
		text-align: right;
		margin-top: 10px;
	}
}

.order_his_spec_table {
	width: 100%;
	border: none;
	border-collapse: collapse;
}
.order_his_spec_table th,
.order_unshipped_spec_table th {
	/* Aladdin-EC ファッション版画面モック #5979 START */
	width: 90px;
	/* Aladdin-EC ファッション版画面モック #5979 END */
	padding: 5px 10px;
	border-bottom: #FFF 2px solid;
	line-height: 1.6;
	text-align: right;
	background: #EEE;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: normal;
}
.order_his_spec_table th.sum,
.order_unshipped_spec_table th.sum {
	width: 110px;
}
.order_his_spec_table td,
.order_unshipped_spec_table td {
	padding: 5px 10px;
	border-bottom: #FFF 2px solid;
	line-height: 1.6;
	text-align: left;
	background: #FFF;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: normal;
}
@media screen and (max-width:640px){
	.order_his_spec_table th,
	.order_unshipped_spec_table th {
		width: 110px;
	}
	.order_his_spec_table td,
	.order_unshipped_spec_table td {
		padding: 6px 10px;
	}
}

/* アラジンECtoB for ファッション 1stリリース #6433 START */
#sub_navi_menu_note {
	position: absolute;
	width: 88px;
	height: 38px;
	top: 5px;
	left: 450px;
	color: white;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
}
/* アラジンECtoB for ファッション 1stリリース #6433 END */

/* アラジンECtoB ファッション版画面モック No.9 END */
/* アラジンECtoB ファッション版画面モック No.17 START */
.show_list {
	font-size: 13px;
	font-size: 1.3rem;
	text-align: left;
}
#modal_page .search_area .search_item {
	width: 40%;
}
@media screen and (max-width:640px){
	#modal_page .search_area .search_item {
		width: 100%;
	}
}
div.mfp-container,
.ext-strict {
	z-index: 9999;
}
/* アラジンECtoB ファッション版画面モック No.17 END */
/* アラジンECtoB ファッション版画面モック No.4 START */
#bannaerList li {
	display: inline-block;
}
#bannaerListNoSlide li {
	display: inline-block;
}
.slide_area {
	display:inline-block;
}
#banner_area {
	margin-bottom: 20px;
}
#banner_area .slide_area {
	width: 700px;
}
#banner_area .navi_area {
	width: 40px;
	height: 191px;
	top: -20px;
}
#banner_area .navi_area img{
	width: 100%;
	height: 100%;
}
@media screen and (max-width:640px){
	#banner_area {
		margin-bottom: 40px;
	}
	#banner_area .slide_area {
		width: 100%;
	}
}
.item_info_content .item_spec_table th,
.item_info_price .item_spec_table th {
	width: 85px;
}
.cart_sum_list_content .item_spec_table th {
	width: 120px;
}
/* アラジンECtoB ファッション版画面モック No.4 END */

/* ニュースリリース */
.newsReleaseWrap {
	width: 100%;
	max-height: 350px;
	overflow-y: auto;
}

/* アラジンECtoB ファッション版画面モック START */
.select_show_list {
	width: 25%;
	float: left;
	background: #FFF;
}
@media screen and (max-width:640px){
	.select_show_list {
		width: 50%;
		float: left;
		background: #FFF;
	}
}
.select_show_list a {
	display: block;
	padding: 10px;
	border: #CCC 1px solid;
	background: #FFF;
}
.select_show_list a:hover {
	background: #FCE1E0;
}
.select_show_thumb {
	margin: 0 0 10px 0;
}
.select_show_thumb img {
	width: 100%;
}
.select_show_title {
	word-break: break-all;
}

.item_info_main_area {
	text-align: left;
}
.item_info_category_area {
	text-align: left;
}
.item_info_category_area_item {
	display: inline-block;
	margin-top: 10px;
	vertical-align: top;
}
.item_info_pdf_area {
	font-size: 13px;
	font-size: 1.3rem;
}
.item_info_pdf_area_item {
	margin-top: 10px;
}
.item_info_category_area hr,
.item_info_pdf_area hr {
	border: 0px;
	border-bottom: #CCC 1px dotted;
}

.item_info_category_area_item .item_spec_table th {
	width: 85px;
}
.item_info_category_area_item .item_spec_table td {
	width: 185px;
}

.item_info_category_area_item.sub {
	/* Aladdin-EC ファッション版画面モック #5918 START */
	/*width: 33%;*/
	/* Aladdin-EC ファッション版画面モック #5918 END */
}
@media screen and (max-width:640px){
	.item_info_category_area_item.sub {
		width: 100%;
	}
}
.item_info_category_area_item.sub .item_spec_table th {
	/* Aladdin-EC ファッション版画面モック #5918 START */
	width: 10%;
	/* Aladdin-EC ファッション版画面モック #5918 END */
}
.item_info_category_area_item.sub .item_spec_table td {
	/* Aladdin-EC ファッション版画面モック #5918 START */
	width: 23%;
	/* Aladdin-EC ファッション版画面モック #5918 END */
}
/* Aladdin-EC ファッション版画面モック #5629 START */
@media screen and (max-width:640px){
	.item_info_category_area_item.sub .item_spec_table th {
		width: 10%;
	}
	.item_info_category_area_item.sub .item_spec_table td {
		width: 23%;
	}
}
/* Aladdin-EC ファッション版画面モック #5629 END */
.item_info_favorite_area {
	display: inline-block;
	width: 100%;
}

#header_cart_btn a,
#header_order_type_select_btn a {
	display: inline-block;
	background-color: #D52117;
	color: #FFF;
	cursor: pointer;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
}
#header_cart_btn a:hover,
#header_order_type_select_btn a:hover {
	background-color: #292929;
}

.order_his_edit_area {
	float:left;
}
.order_his_edit_mode_disp {
	display: inline-block;
	background-color: #FF6666;
	color: #FFF;
	font-size: 13px;
	font-size: 1.3rem;
	padding: 10px 20px;
	margin-right: 10px;
	text-align: center;
}
.order_his_edit_cancel {
	display: inline-block;
}
.order_his_edit_cancel_btn {
	text-align: center;
	font-size: 13px;
	font-size: 1.3rem;
}
.order_his_edit_cancel_btn a {
	border-radius: 5px;
	background: #666666;
	color: #FFF;
	display: block;
	padding: 10px 20px;
	text-decoration: none;
}
.order_his_edit_cancel_btn a:hover {
	background: #292929;
	color: #FFF;
	text-decoration: none;
}

@media screen and (max-width:640px){
	.order_his_edit_area {
		float: none;
		text-align:center;
	}
	.order_his_edit_mode_disp {
		margin-right: auto;
	}
	.order_his_edit_cancel_btn {
		display: block;
		margin: 0 10px;
	}
}
.current_show_name {
	font-size: 13px;
	font-size: 1.3rem;
	text-align: left;
}
.favorite_area {
	width: 66px;
}
.block_center {
	margin-right: auto;
	margin-left: auto;
}
.memo_favorite_img_disp {
	margin-bottom: 20px;
	margin-top: 10px;
}

@media screen and (max-width:640px){
	.memo_favorite_img_disp {
		margin: 0px;
		text-align: center;
	}
}

/* テンキー部分 */
.ui-keyboard-keyset {
	width: 140px;
}
button.ui-keyboard-button {
	width: 40px;
}

/* 見積履歴 */
.estimate_his_list_content {
	width: 320px;
	float: left;
	margin-right: 10px;
}
@media screen and (max-width:640px){
	.estimate_his_list_content {
		width: 100%;
		float: none;
	}
}
.estimate_his_spec_table {
	width: 100%;
	border: none;
	border-collapse: collapse;
}
.estimate_his_spec_table th {
	width: 70px;
	padding: 5px 10px;
	border-bottom: #FFF 2px solid;
	line-height: 1.6;
	text-align: right;
	background: #EEE;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: normal;
}
.estimate_his_spec_table th.sum {
	width: 110px;
}
.estimate_his_spec_table td {
	padding: 5px 10px;
	border-bottom: #FFF 2px solid;
	line-height: 1.6;
	text-align: left;
	background: #FFF;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: normal;
}
@media screen and (max-width:640px){
	.estimate_his_spec_table td {
		padding: 6px 10px;
	}
}
/* 未出荷 */
.order_unshipped_spec_table {
	width: 300px;
	float: left;
	margin-right: 10px;
}
@media screen and (max-width:640px){
	.order_unshipped_spec_table {
		width: 100%;
		float: none;
	}
}
.order_unshipped_spec_table th.sum {
	width: 140px;
}
.order_unshipped_spec_table td {
	width: 140px;
}
@media screen and (max-width:640px){
	.order_unshipped_spec_table th.sum {
		width: 110px;
	}
}
.history_list .color_name,
.history_list .size_name {
	margin: 0;
	padding: 0;
	text-align: left;
	line-height: 1.6;
	font-size: 12px;
	font-size: 1.2rem;
	word-break:break-all;
}

.sub_navi_total {
	float: left;
}
.sub_navi_category_keyword {
	float: right;
	width: 400px;
}
@media screen and (max-width:640px){
	.sub_navi_total {
		float: none;
		background-color: rgb(227, 222, 204);
		border: solid #afa792 1px;
		margin-bottom: 10px;
		/* アラジンECtoB for ファッション 1stリリース #5956(20150123) START */
		overflow-y: scroll;
		height: 200px;
		/* アラジンECtoB for ファッション 1stリリース #5956(20150123) END */
	}
	.sub_navi_category_keyword {
		float: none;
		width: 100%;
	}
}
.quick_list_mode_area {
	float: left;
}
@media screen and (max-width:640px){
	.quick_list_mode_area {
		float: none;
		text-align: center;
	}
}
.back_btn_area {
	;
}
@media screen and (max-width:640px){
	.back_btn_area {
		margin-top: 30px;;
	}
}

/* 明細を開くボタン */
.open_detail_btn,
.open_items {
	margin: 0 0 20px 0;
}
@media screen and (max-width:640px){
	.open_detail_btn,
	.open_items {
		/*
		margin: 10px 10px 10px 10px;
		text-align: center;*/
		margin: 0px 0px 0px 0px;
		float: right;
		display: block;
	}
}

/* 編集するボタン */
.edit_order_btn.btn {
	/*margin: 0 10px;*/
	border: #666666 1px solid;
}
@media screen and (max-width:640px){
	.edit_order_btn.btn {
		/*
		margin: 0 10px;
		border: #666666 1px solid;
		*/
		display: block;
		margin: 0 10px;
		float: right;
		border: #666666 1px solid;
	}
}
.edit_order_btn a {
	background: #666666;
	color: #FFF;
	text-decoration: none;
}
.edit_order_btn a:hover {
	background: #292929;
	color: #FFF;
	text-decoration: none;
}
.sku_input {
	float: left;
}
@media screen and (max-width:640px){
	.sku_input {
		float: none;
	}
}

/* アラジンECtoB ファッション版画面モック END */
/* アラジンECtoB ファッション版 #5528 START */
.num_inputted {
	width: 80px;
	padding: 2px 5px;
	color: #FFFFFF;

	line-height: 1.6;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: bold;

	text-align: center;
	margin-left: auto;

}
.num_inputted.active {
	background-color: orange;
}
/* アラジンECtoB ファッション版 #5528 END */
/* アラジンECtoB ファッション版 #5834 START */
.header_margin {
	margin: 0 0 25px 0;
}
@media screen and (max-width:640px){
	.header_margin {
		margin: 0 0 15px 0;
	}
}
/* アラジンECtoB ファッション版 #5834 END */
/* Aladdin-EC ファッション版画面モック #5679 START */
.header_user_login_delivery_name {
	float: right;
	padding-top: 5px;
}

.header_user_login_name,
.header_user_delivery_name,
.header_user_delivery_name_caption {
	line-height: 1.6;
	font-size: 13px;
	font-size: 1.3rem;
	text-align: right;
}
.header_user_login_name {
	font-weight: bold;
}
.header_user_delivery_name,
.header_user_delivery_name_caption {
	display: inline-block;
}
/* Aladdin-EC ファッション版画面モック #5679 END */
/* Aladdin-EC ファッション版画面モック #5833 START */
@media screen and (max-width:640px){
	.cell-label {
		font-size: 13px;
		font-size: 1.3rem;
		line-height: 1.6;
		display: inline-block;
		font-family: sans-serif;
		padding: 0 .6em 0 0;
	}
	/* アラジンECtoB for ファッション 1stリリース #6172 START */
	.header_user_login_name,
	.header_user_delivery_name,
	.header_user_delivery_name_caption {
		padding-top: 5px;
		float: none;
		margin-right: 2%;
	}
	/* アラジンECtoB for ファッション 1stリリース #6172 END */
	.header_user_delivery_name_caption {
		margin-right: auto;
	}
}
/* Aladdin-EC ファッション版画面モック #5833 END */

/* Rev.15>>> */
/* 出荷フラグ毎の背景色 */
/* 0:未出荷 */
.shipment_end_flg_0 {
	background: #B0B0FC;
}
/* 1:出荷済み */
.shipment_end_flg_1 {
	background: #A0FCC0;
}
/* 2:一部出荷 */
.shipment_end_flg_2 {
	background: #A0DCFC;
}
/* 3:キャンセル済み */
.shipment_end_flg_3 {
	background: #B0B0B0;
}
/* <<<Rev.15 */
.delivery_area {
	margin-top: 20px;
}
.hidden_values * {
	display: none;
}

.cart_list_price_sum {
	width: 400px;
	background: #FFF;
	border: #CCC 1px solid;
	overflow: hidden;
	float: right;
}
@media screen and (max-width:640px){
	/*#cart_list_price_sum {*/
	.cart_list_price_sum {
		width: 96%;
		margin: 0 auto 20px auto;
		float: none;
	}
}
.cart_list_price_header {
	width: 140px;
	padding: 15px;
	background: #EEE;
	text-align: center;
	line-height: 1.6;
	font-size: 18px;
	font-size: 1.8rem;
	float: left;
}
@media screen and (max-width:640px){
	.cart_list_price_header {
		width: auto;
		padding: 15px;
	}
}
.cart_list_price_sum_value {
	padding: 15px;
	background: #FFF;
	text-align: center;
	line-height: 1.6;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	float: right;
	color: #CC0000;
}
@media screen and (max-width:640px){
	.cart_list_price_sum_value {
		padding: 15px 10px 15px 5px;
		float: right;
	}
}
@media screen and (max-width:640px){
	.export_csv_block {
		display: inline-block;
		margin: 10px auto;
	}
}

.item_info_remarks_area {
	text-align: left;
	display: block;
	border-top: dotted gray 1px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	float: left;
	width: 100%;
}
.item_info_remarks_area .item_spec_table tbody th {
	width: 12%;
}
.item_info_remarks_area .item_spec_table tbody td {
	width: 21%;
}

/** 拡張項目共通設定 */
.item_info_remarks_area .item_spec_table  {
	width: 100%;
	overflow: hidden;
}
@media screen and (max-width:640px){
	.item_info_remarks_area .item_spec_table  {
		width: 100%;
		margin: 0;
		overflow: hidden;
	}
}

/** 注文履歴一覧の見出拡張項目の背景色設定 */
.history_list_header .item_info_remarks_area .item_spec_table th {
	border-bottom: rgb(252, 241, 242) 2px solid;
}
.history_list_header .item_info_remarks_area .item_spec_table td {
	background-color: rgb(252, 241, 242);
	border-bottom: rgb(252, 241, 242) 2px solid;
}

/** 注文確認、見積確認画面の明細拡張項目 */
.confirm_list .item_info_remarks_area .item_spec_table th {
	width: 16%;
}
.confirm_list .item_info_remarks_area .item_spec_table td {
	width: 34%;
}
.ex_item_matrix_btn_div {
	padding-top: 5px;
	width: 100px;
}
.ex_item_matrix_btn {
	padding: 5px 10px 4px 10px;
	text-decoration: none;
}

/** 外部キーの「検索」ボタン */
.foreign_list_btn,
.foreign_list_dlg_btn {
	width: 70px;
	display: inline-block;
}

/** 外部キーの「クリア」ボタン */
.foreign_clear_btn {
	width: 70px;
	display: inline-block;
	float: right;
}

/** 外部キーダイアログ */
.spec_table {
	width: 100%;
	border: none;
	border-collapse: collapse;
}
.spec_table th,
.spec_table td {
	padding: 5px 10px;
	border-bottom: gray 1px dashed;
	line-height: 1.6;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: normal;
}

.spec_table th {
	width: 30%;
	text-align: center;
	background: #EEE;
}
.spec_table td {
	text-align: left;
	background: #FFF;
}
.spec_table th.code {width: 20%;}
.spec_table td.code {text-align:center;}
.spec_table th.name {width: 65%;}
.spec_table th.flg {width: 15%;}
.spec_table td.flg {text-align:center;}

/* 拡張項目入力ダイアログ */
.button_area {
	margin-top: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
}
.button_area .cancel_div,
.button_area .decide_div{
	display: inline-block;
	width: 49%;
}
.button_area .cancel_div{
	text-align: left;
}
.button_area .decide_div{
	text-align: right;
}
.button_area .cancel_div .cancel,
.button_area .decide_div .decide{
	display: inline-block;
	width: 200px;
	text-align: center;
}

.button_area .cancel_div .cancel a,
.button_area .decide_div .decide a {
	display: block;
	padding: 16px 30px 13px 30px;
	background: #D52117;
	border-radius: 5px;
	line-height: 1.6;
	font-size: 20px;
	font-size: 2.0rem;
	color: #FFF;
	cursor: pointer;
	text-decoration: none;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
}
.button_area .cancel_div .cancel a:hover,
.button_area .decide_div .decide a:hover {
	background: #292929;
}

/* 選択ポップアップ */
.popup_list_area {
	width: 100%;
	margin: 0 0 10px 0;
	border-top: #CCC 1px solid;
	border-left: #CCC 1px solid;
	border-right: #CCC 1px solid;
	overflow: hidden;
}
.popup_list {
	width: 100%;
	margin: 0;
	padding: 15px;
	border-bottom: #CCC 1px solid;
	background: #FFF;
	position: relative;
}
@media screen and (max-width:640px){
	.popup_list {
		width: auto;
	}
}
.popup_list:after {
	content: "";
	clear: both;
	display: block;
}
.popup_list_content {
	width: 500px;
	float: left;
}
@media screen and (max-width:640px){
	.popup_list_content {
		width: 100%;
	}
}
.popup_spec_table {
	width: 100%;
	border: none;
	border-collapse: collapse;
}
.popup_spec_table th {
	width: 30%;
	padding: 5px 10px;
	border-bottom: #FFF 2px solid;
	line-height: 1.6;
	text-align: right;
	background: #EEE;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: normal;
}
.popup_spec_table td {
	padding: 5px 10px;
	border-bottom: #FFF 2px solid;
	line-height: 1.6;
	text-align: left;
	background: #FFF;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: normal;
}
@media screen and (max-width:640px){
	.popup_spec_table td {
		padding: 6px 10px;
	}
}

.ext-strict .mfp-wrap .mfp-container{
	width: 100%;;
}

.dialog_main,
.dialog_popup {
	padding: 5px;
	background-color: white;
	display: none;
	max-width: 900px;
	max-height: 500px;
	margin: 0 auto;
	overflow-y: scroll;
}
.AnyTime-pkr {
	z-index: 1500;
}

#dlg_popup .button_area .cancel_div {
	text-align: center;
}

#ie_iframe {
	/*
	width: 100%;
	height: 60px;
	border: solid red 1px;
	*/
	width: 1px;
	height: 1px;
	visibility: hidden;

}

.ex_item_disp_msg {
	font-size: 11px;
	font-size: 1.1rem;
}

.exItem_download {
	width: 120px;
}

.table_in_data {
	width: 55%;
	margin: 0;
	line-height: 1.6;
	font-size: 13px;
	font-size: 1.3rem;
	float: right;
	text-align: left;
}
.row_in_data {
}
.data_in_data {
	padding: 5px 0px;
	display: inline-block;
}
@media screen and (max-width:640px){
	.table_in_data {
		width: 100%;
		margin: 0;
		padding: 0;
		float: right;
		text-align: left;
	}
}

.payout_area {
	line-height: 1.6;
	font-size: 1.3rem;
	margin-bottom: 12px;
}
.payout_area table th {
	width: 30%;
	padding: 5px 10px;
	line-height: 1.6;
	text-align: right;
	background: #EEE;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: normal;
}
.payout_area table td {
	padding: 5px 10px;
	line-height: 1.6;
	text-align: left;
	background: #FFF;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: normal;
}
.payout_area table tr:not(:last-child) th,
.payout_area table tr:not(:last-child) td {
	border-bottom: #FFF 2px solid;
}


.add_all_to_cart_menu {
	display: inline-block;
	margin: 0 10px 20px auto;
}
.add_all_to_cart_menu a {
	display: block;
	padding: 12px 30px 9px 60px;
	background: #D52117 url(../../img/common/icon_cart_bg.png) no-repeat 22px 50%;
	border-radius: 5px;
	line-height: 1.6;
	font-size: 16px;
	font-size: 1.6rem;
	color: #FFF;
	cursor: pointer;
	text-decoration: none;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
}
.add_all_to_cart_menu a:hover {
	text-decoration: none;
	background: #292929 url(../../img/common/icon_cart_bg.png) no-repeat 22px 50%;
}
@media screen and (max-width:640px){
	.add_all_to_cart_menu a {
		margin: 0 10px 0 0;
		padding: 12px 30px 9px 60px;
		font-size: 16px;
		font-size: 1.6rem;
	}
	.add_all_to_cart_menu a:hover {
	}
}

/*　ログインお届け先選択画面　*/
.login_user_delivery_code_field {
	width: 19%;
	padding-left: 1px;
	font-size: 12px;
}

.inner_div_custom {
	width: 275px;
	text-align: right;
}
@media screen and (max-width:640px){
	.inner_div_custom {
		float: right;
	}
}
.login_user_search {
	width: 100%;
}
.login_user_name {
	border-left: 1px solid black;
	text-align: left;
	padding-left: 3px;
	padding-right:2px;
	/font-size: 12px;
}
.login_user_code_field {
	width: 16%;
	padding-left: 1px;
	font-size: 12px;
}

.login_user_code_shaded {
	padding-right: 5px;
	background: #EEE;
}
.login_user_code_button {
	width: 12%;
	padding-left: 2px;
	padding-right: 1px;
	text-align: left;
	/font-size: 12px;
}
.login_user_search_button {
	text-decoration: none;
	background-color: #DDD;
	color:inherit;
	cursor: pointer;
	text-align: center;
	font-size: 13px;
	font-size: 1.3rem;
	overflow: hidden;
	padding: 6px 14px;
	border-radius: 4px;
	border-color: ##DDD;
	border-style: none;
}
.login_user_search_button:hover {
	text-decoration: none;
	color: #000;
}
.login_user_search_button:visited {
	text-decoration: none;
	color: #000;
}
.login_user_search tr {
	border: 1px solid black;
}
.login_user_search td {
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 12px;
}

.login_user_search_list {
	width: 94%;
	padding: 20px 3%;
	border-bottom: #CCC 1px solid;
	overflow: hidden;
	background: #FFF;
	text-align: left;
}
.login_user_code_field_20 {
	width: 35%;
	padding-left: 2px;
	font-size: 12px;
}

@media screen and (max-width:640px){
	.login_user_code_field_20 {
		width: 22%;
		padding-left: 2px;
		font-size: 12px;
	}
	.login_user_code_button {
		width: 17%;
		padding-left: 2px;
		/padding-right: 2px;
		text-align: right;
	}
	.login_user_name {
		width: 30%;
		border-left: 1px solid black;
		text-align: left;
		padding-left: 3px;
		padding-right:2px;
	}
}
.login_user_table_tel {
	width: 110px;
	font-size: 12px;
	float:left;
}
.login_user_table_tel td {
	width: 100px;
	font-size: 12px;
	float:left;
}
@media screen and (max-width:640px){
	.login_user_table_tel {
		width: 100%;
		font-size: 12px;
		float:none;
	}
	.login_user_table_tel td {
		padding-top: 5px;
		padding-bottom: 10px;
	}
}
.login_user_table_address {
	width: 440px;
	font-size: 12px;
	float: right;
	table-layout:fixed;
}
.login_user_table_address td {
	width: 430px;
	font-size: 12px;
	float: right;
	word-wrap:break-word;
}
@media screen and (max-width:640px){
	.login_user_table_address {
		width: 100%;
		font-size: 12px;
		float:none;
	}
}
.receivers_body_custom {
	overflow: hidden;
}

.same_person_flg_custom {
	float: left;
}

.area_caption {
	font-size: 12px;
	text-align: left;
}

.search_item_input select {
	max-width:90%;
}

/*　請求書画面　*/

.bill_list_title {
	width: 350px;
	margin: 0 20px 0 0;
	float: left;
}
.bill_list_title p {
	font-size: 15px;
	font-size: 1.5rem;
}
@media screen and (max-width:640px){
	.bill_list_title {
		width: 100%;
		margin: 0 0 10px 0;
		float: none;
	}
}

.item_bill_table {
	float: left;
}
@media screen and (max-width:640px){
	.item_bill_table {
		float: none;
		clear: both;
	}
}
.item_bill_table th {
	width: 90px;
	padding: 5px 10px;
	border-bottom: #FFF 2px solid;
	line-height: 1.6;
	text-align: right;
	background: #EEE;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: normal;
}
@media screen and (max-width:640px){
	.item_bill_table th {
		width: 36%;
		padding: 6px 10px;
		border-bottom: #FFF 2px solid;
	}
}
.item_bill_table td {
	width: 230px;
	padding: 5px 5px 5px 10px;
	border-bottom: #FFF 2px solid;
	line-height: 1.6;
	text-align: left;
	background: #FFF;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: normal;
}
@media screen and (max-width:640px){
	.item_bill_table td {
		padding: 6px 10px;
	}
}
.bill_download {
	width:120px;
	float: right;
}
@media screen and (max-width:640px){
	.bill_download {
		float: right;
	}
}
.ex_item_title,
.ex_item_value {
	word-wrap: break-word;
	overflow-wrap : break-word;
}
.disable_order {
	color: red;
}
.inputed_cell {
	background: #ffffcc;
}
.agency_order_icon {
	width: 150px;
	padding: 10px;
	margin: 10px 0;
	background: #191970;
	color: #ffffff;
	font-size: 16px;
	font-size: 1.6rem;
}