@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;
}

table td,
table th {
	word-wrap: break-word;
}

/* 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;
}
.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;
}
.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;
}
.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"] {
	min-width: 25px;
	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;
}

.left { text-align: left !important; }
.center { text-align: center !important;}
.right { text-align: right !important;}

/* ヘッダ
------------------------------------------*/
#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 */
#header_logo {
	/* アラジンECtoB 2ndバージョンリリース #3480 START */
	width: 250px;
	/* アラジンECtoB 2ndバージョンリリース #3480 END */
	margin: 20px 0 0 0;
	float: left;
	text-align: center;
}
#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;
}
#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;
}
#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: right;
	background: #FFF;
	font-size: 12px;
	font-size: 1.2rem;
}
#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;
}
#header_cart_btn img {
	width: 100%;
}
#header_navi_btn {
	display: none;
}
#header_navi_list {
	width: 420px;
	margin: 40px 0 0 0;
	float: right;
	overflow: hidden;
}
#header_navi_list li {
	float: right;
	margin: 0 0 0 15px;
	line-height: 1.2;
	text-align: left;
	font-size: 12px;
	font-size: 1.2rem;
}
.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%;
}

/* グローバルナビゲーション
------------------------------------------*/
#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;
}
#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: auto;
	height: 61px;
	padding: 8px;
	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 {
/* 案件対応 Start */
/*		width: 150px; */
	width: 222px;
	height: 62px;
	float: right;
/*		text-align: left;*/
	text-align: center;
/* 案件対応 End */
	line-height: 30px;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	vertical-align: middle;
}
.gnavi_menu a {
	color: #333333;
	text-decoration: none;
}
.gnavi_menu a:hover {
	color: #333333;
	text-decoration: none;
}
.gnavi_text.has_submenu {
	width: 222px;
	text-align: center;
	vertical-align: middle;
	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: 16px;
	background: #D52117;
	border-top: #EA4D44 1px solid;
	border-bottom: #AC1B13 1px solid;
	text-align: center;
	font-size: 15px;
	font-size: 1.5rem;
	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;
}

/* コンテンツ
------------------------------------------*/
#contents_wrap,
#contents_wrap_col2 {
	width: 990px;
	margin: 0 auto 50px auto;
}
#contents {
	width: 990px;
}
/* 20150707_gerard_update_start */
/* width: 740px; -> width: 990px;*/
#contents_wrap_col2 #contents {
	width: 990px;
	float: left;
}
/* 20150707_gerard_update_end */

/* サブナビゲーション
------------------------------------------*/
#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);
}
#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;
}
#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;
}
.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;
}
#contents_wrap_col2 .sub_navi_group ul {
	width: 220px;
}
.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;
}
.sub_category {
	margin: 0 0 20px 20px;
	overflow: hidden;
}
#contents_wrap_col2 .sub_category {
	width: 200px;
	margin: 0 0 40px 20px;
}
#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;
}
.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;
}

/* フッタ
------------------------------------------*/
#pagetop {
	position: fixed;
	right: 30px;
	bottom: 30px;
}
#pagetop a {
	display: block;
	padding: 25px 20px;
	background: #D52117;
}
#pagetop a:hover {
	background: #292929;
}


#footer_wrap {
	width: 100%;
	min-width: 990px;
	/*height: 100px;*/
	overflow: hidden;
	background: #D52117;
}
#footer {
	width: 990px;
	/*height: 100px;*/
	/* Aladdin-EC 3rdリリース #7853 START */
	margin: 10px auto 10px auto;
	/* Aladdin-EC 3rdリリース #7853 END */
	overflow: hidden;
}
#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%;
}
#copyright {
	/* Aladdin-EC 3rdリリース #7853 START */
	margin: 0px auto 0px auto;
	/* Aladdin-EC 3rdリリース #7853 END */
	text-align: center;
	line-height: 1.6;
	font-size: 15px;
	font-size: 1.5rem;
	color: #FFFFFF;
}

/* 見出し
------------------------------------------*/
.page_title {
	width: 94%;
	margin: 0 0 20px 0;
	padding: 10px 3%;
	line-height: 2.3;
	text-align: left;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: bold;
	border-top: #D52117 7px solid;
	border-bottom: #CCC 3px 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;
}
.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;
}
h3 {
	width: 96%;
	margin: 0 0 10px 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;
}
.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;
}

/* section
------------------------------------------*/
.sec {
	width: 100%;
	margin: 0 0 60px 0;
	overflow: hidden;
}
.inner {
	overflow: hidden;
	margin: 0 0 10px 0;
}

/* TOP
------------------------------------------*/
/* トップお知らせ */
.news_area {
	width: auto;
	margin: 0 0 80px 0;
	padding: 20px;
	background: #FFFFFF;
}
.topics {
	margin: 30px 0 0 0;
	width: 700px;
	overflow: hidden;
}
.topics:first-child {
	margin: 0;
}
.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;
}
.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;
}
.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 */
.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;
}
.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 */
}
.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;
}

/* 商品一覧
------------------------------------------*/
/* 検索系 */
.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;
}

.search_item {
	width: 32%;
	margin: 0 1% 20px 0;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	vertical-align: top;
	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: 95%;
}
.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: 17px;
	font-size: 1.7rem;
	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;
}

/* ページャー */
.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;
}

.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;
}

.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;
}
.item_list {
	width: 958px;
	margin: 0;
	padding: 15px;
	border-bottom: #CCC 1px solid;
	background: #FFF;
	position: relative;
}
.item_list:after {
	content: "";
	clear: both;
	display: block;
}
.item_list_image {
	width: 120px;
	margin: 0 20px 0 0;
	float: left;
	text-align: center;
}
.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 */
}
.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;
}
.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;
}

.item_spec_table th {
	width: 20%;
	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 {
	padding: 5px;
	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_list_control {
	width: 500px;
	float: right;
}
.item_list .item_quantity {
	width: 300px;
	float: left;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.6;
	text-align: left;
}
.input_quantity,
.input_caseQuantity {
	width: 60px;
	height: 22px;
	padding: 5px;
	margin: 0 5px 0 0;
}
.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;
}
.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%;
}

/* お気に入り */
.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;
}

