@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;
	font-family: Meiryo,"メイリオ","ＭＳ Ｐゴシック", "MS P Gothic", Verdana,Arial,"ヒラギノ角ゴ Pro W3", "Hiragino Kakugo Pro W3", Osaka, sans-serif;
	border: 0;
	background: #F5F5EF;
/*	background: #FAFAF6; */
}

p {
	margin-bottom: 12px;
	line-height: 1.6;
	text-align: left;
	font-size: 13px;
	font-size: 1.3rem;
}
a,
a:visited,
a:active {
	color: #0066CC;
	text-decoration: none;
}
a:hover {
	color: #D52117;
	text-decoration: underline;
}
@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);
}
/* Aladdin-EC 3rdリリース #6778 START */
input[type="text"],
input[type="password"],
input[type="number"] {
	height: 22px;
	padding: 5px;
}
/* Aladdin-EC 3rdリリース #6778 END */
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 2ndバージョンリリース #3674 START */
		font-size: 16px;
		font-size: 1.6rem;
		/* アラジンECtoB 2ndバージョンリリース #3674 START */
	}
}

/* ヘッダ
------------------------------------------*/
#header {
	width: 990px;
	/* Aladdin-EC 3rdリリース #6639 START */
	/* height: 100px; */
	/* Aladdin-EC 3rdリリース #6639 END */
	margin: 0 auto;
	overflow: hidden;
}
/* Aladdin-EC 3rdリリース #6071 START */
#header.dispdeli {
	height: 95px;
}
/* Aladdin-EC 3rdリリース #6071 END */
@media screen and (max-width:640px){
	#header {
		width: 100%;
		height: auto;
		margin: 0 0 2% 0;
		padding: 0;
	}
	#header.dispdeli {
		height: auto;
	}
}
#header_logo {
	/* アラジンECtoB 2ndバージョンリリース #3480 START */
	width: 250px;
	/* アラジンECtoB 2ndバージョンリリース #3480 END */
	margin: 20px 0 0 0;
	float: left;
	text-align: center;
}
#header_logo img {
	max-width: 164px;
	max-height: 56px;
}
@media screen and (max-width:640px){
	#header_logo {
		width: 50%;
		margin: 2% 0 0 2%;
	}
	#header_logo img {
		width: 100%;
		htight: 100%;
	}
}
#header_logo h1{
	margin: 0;
	padding: 0;
	text-align: left;
}
#header_logo p {
	margin:3px 0;
	line-height: 1.6;
	/* アラジンECtoB 2ndバージョンリリース #3480 START */
	font-size: 10px;
	font-size: 1.0rem;
	/* アラジンECtoB 2ndバージョンリリース #3480 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 2ndバージョンリリース #3481 START */
	/* Aladdin-EC 3rdリリース #6639 START */
	width: 300px;
	/* Aladdin-EC 3rdリリース #6639 END */
	/* アラジンECtoB 2ndバージョンリリース #3481 END */
	margin: 30px 0 0 0;
	float:right;
	overflow: hidden;
}
@media screen and (max-width:640px){
	#header_cart {
		width: 14%;
		margin: 2.08% 2% 0 0;
	}
}
#header_cart_disp{
	/* アラジンECtoB 2ndバージョンリリース #3481 START */
	/* Aladdin-EC 3rdリリース #6639 START */
	width: 235px;
	/* Aladdin-EC 3rdリリース #6639 END */
	/* アラジン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 2ndバージョンリリース #4031 START */
	margin: 0 20px 0 0;
	/* アラジンECtoB 2ndバージョンリリース #4031 END */
	float: left;
	text-align: left;
	line-height: 1.6;
}
#header_cart_content .cart_price {
	float: left;
	text-align: left;
	line-height: 1.6;
}
#header_cart_btn {
	width: 46px;
	float: right;
}
@media screen and (max-width:640px){
	#header_cart_btn {
		width: 100%;
		float: right;
	}
	/* アラジンECtoB 2ndバージョンリリース #3562 START */
	#header_cart_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 {
		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 */
}
#header_cart_btn img {
	width: 100%;
}
#header_navi_btn {
	display: none;
}
@media screen and (max-width:640px){
	#header_navi_btn {
		display: block;
		width: 14%;
		margin: 2.08% 2% 0 0;
		float:right;
		overflow: hidden;
		background: #D52117;
	}
}
#header_navi_list {
	width: 420px;
	margin: 40px 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;
	margin: 0 15px 0 0;
	line-height: 1.6;
	text-align: left;
	font-size: 12px;
	font-size: 1.2rem;
}
@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;
		background: #D52117;
		line-height: 1.6;
		text-align: left;
		font-size: 16px;
		font-size: 1.6rem;
		color: #FFFFFF;
	}
	#header_navi_list li a:hover {
		background: #A51A12;
	}
	#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;
	}
}
.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%;
}
.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;
		background: #D52117;
		border-left: #CCC 1px solid;
		color: #FFF;
	}
}

