﻿@charset "UTF-8";
div.customer_ {
	width: 100%;
}
/* --------------------------------------------------------------------
  ログインフォーム
--------------------------------------------------------------------- */
div.login_ div.loginform_ {
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: left;
	border-bottom: none;
}
div.login_ div.loginform_ .form_text_ {
	text-align: center;
}
div.login_ table.loginform_ {
	width: 700px;
	margin: 0 auto;
}
div.login_ table.loginform_ th,
div.login_ table.loginform_ td {
	font-weight: 500;
	padding: 0;
}
div.login_ table.loginform_ th {
	width: 260px;
}
div.login_ table.loginform_ td {
	padding: 15px 24px;
}
div.login_ table.loginform_ td input.login_uid_,
div.login_ table.loginform_ td input.login_pwd_ {
	width: 100%;
}
div.login_ .forgotpass_ {
	text-align: center;
	margin-top: 30px;
}
div.login_ .forgotpass_ a::before {
	display: none;
}
div.login_ .forgotpass_ a {
	color: #202020;
	font-weight: 500;
	text-decoration: none;
	display: inline-block;
	position: relative;
}
div.login_ .forgotpass_ a:hover {
	text-decoration: underline;
}
div.login_ .forgotpass_ a::after {
	content: "";
	display: inline-block;
	width: 7px;
	height: 7px;
	border-right: 2px solid #005FAE;
	border-bottom: 2px solid #005FAE;
	transform: rotate(-45deg);
	margin-left: 10px;
	margin-top: -3px;
}
/* --------------------------------------------------------------------
  マイページ　トップ
-------------------------------------------------------------------- */
div.customer_status_ {
	padding: 0;
	margin: 0 0 40px;
}
.loginname_ {
	font-size: 20px;
	font-weight: 400;
	line-height: 1.5;
}
div.mymenu_ {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
div.mymenu_ a,
div.mymenu_ a:hover {
	color: #202020; 
}
div.mymenu_ #mymenu_main_ {
	flex: 1;
	float: none;
	width: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
div.mymenu_ #mymenu_side_ {
	float: none;
	margin-left: 50px;
	width: 200px;
}
div.mymenu_ .clearfix_ {
	display: none;
}

div.mymenu_topic_,
div.mymenu_ div.mymenu_main_list_ {
	border: 1px solid #CECECE;
	border-radius: 5px;
	padding: 30px;
	margin: 0 0 20px 0;
}
div.mymenu_topic_ {
	width: 100%;
}
div.mymenu_topic_ .topiclist_head_ {
	padding: 0;
	height: auto;
	margin: 0 0 20px;
}
div.mymenu_topic_ .topiclist_head_ h2 {
	font-size: 22px;
	font-weight: bold;
	line-height: 1.0;
	float: none;
}
div.mymenu_topic_ .topiclist_body_ {
	padding: 0;
}
div.mymenu_topic_ ul.topicline_ li {
	padding: 0;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #E1E1E1;
}
div.mymenu_topic_ ul.topicline_ li::before {
	display: none;
}
div.mymenu_topic_ ul.topicline_ li span.icon_,
div.mymenu_topic_ ul.topicline_ li span.icon_img_ {
	width: 110px;
	margin-right: 20px;
}
div.mymenu_topic_ ul.topicline_ li span.icon_ {
	color: #005FAE;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.0;
	text-align: center;
	letter-spacing: 0.03em;
	padding: 5px 0 4px;
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #005FAE;
	border-radius: 1px;
}
div.mymenu_topic_ ul.topicline_ li a {
	font-size: 18px;
	font-weight: 400;
	text-decoration: none;
	padding: 10px 0;
	display: block;
	flex: 1;
}
div.mymenu_topic_ ul.topicline_ li a:hover {
	text-decoration: underline;
}