/* memo */
.memo_area {
	float: left;
	margin: 0 0 0 10px;
	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);
}
#tips_close {
	display: none;
}
.item_detail_link {
	float: right;
	/*
	position: absolute;
	bottom: 15px;
	right: 15px;
	*/
}

/* 商品メモ一覧
---------------------------------------------- */
.memo_list_content {
	/* アラジンECtoB 3rdバージョンリリース START */
	width: 700px;
	float: left;
	/* アラジンECtoB 3rdバージョンリリース END */
}
.item_memo_table,
.item_owner_table {
	width: 100%;
	border: none;
	border-collapse: collapse;
}
.item_owner_table {
	margin: 0 0 10px 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;
}
.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;
}


/* クイック一括注文
---------------------------------------------- */
.quick_list_wrap {
	width: 990px;
	margin: 0 0 20px 0;
}
.quick_list {
	width: 950px;
	padding: 20px;
	border-bottom: #CCC 1px solid;
	background: #FFF;
	overflow: hidden;
}
.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 */
}
.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;
}
/* 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 */
}
.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 */
}
/* Aladdin-EC 3rdリリース #6851 クイック一括注文バーコード入力 START */
.quick_list_num {
	display: table-cell;
	padding: 0 10px;
}
.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;
}
.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;
}
.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 */
.quick_list_cart_btn {
	width: 340px;
	text-align: right;
	line-height: 1.6;
	font-size: 13px;
	font-size: 1.3rem;
	padding-top: 10px;
}
/* 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;
}
#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;
}
#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%;
}

/* 商品詳細 */
.item_detail {
	width: 990px;
	overflow: hidden;
}
.item_detail_image {
	width: 400px;
	float: left;
}
.item_detail_explain {
	width: 520px;
	padding: 10px;
	background: #FFF;
	float: right;
}
.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;
}
.item_detail_code {
	margin: 0 0 20px 0;
	line-height: 1.6;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: bold;
	color: #666;
}
.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;
}
.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;
}
.item_detail_cart {
	float: right;
}
.item_detail .item_stock {
	width: 60%;
	line-height: 1.6;
	text-align: left;
	float: left;
}
.item_detail .favorite {
	float: none;
	margin: 0 auto 20px auto;
}
.favorite_note {
	text-align: center;
}
.detail_memo {
	line-height: 1.6;
	margin: 0 0 20px 0;
	text-align: left;
}
.memo_input {
	width: 440px;
}
.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;
}
.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;
}
.history_list {
	width: 988px;
	margin: 0;
	padding: 0;
	border-bottom: #CCC 1px solid;
	background: #FFF;
	position: relative;
	overflow: hidden;
}
.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;
}
.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;

}
.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;

}
.history_header_receiver {
	width: 400px;
	/* アラジンECtoB 2ndバージョンリリース #4631 START */
	min-height: 30px;
	margin: 5px 0;
	/* アラジンECtoB 2ndバージョンリリース #4631 END */
	float: left;
	text-align: left;

}
.history_header_uniqueordercode {
	width: 400px;
	/* アラジンECtoB 2ndバージョンリリース #4631 START */
	height: 30px;
	margin: 5px 0;
	/* アラジンECtoB 2ndバージョンリリース #4631 END */
	float: right;
	text-align: left;

}
/* 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;

}
.history_header_userChargeName {
	width: 400px;
	height: 30px;
	margin: 5px 0;
	float: right;
	text-align: left;

}
.history_header_totalPrice {
	width: 400px;
	min-height: 30px;
	margin: 5px 0;
	float: left;
	text-align: left;

}
/* Aladdin-EC ３次開発_04_07_08 201411 ADD-E */
.history_list_header .item_header {
	margin: 0 20px 0 0;
}
.history_list_header .item_data {
	font-weight: bold;
}
.history_list_content {
	width: 968px;
	padding: 15px 10px;
	border-top: #CCC 1px dotted;
	overflow: hidden;
}
.history_list_check {
	width: 30px;
	margin: 0 20px 0 0;
	float: left;
}
.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;
}
.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;
}
.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: #0000FF;
	color: #FFF;
}
.status_unnecessary {
	margin: 0 0 0 5px;
	padding: 3px 8px;
	background: #00B050;
	float: left;
	text-align: center;
	line-height: 1.4;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: normal;
	color: #FFFFFF;
}
.status_unapproved,
.status_unshipped {
	margin: 0 0 0 5px;
	padding: 3px 8px;
	background: #D52117;
	float: left;
	text-align: center;
	line-height: 1.4;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: normal;
	color: #FFFFFF;
}
.status_approval,
.status_shipped {
	margin: 0 0 0 5px;
	padding: 3px 8px;
	background: #0000FF;
	float: left;
	text-align: center;
	line-height: 1.4;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: normal;
	color: #FFFFFF;
}
.status_denial {
	margin: 0 0 0 5px;
	padding: 3px 8px;
	background: #808080;
	float: left;
	text-align: center;
	line-height: 1.4;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: normal;
	color: #FFFFFF;
}
.history_list_status .shipped_date{
	display: block;
	margin: 0;
	text-align: center;
}
.history_list .item_spec_table  {
	width: 420px;
	margin: 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;
}
/* Aladdin-EC 3rdリリース #6780 END */