/* グローバルナビゲーション
------------------------------------------*/
#gnavi_wrap {
	width: 100%;
	min-width: 990px;
	height: 80px;
	margin: 0 0 50px 0;
	padding: 10px 0;
	background: #E3DECC;
}
#gnavi_wrap:after {
  content: "";
  clear: both;
  display: block;
}
@media screen and (max-width:640px){
	#gnavi_wrap {
		width: 100%;
		min-width: 100%;
		height: auto;
		margin: 0 0 30px 0;
		padding: 2% 0;
	}
}
@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 li:last-child ul{
		width: 100%;
		left: -100%;
	}
	#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;
	}
}

/* コンテンツ
------------------------------------------*/
#contents_wrap,
#contents_wrap_col2 {
	width: 990px;
	margin: 0 auto 50px auto;
}
@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;
	padding: 40px 20px 0 20px;
	/* アラジンECtoB 2ndバージョンリリース #4105 START */
	z-index: 9999;
	/* アラジンECtoB 2ndバージョンリリース #4105 END */
	overflow: hidden;
	background: url(../../img/common/sub_navi_bg.png) no-repeat 50% 12px;
	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;
		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;
}
#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;
}
#contents_wrap_col2 #sub_menu {
	width: 220px;
	height: auto;
	padding: 0;
	background: none;
	border-radius: 0;
}
.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;
	}
	#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;
	}
}
.sub_navi_head {
	width: 170px;
	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 {
	background: url(../../img/common/side_icon_category.png) no-repeat 10px 0;
}
@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%;
		background: #E3DECC;
		border-bottom: #AFA792 1px solid;
		text-align: left;
		line-height: 1.6;
		font-size: 14px;
		font-size: 1.4rem;
		font-weight: bold;
		color: #333;
		text-decoration: none;
	}
	.sub_navi_others li a:hover {
		background: #292929;
		color: #FFF;
		text-decoration: none;
	}
}
.category_head {
	width: 210px;
	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;
}
@media screen and (max-width:640px){
	.category_head,
	#contents_wrap_col2 .category_head {
		display: block;
		width: 92%;
		margin: 0;
		padding: 4%;
		background: #E3DECC url(../../img/common/icon_plus_bk.png) no-repeat 95% 50%;
		background-size: 6%;
		border-bottom: #AFA792 1px solid;
		text-align: left;
		line-height: 1.6;
		font-size: 14px;
		font-size: 1.4rem;
		font-weight: bold;
		cursor: pointer;
	}
	.category_head:hover,
	#contents_wrap_col2 .category_head:hover {
		background: #292929 url(../../img/common/icon_plus_wt.png) no-repeat 95% 50%;
		background-size: 6%;
		color: #FFF;
	}
	.sub_category_close,
	#contents_wrap_col2 .sub_category_close {
		background: #292929 url(../../img/common/icon_minus_wt.png) no-repeat 95% 50%;
		background-size: 6%;
		color: #FFF;
	}
	.category_head.sub_category_close:hover,
	#contents_wrap_col2 .category_head.sub_category_close:hover {
		background: #292929 url(../../img/common/icon_minus_wt.png) no-repeat 95% 50%;
		background-size: 6%;
		color: #FFF;
	}
}
.sub_category {
	margin: 0 0 20px 20px;
	overflow: hidden;
}
#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_navi_search {
	width: 360px;
	height: 22px;
	padding: 5px;

}
#contents_wrap_col2 .sub_navi_search {
	width: 160px;
}
.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;
}
@media screen and (max-width:640px){
	#pagetop {
		position: static;
		width: 100%;
		margin: 0;
	}
	#pagetop img {
		width: 24px;
	}
}
#pagetop a {
	display: block;
	padding: 25px 20px;
	background: #D52117;
}
#pagetop a:hover {
	background: #292929;
}
@media screen and (max-width:640px){
	#pagetop a {
		display: block;
		margin: 0 auto;
		padding: 15px;
		background: #D52117;
		border-bottom: #A31A12 1px solid;
	}
	#pagetop a:hover {
		background: #A51A12;
	}
}