div.mymenu_ #mymenu_main_left_ {
	float: none;
	width: calc((100% - 20px) / 2);
	margin-right: 20px;
}
div.mymenu_ #mymenu_main_right_ {
	float: none;
	flex: 1;
	width: auto;
}
div.mymenu_ div.mymenu_main_list_ div.mymenu_main_list_top_ {
	padding: 0;
	margin: 0 0 20px;
}
div.mymenu_ div.mymenu_main_list_ h4 {
	color: #202020;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.0;
	height: auto;
	border: 0;
	padding: 0;
	margin: 0;
}
div.mymenu_ div.mymenu_main_list_ h4::before,
div.mymenu_ div.mymenu_main_list_ h4::after {
	display: none;
}
div.mymenu_ div.mymenu_main_list_ h5 {
	padding: 0;
}
div.mymenu_ div.mymenu_main_list_ h5::before {
	display: none;
}
div.mymenu_ div.mymenu_main_list_ div.mymenu_main_list_body_ {
	padding: 0;
}
div.mymenu_ div.mymenu_main_list_ li {
	padding: 0;
	margin-bottom: 10px;
}
div.mymenu_ div.mymenu_main_list_ li a {
	font-size: 16px;
	font-weight: 400;
	padding-left: 25px;
	text-decoration: none;
	position: relative;
}
div.mymenu_ div.mymenu_main_list_ li a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 7px;
	height: 2px;
	background-color: #202020;
}
div.mymenu_ div.mymenu_main_list_ li a:hover {
	color: #202020;
	text-decoration: underline;
}

div.mymenu_ #mymenu_side_ > div {
	width: auto;
	border: 1px solid #CECECE;
	border-radius: 5px;
	padding: 10px;
}
@media screen and (max-width: 850px) {
	div.mymenu_ {
		display: block;
	}
	div.mymenu_ #mymenu_side_ {
		margin: 0;
		width: 100%;
	}
}

/* --------------------------------------------------------------------
  会員情報変更 / 得意先取引申請
-------------------------------------------------------------------- */
div.customer_.col1_ table.formdetail_.customer_ input[name="name"],
div.customer_.col1_ table.formdetail_.customer_ input[name="name2"],
div.customer_.col1_ table.formdetail_.customer_ input[name="kana"],
div.customer_.col1_ table.formdetail_.customer_ input[name="kana2"],
div.customer_.col1_ table.formdetail_.customer_ input[name="app_name"],
div.customer_.col1_ table.formdetail_.customer_ input[name="app_name2"],
div.customer_.col1_ table.formdetail_.customer_ input[name="app_kana"],
div.customer_.col1_ table.formdetail_.customer_ input[name="app_kana2"],
div.customer_.col1_ table.formdetail_.customer_ input[name="rep_name"],
div.customer_.col1_ table.formdetail_.customer_ input[name="rep_name2"],
div.customer_.col1_ table.formdetail_.customer_ input[name="rep_kana"],
div.customer_.col1_ table.formdetail_.customer_ input[name="rep_kana2"] {
	width: 100%;
	max-width: calc(100% / 2 - 95px);
	margin: 0 10px;
}
div.customer_.col1_ table.formdetail_.customer_ input[name="biz_name"],
div.customer_.col1_ table.formdetail_.customer_ input[name="biz_kana"] {
	width: 100%;
	max-width: calc(100% - 30px);
}

input[type=text].txt_input_bg_gray_ {
	border-color: #f0f0f0;
	background-color: #f0f0f0;
	color: #505050;
}
/* --------------------------------------------------------------------
  	よく使う支払方法設定
-------------------------------------------------------------------- */
table.defaultmethodlist_ th {
	width: 200px;
}
/* --------------------------------------------------------------------
  	会員配送先
-------------------------------------------------------------------- */
div.customer_ .top_box_,
div.order_ .top_box_ {
	height: auto !important;
	overflow: hidden;
	margin-bottom: 40px;
}
@media screen and (max-width: 850px) {
	div.customer_ .top_box_,
	div.order_ .top_box_ {
		display: flex;
		flex-direction: column-reverse;
	}
	div.customer_ .top_box_ .rightfloat_,
	div.order_ .top_box_ .rightfloat_,
	div.customer_ .top_box_ .leftfloat_,
	div.order_ .top_box_ .leftfloat_ {
		float: none;
		display: block;
	}
	div.customer_ .top_box_ .rightfloat_,
	div.order_ .top_box_ .rightfloat_ {
		margin-left: auto;
		margin-top: 10px;
	}
}