.history_detail_area .history_list_content:first-child {
	border-top: none;
}
.item_shipping_table {
	float: left;
}
/* アラジン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;

}
.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;

}
/* アラジン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: 8px 12px;
	text-align: right;
	line-height: 1.4;
	font-weight: normal;
	font-size: 13px;
	font-size: 1.3rem;
}
.wide_table td {
	border-bottom: #CCC 1px dotted;
	background: #FFF;
	padding: 8px 12px;
	text-align: left;
	line-height: 1.4;
	font-weight: normal;
	font-size: 13px;
	font-size: 1.3rem;
	word-break:break-all;
}


/* カート
------------------------------------------*/
.alert_area {
	text-align: left;
	margin: 10px 0;
	color: #FF0000;
	font-size: 13px;
}
.recalculation_text {
	text-align: right;
}
.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;
}
.cart_list,
.confirm_list,
.shipmant-ex-input {
	width: 958px;
	margin: 0;
	padding: 15px;
	border-bottom: #CCC 1px solid;
	background: #FFF;
	position: relative;
	overflow: hidden;
}
.cart_item_image {
	width: 120px;
	margin: 0 10px 0 0;
	float: left;
	min-height:1px;
}
.cart_item_image img {
	width: 100%;
}
.cart_item_title {
	width: 52%;
	padding: 0 0 0 0;
	margin: 0 10px 0 0;
	border-right: #CCC 1px dotted;
	float: left;
	overflow: hidden;
	word-break:break-all;
	height: 167px;
}
.cart_item_code {
	margin: 0 0 5px 0;
	font-size: 15px;
	font: 1.5rem;
	line-height: 1.6;
	font-weight: bold;
}
.cart_item_name {
	font-size: 15px;
	font: 1.5rem;
	line-height: 1.6;
	font-weight: bold;
}
.cart_item_tanka {
	text-align: left;
	margin: 0 30px 5px 0;
	float: left;
}
.cart_item_stock {
	text-align: left;
	margin: 0 0 5px 0;
	float: left;
}
.cart_list_quantity {
	margin: 0 0 0 0;
	line-height: 1.6;
	font-size: 13px;
	font-size: 1.3rem;
	text-align: right;
	float: left;
}
.cart_list .item_quantity {
	float: left;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.6;
	text-align: left;
}
.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;*/
}
.cart_list_control {
	padding: 0 0 0 15px;
	line-height: 1.6;
	font-size: 13px;
	font-size: 1.3rem;
	border-left: #CCC 1px dotted;
	float: right;
	text-align: right;
}
.recalculation_btn {
	margin: 0 0 20px 0;
}
.cart_list_delete.btn {
	border: #666666 1px solid;
	display: inline-block;
}
.cart_list_delete a {
	background: #666666;
	color: #FFF;
	text-decoration: none;
}
.cart_list_delete a:hover {
	background: #292929;
	color: #FFF;
	text-decoration: none;
}
.cart_list_item_select {
	width: 170px;
	padding: 0 10px 0 0;
	margin: 0 10px 0 0;
	display: table-cell;
	text-align: left;
	border-right: #CCC 1px dotted;
	vertical-align: top;
	font-size: 13px;
	font-size: 1.3rem;
	text-align: left;
	float: left;
}
.cart_item_unfulfillable_reason {
	text-align: left;
	margin: 0 30px 5px 0;
	float: left;
	color: #ff0000;
}
.cart_item_alert_area {
	text-align: left;
	margin: 0 5px 0 0;
	float: left;
	color: #ffffff;
	background-color: #ff0000;
}
.cart_item_info_area {
	text-align: left;
	margin: 0 0 0 0;
	float: left;
	color: #ff0000;
}

/* アラジンECtoB 3rdバージョンリリース START */
/* #cart_list_price_sum { */
.cart_list_price_sum {
	width: 400px;
	background: #FFF;
	border: #CCC 1px solid;
	overflow: hidden;
	float: right;
}
.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;
}
.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;
}
/* アラジンECtoB 3rdバージョンリリース END */
#cart_order_btn {
	overflow: hidden;
	/* Aladdin-EC 3rdリリース #6262 START */
	margin: 10px auto;
	/* Aladdin-EC 3rdリリース #6262 START */
	text-align: center;
}
#cart_to_order,
#cart_clear,
#cart_continue,
#export_estimate {
	display: inline-block;
	/display: inline;
	/zoom: 1;
	margin: 0 15px;
}
#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;
}
#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;
}
#export_estimate a {
	display: block;
	font-size: 15px;
	font-size: 1.5rem;
}
.cart_confirm_title {
	width: 360px;
	margin: 0 10px 0 0;
	border: none;
	float: left;
}
.cart_confirm_spec {
	width: 240px;
	margin: 0 10px 0 0;
	border: none;
	float: left;
}
.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;
}
.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;
}
.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;
}
.order_price_memo {
	text-align: right;
}
.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;
}
.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;
}
.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;
}
/* 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;
}
/* 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 */
.zip_search_btn {
	display: inline-block;
	/display: inline;
	/zoom: 1;
}
#confirm_btn_area {
	overflow: hidden;
}
#back_to_cart {
	width: 120px;
	margin: 0 auto;
}
#define_order {
	width: 320px;
	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;
}
.item_unshipped_table {
	float: left;
}
/* アラジン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;

}
.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;

}
/* アラジン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 */
/* 20150706_gerard_update_start */
/* float:left -> float: right;
   width: 84%; */
.receivers_body {
	float: right;
	width: 78%;
	overflow: hidden;
}
/* 20150706_gerard_update_end */
/* 20150706_gerard_update_start */
/* float: left; -> float: right;
   width: 100% */
.receivers_name {
	float: right;
	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 {
	float: right;
	width: 100%;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.6;
	text-align: left;
}
/* 20150706_gerard_update_end */
.zip {
	margin: 0 20px 0 0;
}
.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;
}
#back_to_list {
	width: 120px;
	margin: 0 auto;
}
#define_edit {
	width: 320px;
	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;
}
#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: 14px;
	font-size: 1.4rem;
	word-wrap: break-word;
}

.item_estimate_table {
	float: left;
}
.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;
}
.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;
}
.estimate_pdf_download {
	width:120px;
	float: right;
}


/* modal e.g. 届け先設定
------------------------- */
/* 20150706_gerard_update_start */
/* コメント：解除しました。*/
#modal_page {
	width: 700px;
	margin: 15px auto;
	padding: 15px;
	background: #FFF;
	float: none;
}
/* 20150706_gerard_update_end */
/* 20150706_gerard_delete_start */
/*
#modal_page {
	width: 740px;
	margin: 15px auto;
	padding: 15px;
	background: #FFF;
	float: none;
}
*/
/* 20150706_gerard_delete_end */
/* 20150706_gerard_update_start */
/* コメント：削除 */