#footer_wrap {
	width: 100%;
	min-width: 990px;
	height: 200px;
	overflow: hidden;
	background: #D52117;
}
@media screen and (max-width:640px){
	#footer_wrap {
		width: 100%;
		min-width: 100%;
		height: 80px;
	}
}
#footer {
	width: 990px;
	height: 200px;
	/* Aladdin-EC 3rdリリース #7853 START */
	margin: 10px auto 10px auto;
	/* Aladdin-EC 3rdリリース #7853 END */
	overflow: hidden;
}
@media screen and (max-width:640px){
	#footer {
		width: 100%;
		margin: 0 auto;
	}
}
#footer_navi {
	/* Aladdin-EC 3rdリリース #7853 START */
	margin: 30px auto;
	/* Aladdin-EC 3rdリリース #7853 END */
	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 {
	/* Aladdin-EC 3rdリリース #7853 START */
	margin: 0px auto 10px auto;
	/* Aladdin-EC 3rdリリース #7853 END */
	text-align: center;
	line-height: 1.6;
	font-size: 15px;
	font-size: 1.5rem;
	color: #FFFFFF;
}
@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: 10px 3%;
	line-height: 2.3;
	text-align: left;
	font-size: 26px;
	font-size: 2.6rem;
	font-weight: bold;
	border-top: #D52117 8px solid;
	border-bottom: #CCC 5px solid;
	background: #FFF;
	word-break:break-all;
}
@media screen and (max-width:640px){
	.page_title {
		width: 94%;
		margin: 0 0 20px 0;
		padding: 10px 3%;
		line-height: 1.6;
		text-align: left;
		font-size: 20px;
		font-size: 2.0rem;
		font-weight: bold;
		border-top: #D52117 5px solid;
		border-bottom: #CCC 2px solid;
		background: #FFF;
		word-break:break-all;
	}
}
.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;
	}
}
h3 {
	width: 96%;
	margin: 0 0 20px 0;
	padding: 8px 2%;
	border-top: #AAA 5px solid;
	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;
	border-left: #D52117 5px solid;
	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
------------------------------------------*/
/* トップお知らせ */
.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;
	}
}
.news_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 {
		width: 120px;
		padding: 1px 2px;
		margin: 0 0 10px 0;
		float: none;
		font-size: 11px;
		font-size: 1.1rem;
	}
}
.news_category.campaign {
	background: #D52117;
}
.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;
	}
}
.ranking {
	display: inline-block;
	/display: inline;
	/zoom: 1;
	width: 240px;
	/* アラジンECtoB 2ndバージョンリリース #3702 START */
	height: 220px;
	/* アラジンECtoB 2ndバージョンリリース #3702 END */
	margin: 0 0 0 10px;
	float: left;
	vertical-align: top;
}
/* アラジンECtoB 2ndバージョンリリース #3644 START */
.ranking_item_pic {
	height: 100px;
}
.ranking_item_pic img{
	max-width: 100px;
	max-height: 100px;
}
/* アラジンECtoB 2ndバージョンリリース #3644 END */
@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;
	}
	/* アラジンECtoB 2ndバージョンリリース #3644 START */
	.ranking_item_pic {
		width: 45%;
		height: auto;
		float: left;
	}
	.ranking_item_pic img{
		max-width: none;
		max-height: none;
	}
	/* アラジンECtoB 2ndバージョンリリース #3644 START */
}
/*
.ranking:first-child {
	margin: 0;
}
*/
.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;
	/* アラジンECtoB 2ndバージョンリリース #3644 START */
	/* padding: 5px 13px; */
	width: 36px;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 4px;
	/* アラジンECtoB 2ndバージョンリリース #3644 END */
	background: #D52117;
	border-radius: 100%;
	line-height: 26px;
	font-size: 13px;
	font-size: 1.3rem;
	color: #FFF;
	font-weight: bold;
	/* アラジンECtoB 2ndバージョンリリース #3702 START */
	display:table-cell;
	/* アラジンECtoB 2ndバージョンリリース #3702 END */
}
@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;
	}
}