div.customer_ .search_box_ {
}
div.customer_ .search_box_ input.keyword_,
div.order_ .search_box_ input.keyword_ {
	width: 500px;
}
div.customer_ .search_box_ input.search-btn,
div.order_ .search_box_ input.search-btn {
	font-size: 0;
	width: 60px;
	height: 60px;
	background: none;
	border: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	background-color: #FFFFFF !important;
	background-image: url(../../img/usr/common/ico_search.png) !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: 30px auto !important;
}
div.address_item_ {
	width: 100%;
	padding: 20px 0;
	border-bottom: 1px solid #CECECE;
}
div.address_item_ .address_title_ {
	font-size: 22px;
}
div.address_item_ address {
	font-size: 16px;
	line-height: 1.875;
	margin: 0;
}

div.order_.col1_ div.address_item_ {

}
div.order_.col1_ div.address_item_ .address_title_ {}
div.order_.col1_ div.address_item_ address {}
div.order_.col1_ div.address_item_ .address_change_ {}
div.order_.col1_ div.address_item_ .address_select_ {
	float: right;
}
div.address_item_ .address_change_ input.chande-dest-info {
	color: #005FAE !important;
	text-decoration: underline !important;
}
div.address_item_ .address_change_ input.chande-dest-info:hover {
	color: #005FAE !important;
	text-decoration: none !important;
}
/* --------------------------------------------------------------------
  会員配送先新規登録・変更
-------------------------------------------------------------------- */
div.customer_.col1_ table.formdetail_.custdest_ th {
	width: 25%;
}
div.customer_.col1_ table.formdetail_.custdest_ input[name="nickname"] {
	max-width: calc(100% - 440px);
}
div.customer_.col1_ table.formdetail_.custdest_ input[name="name"],
div.customer_.col1_ table.formdetail_.custdest_ input[name="name2"],
div.customer_.col1_ table.formdetail_.custdest_ input[name="kana"],
div.customer_.col1_ table.formdetail_.custdest_ input[name="kana2"] {
	width: 100%;
	max-width: calc(100% / 2 - 100px);
}
/* --------------------------------------------------------------------
  お問い合わせ
-------------------------------------------------------------------- */
div.contact_ table.formdetail_.contact_ input[name="goods"],
div.contact_ table.formdetail_.contact_ input[name="mail"],
div.contact_ table.formdetail_.contact_ input[name="cmail"],
div.contact_ table.formdetail_.contact_ input[name="s_"],
div.contact_ table.formdetail_.contact_ input[name="tel"] {
	width: 100%;
}
div.contact_ table.formdetail_.contact_ input[name="name"],
div.contact_ table.formdetail_.contact_ input[name="name2"] {
	width: 100%;
	/*max-width: calc(100% / 2 - 80px);*/
	max-width: calc(100% / 2 - 90px);
}

/* --------------------------------------------------------------------
  お問い合わせ履歴
-------------------------------------------------------------------- */
div.contact_ ul.contactlist_ li {
	padding: 0;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #E1E1E1;
}
div.contact_ ul.contactlist_ li .day_ {
	color: #202020;
	font-size: 24px;
	font-family: "Teko";
	letter-spacing: 0.09em;
	text-align: left;
	text-decoration: none;
	line-height: 1.04;
	display: block;
	margin-right: 20px;
}
div.contact_ ul.contactlist_ li > a {
	color: #202020;
	font-size: 18px;
	font-weight: 400;
	text-decoration: none;
	display: block;
	padding: 10px 0;
	flex: 1;
}
div.contact_ ul.contactlist_ li > a:hover {
	text-decoration: underline;
}
div.contact_ ul.contactlist_ li .subject_,
div.contact_ ul.contactlist_ li .id_ {
	font-size: 18px;
	font-weight: 400;
}