#modal_page .search_area {
	width: 668px;
	text-align: center;
}
/* 20150706_gerard_update_end */
/* 20150706_gerard_delete_start */
/*
#modal_page .search_area {
	width: 710px;
	text-align: center;
}
*/
/* 20150706_gerard_delete_end */
#modal_page .item_list_area{
	width: 698px;
}
#modal_page .item_list{
	width: 668px;
}
#modal_page .item_list_content {
	float: left;
}
#modal_page .item_list_control {
	width: 186px;
	float: right;
}

#modal_page .memo_favorite {
	margin: 0;
	float: left;
}
#modal_page .favorite {
	width: 65px;
	clear: both;
	display: block;
}

#modal_page .memo_area {
	width: auto;
 	clear: both;
	float: none;
	margin: 0 0 10px 0;
}
#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);
}
#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;
}
#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;
}
.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;
}

/* -------------------------------------------------------------------------
    ログイン画面
---------------------------------------------------------------------------- */
#login_wrap {
	width: 500px;
	margin: 50px auto;
	padding: 30px;
	background: #FFF;
	border-radius: 10px;
}
#login_box {
	margin: 0 0 30px 0;
	overflow: hidden;
}
#login_header {
	margin: 0 0 20px 0;
	text-align: center;
}
.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;
}
/* 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;
}

/* -------------------------------------------------------------------------
    カタログ定価表
---------------------------------------------------------------------------- */

.catalogteika_list {
	width: 958px;
	margin: 0;
	padding: 15px;
	border-bottom: #CCC 1px solid;
	background: #FFF;
	position: relative;
	overflow: hidden;
}

.catalogteika_no {
	margin: 0 10px 0 0;
	float: left;
	width: 25px;
}
.catalogteika_spec {
	width: 800px;
	padding: 0 0 0 0;
	margin: 0 10px 0 0;
	border-right: #CCC 1px dotted;
	float: left;
	overflow: hidden;
	word-break:break-all;
}
.catalogteika_operate {
	width: 100px;
	padding: 0 0 0 0;
	margin: 0 10px 0 0;
	float: left;
	overflow: hidden;
	word-break:break-all;
}
.catalogteika_spec_table {
	width: 100%;
	border: none;
	border-collapse: collapse;
}
.catalogteika_spec_table th {
	width: 16%;
	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;
}
.catalogteika_spec_table td {
	width: 34%;
	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;
}

#to_back {
	width: 120px;
	margin: 0 auto;
}

/* -------------------------------------------------------------------------
    カタログ定価表(popup)
---------------------------------------------------------------------------- */

.catalogteika_pop_list {
	width: 670px;
	margin: 0;
	padding: 15px;
	border-bottom: #CCC 1px solid;
	background: #FFF;
	position: relative;
	overflow: hidden;
}

.catalogteika_pop_spec {
	width: 600px;
	padding: 0 0 0 0;
	margin: 0 10px 0 0;
	float: left;
	overflow: hidden;
	word-break:break-all;
}
.catalogteika_pop_spec_table {
	width: 100%;
	border: none;
	border-collapse: collapse;
}
.catalogteika_pop_spec_table th {
	width: 15%;
	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;
}
.catalogteika_pop_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;
}

/* -------------------------------------------------------------------------
    アンギオキットCT
---------------------------------------------------------------------------- */
.ang_item_image_area {
	width: auto;
	overflow: hidden;
}

.ang_item_image {
	width: 49%;
	margin: 0 5px 5px 0;
	float: left;
	background: #FFF;
}

.ang_item_image a {
	display: block;
	padding: 10px;
	border: #CCC 1px solid;
	background: #FFF;
}
.ang_item_image a:hover {
	background: #FCE1E0;
}

.ang_item_thumb {
	margin: 0 0 10px 0;
}
.ang_item_thumb img {
	max-width: 400px;
	max-height: 250px;
/*	width: 100%; */
}
.ang_item_title {
	word-break:break-all;
}

/* -------------------------------------------------------------------------
    商品詳細ダイアログ
---------------------------------------------------------------------------- */

.item_detail_table {
	float: left;
}
.item_detail_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;

}
.item_detail_table td {
	width: 450px;
	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;
}

/* -------------------------------------------------------------------------
    共通・その他
---------------------------------------------------------------------------- */
.inline_text {
	display: inline;
}
.hidden_val {
	display: none;
	color: transparent;
	line-height: 0;
}

.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;
}
.mb0 {
	margin-bottom: 0 !important;
}
.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;
}
.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;
}
.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;
}

/* ボタンを横並びにする
 * ・お届け先編集
 * ・見積完了
 * ・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 */
/* アラジン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;
}
.quick_item_list_content_ex {
	width: 530px;
	float: left;
}
.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 */
/* 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;
}
.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;
}
.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;
}
.quick_list_mode_area {
	float: left;
	margin: 20px 0;
}
/* 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;
}

/*
 パスワードリマインダ、
 パスワードリマインダ送信完了
 */
#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;
}
#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;
}
#define_pdf a {
	display: block;
	padding: 6px 15px;
	text-decoration: none;
}
.logo {
	width: 227px;
	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;
}

.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;
}
.menuWidth{
	width:220px;
	float: right;
}

.detailImageWidth {
	width: 400px;
}
.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バージョンリリース #3473 START */
.history_list_tables {
	float:right;
}
/* アラジンECtoB 2ndバージョンリリース #3473 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;

}
/* アラジンECtoB 2ndバージョンリリース #3534 END */

/* アラジンECtoB 2ndバージョンリリース #3546 START */
.cart_item_no,
.history_list_no {
	margin: 0 10px 0 0;
	float: left;
	width: 25px;
}
/* アラジンECtoB 2ndバージョンリリース #3546 END */
/* アラジンECtoB 2ndバージョンリリース #3562 START */

#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;
}
/* アラジン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;
}
.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;
}
#csvRegBtn,
#backBtn,
#csvDlBtn {
	display: inline-block;
	/display: inline;
	/zoom: 1;
	margin: 0 5px;
}
#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;
}

/* 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;
}
.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 */
/* アラジン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;
}
/* アラジン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;
}

/* アラジン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;
}
/* アラジン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;
}
.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;
}
.memo_list_control_btn {
	display: block;
}
.memo_list_control_btn .item_detail_link {
	position: absolute;
	bottom: 15px;
}

/** 拡張項目共通設定 */
.item_info_remarks_area .item_spec_table  {
	width: 100%;
	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;}