/* 商品一覧
------------------------------------------*/
/* 検索系 */
.search_area {
	width: 960px;
	margin: 0 0 40px 0;
	padding: 19px 14px;
	background: #F8F7F7;
	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: 340px;
	float: left;
}
*/
.item_list_content {
	width: 300px;
	float: left;
	/* Aladdin-EC 3rdリリース #7961 START */
	min-height: 150px;
	/* Aladdin-EC 3rdリリース #7961 END */
}
@media screen and (max-width:640px){
	.item_list_content {
		width: 100%;
		float: none;
	}
}
.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;
}
.item_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_list .item_code,
	.item_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_spec_table {
	width: 100%;
	border: none;
	border-collapse: collapse;
}
@media screen and (max-width:640px){
	.item_spec_table {
		margin: 20px 0;
	}
}
.item_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;
}
@media screen and (max-width:640px){
	.item_spec_table th {
		width: 36%;
		padding: 6px 10px;
		border-bottom: #FFF 2px solid;
	}
}
.item_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;
}
*/
.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 {
		padding: 6px 10px;
	}
	*/
	.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;
	}
}
/*
.item_list_control {
	width: 460px;
	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: 260px;
	float: left;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.6;
	text-align: left;
}
*/
.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;
	}
}
.input_price {
	width: 70px;
	height: 22px;
	padding: 5px;
	margin: 0 5px 0 0;
}
@media screen and (max-width:640px){
	.input_price {
		width: 80px;
		height: 28px;
		padding: 5px;
		margin: 0 5px 0 0;
	}
}
/*
.quantity_plus ,
.quantity_minus {
	display: inline-block;
	/display: inline;
	/zoom: 1;
	vertical-align: middle;
}
.quantity_plus img,
.quantity_minus img {
	width: 45px;
	height: 45px;
	margin: 0 5px 0 0;
	cursor: pointer;
}
*/
.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;
	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;
	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;
		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;
		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;
	background: #A18E5C;
	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 {
	background: #292929;
}
.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 {
	/* アラジンECtoB 3rdバージョンリリース START */
	width: 700px;
	float: left;
	/* アラジンECtoB 3rdバージョンリリース END */
}
@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 {
	width: 950px;
	padding: 20px;
	border-bottom: #CCC 1px solid;
	background: #FFF;
	overflow: hidden;
}
@media screen and (max-width:640px){
	.quick_list {
		width: 96%;
		padding: 20px 2%;
	}
}
.quick_list_search {
	/* Aladdin-EC 3rdリリース #6851 クイック一括注文バーコード入力 START */
	width: 240px;
	display: table-cell;
	padding-right: 10px;
	text-align: left;
	/* Aladdin-EC 3rdリリース #6851 クイック一括注文バーコード入力 END */
	border-right: #CCC 1px dotted;
	/* Aladdin-EC 3rdリリース #7323 START */
	vertical-align: top;
	/* Aladdin-EC 3rdリリース #7323 END */
}
@media screen and (max-width:640px){
	.quick_list_search {
		/* Aladdin-EC 3rdリリース #6851 クイック一括注文バーコード入力 START */
		display: block;
		/* Aladdin-EC 3rdリリース #6851 クイック一括注文バーコード入力 END */
		width: 100%;
		margin: 0 0 15px 0;
		padding: 0;
		border: none;
	}
}
.quick_list_code {
	/* Aladdin-EC 3rdリリース #6851 クイック一括注文バーコード入力 START */
	/*margin: 0 0 20px 0;*/
	/* Aladdin-EC 3rdリリース #6851 クイック一括注文バーコード入力 END */
	text-align: left;
	line-height: 1.6;
	font-size: 13px;
	font-size: 1.3rem;
}
@media screen and (max-width:640px){
	.quick_list_code {
		margin: 0 0 10px 0;
	}
}
/* Aladdin-EC 3rdリリース #6851 クイック一括注文バーコード入力 START */
.quick_list_code input {
	width: 120px;
}
/* Aladdin-EC 3rdリリース #6851 クイック一括注文バーコード入力 END */
.quick_list_search_btn {
	display: inline-block;
	/display: inline;
	/zoom: 1;
	/* Aladdin-EC 3rdリリース #6851 クイック一括注文バーコード入力 START */
	margin: 10px 0;
	/* Aladdin-EC 3rdリリース #6851 クイック一括注文バーコード入力 END */
}
@media screen and (max-width:640px){
	.quick_list_search_btn {
		display: block;
		float: right;
	}
}
/*
.quick_list_explain {
	width: 350px;
	float: left;
}
*/
.quick_list_explain {
	/* Aladdin-EC 3rdリリース #6851 クイック一括注文バーコード入力 START */
	width: 360px;
	border-right: #CCC 1px dotted;
	display: table-cell;
	padding: 0 5px;
	vertical-align: top;
	/* Aladdin-EC 3rdリリース #6851 クイック一括注文バーコード入力 END */
}
@media screen and (max-width:640px){
	.quick_list_explain {
		/* Aladdin-EC 3rdリリース #6851 クイック一括注文バーコード入力 START */
		display: block;
		vertical-align: baseline;
		/* Aladdin-EC 3rdリリース #6851 クイック一括注文バーコード入力 END */
		width: 100%;
		float: none;
		margin: 0 0 10px 0;
		overflow: hidden;
	}
}
/* Aladdin-EC 3rdリリース #6851 クイック一括注文バーコード入力 START */
.quick_list_num {
	display: table-cell;
	padding: 0 10px;
}
@media screen and (max-width:640px){
	.quick_list_num {
		display: block;
	}
}
.quick_list_wholesaleprice,
.quick_list_retailprice {
	font-weight: bold;
}
/* Aladdin-EC 3rdリリース #6851 クイック一括注文バーコード入力 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;
}
.quick_list_quantity {
	/* Aladdin-EC 3rdリリース #6851 クイック一括注文バーコード入力 START */
	width: 340px;
	/* Aladdin-EC 3rdリリース #6851 クイック一括注文バーコード入力 END */
	float: right;
	text-align: right;
	line-height: 1.6;
	font-size: 13px;
	font-size: 1.3rem;
}
@media screen and (max-width:640px){
	.quick_list_quantity {
		width:100%;
	}
}

/*
.quick_list_price {
	margin: 30px 0 0 0;
	font-size: 18px;
	font-size: 1.8rem;
}
*/
.quick_list_price {
	/* Aladdin-EC 3rdリリース #6851 クイック一括注文バーコード入力 START */
	width: 340px;
	padding-top: 10px;
	text-align: right;
	/* Aladdin-EC 3rdリリース #6851 クイック一括注文バーコード入力 END */
	font-size: 18px;
	font-size: 1.8rem;
}
/* Aladdin-EC 3rdリリース #6851 クイック一括注文バーコード入力 START */
@media screen and (max-width:640px){
	.quick_list_price {
		width: 100%;
	}
}
.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%;
	}
}
/* Aladdin-EC 3rdリリース #6851 クイック一括注文バーコード入力 END */
.quick_list_price_value {
	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;
}
#quick_all_to_cart a {
	/* Aladdin-EC 3rdリリース #6851 クイック一括注文バーコード入力 START */
	display: inline-block;
	padding: 11px 30px 8px 50px;
	/* Aladdin-EC 3rdリリース #6851 クイック一括注文バーコード入力 END */
	background: #D52117 url(../../img/common/icon_cart_bg.png) no-repeat 22px 50%;
	border-radius: 5px;
	line-height: 1.6;
	/* Aladdin-EC 3rdリリース #6851 クイック一括注文バーコード入力 START */
	font-size: 16px;
	font-size: 1.6rem;
	/* Aladdin-EC 3rdリリース #6851 クイック一括注文バーコード入力 END */
	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;
}
#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 {
	}
}