/* --------------------------------------------------------------------
  お問い合わせ履歴詳細
-------------------------------------------------------------------- */
.contactdetail_title_ {
	padding: 0;
	display: flex;
	align-items: center;
	border-top: 1px solid #E1E1E1;
	border-bottom: 1px solid #E1E1E1;
}
.contactdetail_title_ span.day_ {
	color: #202020;
	font-size: 24px;
	font-family: "Teko";
	letter-spacing: 0.09em;
	text-align: left;
	text-decoration: none;
	line-height: 1.04;
	display: block;
	margin-right: 20px;
	padding-top: 6px;
}
.contactdetail_title_ span.subject_ {
	font-size: 18px;
	font-weight: 400;
	display: block;
	padding: 10px 0;
	flex: 1;
}
.contactdetail_title_ span.id_ {
	font-size: 18px;
	font-weight: 400;
	display: inline-block;
}
div.contactlist_line_ {
	border-color: #CECECE;
}
div.contactlist_line_ .contactlist_head_ {
	background-color: #F1F1F1;
	border-color: #CECECE;
}
div.contactlist_line_ .contactlist_head_ .updt_ {
	font-family: "Teko";
	letter-spacing: 0.09em;
}
/* --------------------------------------------------------------------
  見積履歴詳細
-------------------------------------------------------------------- */
div.order_.print_button_ {
	/* display: none; */
}
table.estimate_top_ td.estimate_top_left_ table {
	width: 100%;
}
div.order_ div.dest_block_ {
	margin: 0;
}

div.order_.spandual_ table.order_status_ {
	width: auto;
	margin: 0 0 20px;
}
div.order_.spandual_ table.order_status_ th,
div.order_.spandual_ table.order_status_ td {
	font-size: 22px;
	font-weight: 500;
	line-height: 1.36;
}
div.order_.spandual_ .estimate_box_ {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.875;
	border: 1px solid #CECECE;
	border-radius: 5px;
	padding: 30px;
}
div.order_.spandual_ .estimate_box_ h2 {
	font-size: 22px;
	font-weight: 500;
	line-height: 1.0;
	margin: 0 0 20px;
	padding: 0;
	border: 0;
}
div.order_.spandual_ .estimate_box_ h2 span {
	font-size: 16px;
	display: inline-block;
}
div.order_.spandual_ .estimate_box_.estimate_.dest_.sender_ {
	display: none;
}
div.order_ table.order_ th,
div.order_ table.order_ td,
div.order_ table.method_ th,
div.order_ table.method_ td,
.formsublist_.destspeclist_.destspeclist2_ th,
.formsublist_.destspeclist_.destspeclist2_ td {
	line-height: 1.0;
}
div.order_ table.order_ th,
div.order_ table.method_ th,
div.customer_ table.destspeclist_ th {
	width: 40%;
}
.formsublist_.destspeclist_.destspeclist2_ th {
	width: 35.7%;
}
div.order_ div.dest_block_ table.destspeclist2_ td {
	width: auto;
	max-width: none;
	padding: 15px 25px;
}
div.order_ table.order_ td,
div.order_ table.method_ td {
	text-align: right;
	width: auto;
}
div.order_ table.formlist_.estimate_table_ th {
	line-height: 1.0;
}
div.order_ table.formlist_.estimate_table_ td {
	line-height: 2.125;
	padding: 30px;
}
div.order_ table.formlist_.estimate_table_ td input[type="text"],
div.order_ table.formlist_.estimate_table_ td textarea {
	width: 100%;
}
div.order_ .subtotal_block_ {
	border: 0;
}
div.order_ div.dest_block_ table.destgoodslist_ {
	width: 100% !important;
    border-left: 1px solid #CECECE;
    border-top: 1px solid #CECECE;
	border-collapse: inherit;
}