.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リリース #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;
}
.popup_list:after {
	content: "";
	clear: both;
	display: block;
}
.popup_list_content {
	width: 500px;
	float: left;
}
.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;
}
/* Aladdin-EC ３次課題対応_7288 ADD-E */
/* Aladdin-EC 3rdリリース #7961 START */
.item_list_content .item_name {
	min-height: 20px;
}
/* Aladdin-EC 3rdリリース #7961 END */
.btn_position_right_botton {
	position: absolute;
	bottom: 15px;
	right: 15px;
}

/* 20150707_gerard_insert_start */
/* トップページ */
.answer_table_area {
  // width: 100%;
  margin: 0 0 20px 0;
  overflow: hidden;
}

.answer_table_area .answer_table {
  width:100%;
  table-layout: fixed;
  margin: 0;
  background: #FFF;
  position: relative;
  border: 1px solid #ddd;
  border-collapse: collapse;
  font-size: 12px;
}

.answer_table_area .answer_table thead th {
  background-color: #d52117;
  color: #fff;
}

.answer_table_area .answer_table th {
  background-color: #eee;
  padding: 5px;
  border: 1px solid #ddd;
}

.answer_table_area .answer_table td {
  padding: 5px;
  border: 1px solid #ddd;
  word-wrap: break-word;

}

.answer_table_area .answer_table td.top_item_info {
  background-color:#e1e1e1;
  border-color:#ffffff;
}

.sample-btn {
  border: 0;
  background-color: #eee;
  padding: 5px 10px 5px;
  font-size: 12px;
  border-radius: 5px;
  background: #D52117;
  color: #fff;
  position: absolute;
  left: -7px;
  bottom: -7px;
}

.sample-btn:hover {
  background: #000000;
}

.user_select_btn {
  border: 0;
  background-color: #eee;
  padding: 5px 10px 5px;
  font-size: 12px;
  border-radius: 5px;
  background: #D52117;
  color: #fff;
  left: -7px;
  bottom: -7px;
}

.user_select_btn:hover {
  background: #000000;
  text-decoration: none;
  color: #fff;
}
div.top_bumon {
	text-align:right;
	margin: 0 5px 5px 0;
	line-height: 1.6;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: bold;
}

div.top_incharge {
	text-align:right;
	vertical-align: middle;
	margin: 0 5px 5px 0;
	line-height: 1.6;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: bold;
}

div.top_search_item {
	position: relative;
	margin: 0 1% 20px 0;
	display: inline-block;
	vertical-align: bottom;
	text-align: left;
}
span.top_csslink:hover {
  color: #D52117;
  text-decoration: underline;
}
span.top_csslink {
  cursor:pointer;
  color: #0066CC;
  text-decoration: none;
}
/* 20150707_gerard_insert_end */

/* 20150709_gerard_insert_start */
.modal_search_item_half {
	width: 47%;
	margin: 0 1% 20px 0;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	vertical-align: top;
	text-align: left;
}

.inline_from_to {
	width: 30%;
	float: left;
}

.middle_text {
	width: 10%;
	float: left;
	text-align: center;
	margin: 12px 0 0 0;
}

div.parts_table_area {
  margin: 0 0 20px 0;
  overflow: hidden;
  width: 100%;
}

.parts_table_area .parts_table,
.maker_detail_table_area .parts_table {
  margin: 0 0 20px 0;
  background: #FFF;
  position: relative;
  _border: 1px solid #ddd;
  border-collapse: collapse;
  table-layout: fixed;
}

.parts_table_area .parts_table thead th,
.maker_detail_table_area .parts_table thead th {
  height: 20px;
  border: 1px solid #ddd;
  background-color: #d52117;
  padding: 10px;
  color: #fff;
}

.parts_table_area .parts_table thead th.res_no  {
  width: 10px;
  overflow: hidden;
}

.parts_table_area .parts_table thead th.parts_info  {
  width: 85px;
  overflow: hidden;
}

.parts_table_area .parts_table thead th.maker_col  {
  width: 165px;
  overflow: hidden;
}

.parts_table_area .parts_table th,
.maker_detail_table_area .parts_table th {
  background-color: #eee;
  padding: 5px;
  border: 1px solid #ddd;
}

.parts_table_area .parts_table td,
.maker_detail_table_area .parts_table td {
  padding: 3px;
  border: 1px solid #ddd;
  font-size: 11px;
}
/* 20150817_gerard_update_start */
/* table-layoutプロパティを追加しました。*/
.parts_table_area .parts_info_table {
  width: 100%;
  table-layout:fixed;
}
/* 20150817_gerard_update_end */

.parts_table_area .parts_info_table th {
  border: 1px solid #fff;
  white-space: nowrap;
}

/* 20150817_gerard_update_start */
/* word-wrapプロパティを追加しました。
	white-space: nowrap -> white-space:wrap*/
.parts_table_area .parts_info_table td {
  border: 1px solid #fff;
  white-space: wrap;
}
/* 20150817_gerard_update_end */

.parts_table_area .parts_image {
  width: 64px;
  float: left;
  margin: 0 10px 2px auto;
}

/* 20150817_gerard_update_start */
/* table-layoutプロパティを追加しました。*/
.parts_table_area .parts_spec_table {
  width: 100%;
  table-layout:fixed;
}
/* 20150817_gerard_update_end */

.parts_table_area .parts_spec_table th {
	border: 1px solid #ccc;
	white-space: nowrap;
	padding: 5px;
	line-height: 1.6;
	text-align: right;
	background: #EEE;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: normal;
}

/* 20150817_gerard_update_start */
/* word-wrapプロパティを追加しました。
white-space: nowrap -> white-space:wrap*/
.parts_table_area .parts_spec_table td {
	border: 1px solid #ccc;
	white-space: nowrap;
	padding: 5px 10px;
	line-height: 1.6;
	text-align: left;
	background: #fff;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: normal;
}
/* 20150817_gerard_update_end */

/* 20150827_gerard_insert_start */
.parts_table_area .parts_spec_table_dialog {
  width: 100%;
  table-layout:fixed;
}