/* 商品詳細 */
.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;
	padding: 10px;
	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;
	word-break:break-all;
}
@media screen and (max-width:640px){
	.item_detail_title {
		margin: 0 0 10px 0;
		font-size: 17px;
		font-size: 1.7rem;
		word-break:break-all;
	}
}
.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 {
	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){
	.history_list_area {
		width: 100%;
		margin: 0 0 20px 0;
		border-top: #CCC 1px solid;
		border-left: none;
		border-right: none;
	}
}
.history_list {
	width: 988px;
	margin: 0;
	padding: 0;
	border-bottom: #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;
	background: #FCF1F2;
	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;
	}
}
/* Aladdin-EC ３次開発_04_07_08 201411 ADD-S */
.history_header_userName {
	width: 400px;
	min-height: 30px;
	/* Aladdin-EC ３次課題対応_6973 EDIT-S */
	height: 30px;
	margin: 5px 0;
	/* float: left; */
	float: right;
	/* Aladdin-EC ３次課題対応_6973 EDIT-E */
	text-align: left;

}
@media screen and (max-width:640px){
	.history_header_userName {
		width: 100%;
		float: none;
	}
}
.history_header_userChargeName {
	width: 400px;
	height: 30px;
	margin: 5px 0;
	float: right;
	text-align: left;

}
@media screen and (max-width:640px){
	.history_header_userChargeName {
		width: 100%;
		float: none;
	}
}
.history_header_totalPrice {
	width: 400px;
	min-height: 30px;
	margin: 5px 0;
	float: left;
	text-align: left;

}
@media screen and (max-width:640px){
	.history_header_totalPrice {
		width: 100%;
		float: none;
	}
}
/* Aladdin-EC ３次開発_04_07_08 201411 ADD-E */
.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_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;
	background: #A18E5C;
	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;
	}
}
.history_list .item_spec_table  {
	width: 420px;
	margin: 0;
	overflow: hidden;
}
@media screen and (max-width:640px){
	.history_list .item_spec_table  {
		width: 100%;
		margin: 20px 0;
		overflow: hidden;
	}
}
/* Aladdin-EC 3rdリリース #6780 START */
.export_csv {
	/*
	float: right;
	margin: 20px 0;
	clear: both;
	*/
	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;
	}
}
/* Aladdin-EC 3rdリリース #6780 END */

.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: 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;
	word-break:break-all;
}


/* カート
------------------------------------------*/
.alert_area {
	margin: 0 0 20px 0;
	color: #FF0000;
}
.recalculation_text {
	text-align: right;
}
@media screen and (max-width:640px){
	.recalculation_btn {
		float: right;
		margin: 0 0 0 30px;
		text-align: left;
	}
}
.cart_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){
	.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;
}
@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;
	/* 20161011_ann_update_start */
/* 	overflow: hidden; */
	/* 20161011_ann_update_end */
	word-break:break-all;
}
@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;
		word-break:break-all;
	}
	.cart_item_title_inner {
		width: 53%;
		float: right;
		padding: 0;
		word-break:break-all;
	}
	/* アラジン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 {
		float: left;
		margin: 0 10px;
		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;
}
/* アラジンECtoB 3rdバージョンリリース START */
/* #cart_list_price_sum { */
.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;
	}
}
/* アラジンECtoB 3rdバージョンリリース END */
#cart_order_btn {
	overflow: hidden;
	/* Aladdin-EC 3rdリリース #6262 START */
	margin: 10px auto;
	/* Aladdin-EC 3rdリリース #6262 START */
	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 {
		/*
		display: block;
		margin: 0 15px;
		font-size: 15px;
		font-size: 1.5rem;
		display: inline-block;
		/display: inline;
		/zoom: 1;
		*/
		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 {
	/* アラジンECtoB 3rdバージョンリリース 【3次対応適用】 START */
	width: 30%;
	/* アラジンECtoB 3rdバージョンリリース 【3次対応適用】 END */
	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;
	word-break:break-all;
}
.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;
	/* アラジンECtoB 3rdバージョンリリース START */
	font-weight: normal;
	/* アラジンECtoB 3rdバージョンリリース END */
}
/* アラジンECtoB 3rdバージョンリリース START */
/* Aladdin-EC 3rdリリース #6718 START */
.receiver_area,
.order_area,
.estimate_area,
.payment_area {
/* Aladdin-EC 3rdリリース #6718 END */
/* アラジンECtoB 3rdバージョンリリース END */
	width: 950px;
	margin: 0 0 20px 0;
	padding: 20px 20px 0 20px;
	background: #FFF;
	overflow: hidden;
}
@media screen and (max-width:640px){
	/* アラジンECtoB 3rdバージョンリリース START */
	/* Aladdin-EC 3rdリリース #6718 START */
	.receiver_area,
	.order_area,
	.estimate_area,
	.payment_area {
	/* Aladdin-EC 3rdリリース #6718 END */
	/* アラジンECtoB 3rdバージョンリリース END */
		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;
	}
}
/* Aladdin-EC 3rdリリース #6718 START */
.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;
	}
}
/* Aladdin-EC 3rdリリース #6718 END */
.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;
}
/* アラジンECtoB 3rdバージョンリリース START */
.required.extendedInputItem {
	float: none;
}
/* アラジンECtoB 3rdバージョンリリース END */
@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;
	word-break: break-all;

}
@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;
}
/* Aladdin-EC 3rdリリース #7373 START */
.edit_this_address {
	float: right;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.6;
	text-align: left;
}
/* Aladdin-EC 3rdリリース #7373 END */
@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 {
	width: 320px;
	margin: 0 auto 30px auto;
}
@media screen and (max-width:640px){
	#define_edit {
		width: 80%;
		margin: 0 auto 30px auto;
	}
}
#define_edit 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_edit a:hover {
	background: #292929;
}
#define_delete {
	width: 280px;
	margin: 0 auto 30px auto;
}
@media screen and (max-width:640px){
	#define_delete {
		width: 70%;
		margin: 0 auto 30px auto;
	}
}
#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;
}