div.order_ .estimate_listframe_ .subtotal_block_ {
	padding: 0;
	margin-bottom: 40px;
}
div.order_ div.dest_block_ .formsublist_.destspeclist_ {
	width: 100% !important;
	margin: 40px 0;
}
div.order_ div.dest_block_ .formsublist_.destspeclist_ th {
	width: 36%;
}
div.order_ table.destgoodslist_ th {
	line-height: 1.0;
	text-align: center;
	padding: 20px;
}
div.order_ table.destgoodslist_ th.estimate_qty_ {
	text-align: center;
}
div.order_ table.destgoodslist_ th.estimate_monthly_ {padding: 10px;}
div.order_ table.destgoodslist_ th.estimate_amt_ {
	/*font-size: 14px;*/
	text-align: center;
	padding: 10px;
}
div.order_ table.destgoodslist_ td {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.57;
	letter-spacing: 0;
	padding: 20px;
	vertical-align: top;
}
div.order_ table.destgoodslist_ .estimate_item_code_ {
	width: 85px;
}
div.order_ table.destgoodslist_ .estimate_maker_ {
	width: 105px;
}
div.order_ table.destgoodslist_ .estimate_goodsname_ {
	
}
div.order_ table.destgoodslist_ .estimate_goodsname_ span {
	font-size: 12px;
	line-height: 1.666;
	display: block;
	padding: 0;
	margin: 0;
}
div.order_ table.destgoodslist_ .estimate_goodsname_ span.estimate_name_ {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.57;
	margin: 0 0 10px;
}
div.order_ table.destgoodslist_ .estimate_goodsname_ span.estimate_name_ a {
	color: #202020;
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
	line-height: 1.57;
}
div.order_ table.destgoodslist_ .estimate_contents_ {
	width: 220px;
}
div.order_ table.destgoodslist_ .estimate_qty_ {
	text-align: right;
	width: 40px;
}
div.order_ table.destgoodslist_ th.estimate_unit_price_,
div.order_ table.destgoodslist_ th.estimate_amt_ {
	padding: 10px;
}
div.order_ table.destgoodslist_ td.estimate_unit_price_,
div.order_ table.destgoodslist_ td.estimate_amt_ {
	text-align: right;
	width: 100px;
}
div.order_ table.destgoodslist_ .estimate_subtotal_ {
	font-size: 16px;
	text-align: right;
	background-color: #F1F1F1;
}

div.order_ .rental_period_box_ dl.rental_day_ {
	display: flex;
	align-items: center;
}
div.order_ .rental_period_box_ dl.rental_day_ dd {
	margin-left: 10px;
}
div.order_ .rental_period_box_ .rental_period_change_ {
	margin: 45px 0 0;
}
div.order_ .rental_period_box_ .rental_period_change_ h3 {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.0;
	background-color: #F1F1F1;
	border-radius: 5px;
	padding: 18px 66px;
	cursor: pointer;
	position: relative;
}
div.order_ .rental_period_box_ .rental_period_change_ h3::before {
	content: "";
	position: absolute;
	left: 30px;
	top: 50%;
	width: 9px;
	height: 9px;
	border-right: 2px solid #202020;
	border-top: 2px solid #202020;
	transform: rotate(-45deg);
	transition: all .3s;
}
div.order_ .rental_period_box_ .rental_period_change_ h3.js-close::before {
	transform: rotate(135deg);
	margin-top: -6px;
}
div.order_ .rental_period_box_ .rental_period_change_ .rental_period_change_body_ {
	padding: 40px 40px 0;
}
div.order_ .rental_period_box_ .rental_period_change_ .rental_period_change_body_ p {
	margin: 0 0 20px;
}
div.order_ .rental_period_box_ .rental_period_change_ .rental_period_change_body_ .btn_change_ {
	margin: 25px 0 0 38px;
}
div.order_ .rental_period_box_ .rental_period_change_ .rental_period_change_body_ .btn_change_ input.btn {
	width: 136px;
	height: 46px;
	border-radius: 23px;
}
@media screen and (max-width: 1000px) {
	div.order_ .rental_period_box_ .rental_period_change_ .rental_period_change_body_ {
		padding: calc(40 / 1200 * 100vw) calc(40 / 1200 * 100vw) 0;
	}
	div.order_ .rental_period_box_ .rental_period_change_ .rental_period_change_body_ .btn_change_ {
		margin: 25px 0 0;
		text-align: center;
		width: 100%;
	}
}