.parts_table_area .parts_spec_table_dialog th.pst_head {
	border: 1px solid #ccc;
	white-space: no-wrap;
	font-size: 11px;
	line-height: 1.6;
	text-align: right;
	background: #EEE;
	font-weight: normal;
}

.parts_table_area .parts_spec_table_dialog td.pst_data {
	border: 1px solid #ccc;
	white-space: wrap;
	line-height: 1.6;
	text-align: left;
	background: #fff;
	font-weight: normal;
}

.globalparts_quantity {
	min-width: auto !important;
	width: 25px;
}

div.edit_btn_end a {
	display: inline-block;
	margin: 10px 10px 10px 10px;
	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;
	// 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;
}
div.edit_btn_end a:hover {
	background: #292929;
	text-decoration: none;
}
/* 20150827_gerard_insert_end */

/* 支給品 */
.parts_table_area .use_shikyu {
/* 20150902_kim_edit_start */
/*  #ffd700; ⇒ #f2f735 */
background-color: #f2f735;
/* 20150902_kim_edit_end */
}

/* 支給不可 */
.parts_table_area .not_use_shikyu {
/* 20150902_kim_edit_start */
/* #f2f735 ⇒ #ffd700 */
background-color: #ffd700;
/* 20150902_kim_edit_end */
}

.checked_parts_btn {
  background-color: #eee;
  padding: 3px 10px;
  font-size: 12px;
  border-radius: 5px;
  background: #D52117;
  color: #fff;
  cursor: pointer;
}

.select_button {
  border: 0;
  background-color: #eee;
  padding: 5px 10px 5px;
  font-size: 12px;
  border-radius: 5px;
  background: #D52117;
  color: #fff;
  /*
  position: absolute;
  left: -7px;
  bottom: -7px;
  */
}

.select_button:hover {
  background: #000000;
}

p.memo {
  font-size: 11px;
  font-size: 1.1rem;
}
/* 20150709_gerard_insert_end */

/* 20150710_kim_insert_end */
.link_area {
	text-align: center;
	margin-bottom: 60px;
}
.common_link {
	text-align: center;
	margin-top: 80px;
	line-height: 1.6;
	font-size: 20px;
	font-size: 1.2rem;
}
/* 20150710_kim_insert_end */
/* 案件対応 t_imakake Start */
.pack_search_area .search_item {
	width: 450px;
	margin: 0px 15px 20px 10px;
	display: inline-block;
	vertical-align: top;
	text-align: left;
}
.pack_search_area .search_item_narrow {
	width: 300px;
	margin: 0px 15px 20px 10px;
	display: inline-block;
	vertical-align: top;
	text-align: left;
}
.pack_search_area .search_item_wide {
	width: 600px;
	margin: 0px 15px 20px 10px;
	display: inline-block;
	vertical-align: top;
	text-align: left;
}
.pack_search_area .search_item_group {
	display: inline-block;
	float: left;
}
.pack_search_area select{
	min-width: 215px;
	height: 37px;
	font-size: 14px;
}

.search_item_radio .search_label label:after {
	content: "\A";
	white-space: pre;
}

.hidden {
	display: none;
}

.pack_search_area .picup_btn {
	background-color: #eee;
	padding: 4px 8px;
	font-size: 13px;
	border-radius: 5px;
	background: #D52117;
	color: #fff;
}

.pack_search_area .picup_btn:hover {
  background: #000000;
  text-decoration: none;
  color: #fff;
}

.pack_list_area .item_estimate_table th {
	width: 100px;
}

.drape_radio {
	min-width: 21px;
	min-height: 22px;
	width: 50px;
}

.drape_table_head th {
	min-height: 24px;
	height: 30px;
	padding: 4px 8px;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	background: #d52117;
	color: #fff;
	font-size: 12px;
}

.drape_table_detail th {
	min-height: 22px;
}

.drape_table_bg_color th:nth-child(odd) {
	background-color: #FFF;
}

.drape_table_bg_color th:nth-child(even) {
	background-color: #EEF;
}

#drape_table {
	position: relative;
}

#left_head {
	position: absolute;
	top: 0;
	left: 0;
}

#right_head {
	position: absolute;
	top: 0;
	overflow: hidden;
}

#left_body {
	position: absolute;
	#left: 0;
	overflow: hidden;
}

#right_body {
	position: absolute;
	overflow: scroll;
}

#drape_table > table tbody {
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

#drape_table > table thead th:first-child,
#left_head th {
	padding: 4px 8px;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	background: #d52117;
	color: #fff;
	font-size: 12px;
}

#drape_table > table thead th:not(:first-child),
#right_head th {
	padding: 4px 8px;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	background: #d52117;
	color: #fff;
	font-size: 12px;
}

#drape_table > table thead th:nth-last-child(1),
#right_head th:nth-last-child(1) {
	border-right: 1px solid #ddd;
	font-size: 12px;
}

#drape_table > table tbody th,
#left_body th {
	display: table-cell;
	padding: 2px 8px;
	height: 22px;
	background: #e0e4e4;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	color: #111;
	white-space: nowrap;
	font-size: 12px;
}

#drape_table > table tbody th,
#left_body th.row_odd {
	background-color: #fff;
}

#drape_table > table tbody th,
#left_body th.row_even {
	background-color: #eeeeff;
}

#right_body tr:nth-last-of-type(1) td {
	border-bottom: 1px solid #DDD;
}

#drape_table > table tbody th:nth-last-child(1),
#left_body th:nth-last-child(1) {
	padding: 2px 8px;
	height: 22px;
	border-bottom: 1px solid #ddd;
	background: #fff;
	white-space: nowrap;
	font-size: 12px;
}

#drape_table > table tbody th:nth-last-child(1),
#left_body th.row_odd:nth-last-child(1) {
	background-color: #fff;
}

#drape_table > table tbody th:nth-last-child(1),
#left_body th.row_even:nth-last-child(1) {
	background-color: #eeeeff;
}

#drape_table > table tbody td,
#right_body td {
	padding: 2px 8px;
	height: 22px;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	background: #fff;
	white-space: nowrap;
	font-size: 12px;
}

#drape_table > table tbody td,
#right_body td.row_odd{
	background-color: #fff;
}