/* 見積履歴一覧
------------------------------------------ */
.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: 700px;
	margin: 15px auto;
	padding: 15px;
	background: #FFF;
	float: none;
}
*/
#modal_page {
	width: 740px;
	margin: 15px auto;
	padding: 15px;
	background: #FFF;
	float: none;
}
@media screen and (max-width:640px){
	#modal_page {
		width: 76%;
		margin: 15px auto;
		padding: 3%;
	}
}
/*
#modal_page .search_area {
	width: 668px;
	text-align: center;
}
*/
#modal_page .search_area {
	width: 710px;
	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;
		margin: 0;
	}
	#modal_page .search_btn a {
		width: 60%;
		display: block;
		margin: 10px 0;
		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;
	}
	#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;
}
/* カタログ一覧
------------------------------------------ */
.catalog_list_area {
	width: auto;
	overflow: hidden;
}
.catalog_list {
	width: 24.88%;
	margin: 0 1px 1px 0;
	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 {
	background: #FCE1E0;
}
.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: 50px auto;
	padding: 30px;
	background: #FFF;
	border-radius: 10px;
}
@media screen and (max-width:640px){
	#login_wrap {
		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;
}
@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;
}
.login_form {
	margin: 0 0 20px 0;
	text-align: left;
	overflow: hidden;
}
.login_form p {
	margin: 0;
}
.login_form input {
	width: 92%;
}
.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;
}

/* -------------------------------------------------------------------------
    新規会員登録画面
---------------------------------------------------------------------------- */
/* Aladdin-EC 3rdリリース #6256 START */
#user_register_wrap,
#user_register_end_wrap {
	width: 735px;
	margin: 25px auto;
	padding: 30px;
	background: #FAFAF5;
	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;
	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%;
	}
}

/* Aladdin-EC 3rdリリース #6851 クイック一括注文バーコード入力 START */
/* モード選択ボタン */
.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: #CCC url(../../img/selected_mark.png) no-repeat 18px 13px;
	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 {
		background: #CCC url(../../img/selected_mark.png) no-repeat 64px 16px;
		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;
	}
}
.quick_list_mode_area {
	float: left;
	margin: 20px 0;
}
@media screen and (max-width:640px){
	.quick_list_mode_area {
		float: none;
		text-align: center;
	}
}
/* Aladdin-EC 3rdリリース #6851 クイック一括注文バーコード入力 END */

/* アラジン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 {
	max-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_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 {
	/* アラジンECtoB 3rdバージョンリリース 【3次対応適用】 START */
	width: 155px;
	/* アラジンECtoB 3rdバージョンリリース 【3次対応適用】 END */
	float: left;
}
#menu_search_btn {
	display: inline-block;
	/display: inline;
	float: left;
}
@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%;
	}
	#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 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 3rdバージョンリリース 【注文履歴詳細画面からカートに商品追加】 START */