div.customer_ ul.historydetail_ {
	margin-top: 60px;
}
div.customer_ ul.historydetail_ li {
	margin-bottom: 10px;
}
div.customer_ ul.historydetail_ li a {
	font-weight: 400;
}
div.customer_ ul.historydetail_.estimatedetail_ li {
	text-align: center;
}
div.customer_ ul.historydetail_ + p {
	margin-top: 30px;
}
div.order_.spandual_ .estimate_box_ .dest_process_ {display: none;}
div.order_.spandual_ table.status_ {
	margin-bottom: 50px;
}
div.order_ div.dest_block_ h2 {
	font-weight: 500;
	margin: 60px 0 40px;
	padding: 0 0 20px;
	border-top: 0;
	border-left: 0;
}
div.order_ .estimate_subtotal_breakdown_ {
	display: none;
}
/* --------------------------------------------------------------------
  お気に入り
-------------------------------------------------------------------- */
div.customer_ div.bookmark_item_ > div {
	display: block;
	float: none;
}
div.bookmark_item_ div.cartgoods_ {
	width: 23px;
}
div.bookmark_item_ div.cartgoods_ input[type="checkbox"] {margin: 0;}
div.bookmark_item_ div.img_ {
	margin: 0;
	width: 200px;
	height: 200px;
	display: flex !important;
	justify-content: center;
	align-items: center;
	padding-right: 20px;
}
div.bookmark_item_ div.img_ a {
	
}
div.bookmark_item_ div.desc_ {
	flex: 1;
}
div.bookmark_item_ div.name_ .name1_ {
	font-size: 20px;
	font-weight: bold;
}
div.bookmark_item_ div.spec_ {
	font-weight: 400;
}
div.bookmark_item_ div.del_ {
	width: 60px;
}
div.bookmark_item_ div.del_ .btn-secondary {
	margin: 0;
}
div.bookmark_buy_ {
	text-align: center;
	margin-top: 50px;
}
div.bookmark_buy_ .make-group-checked {
	margin: 0;
	padding: 20px 50px;
	height: auto;
	line-height: 1.0;
	border-radius: 30px;
}
/* --------------------------------------------------------------------
  お気に入りグループ
-------------------------------------------------------------------- */
.bookmarkgroup_item_ table.bookmark_ td {
	padding: 5px 10px;
}
.bookmarkgroup_item_ table.bookmark_ th .btn-secondary {
	background: #FFFFFF;
}

/* --------------------------------------------------------------------
  承認設定
-------------------------------------------------------------------- */
div.customer_ table.approvallist_ .approval_ {
	width: 200px;
}
div.customer_ table.approvallist_ .ap_user_1st_ {
	width: 200px;
}
div.customer_ table.approvallist_ .updatebtn_ button {
	color: #161616;
	font-size: 15px;
	font-family: "Noto Sans JP";
	text-align: center;
	line-height: 2.0;
	border: 1px solid #CECECE;
	background: #F3F3F3;
	border-radius: 5px;
	width: 118px;
	height: 40px;
	padding: 0;
	margin: 10px 0;
	padding-left: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: none;
	cursor: pointer;
}
/* --------------------------------------------------------------------
  得意先購入履歴
-------------------------------------------------------------------- */
div.customer_ table.bizsearch_ th {
	width: 110px;
}
div.customer_ table.bizsearch_ td input[type="text"] {
	width: 100%;
}
/* --------------------------------------------------------------------
  得意先購入履歴詳細
-------------------------------------------------------------------- */
div.customer_ .order_.print_button_ {
	overflow: hidden;
}
div.customer_ .order_.print_button_ input[type="submit"] {
	width: 220px;
	height: 45px;
}
/* --------------------------------------------------------------------
  得意先取引申請規約
-------------------------------------------------------------------- */
.customer_ p.entry_ {
	text-align: left;
	margin: 10px 0;
}
/* --------------------------------------------------------------------
  購入履歴
-------------------------------------------------------------------- */
div.customer_ table.formlist_.history_ th,
div.customer_ table.formlist_.history_ td {
	padding: 15px 20px;
}
table.history_ th.total_,
table.history_ th.price_,
table.history_ th.qty_,
table.history_ th.amt_,
table.history_ .estimate_total_ {
	width: 120px !important;
}
table.history_ .estimate_total_ {
	text-align: right;
}
table.history_ th.sales_process_,
div.customer_ table.history_ td.status_ {
	width: 120px !important;
	padding: 15px 10px;
}
div.customer_ table.history_ td.status_ img {
	width: 150px;
}
div.customer_ table.history_ td.history_total_ {
	color: #202020;
}
div.customer_ table.history_ td.purchase_order_,
div.customer_ table.history_ td.subject_ {
	width: 100px;
}
table.history_ th.purchase_order_ {
	width: auto !important;
}