#drape_table > table tbody td,
#right_body td.row_even {
	background-color: #eeeeff;
}

div.drape-search-btn-style a{
    padding: 8px 20px;
	font-size: 14px;
	font-size: 1.4rem;
    border-radius: 5px;
    background: #D52117;
    color: #FFF;
	line-height: 1.4;
	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;
}
div.drape-search-btn-style a:hover {
	background: #292929;
	text-decoration: none;
}


/* 案件対応 t_imakake End */

.add_to_estimate a {
	margin-left: 10px;
	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_estimate a:hover {
	background: #292929;
	text-decoration: none;
}

.hole-type .value {
	margin-left: 10px;
}
.cover-type {
	margin-left: 50px;
}
.cover-type .value {
	margin-left: 10px;
}
.tape-type {
	margin-left: 50px;
}
.tape-type .value {
	margin-left: 10px;
}

.sample-red-btn,
.sample-red-btn:active {
	background-color: #eee;
	padding: 10px 20px;
	font-size: 14px;
	border-radius: 5px;
	background: #D52117;
	color: #fff !important;
}

.sample-red-btn:hover {
	background: #292929;
	text-decoration: none;
	color: #fff;
}
.parts_table_area th.kingaku-total,
.maker_detail_table_area th.kingaku-total {
	padding: 10px;
	text-align: right;
	font-weight: bold;
	font-size: 12px;
}

.parts_table_area th.estimate-check-row {
	padding: 10px;
	text-align: right;
	font-weight: bold;
	font-size: 14px;
}

.maker-parts-conditions {
	padding: 5px 0px;
}
.maker-parts-conditions .condition-block {
	background-color: #FFF;
	padding: 5px;
}
.maker-parts-conditions .condition-table {
	width: 100%;
}
.maker-parts-conditions .condition-table th {
	border: 1px solid #666;
	background-color: #EEE;
	padding: 5px;
	width: 350px;
	font-size: 13px;
	font-size: 1.3rem;
}
.maker-parts-conditions .condition-table td {
	border: 1px solid #666;
	padding: 5px;
}
.parts_table_area .use-shikyu,
.maker_detail_table_area .use-shikyu {
	background-color: #FFD700;
}
.parts_table_area .no-shikyu,
.maker_detail_table_area .no-shikyu {
	background-color: #FFA500;
}

textarea[readonly="readonly"] {
	background: #eee;
}

/* 20150806_kim_insert_start */
/*  Define the background color for all the EVEN background rows  */
.alternateColor td {
	background-color : #e1e1e1;
	border-color : #ffffff !important;
}
/* 20150806_kim_insert_end */

.parts_table th {font-size: 13px;}
.parts_table th.parts_info_label {font-size: 11px;}

/* 20150814_gerard_insert_start */
.parts_table .output_no {width: 4%;}
.parts_table .output_code {width: 15%;}
.parts_table .output_name {width: 12%;}
.parts_table .output_hinmoku {width: 9%}
.parts_table .output_quality {width: 9%;}
.parts_table .output_image {width: 8%;}
.parts_table .output_parts_name {width: 15%;}
.parts_table .output_size {width: 10%;}
.parts_table .output_spec {width: 9%;}
.parts_table .output_remark {width: 9%;}

.pack_output_parts_table {
	margin: 0;
    background: #FFF;
    position: relative;
    border: 1px solid #ddd;
    border-collapse: collapse;
}
/* 20150814_gerard_insert_end */

/* 20150817_kim_insert_start */
@media print{
	no_print {
		display:none;
	}
	div#header {
		display:none;
	}
	div#response_header_cart {
		display:none;
	}
	div#gnavi_wrap {
		display:none;
	}
	div#pagetop {
		display:none;
	}
	div#footer_wrap {
		display:none;
	}
	div#pageslide {
		display:none;
	}
}
div.pagebreak {
	page-break-after: always;
}

.parts_table_area {
	margin: 0 0 20px 0;
	overflow: hidden;
}

.parts_table_area .parts_table:after {
	content: "";
	clear: both;
	display: block;
}


/* 20150817_kim_insert_end */
.font-normal {
	line-height: normal;
}

/* 20150817_gerard_insert_start */
div.parts_content {
	clear:both;
}
div.parts_content p.title{
	white-space: wrap;
	word-wrap: break-word;
}
/* 20150817_gerard_insert_end */
/* 20150817_kim_insert_start */
div.parts_img{
	width: 64px;
	margin: 0 3px 3px 0;
    float: left;
    height: 100%;
    display: inline;
}

div.parts_title{
	width: 60%;
    float: right;
    height: 100%;
    word-wrap: break-word;
    display: inline;
}

.parts_tbl_disp{
	width:100%
}
.parts_tbl_disp tr th{
	text-align : left;
	border : 1px solid #ddd;
	width : 50px !important;
  	background-color: #d52117;
  	padding: 10px;

}
.parts_tbl_disp tr td{
	width : 100%;
	font-size : small;
}

.condition-disp tr th{
	text-align : right !important;
	font-size : small;
}

.condition-disp tr td{
	font-size : small;
}
/* 20150817_kim_insert_end */


/* button */

.edit_btn a {
	margin-left: 10px;
	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;
	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;
}
.edit_btn a:hover {
	background: #292929;
	text-decoration: none;
}

.edit_btn_center a {
	margin-left: 10px;
	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;
	float: center;
	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;
}
.edit_btn_center a:hover {
	background: #292929;
	text-decoration: none;
}