.history_header_edit_div{
	width: 400px;
	min-height: 30px;
	margin: 5px 0;
	float: right;
	text-align: right;
}
@media screen and (max-width:640px){
	.history_header_edit_div {
		width: 100%;
		float: none;
	}
}
.history_header_edit_div input[type=button]{
	cursor: pointer;
	color:#0066CC;
	padding: 5px;
}
/* アラジンECtoB 3rdバージョンリリース 【注文履歴詳細画面からカートに商品追加】 END */
/* アラジンECtoB 2ndバージョンリリース #4631 START */
.history_header_import_div {
	width: 400px;
	min-height: 30px;
	margin: 5px 0;
	/* Aladdin-EC ３次課題対応_6973 EDIT-S */
	/* float: right; */
	float: left;
	/* Aladdin-EC ３次課題対応_6973 EDIT-E */
	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 3rdバージョンリリース 【注文履歴詳細画面からカートに商品追加】 START */
.history_list_no input {
	width: 20px;
	height: 20px;
	cursor: pointer;
}
/* アラジンECtoB 3rdバージョンリリース 【注文履歴詳細画面からカートに商品追加】 END */
/* Aladdin-EC ファッション版機能マージ ADD-S */
#cond_close {
	float: right;
	line-height: 1.6;
	text-align: right;
	font-size: 15px;
	font-size: 1.5rem;
}
/* Aladdin-EC ファッション版機能マージ ADD-E */
/* Aladdin-EC 3rdリリース #6071 START */
#cart_header_table td.header_cart_delivery {
	max-width: 200px;
	word-wrap: break-word;
}
/* Aladdin-EC 3rdリリース #6071 END */
/* Aladdin-EC 3rdリリース #6218 START */
#delivery_note_area {
	font-size: 13px;
	font-size: 1.3rem;
	color: #FF0000;
	margin: 10px 0;
	text-align: left;
}
/* Aladdin-EC 3rdリリース #6218 END */
/* Aladdin-EC 3rdリリース #6639 START */
.header_cart_content_table {

}
.header_cart_content_caption {
	width: 75px;
	text-align: left;
}
.header_cart_content_value {
	width: 145px;
	text-align: left;
}
.bottom_row {
	padding-top: 5px;
}
.header_cart_content_delivery {
	width: 140px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
/* Aladdin-EC 3rdリリース #6639 END */
/* アラジンECtoB 3rdバージョンリリース START */
.item_info_main_area {
	text-align: left;
	display: block;
}
.item_info_remarks_area {
	text-align: left;
	display: block;
	border-top: dotted gray 1px;
	margin-top: 10px;
	/* Aladdin-EC ３次課題対応_7167 ADD-S */
	margin-bottom: 10px;
	/* Aladdin-EC ３次課題対応_7167 ADD-E */
	padding-top: 10px;
	float: left;
	/* Aladdin-EC ３次開発 ADD-S */
	width: 100%;
	/* Aladdin-EC ３次開発 ADD-E */
}
.item_info_remarks_area .item_spec_table tbody th {
	width: 10%;
}
.item_info_remarks_area .item_spec_table tbody td {
	width: 23%;
}

.memo_list_control {
	display: inline-block;
}
@media screen and (max-width:640px){
	.memo_list_control {
		width: 100%;
	}
}
.memo_list_control_favorite {
	display: block;
}
.memo_list_control_favorite .favorite a {
	display: block;
	width: 65px;
	padding: 45px 0 0 0;
	background: url(../../img/common/icon_no_favorite.png) no-repeat 50% 0;
	line-height: 1.2;
	font-size: 10px;
	font-size: 1.0rem;
	text-align: center;
	cursor: pointer;
	text-decoration: none;
	color: #333;
}
.memo_list_control_favorite .favorite.active a {
	background: url(../../img/common/icon_favorite.png) no-repeat 50% 0;
}
@media screen and (max-width:640px){
	.memo_list_control_favorite .favorite a {
		margin: 0 20px 0 0;
	}
	.memo_list_control_favorite .favorite.active a {
		text-decoration: none;
	}
}

.memo_list_control_btn {
	display: block;
}
.memo_list_control_btn .item_detail_link {
	position: absolute;
	bottom: 15px;
}
@media screen and (max-width:640px){
	.memo_list_control_btn {
		display: block;
	}
	.memo_list_control_btn .item_detail_link {
		/*float: right;*/
	}
}

/** 拡張項目共通設定 */
.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%;
}

/** 外部キーの「検索」ボタン */
.foreign_list_btn {
	width: 70px;
	display: inline-block;
}

/** 外部キーの「クリア」ボタン */
.foreign_clear_btn {
	width: 70px;
	display: inline-block;
	/* Aladdin-EC ３次課題対応_7288 ADD-S */
	float: right;
	/* Aladdin-EC ３次課題対応_7288 ADD-E */
}

/** 外部キーダイアログ */
.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;}

@media screen and (max-width:640px){
	.spec_table td {
		padding: 6px 10px;
	}
}

.memo_blank {
	height: 55px;
}

.exItem_download {
	width:120px;
}
/* アラジンECtoB 3rdバージョンリリース END */
/* Aladdin-EC 3rdリリース #6718 START */
.rich_text_disp {
	font: 10pt/normal Arial, Verdana;
	/* Aladdin-EC 3rdリリース #7382 START */
	/* margin: 4px; */
	/* height: 185px; */
	margin: 0;
	/* Aladdin-EC 3rdリリース #7382 END */
	cursor: text;
	font-size-adjust: none;
	font-stretch: normal;
}
.rich_text_disp p {
	margin-bottom: 12px;
}
/* Aladdin-EC 3rdリリース #6718 END */
/* Aladdin-EC 3rdリリース #7271 START */
div.payment_way  div.table_data:not(:last-child){
	border-bottom: #CCC 1px dotted;
}
/* Aladdin-EC 3rdリリース #7271 END */
/* Aladdin-EC 3rdリリース #7548 START */
@media screen and (max-width:640px){
	#response_header_cart {
		padding: 5px;
		background: #FFF;
		font-size: 11px;
		font-size: 1.1rem;
		text-align: right;
	}
	#response_header_cart .user_name {
		font-weight: bold;
	}
}
/* Aladdin-EC 3rdリリース #7548 END */
/* Aladdin-EC 3rdリリース #6780 START */
@media screen and (max-width:640px){
	.export_csv_block {
		display: inline-block;
		margin: 10px auto;
	}
}
/* Aladdin-EC 3rdリリース #6780 END */
/* Aladdin-EC 3rdリリース #7695 START */
.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;
}