.minus_btn a {
	margin-left: 10px;
	padding: 11px 30px 8px 50px;
	background: #D52117 url(../../img/common/icon_minus_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;
}
.minus_btn a:hover {
	background: #292929 url(../../img/common/icon_minus_bg.png) no-repeat 22px 50%;
	text-decoration: none;
}
.plus_btn a {
	margin-left: 10px;
	padding: 11px 30px 8px 50px;
	background: #D52117 url(../../img/common/icon_plus_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;
}
.plus_btn a:hover {
	background: #292929 url(../../img/common/icon_plus_bg.png) no-repeat 22px 50%;
	text-decoration: none;
}
.back_btn a {
	margin-left: 10px;
	padding: 11px 30px 8px 50px;
	background: #D52117 url(../../img/common/icon_back_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;
}
.back_btn a:hover {
	background: #292929 url(../../img/common/icon_back_bg.png) no-repeat 22px 50%;
	text-decoration: none;
}
.cancel_btn a {
	margin-left: 10px;
	padding: 11px 20px 8px 20px;
	background: #757575;
	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;
}
.cancel_btn a:hover {
	background: #292929;
	text-decoration: none;
}
.mail_btn a {
	margin-left: 10px;
	padding: 11px 30px 8px 50px;
	background: #D52117 url(../../img/common/icon_mail_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;
}
.mail_btn a:hover {
	background: #292929 url(../../img/common/icon_mail_bg.png) no-repeat 22px 50%;
	text-decoration: none;
}
.delete_btn a {
	margin-left: 10px;
	padding: 11px 30px 8px 50px;
	background: #D52117;
	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;
}
.delete_btn a:hover {
	background: #292929;
	text-decoration: none;
}
.human_btn a {
	margin-left: 10px;
	padding: 11px 30px 8px 50px;
	background: #D52117 url(../../img/common/icon_human_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;
}
.human_btn a:hover {
	background: #292929 url(../../img/common/icon_human_bg.png) no-repeat 22px 50%;
	text-decoration: none;
}
.close_btn a {
	margin-left: 10px;
	padding: 11px 30px 8px 50px;
	background: #D52117 url(../../img/common/icon_close_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;
}
.close_btn a:hover {
	background: #292929 url(../../img/common/icon_close_bg.png) no-repeat 22px 50%;
	text-decoration: none;
}
.open_btn a {
	margin-left: 10px;
	padding: 11px 30px 8px 30px;
	background: #D52117;
	_background: #D52117;
	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;
}
.open_btn a:hover {
	background: #292929;
	text-decoration: none;
}

.copy_btn a {
	margin-left: 10px;
	padding: 11px 30px 8px 50px;
	background: #D52117;
	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;
}
.copy_btn a:hover {
	background: #292929;
	text-decoration: none;
}

ul.right_list{
	overflow: hidden;
	padding: 10px 0;
}

ul.right_list li{
	float: right;
	margin-left: 10px;
}

ul.left_list{
	overflow: hidden;
}

ul.left_list li:last-child{
	margin-left: 0;
}

ul.left_list li{
	float: left;
	margin-right: 10px;
}

ul.left_list li:last-child{
	margin-left: 0;
}

.message_area{
	background: #ffffff;
	margin: 0 2px;
	_padding: 5px 20px;
	font-size: 13px;
	font-size: 1.3rem;
	width: auto;
	text-align: left;
	overflow: hidden;
}

.quick_list_popup a {
	color: #ffffff;
}

/* 20150828_kim_edit_start */
/* height : 100px */
.center_item tr td{
	height : 100px;
	vertical-align: bottom;
    text-align: center;
}
/* 20150828_kim_edit_end */

#overlay{
	display: none;
	width: 100%;
	height:100%;
	text-align: left;
	position: fixed;
	top: 0;
	z-index: 100;
	background: rgba(0,0,0,0.7);
}

.kingaku-total {
	font-size: 12px !important;
}

/* 20150908_kim_insert_start */
.sampleTextAreaWidth1{
	margin : 0px;
	width : 80%;
	height : 50px;
}
.sampleTextAreaWidth2{
	margin : 0px;
	width : 95%;
	height : 50px;
}
/* 20150908_kim_insert_end */



div.row_edit_area {
	margin: 0 0 20px 0;
	overflow: hidden;
	width: 100%;
}

.row_edit_area .row_edit {
	margin: 0 0 20px 0;
	background: #FFF;
	position: relative;
	_border: 1px solid #ddd;
	border-collapse: collapse;
}

.row_edit_area .row_edit thead th {
	height: 20px;
	border: 1px solid #ddd;
	background-color: #d52117;
	padding: 10px;
	color: #fff;
	font-size: 13px;
}

.row_edit_area .row_edit th {
	background-color: #eee;
	padding: 5px;
	border: 1px solid #ddd;
	font-size: 13px;
}

.row_edit_area .row_edit td {
	padding: 3px;
	border: 1px solid #ddd;
	font-size: 11px;
	text-align: left;
}

.row_edit_area {
	margin: 0 0 20px 0;
	overflow: hidden;
}

.row_edit_area .row_edit:after {
	content: "";
	clear: both;
	display: block;
}

.row_edit_area .row_edit th.catalogNo {
	width: 150px;
}
.row_edit_area .row_edit th.catalogName {
	width: 368px;
}
.row_edit_area .row_edit th.teikahyoNo {
	width: 150px;
}
.row_edit_area .row_edit th.sortNo {
	width: 100px;
}
.row_edit_area .row_edit th.rowOperate {
	width: 100px;
}
.row_edit_area .row_edit td.catalogNo {
	width: 164px;
}
.row_edit_area .row_edit td.catalogName {
	width: 382px;
}
.row_edit_area .row_edit td.teikahyoNo {
	width: 164px;
}
.row_edit_area .row_edit td.sortNo {
	width: 114px;
}
.row_edit_area .row_edit td.rowOperate {
	width: 113px;
}

/*スクロール用*/
thead.scrollHead, tbody.scrollBody {
	display:block;
}

tbody.scrollBody {
	overflow-y:scroll;
	height:600px;
}


.catalog_input_standard{
	width: 98%;
	height: 50px;
}
.edit_btn_center {
	margin-top: 50px;
	margin-bottom: 20px;
}
.shipment_item {
	width: 160px;
}
.shipment_quantity {
	width: 50px !important;
}
.shipment_catalog_td {
	margin: 10px 10px 20px 0;
}
.shipment_catalog_td .catalogPrice_catalog{
	margin: 0 20px 0 0;
}
#subcontent .quick_item_list {
	padding: 15px;
}
.ime-off {
	ime-mode: disabled;
}
.shipmant-ex-input {

}
.notice-message {
	color: red;
	font-size: 1.1rem;
}
#base-order-method td,
#base-order-div td {
	background-color: #FFE4E1;
}