/* Aladdin-EC 3rdリリース #7695 END */
/* Aladdin-EC 3rdリリース #7853 START */
#privacy {
	text-align: right;
	margin-top: 15px ;
}
#privacy a {
	padding-top: 2px;
	padding-left: 10px;
	margin-right: 20px;
	font-size: 13px;
	font-size: 1.3rem;
	text-decoration: none;
	color: #FFFFFF;
	background: url(../../img/selected_mark.png) no-repeat 0px 7px;
}
#privacy a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#privacy_notes {
	font-size: 13px;
	font-size: 1.3rem;
	background-color: #BBBBBB;
	font-weight: bold;
	padding: 8px;
}
#privacy_detail li{
	font-size: 13px;
	font-size: 1.3rem;
	list-style-type: decimal;
	margin-bottom: 15px;
	word-wrap: break-word;
}
/* Aladdin-EC 3rdリリース #7853 END */
/* Aladdin-EC 3rdリリース #7373 START */
.hidden_values * {
	display: none;
}
/* Aladdin-EC 3rdリリース #7373 END */
/* Aladdin-EC ３次課題対応_7288 ADD-S */
/* 選択ポップアップ */
.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;
	}
}
/* Aladdin-EC ３次課題対応_7288 ADD-E */
/* Aladdin-EC 3rdリリース #7961 START */
.item_list_content .item_name {
	min-height: 20px;
}
/* Aladdin-EC 3rdリリース #7961 END */
/* Rev.27>>> */
.btn_position_right_botton {
	position: absolute;
	bottom: 15px;
	right: 15px;
}
/* <<<Rev.27 */

/* Rev.110>>> */
.search_item_input select {
	max-width:90%;
}
/* <<<Rev.110 */

.area_caption {
	font-size: 12px;
	text-align: left;
}

/*　ログインお届け先選択画面　*/
.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%;
}

/* 20161006_kim_insert_start */

.user_list_custom {
	width: 530px;
	padding: 20px 15px;
	border-bottom: #CCC 1px solid;
	background: #FFF;
	overflow: hidden;
}
@media screen and (max-width:640px){
	.user_list_custom {
		width: auto;
	}
}

.user_list_area_custom {
	width: 560px;
	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){
	.user_list_area_custom {
		width: 99%;
	}
}

.login_user_search_custom{
	width: 48%;
	display: inline-block;
}

.login_user_search_custom tr {
	border: 1px solid black;
}
.login_user_search_custom td {
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 12px;
}

.login_user_search_custom input[type="text"] {
	width: 82%;
}
@media screen and (max-width:640px){
	.login_user_search_custom input[type="text"] {
		width: 78%;
	}
}

.login_user_search_custom .login_user_delivery_code_field{
	width: 39%;
	padding-left: 3px;
	font-size: 12px;
	text-align: left;
}

.custom_list_style{
	width: 560px;
	margin: 50px auto;
}

@media screen and (max-width:640px){
	.custom_list_style{
		width: 96%;
		margin: auto;
	}
}

/* 20161006_kim_insert_end */

.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;
	}
}

.same_person_flg_custom {
	float: left;
}

/*　請求書　*/

.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;
}

/* 20161011_ann_insert_start */
.item_spec_table th{
	text-align: center !Important;
}

th.info1{
	width:100px;
}

.overFlow_data{
	width: 100px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.item_spec_table2{
	width: 780px;
	border: none;
	border-collapse: collapse;
	table-layout: fixed;
}

.item_spec_table2 th
{
	width: 150px;
	padding: 5px 10px;
	border-bottom: #FFF 2px solid;
	line-height: 1.6;
	text-align: center;
	background: #EEE;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: normal;
}

.item_spec_table2 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){
	.overFlow_data{
	    white-space: inherit;
	}
	.item_spec_table2{
		width: 100%;
		border: none;
		border-collapse: collapse;
	}
	.item_spec_table2 td{
		padding: 6px 10px;
	    clear: both;
	    float: left;
	}
	.item_spec_table2 th{
		width: 60%;
	}
}

.orderPrice_span{
	margin-right: 25px;
}
.multi-td{
	float: left;
}

.item_spec_table3{
	width: 400px;
	border: none;
	border-collapse: collapse;
	white-space: nowrap;
}

.item_spec_table3 td{
	padding: 4px 4px;
	border-bottom: #FFF 2px solid;
	line-height: 1.6;
	text-align: right;
	background: #FFF;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: normal;
}
.rem_padding{
	padding-left: 1px !important;
}
@media screen and (max-width:640px){
	.item_spec_table3{
		width: 100%;
		white-space: inherit;
	}
	.item_spec_table3 tr{
		border-bottom: #928e8e 1px;
    	border-bottom-style: dotted;
	}
	.item_spec_table3 td{
		padding: 5px 2px;
	}
}

.cartInput_table2{
	margin: 0 10px 0 165px;
}

@media screen and (max-width:640px){
	.cartInput_table2{
		margin: 0 10px 0 0px;
	}
	th.inputInfo{
		width:35%;
	}
}
/* 20161011_ann_insert_end */

/* 20161021_ann_insert_start */
/* 20161114_ann_update_start */
/* .priceRevInfo_adj{ */
/*     padding-right: 23% !important; */
/* } */
/* 20161114_ann_update_end */
/* 20161021_ann_insert_end */
.float_none{
	float: none;
}
/* 20161114_kim_insert_start */

