@charset "Shift_JIS";

div.wrapper_.order-h_ {
	width: 100%;
}

/* --------------------------------------------------------------------
	購入フロー 共通
-------------------------------------------------------------------- */
input {
	outline: none;
	font-size: 14px;
}
select::-ms-value {
	background: transparent;
	color: black;
}
[class^="order_"].col1_{
  width: 950px;
}
#footerouter.order-f_{
  border: none;
}
.order-h_ #header_mid #welcomeMessage{
  padding: 7px 0 8px 20px;
}
#footerouter.order-f_ #footer_btm{
  padding-top: 9px;
}
div[class^="order_"] h1 {
	color: #222;
	font-size: 32px;
	margin: 0 0 30px;
}
/*見出し レベルh2*/
div[class^="order_"] h2.common_headline2_{
  font-size: 18px;
  font-weight: bold;
  background: #dedede url(../img/usr/icon/pencil.png) 20px center no-repeat;
  background-size: 24px;
  border: none;
  padding: 14px 0 14px 53px;
  line-height: 1;
}
.order_gift_.col1_ .order_flow_ + h1 +  h2.common_headline2_{
	background: #dedede url(../img/usr/icon/pencil2.png) 20px 12px no-repeat;
	background-size: 24px;
}

[class^="order_"] .message_ {
	font-size: 14px;
}

/*error*/
[class^="order_"] .error_{
	font-size: 16px;
	font-weight: bold;
	color: #D10000;
  width: auto;
  background: none;
  border: none;
  margin: 0;
	padding: 2px 0;
}
[class^="order_"] .error_disabled_{
	font-size: 14px;
}
.order_gift_ .submit-top_ + .error_ {
	margin: 0 0 10px;
}
/*efo*/
[class^="order_"] span.efo-error_ {
	display: flex;
	align-items: center;
	color: #d10000;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 10px 10px;
}
[class^="order_"] .efo-error_ img{
  width: 18px;
  height: 16px;
  vertical-align: text-top;
  margin-right: 5px;
}
/*表*/
div[class^="order_"] th{
  font-size: 14px;
}
div[class^="order_"] th span.icon_required_{
  display: inline-block;
  background: #f5f5f5;
  border-radius: 3px;
  color: #d10000;
  font-size: 10px;
  font-weight: normal;
  padding: 5px 6px;
  margin-right: 5px;
  vertical-align: middle;
}
/*input系*/
div[class^="order_"] select, div[class^="order_"] input[type="text"], div[class^="order_"] input[type="password"], div[class^="order_"] textarea {
  border: 1px solid #aaa;
  border-radius: 3px;
  background: #fff;
  padding: 11px 14px;
	font-size: 14px;
}
div[class^="order_"] input[type="text"]:focus, div[class^="order_"] input[type="password"]:focus {
  border: 1px solid #aaa;
}
div[class^="order_"] input[type="text"]::placeholder,
div[class^="order_"] address::placeholder{
  color: #ccc;
}
div[class^="order_"] select{
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  min-width: 250px;
  height: 44px;
  margin: 5px 0;
  padding: 0 20px 0 14px;
  background: url(../img/usr/common/header/icon_arrow2.png) no-repeat right 10px top 18px;
}
.order_gift_ form#noshisettingfrm table.formdetail_ select[name="wrapping"] {
	width: 350px;
}
/*
.order_gift_ form#noshisettingfrm table.formdetail_ input[name="wrapping_text"],
.order_gift_ form#noshisettingfrm table.formdetail_ tr:nth-child(2) {
	display: none;
}
*/
.order_gift_ table.formdetail_.custdest_ input[name="s_name"],
.order_gift_ table.formdetail_.custdest_ input[name="s_kana"] {
	width: 344px;
}
.order_gift_ .r_inputmode_addr select#s_recipient_pref {
	float: left;
	margin-right: 10px;
}
.order_gift_ .post_office_ .post_office_inner_ .post_office_list_contents .dest_search select#post_stop_list {
	width: 350px;
}
div[class^="order_"] select::-ms-expand {
  display: none;
}
div[class^="order_"] input.efo-error_{
  background: rgba(209,0,0,0.09);
  border: 1px solid #d10000;
}
/*ラジオボタン*/
div[class^="order_"] input[type="radio"]{
  width: 30px;
  height: 30px;
  border: 1px solid #ddd;
  border-radius: 30px;
  box-shadow: none;
}
div[class^="order_"] input[type="radio"]:checked{
  background: #222;
  border: 1px solid #222;
}
div[class^="order_"] input[type="radio"]:before{
  content: '';
  position: absolute;
  top: 8px;
  left: 8px;
  display: inline-block;
  width: 10px;
  height: 6px;
  margin: 0;
  border-radius: 2px;
  border-left: 3px solid #ddd;
  border-bottom: 3px solid #ddd;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 2;
}
div[class^="order_"] input[type="radio"]:checked:before{
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
}

div[class^="order_"] .checktype_addr,
div[class^="order_"] .checktype_addr2,
div[class^="order_"] .checktype_comp{
  display: block;
}
/*チェックボックス*/
div[class^="order_"] input[type="checkbox"]{
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-shadow: none;
}
form#frmSales input[type="checkbox"] {
	width: 30px;
	height: 30px;
}
div[class^="order_"] input[type="checkbox"]:before{
  display: none;
}
div[class^="order_"] input[type="checkbox"]:after{
  content: '';
  position: absolute;
  top: 30%;
  left: 5px;
  display: inline-block;
  width: 8px;
  height: 3px;
  border-left: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 2;
}
form#frmSales input[type="checkbox"]:after {
	top: 30%;
	left: 8px;
	width: 10px;
	height: 5px;
}
form#frmSales input[type="checkbox"]:checked:after {
	top: 48%;
	left: 10px;
}
div[class^="order_"] input[type="checkbox"]:checked{
  background: #222;
  border: 1px solid #222;
}
div[class^="order_"] input[type="checkbox"]:checked:after{
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  top: 48%;
  left: 5px;
  display: inline-block;
  width: 8px;
  height: 3px;
}
/*ボタン*/
div[class^="order_"] .yellow_button_{
  width: 315px;
	padding: 15px 20px;
	margin: 0;
	border: 1px solid #F2AF19;
	border-radius: 4px;
	background: -moz-linear-gradient(top, #FFDA3C 0%, #FFCB3C 100%);
	background: -webkit-linear-gradient(top, #FFDA3C 0%,#FFCB3C 100%);
	background: linear-gradient(to bottom, #FFDA3C 0%,#FFCB3C 100%);
	text-align: center;
	color: #222;
	font-size: 15px;
	cursor: pointer;
}
div[class^="order_"] .yellow_button_[disabled]{
	color: #afafaf;
	background: #ddd;
	border: 1px solid #cccccc;
	cursor: auto;
}
div[class^="order_"] .yellow_button_[disabled]:hover{
	opacity: unset;
}
div[class^="order_"] .back_button_,
div[class^="order_"] .glay_button_{
	padding: 13px 20px;
	background: -moz-linear-gradient(top, #ffffff 0%, #ededed 100%);
	background: -webkit-linear-gradient(top, #ffffff 0%,#ededed 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#ededed 100%);
	border: 1px solid #CCC;
	border-radius: 4px;
	font-size: 14px;
	color: #222;
	text-align: center;
	box-sizing: border-box;
	text-decoration: none;
}
.order_gift_ .post_office_ .post_office_inner_ .post_office_list_contents .dest_search .glay_button_ {
	width: 105px;
	padding: 15px 0 13px;
	display: inline-block;
	margin: 7px 0;
	line-height: 1;
}
.order_ form#frmSales .method_sender_ .addr_inner_ {
	justify-content: space-between;
}
/*モーダルウィンドウ*/
.modal-block_{
  display: none;
}
.modal-block_.fixed_ {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
	height: 100%;
  background: rgba(0,0,0,0.5);
}
.modal_{
  border: 1px solid #aaa;
  border-bottom: none;
  background: #fff;
  min-width: 220px;
  max-width: 70%;
  height: 80%;
  position: relative;
  overflow: hidden;
	margin: 0 auto;
	margin-top: 50vh;
	transform: translateY(-50%);
}
.modal-inner_{
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  height: calc(100% - 60px);
  padding-top: 45px;
}
.modal_ .modal-close_{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  width: calc(100% - 30px);
  font-size: 18px;
  font-weight: bold;
  padding: 9px 15px;
  background: #ededed;
}
.modal_ .modal-close_:before{
  display: block;
  position: absolute;
  content: "";
  margin: 0 0 0 7px;
  padding: 0;
  width: 2px;
  height: 14px;
  background: #fff;
  transform: rotate(45deg);
  top: 37%;
  right: 19px;
}
.modal_ .modal-close_:after{
  display: block;
  content: "";
  position: absolute;
  top: 60%;
  right: 13px;
  width: 14px;
  height: 2px;
  margin-top: -2px;
  background: #fff;
  transform: rotate(45deg);
}
/*テーブル デザイン*/
[class^="order_"] table.formdetail_ th,
[class^="order_"] table.formdetail_ td{
  border: none;
  border-bottom: 1px dotted #ccc;
}
[class^="order_"] table.formdetail_.card_nam_ tr:first-of-type th,
[class^="order_"] table.formdetail_.card_nam_ tr:first-of-type td{
  border-bottom: none;
}
[class^="order_"] table.formdetail_ th {
  width: 170px;
  background: none;
  vertical-align: middle;
}
[class^="order_"] table.formdetail_ td{
  padding: 15px 8px;
}
.order_gift_ table.formdetail_.customerconfirm_ td {
	height: 20px;
}
[class^="order_"] table.formdetail_ td > p{
	font-size: 14px;
}
[class^="order_"] table.formdetail_ {
	margin-bottom: 20px;
	width: 100%;
}
[class^="order_"] tr[id$="_name"] input,
[class^="order_"] tr[id$="_kana"] input,
[class^="order_"] tr[id$="_mail"] input,
[class^="order_"] tr[id$="_mail2"] input,
[class^="order_"] tr[id$="_cmail"] input,
[class^="order_"] tr[id$="_addr"] input,
[class^="order_"] tr[id$="_addr2"] input,
[class^="order_"] tr[id$="_addr3"] input,
[class^="order_"] tr[id$="_comp"] input,
[class^="order_"] tr[id$="_dept"] input {
	width: 320px;
}
[class^="order_"] table.formdetail_ tr[id$="_mail2"] th,
[class^="order_"] table.formdetail_ tr[id$="_mail2"] td{
  border-bottom: none;
}
div.regcard_ {
  padding: 25px 0 30px;
  text-align: center;
  font-size: 14px;
}
div.regcard_ a {
  color: #0083D5;
}
/*サブミット*/
.submit-top_{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 26px;
}
.submit-top_ h1.common_headline1_{
  width: 50%;
  margin-bottom: 0;
}
.submit-bottom_{
  margin: 40px 0 30px;
	overflow: hidden;
}
.submit-bottom_disabled_{
  margin: 10px 0 30px;
}
[class^="order_"] .submit_{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 0 4px;
	clear: both;
}
[class^="order_"] .submit_ input{
  margin-left: 30px;
}
[class^="order_"] .submit_ input.yellow_button_{
	margin-left: 0;
}
[class^="order_"] .submit_ .back_button_ + input.yellow_button_,
[class^="order_"] .submit_ .back_button_ + noscript + input.yellow_button_{
	margin-left: 30px;
}
[class^="order_"] .submit_ .info_ {
  width: auto;
}

/* --------------------------------------------------------------------
	ご注文方法の指定
-------------------------------------------------------------------- */

div.order_ {
}


div.order_ table.method_host_ th,
div.order_ table.method_ th {
	width: 25%;
}

/* ご注文主（ログイン時） */
div.method_host_ {
	margin-bottom: 20px;
	border-bottom: 1px dotted #CCC;
}
div.method_host_ div.host_info_ {
	margin-bottom: 10px;
	padding-left: 10px;
}
div.method_host_ .host_name_ {
}
div.method_host_ address {
}
div.s_inputmode_zip input,
.checktype_tel input{
  width: 220px;
}

/*郵便番号検索*/
.s_inputmode_zip span.small_,
.s_inputmode_addr span.small_{
  display: block;
	font-size: 12px;
}
/**/
/* 贈り主（ログイン時） */
[class^="order_"] .sender-info_ h2.common_headline2_{
  background: #dedede url(../img/usr/icon/delivery-truck2.png) 20px center no-repeat;
  background-size: 24px;
}
.sender-info_ table.formdetail_.method_{
  display: none;
}
div.method_sender_ {
	margin-bottom: 40px;
}
div.method_sender_ #sender_zip .checktype_zip input {
	width: 285px;
	max-width: 285px;
}
div.method_sender_ #sender_zip .checktype_addr input,
div.method_sender_ #sender_zip .checktype_addr2 input,
div.method_sender_ #sender_zip .checktype_comp input {
	width: 320px;
	max-width: 320px;
}
[class^="order_"] div.method_sender_ h2.common_headline2_{
  background: #dedede url(../img/usr/icon/pencil2.png) 20px center no-repeat;
  background-size: 23px;
}
.order_ form#frmSales div.method_sender_ h2.common_headline2_.nbg_{
	background: #dedede;
	padding-left: 20px;
}
.order_gift_ .order_flow_ + form .method_sender_ h2.common_headline2_ {
	margin-bottom: 15px;
}

div.method_sender_ div.sender_info_ {
	margin-bottom: 10px;
	padding-left: 10px;
}
div.sender_change_ {
	padding: 10px;
	margin: 0 auto 10px;
  text-align: center;
}
div.sender_change_ label{
  margin: 0 5px 0 0 ;
}
div.sender_change_ select{
  width: 350px;
}
div.method_sender_ table.method_ {
}
.d_inputmode_zip input{
  width: 220px;
}
tr#sender_addr_inputmode span.small_{
  display: block;
	font-size: 12px;
	clear: both;
}
.agree-submit-section{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
/*規約*/
.agreebody_{
  min-width: 600px;
	margin: 0 10px 10px;
	padding: 4px;
	border: 1px solid #999999;
	border-radius:8px;
  white-space: pre-wrap;
}
[class^="order_"] .check-box_{
  justify-content: center;
}
[class^="order_"] .agree-section_{
  padding: 20px 0;
  margin-left: 326px;
}
[class^="order_"] .agree-section_ a{
  text-decoration: none;
  color: #0083D5;
}
.check-box_{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 10px;
}
.check-box_ label,
.check-box_  a{
  font-size: 14px;
}
.check-box-inner_{
  position: relative;
  padding-left: 30px;
}
.check-box_ input{
  display: none;
}
.check-box_ label:after{
  content: '';
  position: absolute;
  top: 30%;
  left: 6px;
  display: inline-block;
  width: 8px;
  height: 3px;
  border-left: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 2;
}
.check-box_ label:before{
  content: '';
  position: absolute;
  top: -4px;
  left: 0;
  display: inline-block;
  width: 21px;
  height: 21px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  z-index: 1;
}
.check-box_ input:checked + label:after{
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.check-box_ input:checked + label:before{
  background: #222;
  border: 1px solid #222;
}
/**/

/* 宛て先（ログイン時） */
div.method_address_ {
	margin-bottom: 20px;
	border-bottom: 1px dotted #dddddd;
}
.order_ form#frmSales .method_address_ {
	border: none;
}
div.method_address_ h2.common_headline2_{
  background-image: url(../img/usr/icon/delivery-truck3.png);
}
div.method_address_ h3{
  font-size: 22px;
  font-weight: bold;
  padding-bottom: 12px;
  border-bottom: 2px solid #ccc;
  margin-bottom: 20px;
}
div.method_address_ .sales_detail_{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  width: 26%;
  margin-bottom: 45px;
}
div.method_address_ .sales_detail_ dt,
div.method_address_ .sales_detail_ dd{
  display: inline-block;
  font-size: 14px;
  margin-bottom: 5px;
}
div.method_address_ .sales_detail_ dt {
	width: 51%;
}
div.method_address_ .sales_detail_ dd{
	width: 49%;
}
div.method_address_ .sales_detail_ dt.total_{
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
}
div.method_address_ .sales_detail_ dt.total_ span{
  font-size: 14px;
  font-weight: normal;
}
div.method_address_ .sales_detail_ dt.total_ + dd{
  font-size: 16px;
  font-weight: bold;
  color: #D10000;
  margin-top: 10px;
}
div.addresslist_ {
	margin-bottom: 20px;
}
.order_gift_ .formdetail_.method_host_ + .sender-info_ div.addresslist_ {
	border-bottom: 1px dotted #ccc;
	padding-bottom: 20px;
}
div.addresslist_ table.method_ th,
div.addresslist_ table.method_ td{
  border: none;
  border-bottom: 1px dotted #ccc;
}
div.addresslist_ table.method_ th{
  width: 200px;
  background: none;
  vertical-align: middle;
}
div.address_item_ {
	padding: 10px;
	border-bottom: 1px dotted #dddddd;
	/*width: 820px;*/
	overflow: hidden;
}

div.address_item_ address {
	display: block;
}
div.address_item_ .address_change_ {
}
div.address_bottom_ {
	padding: 10px 10px 0 0;
	text-align: right;
}
div.address_bottom_ img {
}

table.destgoodslist_ {
	margin-bottom: 20px;
}
[class^="order_"] .sender-editing_{
  width: 100%;
}
[class^="order_"] .sender-editing_ input,
[class^="order_"] .sender-editing_ label{
  padding: 11px 20px;
  font-size: 13px;
}
[class^="order_"] .sender-editing_ label{
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: flex-end;
  align-items: center;
	font-size: 14px;
}
[class^="order_"] .sender-editing_ label span:after{
	position: absolute;
	top: 4px;
	right: -10px;
	display: block;
	content: '';
	width: 6px;
	height: 6px;
	border-right: 1px solid #0072B9;
	border-bottom: 1px solid #0072B9;
  -webkit-transition: -webkit-transform 0.25s linear;
  transition:transform 0.25s linear;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
[class^="order_"] .sender-editing_ input:checked + label span:after{
	top: 8px;
	display: block;
	content: '';
	width: 6px;
	height: 6px;
  border: none;
	border-right: 1px solid #0072B9;
	border-bottom: 1px solid #0072B9;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
[class^="order_"] .sender_change_{
	display: inline-block;
  width: auto;
  margin: 0 5px 0 0;
  padding: 0;
}
[class^="order_"] .sender_change_ label{
  padding: 8.5px 0;
	color: #0072B9;
}
.sender_change_ input{
  display: none;
}
/**/

/**/

/* 配送方法 */
div.method_box_ {
	margin-bottom: 20px;
}
div.method_box_ .must {
	color: #CC0000;
	margin-left: 10px;
	font-weight: normal;
	font-size: 14px;
}
div.method_box_#method_point {
	overflow: hidden;
	font-size: 14px;
}
div.method_box_#method_point .method_box_content_ {
	padding: 0;
}
div.method_box_#method_point .method_box_content_ span {
	line-height: 44px;
}
div.method_box_ h3 {
  font-size: 18px;
  font-weight: bold;
  background: #dedede;
  background-size: 21px;
  border: none;
  margin-bottom: 30px;
  padding: 14px 0 14px 14px;
  line-height: 1;
}
div.method_box_ div.method_box_content_ {
	padding: 0 10px;
}
.method_box_content_ .method_box_content_ {
    margin-bottom: 10px;
}
div.method_box_ div.method_box_content_ .input_ > span {
	font-size: 14px;
}

#method_coupon{
	display : none ;
}

/**/
/* 配送希望日時指定 */
#method_date dl {
	margin: 0 0 10px 0;
}
#method_date dl dt {
	float: left;
	display: inline;
	font-weight: bold;
}
#method_date dl dd {
	margin-left: 8em;
}
/**/
/* ポイント */
#method_point h3{
  font-size: 18px;
  font-weight: bold;
  background: #dedede;
  background-size: 21px;
  border: none;
  margin-bottom: 30px;
  padding: 14px 0 14px 14px;
  line-height: 1;
}
#method_point .method_box_content_{
  margin-bottom: 30px;
}
#method_point .method_box_content_ p{
	font-size: 14px;
}
#method_point .method_box_content_ .glay_button_{
	float: right;
  margin-left: 20px;
}
.currentpoint_ {
	margin-bottom: 10px;
}
div.point_use_ {
	margin-bottom: 5px;
	color: #ccc;
}
div.point_use_ input#pointpay {
	width: 32px;
	height: 32px;
	border-radius: 5px;
}
div.point_use_ input#pointpay:after {
	left: 8px;
	width: 10px;
	height: 6px;
	border-left: 3px solid #ddd;
	border-bottom: 3px solid #ddd;
}
div.point_use_ input#pointpay:checked:after {
	left: 10px;
	border-left: 3px solid #fff;
	border-bottom: 3px solid #fff;
}
div.point_use_ label[for="pointpay"] {
	color: #222;
	margin-right: 30px;
	font-size: 14px;
}
div.point_use_ input#pointpay_num {
	border: none;
	background: #E9E9E9;
	border-radius: 4px;
	margin: 0 10px 0 0;
	color: #aaa;
	font-size: 14px;
	width: 200px;
	box-sizing: border-box;
	border: 1px solid #E9E9E9;
}
div.point_use_ input#pointpay_num.checked_ {
	background: #fff !important;
	color: rgb(34, 34, 34);
	border: 1px solid rgb(170, 170, 170);
}
div.point_use_ + span {
	display: block;
	width: 340px;
	color: #757575;
	font-size: 12px;
	line-height: 18px !important;
	margin: 0 0 0 160px;
}
/**/
/* 拡張情報 */
form[name="skipregular"] table.formdetail_.order_,
form[name="skipregular"] .destgoodslist_ {
	width: 100%!important;
}
.allow_change_cancel_ {
	margin-bottom: 20px;
	border-bottom: 1px solid #ddd;
	width: 1200px;
	margin: 20px auto!important;
        float: none!important;
}
div.method_salesappend_ {
	margin-bottom: 20px;
	border-bottom: 1px solid #ddd;
	width: 1200px;
	margin: 20px auto;
}
table.salesappend_ {
	width: 100%;
	margin-bottom: 20px;
}
table.salesappend_ td span {
	display: block;
}
table.salesappend_ td.salesappend_radio input,
table.salesappend_ td.salesappend_checkbox input {
	display: block;
	float: left;
	clear: left;
}
table.salesappend_ td.salesappend_radio label,
table.salesappend_ td.salesappend_checkbox label {
	display: block;
	clear: none;
	margin-left: 20px;
	margin-top/*\**/: 4px\9;
}
div.delivery_dest_ {
	margin-bottom: 20px;
}
/* 利用可能クーポン */
#available_coupon {
	width: 860px;
	padding-bottom: 20px;
	margin: 0 auto;
	background: #fff;
}

.available_coupon_ {
	width: 820px;
}
.available_coupon_ {
	margin-bottom: 10px;
}

.available_coupon_ tr {
	border-right: 1px dotted #ccc;
	border-left: 1px dotted #ccc;
}

.available_coupon_ th {
	vertical-align: middle;
}

.available_coupon_ td {
	vertical-align: middle;
	background: #ffc;
}

.available_coupon_ .coupon_ {
	width: 140px;
	font-weight: bold;
}
.available_coupon_ .name_ {
	font-weight: bold;
	word-break: break-all;
}
.available_coupon_ .bonus_type_ {
	width: 130px;
	font-weight: bold;
}
.available_coupon_ .select_ {
	width: 180px;
	text-align: center;
}
.available_coupon_ .term_ {
	font-weight: bold;
}
.available_coupon_ .freespace_ {
	word-break: break-all;
}
.available_coupon_ .select_coupon_:hover {
	cursor: pointer !important;
}

#available_coupon .navipage_ {
	padding-top: 10px;
	padding-right: 20px;
}

#available_coupon .navipage_ a[href=''] {
	display: none;
}

#available_coupon .close_button_ {
	padding: 5px 20px 5px 0px;
	text-align: right;
}
#available_coupon .close_button_ img {
	width: 45px;
	height: 45px;
	color: #000;
}

#available_coupon .close_button_ img:hover {
	cursor: pointer;
	opacity: 0.8;
}
div.method_box_ div.method_box_content_ h4.birthdate_ttl_ {
    font-weight: bold;
}
div.method_box_ div.method_box_content_ .birthdate_ {
    padding: 0 0 10px 30px;
}
div.method_box_ div.method_box_content_ .birthdate_ input {
    margin: 0 5px;
    max-width: 25%;
}
div.method_box_ div.method_box_content_ .birthdate_ select {
    margin: 0 5px 0 15px;
}
/* 出荷元 */
h3.shipper_ {
    background: #eeeeee;
    font-weight: bold;
    margin-bottom: 5px;
    padding: 3px 5px 2px;
}
div.shipmenthope_ {
    padding: 5px 10px;
}
div.shipmenthope_ .delivery_date_ {
    margin-bottom: 5px;
}
div.shipmenthope_ .delivery_time_ {
    margin-bottom: 5px;
}
div.shipmenthope_ .delivery_notice_ {
    margin-bottom: 5px;
}
/* --------------------------------------------------------------------
	ご注文内容の確認
-------------------------------------------------------------------- */
.order_ .estimate_col_frame_ {
  display: flex;
}

.order_ .estimate_col_frame_ .red_ {
  color: #D10000;
}

.order_ .estimate_col_frame_ .estimate_left_col_ {
  width: 590px;
  margin-right: 10px;
}

.order_ .estimate_col_frame_ .estimate_right_col_ {
  width: 350px;
}
.order_ .estimate_data_frame_ {
  display: flex;
  flex-wrap: wrap;
  padding: 25px 30px;
  margin: 0 0 10px;
  border: 1px solid #E7E7E7;
  border-radius: 4px;
}
.order_ .estimate_data_frame_ .estimate_data_left_,
.order_ .estimate_data_frame_ .estimate_data_right_ {
  width: 50%;
}
.order_ .estimate_data_frame_ .estimate_data_center_ {
  width: 100%;
}
.order_ #frmSales .estimate_data_title_ {
  margin: 0 0 10px;
}
.order_ #frmSales .estimate_data_title_ h2.common_headline2_ {
  display: inline-block;
  padding: 0;
  margin: 0 1.0em 0 0;
  font-size: 16px;
  line-height: 1.5;
  background: none;
}
.order_ #frmSales .estimate_data_title_ h3 {
  display: inline-block;
  padding: 0;
  margin: 0 1.0em 0 0;
  border: 0;
  font-size: 16px;
  line-height: 1.5;
  background: none;
}
.order_ #frmSales .estimate_data_title_ a {
  font-size: 14px;
  color: #0072B9;
  text-decoration: underline;
}
.order_ #frmSales .estimate_data_title_ a:hover {
  text-decoration: none;
}
.order_ .method_payment_ h2.common_headline2_{
  background-image: url(../img/usr/icon/method_payment.png);
}
.order_ .method_payment_ #security-code .modal_{
  width: 580px;
  height: 300px;
}
.order_ .method_payment_ #security-code .modal-content_{
  padding: 20px;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.order_ .method_payment_ #security-code .modal-content_ span{
  width: 50%;
}
.method_payment_ .change_payment_ {
	text-align: center;
	margin: 0 0 50px;
}
.method_payment_ .change_payment_ a {
	color: #0083d5;
	font-size: 14px;
}
.method_payment_ .submit_.middle_{
  justify-content: center;
  margin-bottom: 30px;
}
.method_payment_ .submit_txt_{
  margin: 0 0 10px;
  padding-left: 1.0em;
  text-indent: -1.0em;
  line-height: 1.5;
}
.method_payment_ .submit_txt_red_{
  color: #D10000;
  font-weight: bold;
  margin-bottom: 50px;
}
.payment_other_{
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.payment_other_ dl.payment_deadline_ {
  display: flex;
}
.payment_other_ dl.payment_deadline_ dt {
  margin-right: 1.0em;
}
.estimate_payment_message_ {
  margin: -15px 0 15px;
  font-size: 11px;
  color: #C00;
}

.sales_inner_{
  width: 100%;
  margin: 0;
  padding: 25px 20px 20px;
  border: 1px solid #E7E7E7;
  border-radius: 4px;
  box-sizing: border-box;
}
.method_sales_ dl{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  width: 50%;
}
.method_sales_ dt,
.method_sales_ dd{
  display: inline-block;
  width: 50%;
  font-size: 14px;
  margin-bottom: 10px;
}
.method_sales_ dt:last-of-type,
.method_sales_ dd:last-of-type{
	margin-bottom: 0;
}
.method_sales_ .method_payment_ {
  padding: 0 0 10px;
}
.method_sales_ h3.sales_detail_title_ {
  position: relative;
  margin: 0 0 8px;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
.method_sales_ h3.sales_detail_title_::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #E7E7E7;
  z-index: 0;
  content: "";
}
.method_sales_ h3.sales_detail_title_ span {
  position: relative;
  padding: 0 0.3em;
  background: #FFF;
  z-index: 1;
}
.method_sales_ h4.sales_detail_subtitle_ {
  margin: 0 0 25px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}
.method_sales_ .sales_detail_{
  width: 100%;
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #e7e7e7;
}
.sales_detail_ dd{
  text-align: right;
}
.method_sales_ .sales_total_{
  width: 100%;
  text-align: right;
  padding: 0;
  margin: 0 0 10px;
}
.method_sales_ .sales_total_ dt,
.method_sales_ .sales_total_ dd{
  margin-bottom: 10px;
}
.method_sales_ .sales_total_ dt{
  width: 47%;
  text-align: left;
}
.method_sales_ .sales_total_ dd{
  width: 53%;
  font-weight: bold;
  color: #D10000;
}
.method_sales_ .sales_total_ .billing_{
  font-weight: bold;
  text-align: left;
}
.method_sales_ .sales_total_ .billing_ + dd{
  font-size: 22px;
}
.method_sales_ .sales_total_ .pointup_point_{
  text-align: left;
}
.method_sales_ .sales_detail_ .order_total {
	border-top: 1px solid #e7e7e7;
	padding-top: 5px;
}

.method_sales_ .sales_detail_ .tax_subtotal_{
	text-indent: 1.5em;
}

.method_sales_ .sales_detail_ .order_point_ {
  text-indent: 1.5em;
}

.method_sales_ .small_{
  width: 780px;
  margin: 10px auto 30px;
  color: #757575;
  font-size: 12px;
}
div.spandual_ {
	margin-bottom: 20px;
	padding-bottom: 20px;
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #ddd;
}
div.spandual_ table {
	width: 100%;
}
div.spandual_ .leftfloat_ {
	width: 550px;
}
div.spandual_ .rightfloat_ {
	width: 320px;
}
div.spandual_ .rightfloat_ table.formdetail_ {
	width: 100%;
}
table.estimate_.sales_ th,
table.estimate_method_ th {
	width: 12em;
}
table.estimate_.sales_ td,
table.estimate_method_ td {
	text-align: right;
}
table.host_ {
	margin-bottom: 20px;
}
div.order_ .method_addr_ {
	margin-bottom: 10px;
}
div.order_ .method_addr_ .addr_inner_{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
	font-size: 14px;
  line-height: 1.5;
}
div.order_ .method_addr_ .addr_inner_ .address_name_ {
  margin: 0 0 12px;
  font-size: 16px;
}
div.order_ .method_addr_ .addr_inner_ address {
  font-size: 14px;
  line-height: 1.5;
}
table.card_,
table.convinience_{
	width: 100%;
}
table.card_.card_nam_{
  margin-bottom: 0;
}
table.card_ input[type="text"]{
  min-width: 220px;
}
table.card_ select[name="card_m"],
table.card_ select[name="card_y"]{
  min-width: 110px;
}
table.card_ select[name="card_m"]{
  margin-right: 10px;
}
table.card_ select[name="card_y"]{
  margin: 0 10px 0 15px;
}
table.card_ label {
  display: inline-block;
  vertical-align: middle;
	margin: 0 20px 0 5px;
	font-size: 14px;
}
table.card_ td input[name="security_code"] + .modal-btn_ {
	display: block;
	color: #0083d5;
	cursor: pointer;
	text-align: right;
}
table.convinience_ th {
	width: 16em;
}
table.card_  span.small_{
  display: block;
}
table.card_ .classification_ select{
  display: block;
}
/* お支払い方法 */
div.order_ table.estimate_method_ {
	width:250px;
}
div.order_ table.estimate_method_ th {
	width:50%;
	text-align:left;
}
div.order_ table.estimate_method_ td {
	width:50%;
	text-align:right;
}
div.order_ table.method_sales_detail_append_ {
	border:none;
}
div.order_ table.method_sales_detail_append_ td {
	border:none;
}
div.order_ table.goodslist_ {
	text-align:left;
    margin-bottom: 20px;
}
div.order_ table.goodslist_ td.amt_ {
    text-align: right;
}
div.order_ table.postage_ {
    margin-bottom: 10px;
}
div.order_ .postage_ th {
    padding: 10px;
    text-align: right;
    font-weight: bold;
    vertical-align: top;
    background-color: #eeeeee;
    border: 1px solid #dddddd;
    border-top: 0;
    width: 360px;
}
div.order_ .postage_ td {
    padding: 10px;
    text-align: right;
    font-weight: bold;
    vertical-align: top;
    border: 1px solid #dddddd;
    border-top: 0;
}
/* お届け先 */
div.order_ table.dest_ {
	width:100%;
}
div.order_ table.destgoodslist_ {
	width:100%;
}
div.order_ table.destgoodslist_ td.dest_qty_ {
    text-align: center;
}
div.order_ table.destgoodslist_ td.method_qty_ {
	text-align: center
}
div.order_ .estimate_card_frame_ {
  padding: 0 20px;
  margin: 20px 0 30px;
  border: 1px solid #E7E7E7;
  border-radius: 4px;
}
div.order_ .estimate_card_frame_ input[type="text"] ,
div.order_ .estimate_card_frame_ select:not([name="card_y"]):not([name="card_m"]) {
  width: 100%;
  box-sizing: border-box;
}
div.order_ table.card_ th {
	text-align:left;
}
div.order_ table.card_ td {
	text-align:left;
	vertical-align: middle;
}
.method_payment_ table.formdetail_.estimate_.card_.card_nam_ td {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.method_payment_ table.formdetail_.estimate_.card_ {
  margin-bottom: 0;
}
.method_payment_ table.formdetail_.estimate_.card_.card_nam_ td span {
	margin: 0 0 20px;
}
.method_payment_ table.formdetail_.estimate_.card_.card_nam_ td > span {
	display: flex;
  width: calc(100% / 3);
}
.method_payment_ table.formdetail_.estimate_.card_.card_nam_ td span:nth-last-child(1),
.method_payment_ table.formdetail_.estimate_.card_.card_nam_ td span:nth-last-child(2),
.method_payment_ table.formdetail_.estimate_.card_.card_nam_ td span:nth-last-child(3) {
	margin: 0;
}
.method_payment_ table.formdetail_.estimate_.card_.card_nam_ td span input[type="radio"] {
	flex-basis: 30px;
}
.method_payment_ table.formdetail_.estimate_.card_.card_nam_ td span input[type="radio"] + * {
	width: calc(100% - 60px);
}
div.order_ table.card_ .savecard_wrap_{
  padding: 30px 8px;
  border-bottom: none;
	text-align: center;
}
/* order method.aspx */
div.order_ table.method_ {
	width: 100%;
}

/*配送先*/
div.order_ .method_method_ {
	text-align:left;
}
/* order order.aspx */
div.order_ table.order_ {
	width: 100%;
	margin: 0 auto 20px auto;
}
div.order_ table.order_ th {
	width: 25%;
}


/* カードで支払う */
div.order_ table.formdetailcard_ {
	margin-bottom: 20px;
}
div.order_ table.formdetailcard_ th {
	width: 13em;
}

/* ポイント */
.estimate_data_frame_ div.method_box_#method_point .method_box_content_ span {
  line-height: 1.5;
}
.estimate_data_frame_ #method_point {
  margin-bottom: 0;
}
.estimate_data_frame_ #method_point .method_box_content_ {
  margin-bottom: 20px;
}


/* 注文拡張項目 */
table.salesappend_ th {
	width: 30%;
}

/* 定期申込情報 */
table.estimate_.regular_ {
	margin-bottom: 10px;
}
table.estimate_.regular_ th {
	width: 12em;
}
table.estimate_.regular_ td {
	text-align: right;
}
table.regularhost_ {
	width: 550px;
	margin-bottom: 20px;
}
div.order_ table.regulargoodslist_ {
	text-align:left;
    margin-bottom: 20px;
    width: 800px;
    
}
div.order_ table.regulargoodslist_ td.amt_ {
    text-align: right;
}
div.spandual_bnon_ {
	width: 100%;
	overflow: hidden;
}
div.spandual_bnon_ table {
	width: 100%;
}

/* 当サイトを紹介された郵便局 */
.estimate_data_frame_ div.method_sender_ {
  margin-bottom: 12px;
}
.estimate_data_frame_ div.method_sender_ .addr_inner_ {
  margin-bottom: 0;
}
.estimate_data_frame_ div.method_sender_ .method_addr_ {
  margin-bottom: 0;
}

.order_ form#frmSales .estimate_col_frame_ .method_address_ {
  border: 0;
}

.order_ form#frmSales .estimate_col_frame_ .method_address_ .method_addr_ {
  padding: 15px 19px 0;
  margin-bottom: 10px;
  border: 1px solid #E7E7E7;
}

form#frmSales .estimate_col_frame_ .dest_goods_ {
  margin-bottom: 20px;
  padding: 25px 19px;
  border-radius: 4px;
  border: 1px solid #E7E7E7;
}
form#frmSales .estimate_col_frame_ .dest_goods_:last-of-type {
  margin-bottom: 0;
}
form#frmSales .estimate_col_frame_ .dest_goods_ .goodsinfo_box_ {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10px 0 0;
  margin: 0 0 15px;
  border: 0;
  border-radius: 0;
}
form#frmSales .estimate_col_frame_ .dest_goods_ .goodsinfo_box_ .goodsinfo_box_img_ {
  width: 100px;
  margin-right: 20px;
}
form#frmSales .estimate_col_frame_ .dest_goods_ .goodsinfo_box_ .goodsinfo_box_data_ {
  width: calc(100% - 120px);
}
form#frmSales .estimate_col_frame_ .dest_goods_ .goodsinfo_box_ .goodsinfo_detail_ {
  width: 100%;
  padding: 0 0 30px;
  border-bottom: 1px solid #E7E7E7;
}
form#frmSales .estimate_col_frame_ .dest_goods_ .goodsinfo_box_ .goodsinfo_detail_ .goods_name_ {
  width: calc(100% - 70px);
}
form#frmSales .estimate_col_frame_ .dest_goods_ .goodsinfo_box_ .goodsinfo_detail_ .goods_name_ .price_ {
  width: auto;
  flex-basis: 110px;
  flex-shrink: 0;
}
form#frmSales .estimate_col_frame_ .dest_goods_ .goodsinfo_box_ .goodsinfo_detail_ .goods_name_ span {
  display: block;
}
form#frmSales .estimate_col_frame_ .dest_goods_ .goodsinfo_box_ .goodsinfo_detail_ .goods_change_ {
  width: 70px;
}
form#frmSales .estimate_col_frame_ .dest_goods_ .goods_delivery_ {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 20px 0 0 120px;
  padding: 0;
  border: 0;
  border-radius: 0;
}
form#frmSales .estimate_col_frame_ .dest_goods_ .goods_delivery_ dl {
  width: calc(100% - 70px);
}
form#frmSales .estimate_col_frame_ .dest_goods_ .goods_delivery_ dl dt {
  margin: 0 0 15px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
}
form#frmSales .estimate_col_frame_ .dest_goods_ .goods_delivery_ dl dd {
  font-size: 14px;
  line-height: 1.5;
}
form#frmSales .estimate_col_frame_ .dest_goods_ .goods_delivery_ dl dd ul {
  margin: 0 0 15px;
}
form#frmSales .estimate_col_frame_ .dest_goods_ .goods_delivery_ .small_ {
  font-size: 12px;
  line-height: 1.5;
}
form#frmSales .estimate_col_frame_ .dest_goods_ .goods_delivery_ .goods_delivery_button_ a {
  display: inline-block;
}

form#frmSales .estimate_col_frame_ .dest_goods_ .goods_sel_delivery_method_ {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 20px 0 0 120px;
  padding: 0;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #E7E7E7;
}
form#frmSales .estimate_col_frame_ .dest_goods_ .goods_sel_delivery_method_ dl {
  width: calc(100% - 70px);
}
form#frmSales .estimate_col_frame_ .dest_goods_ .goods_sel_delivery_method_ dl dt {
  margin: 0 0 15px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
}
form#frmSales .estimate_col_frame_ .dest_goods_ .goods_sel_delivery_method_ dl dd {
  font-size: 14px;
  line-height: 1.5;
}
form#frmSales .estimate_col_frame_ .dest_goods_ .goods_sel_delivery_method_ dl dd ul {
  margin: 0 0 15px;
}
form#frmSales .estimate_col_frame_ .dest_goods_ .goods_sel_delivery_method_ .small_ {
  font-size: 12px;
  line-height: 1.5;
}
form#frmSales .estimate_col_frame_ .dest_goods_ .goods_sel_delivery_method_ .goods_delivery_button_ a {
  display: inline-block;
}

/* --------------------------------------------------------------------
	ご注文完了
-------------------------------------------------------------------- */
div.new_customer_ {
	width: 700px;
	margin:30px Auto Auto Auto;
}
/* --------------------------------------------------------------------
	配送先の選択
-------------------------------------------------------------------- */
.post-office-search_{
/*  display: none; */
}
div.dest_post_list_ .check-box_ input{
  display: inline-block;
}
div.designation-contents_ {
	display: none;
	border-top: 1px dotted #ccc;
	margin: 15px 0 0;
}
div.dest_post_list_ .post_office_,
div.designation-contents_ .post_office_ {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 19px 10px 35px 0;
}
div.designation-contents_ .post_office_ {
	border-bottom: 1px dotted #ccc;
	margin-bottom: 3px;
	padding: 0 0 18px;
}
div.dest_post_list_ .post_office_ h4,
div.designation-contents_ .post_office_ h3{
  width: 170px;
  padding: 8px;
  font-size: 14px;
  font-weight: bold;
}
div.dest_post_list_ .post_office_ h4 span,
div.designation-contents_ .post_office_ h3 span{
  display: inline-block;
  background: #f5f5f5;
  border-radius: 3px;
  color: #d10000;
  font-size: 10px;
  font-weight: normal;
  padding: 5px 6px;
  margin-right: 5px;
  vertical-align: middle;
}
div.post_office_ .post_office_inner_{
  width: 764px;
  margin-left: 8px;
}
div.dest_post_list_ .post_office_ h3 {
    margin-bottom: 5px;
    font-weight: bold;
}
div.post_office_ .post_office_inner_ input[type="button"] {
	float: left;
	display: block;
	width: 105px;
	text-align: center;
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 14px 0 11px;
	margin: 0 5px 10px 0;
	background: #fff;
	-webkit-appearance: none;
}
div.post_office_ .post_office_inner_ input[type="button"].active_ {
	border: 1px solid #222;
	background: #222;
	color: #fff;
}
div.post_office_ .post_office_inner_ .dest_search {
	display: none;
	clear: both;
	color: #757575;
	line-height: 1.8;
}
div.post_office_ .post_office_inner_ input[name="search_postoffice"] {
	margin-right: 5px;
	float: left;
}
div.post_office_ .post_office_inner_ #SearchPostOffice {
	display: inline-block;
	width: 105px;
	padding: 15px 0 13px;
	margin: 6px 0 0;
	line-height: 1;
	background: linear-gradient(to bottom, #ffffff 0%,#ededed 100%);
	border: 1px solid #CCC;
	border-radius: 4px;
	font-size: 14px;
	color: #222;
	text-align: center;
	box-sizing: border-box;
	text-decoration: none;
}
div.post_office_ .post_office_inner_ #SearchPostOffice + div {
	clear: both;
}
div.post_office_ .post_office_inner_ #post_stop_list {
	width: 350px;
}
ul.post_office_list_ .dest_search {
  display: none;
  margin: 10px 0 0;
}
div.dest_post_list_ p,
div.designation-contents_ p {
  margin-bottom: 10px;
  font-size: 14px;
}
div.dest_search span{
  display: block;
  color: #757575;
  line-height: 1.8;
}
div.dest_post_list_ #sender_addr p{
  margin: 10px 0 0;
}
div.dest_post_list_ #sender_addr.r_addr_done td p {
  margin: 0;
}
div.dest_post_list_ .small_,
div.designation-contents_ .small_{
  display: block;
	font-size: 14px;
}
div.dest_post_list_ input{
  margin-bottom: 0;
}
div.dest_post_list_ input#s_recipient_zip{
	margin-bottom: 5px;
}
div.dest_post_list_ input#post_stop_mail,
div.designation-contents_ input#post_stop_mail{
	margin-bottom: 15px;
}
.order_gift_ .post_office_ .post_office_inner_ ul.post_office_list_ {
	display: flex;
	margin: 0 0 10px;
}
.order_gift_ .post_office_ .post_office_inner_ ul.post_office_list_ li input {
	display: none;
}
.post_office_list_ li{
  margin-bottom: 10px;
}
div.designation-contents_ div.post_office_ div.post_office_inner_ ul.post_office_list_,
div.designation-contents_ ul.post_office_list_ li{
	margin: 0;
}
div.designation-contents_ .post_office_list_contents .dest_search {
	margin: 20px 0 0;
}
.post_office_list_ li select{
  min-width: 340px;
  height: 34px;
  background: #F8F8F8;
  border-radius: 0;
}
.post_office_list_ li .glay_button_{
  margin-top: 5px;
  padding: 13px 0;
  width: 105px;
  display: inline-block;
  vertical-align: middle;
}
div.dest_post_list_ p.efo-error_{
  font-size: 16px;
  color: #D10000;
  font-weight: bold;
}
div.dest_post_list_ .efo-error_ img{
  vertical-align: middle;
}
div.dest_post_list_ .address_item_ .check-box_{
  justify-content: flex-start;
  margin-left: 0;
}
div.dest_post_list_ .address_item_ .check-box_ label:after,
div.dest_post_list_ .address_item_ .check-box_ label:before{
  display: none;
}
.post-office-search_ div.method_sender_{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.post-office-search_ .method_sender_ h4{
  width: 170px;
  padding: 8px;
  font-size: 14px;
  font-weight: bold;
}
.post-office-search_ .method_sender_ .method_sender_inner_{
  padding-left: 8px;
  width: 764px;
}
.post-office-search_ .method_sender_ .method_sender_inner_ .small_{
  display: block;
}
.post-office-search_ .method_sender_ .sender_info_{
}
.post-office-search_ .method_sender_ .form_senderinfo_ .r_inputmode_addr input{
	height: 44px;
	box-sizing: border-box;
	margin: 5px 0;
	width: 213px;
}
.order_gift_ .post_office_ .post_office_inner_ .post_office_list_contents .dest_search {
	display: none;
}
.order_gift_ .post_office_ .post_office_inner_ .post_office_list_contents .dest_search.show {
	display: block;
}
.order_gift_ .post_office_ .post_office_inner_ .post_office_list_contents .dest_search input {
	float: left;
	margin-right: 5px;
}
.order_gift_.post_office_ .post_office_inner_ .post_office_list_contents .dest_search > div {
	clear: both;
}

/* ご指定の郵便局に送る*/
.designation-contents_ .formdetail_ > tbody > tr:first-child th {
	width: 170px;
}
#receiver_info_ {
	padding: 0 0 15px;
}
#receiver_info_ .sender_info_ {
	font-size: 14px;
}
#receiver_info_ .sender_info_ strong {
	display: block;
	margin: 0 0 5px;
}
#receiver_info_ .sender_info_ .wrap_ {
	display: flex;
}
#receiver_info_ .sender_info_ address {
	width: 45%;
	line-height: 18px;
	margin: 0 30px 0 0;
}
#receiver_info_ .sender_info_ .sender-editing_ {
	width: auto;
}
#receiver_info_ .sender_info_ .sender-editing_ label.glay_button_ {
	justify-content: center;
}
#receiver_info_ .sender_info_ .sender-editing_ label.glay_button_ span {
	position: relative;
	height: 25px;
}
#receiver_info_ tr:nth-child(1) td {
	border: none;
	padding: 0 8px;
}
#receiver_info_ tr:first-child th,
#receiver_info_ tr:last-child th,
#receiver_info_ tr:last-child td {
	border: none;
}
.order-h_ tr#sender_addr td p::after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility:hidden;
}
.order-h_ div.designation-contents_ tr#sender_addr td p {
	margin-bottom: 0;
}
.order-h_ tr#sender_addr td p span,
.order-h_ tr#sender_addr.d_addr_done td span:nth-child(1) {
	padding: 13px 14px 10px;
	clear: none;
}
.order-h_ tr#sender_addr td p span.checktype_zip,
.order-h_ tr#sender_addr.d_addr_done td span.checktype_zip {
	padding: 0;
	clear: none;
}
.order-h_ tr#sender_addr .checktype_zip input#recipient_zip {
	width: 238px;
	max-width: 238px;
	margin: 0 !important;
}
.order-h_ tr#sender_addr.d_addr_done .checktype_zip input#d_zip {
	width: 246px;
	max-width: 246px;
	margin: 0 !important;
}

/* --------------------------------------------------------------------
	ギフト注文 配送先の選択
-------------------------------------------------------------------- */

[class^="order_"] .dest_list_ {
}
[class^="order_"] div.dest_list_ h2.common_headline2_{
  background: #dedede url(../img/usr/icon/delivery-truck2.png) 20px center no-repeat;
  background-size: 21px;
}
[class^="order_"] .dest_list_ h3{
  background: no-repeat left 0;
  background-size: auto 22px;
  padding: 6px 0 12px 32px;
  margin-bottom: 8px;
  font-size: 22px;
  font-weight: bold;
  border-bottom: 2px solid #ccc;
}
[class^="order_"] .dest_list_ .address_customer_ h3{
  background-image: url(../img/usr/icon/home.png);
}
[class^="order_"] .dest_list_ .dest_post_list_ h3{
  background-image: url(../img/usr/icon/post-office.png);
}
[class^="order_"] .dest_list_ .address_book_list_ h3{
  background-image: url(../img/usr/icon/address-note.png);
}
[class^="order_"] .dest_list_ .btn_checkall_ {
	padding: 5px 5px 0 0;
}
[class^="order_"] .dest_list_ .address_customer_{
	padding: 10px 0;
}
[class^="order_"] .dest_list_ .address_customer_ .address_item_{
  border-bottom: none;
}
[class^="order_"] .delivery_dest_ .dest_ttl {
	padding-top: 10px;
}
[class^="order_"] .delivery_dest_ .dest_ttl .btn_deldest_{
	position:absolute;
	right:5px;
	top:3px;
}
[class^="order_"] .address_item_ input[type="checkbox"]{
  width: 30px;
  height: 30px;
}
[class^="order_"] .address_item_ input[type="checkbox"]:after{
  top: 30%;
  left: 8px;
  width: 10px;
  height: 5px;
}
[class^="order_"] .address_item_ input[type="checkbox"]:checked:after{
  top: 48%;
  left: 9px;
  width: 10px;
  height: 5px;
}
[class^="order_"] .address_item_ .btn_checkall_ input[type="checkbox"]{
  width: 20px;
  height: 20px;
}
[class^="order_"] .address_item_ .btn_checkall_ input[type="checkbox"]:after{
  top: 30%;
  left: 5px;
  width: 8px;
  height: 3px;
}
[class^="order_"] .address_item_ .btn_checkall_ input[type="checkbox"]:checked:after{
  top: 48%;
  left: 5px;
  width: 8px;
  height: 3px;
}
[class^="order_"] .dest_list_ .address_item_ {
	border: none;
	width: 100%;
	background-color: #FFF;
	border-bottom: 1px dotted #ccc;
}
[class^="order_"] .address_book_list_ .address_item_ {
	border: none;
	background-color: #FFF;
	border-bottom: 1px dotted #ccc;
}
[class^="order_"] .dest_list_ .address_book_list_ {
	margin: 0 0 10px;
}
[class^="order_"] .dest_list_ .address_book_list_ .address_item_ {
	border-bottom: 1px dotted #ccc;
}
[class^="order_"] .dest_list_ .address_item_{
  padding: 10px 0 23px;
}
.order_gift_ .dest_list_ .address_book_list_ .address_item_ {
	padding: 10px 0;
}
[class^="order_"] .dest_list_ .address_item_ strong{
  display: block;
}
[class^="order_"] .dest_list_ .address_item_ address {
	min-width: 290px;
	margin-left: 0;
  float: none;
}
[class^="order_"] .dest_list_ .address_item_ .address_title_ {
	font-size: 14px;
	margin-bottom: 7px;
	padding: 5px 5px 0 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
[class^="order_"] .dest_list_ .address_item_ .address_title_ label {
	font-size: 14px;
  margin-left: 10px;
}
[class^="order_"] .dest_list_ .btn_add_addr_ {
	padding: 0 10px 10px 0;
	margin-bottom: 20px;
}
[class^="order_"] .dest_list_ .btn_add_addr_ input{
  border: none;
  box-shadow: none;
  cursor: pointer;
  color: #0072B9;
  font-size: 14px;
	background: none;
}
[class^="order_"] .dest_list_ .add_addr_ {
	margin: 10px  0;
}
[class^="order_"] .form_senderinfo_ .btns_edit_customerinfo_ {
	text-align: right;
	margin-bottom: 10px;
	overflow: hidden;
}
[class^="order_"] .form_senderinfo_ .btns_edit_customerinfo_ input {
	padding-left: 10px;
	display: block;
	float: right;
}
[class^="order_"] div.method_sender_ .address_item_{
	border-bottom: none;
	margin-bottom: 10px;
}
[class^="order_"] .method_sender_ .sender_info_ {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
	padding: 0;
	border: none;
}
[class^="order_"] .method_sender_ .sender_info_ strong,
[class^="order_"] .method_sender_ .sender_info_ span{
	position: relative;
  width: 100%;
	height: 25px;
}
[class^="order_"] .method_sender_ .sender_info_ strong {
	line-height: 1.8;
	font-size: 14px;
}
[class^="order_"] .method_sender_ .sender_info_ address {
  margin: 0 0 8px;
	font-size: 14px;
  line-height: 1.8;
}
[class^="order_"] .method_sender_inner_ .sender_info_ address{
  width: 45%
}
.order_gift_ .dest_list_ .method_sender_ .sender_info_ address {
	max-width: calc(100% - 90px);
	width: auto;
	margin: 0 10px 0 0;
}
[class^="order_"] .method_sender_inner_ .sender_info_ .sender-editing_{
  width: 45%;
}
.order_gift_ .dest_list_ .method_sender_ .sender_info_ .sender-editing_ {
	width: auto;
}
div.method_sender_ input[type="button"] {
    border: 0;
    background: #565454;
    color: #fff;
    text-align: center;
    padding: 5px 10px;
    cursor: pointer;
}
.shopping_link_{
  border-top: 1px solid #ccc;
  text-align: center;
  padding-top: 20px;
}
.shopping_link_ a{
  font-size: 15px;
  color: #0083D5;
}
/* --------------------------------------------------------------------
	ギフト注文 配送先商品追加画面
-------------------------------------------------------------------- */
[class^="order_"] label {
	cursor: pointer;
	font-size: 13px;
}
[class^="order_"] label[for="check_all"],
[class^="order_"] label[for="postlist_0"] {
	font-size: 14px;
}
.order_gift_ .post_office_ .post_office_inner_ ul.post_office_list_ li label {
	display: block;
	width: 105px;
	text-align: center;
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 14px 0 11px;
	margin: 0 5px 0 0;
}
.order_gift_ .post_office_ .post_office_inner_ ul.post_office_list_ li input:checked + label {
	color: #fff;
	background: #222222;
	border: 1px solid #222;
}
[class^="order_"] div.delivery_dest_add_ {
	text-align: right;
	margin-bottom: 20px;
}
[class^="order_"] h3.top_massage_ {
	font-size: 14px;
	font-weight: bold;
}
[class^="order_"] .add_goods_list_ {
	padding: 15px;
}
[class^="order_"] .delivery_dest_{
	margin-bottom: 30px;
}
[class^="order_"] .delivery_dest_ .common_headline2_ {
	margin: 0;
  background-image: url(../img/usr/icon/delivery-truck3.png);
}
[class^="order_"] .highlight_ {
	background: #FEE;
	border: 1px solid #FFC8C8;
}
[class^="order_"] .delivery_dest_ .address_item_ {
	padding-bottom: 0;
  padding-left: 0;
	border: none;
}
.content_option_ .delivery_dest_ .address_item_ {
	margin-bottom: 25px;
}
/**/
[class^="order_"] .delivery_dest_ .address_item_ address {
    margin: 10px 10px 30px 0;
    line-height: 1.8;
  font-size: 14px;
}
.content_option_ .delivery_dest_ .address_item_ address {
	margin-bottom: 0;
}
/**/
[class^="order_"] .delivery_dest_ .address_item_ .btn_deldest_{
	float: right;
	padding: 10px;
}
[class^="order_"] div.delivery_dest_ {
	margin-bottom: 20px;
}
[class^="order_"] .dest_goods_ h3.headline3_ {
	font-weight: bold;
	padding: 0 5px 10px 5px;
}
[class^="order_"] .delivery_dest_ .total_dest_price_ {
	overflow: hidden;
	padding: 0 10px 10px 10px;
}
[class^="order_"] .delivery_dest_ .total_dest_price_ table{
	float: right;
	background: #FFF;
}
[class^="order_"] .delivery_dest_ .total_dest_price_ table th,
[class^="order_"] .delivery_dest_ .total_dest_price_ table td{
	padding: 10px 20px;
	border: 1px solid #DDD;
}
[class^="order_"] .delivery_dest_ .total_dest_price_ table td.btns_ {
	width: 60px;
	vertical-align: middle;
}
[class^="order_"] .delivery_dest_ .total_dest_price_ table td{
	width: 100px;
	text-align: right;
}
/*配送オプションの設定 商品一覧*/
 .dest_goods_ .goodsinfo_box_ttl_ {
	 font-size: 22px;
	 line-height: 1;
	 font-weight: bold;
	 margin: 0 0 10px;
}
.dest_goods_ .goodsinfo_box_{
   display: flex;
   justify-content: flex-start;
   align-items: center;
	 width: auto;
	 padding: 30px 50px;
   border: 1px solid #ccc;
	 border-bottom: none;
}
.dest_goods_ .goodsinfo_box_:first-child {
	border-radius: 4px 4px 0 0;
}
.dest_goods_ .goodsinfo_box_:last-child {
	border-bottom: 1px solid #ccc;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	margin-bottom: 50px !important;
}
.dest_goods_ .goodsinfo_box_:last-of-type{
	margin: 0;
}
.dest_goods_ .goodsinfo_box_ .goodsinfo_box_img_{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 160px;
}
.dest_goods_ .goodsinfo_box_ .goodsinfo_box_img_ img{
  width: 100px;
}
.dest_goods_ .goodsinfo_box_ .goodsinfo_box_img_ span{
  display: block;
  margin-top: 5px;
}
.goodsinfo_box_detail_ .goodsinfo_detail_ select{
  width: 185px;
  min-width: 115px;
  height: 30px;
  background-position: right 10px top 12px;
}
.goodsinfo_box_detail_ .goodsinfo_detail_{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 720px;
  padding-bottom: 15px;
}
.goodsinfo_detail_ .goods_name_{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: calc(100% - 100px - 30px);
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	word-break: break-word;
}
.goodsinfo_detail_ .goods_name_ .price_{
  font-size: 14px;
	margin-left: 30px;
	width: 400px;
}
.goodsinfo_detail_ .goods_name_ .price_ .include_{
	display: block;
	color: #333;
	font-size: 14px;
	margin: 0 0 3px;
	font-weight: normal;
}
.goodsinfo_detail_ .goods_name_ .price_ span{
  font-size: 11px;
  font-weight: normal;
  color: #222;
	margin: 0 0 0 5px;
}
.goodsinfo_detail_ .qty_{
	width: 120px;
	font-weight: bold;
}
.goodsinfo_detail_ .qty_ span{
	display: inline-block;
  font-size: 14px;
  vertical-align: middle;
	padding-top: 14px;
	font-weight: normal;
}
.goodsinfo_detail_ .qty_ span:first-of-type{
	display: inline-block;
	padding-top: 14px;
  margin-right: 3px;
	font-weight: bold;
}
.goodsinfo_box_detail_ .goodsinfo_detail_ .qty_ .qty_select_,
.goodsinfo_box_detail_ .goodsinfo_detail_ .option_qty_,
.goodsinfo_box_detail_ .goodsinfo_detail_ .qty_ input[name^="qty"]{
  vertical-align: middle;
}
.goodsinfo_detail_ .goods_change_ {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: calc(100% - 525px);
}
.goodsinfo_box_detail_ .goodsinfo_detail_ .qty_ + .glay_button_ {
	float: right;
}
.goodsinfo_box_ + .goods_delivery_ {
  padding: 25px 50px;
	border: 1px solid #ccc;
	border-radius: 0 0 4px 4px;
	margin: 0 0 50px;
	overflow: hidden;
}
.goodsinfo_box_ + .goods_delivery_method_ {
	padding: 25px 50px;
	border: 1px solid #ccc;
	border-radius: 0 0 4px 4px;
	overflow: hidden;
}
.goods_delivery_method_ + .goods_delivery_ {
	padding: 25px 50px;
	border: 1px solid #ccc;
	border-top: none;
	border-radius: 0 0 4px 4px;
	margin: 0 0 50px;
	overflow: hidden;
}
.goods_delivery_method_ .block_title_{
	padding-top: 14px;
	margin-right: 3px;
	font-size: 14px;
	font-weight: bold;
}
.goods_delivery_ .block_title_{
	padding-top: 14px;
	margin-right: 3px;
	font-size: 14px;
	font-weight: bold;
}

form#frmSales .goodsinfo_box_ + .goods_delivery_ {
	padding: 25px 50px 25px 180px;
}
.goodsinfo_box_ + .goods_delivery_ .inner_ {
	float: right;
	text-align: right;
}
.goodsinfo_box_ + .goods_delivery_method_ .inner_ {
	float: right;
	text-align: right;
	width:260px;
}
.goodsinfo_box_ + .goods_delivery_method_ .inner_ label {
	margin: 3px 10px 0px 0px;
}
.goodsinfo_box_ + .goods_delivery_method_ .inner_ dt {
	width: 160px;
	margin-bottom:6px;
	text-align:left;
}
.goodsinfo_box_ + .goods_delivery_method_ img.about_delivery_method {
	width: 14px;
	height: 14px;
	margin-right:20px;
	margin-top:10px;
	float:right;
}

.goods_delivery_method_ + .goods_delivery_ .inner_ {
	float: right;
	text-align: right;
}

.goods_delivery_method_ dt {
	float:left;
}

.goods_delivery_method_ dd {
	margin-left:180px;
	text-align:left;
	padding-top: 10px;
	padding-bottom: 12px;
}

.goods_delivery_method_ + .goods_delivery_ span.small_ {
	display: block;
	color: #757575;
	text-align: right;
	font-size: 10px;
	margin: 5px 0 0;
}

.goodsinfo_box_ + .goods_delivery_ .consignor_ {
	font-size: 14px;
}
form#frmSales .goodsinfo_box_ + .goods_delivery_ .consignor_ {
	margin: 0 0 15px;
}
.goodsinfo_box_ + .goods_delivery_ select {
	min-width: 185px;
	height: 30px;
	background: url(../img/usr/common/header/icon_arrow2.png) no-repeat right 10px center;
	font-weight: normal;
}
.goodsinfo_box_ + .goods_delivery_ span:first-child {
	margin-right: 40px;
}
.goodsinfo_box_ + .goods_delivery_ span:nth-child(1),
.goodsinfo_box_ + .goods_delivery_ span:nth-child(2) {
	font-weight: bold;
}
.goodsinfo_box_ + .goods_delivery_ span:nth-child(1) span,
.goodsinfo_box_ + .goods_delivery_ span:nth-child(2) span {
	font-weight: normal;
	margin-right: 0;
}
.goodsinfo_box_ + .goods_delivery_ span.small_{
	display: block;
  color: #757575;
	text-align: right;
	font-size: 10px;
	margin: 5px 0 0;
}
.order_gift_.col1_ .delivery_dest_ .goods_delivery_ span.small_{
	font-size: 12px;
}
form#frmSales .goodsinfo_box_ + .goods_delivery_ span.small_{
	margin-top: 10px;
}
.order_gift_ .delivery_detail_ .goodsinfo_detail_ .goods_delivery_ span.small_:last-child{
  margin: 0;
}
.goodsinfo_box_detail_noshi_{
  margin-top: 20px;
  border-bottom: 1px solid #E7E7E7;
}
.goodsinfo_box_detail_noshi_ > li {
	display: flex;
}
.goodsinfo_box_detail_noshi_ dl{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.goodsinfo_box_detail_noshi_ dl.goods_remarks_ {
	margin-bottom: 10px;
	line-height: 30px;
}
.goodsinfo_box_detail_noshi_ dl.goods_remarks_ label {
	line-height: 24px;
}
.goodsinfo_box_detail_noshi_ dt{
  width: 140px;
  display: block;
  font-size: 14px;
}
.goodsinfo_box_detail_noshi_ .goods_noshi_{
  justify-content: space-between;
  margin-bottom: 20px;
}
.destgoodslist_ .dest_goods_{
  margin-bottom: 10px;
}
.destgoodslist_ .dest_goods_:last-of-type{
  margin-bottom: 0;
}
.destgoodslist_ .goods_change_ .qty_{
	display: block;
  font-size: 14px;
	width: auto;
}
.destgoodslist_ .goods_change_ .qty_ span{
  margin-left: 10px;
	padding-top: 0;
}
.destgoodslist_ .goodsinfo_box_detail_noshi_ .goods_delivery_{
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
}
.destgoodslist_ .goodsinfo_box_detail_noshi_ .goods_noshi_{
  display: block;
  width: calc(100% - 70px);
}
.destgoodslist_ .goodsinfo_box_detail_noshi_ .goods_noshi_ dt {
	width: auto;
  margin-bottom: 15px;
	font-weight: bold;
}
.destgoodslist_ .goodsinfo_box_detail_noshi_ .goods_noshi_ dd {
	font-size: 14px;
}
.destgoodslist_ .goodsinfo_box_detail_noshi_ .goods_noshi_button_ a {
  display: inline-block;
}
.destgoodslist_ .goodsinfo_box_detail_noshi_ .goods_delivery_ dd span.small_ {
	font-size: 11px;
}
.goods_noshi_ .noshi_config_ li{
  margin-bottom: 5px;
}
.goods_noshi_ .noshi_config_ span:first-of-type{
  display: inline-block;
  width: 130px;
}
.goods_noshi_ .noshi_config_ li div{
  width: 100%;
  word-break: break-word;
}
.destgoodslist_ .goodsinfo_box_detail_noshi_ .goods_delivery_ dd:first-of-type ul li{
	font-size: 14px;
}
.goods_remarks_ dd{
  width: 580px;
}
.goods_remarks_ dd textarea{
	position: static;
  width: 552px;
}
[class^="order_"] .goodsinfo_box_ .btns_,
[class^="order_"] .noshi_box_ .btns_ {
	width: 60px;
    padding-bottom: 0;
	vertical-align: middle;
}
[class^="order_"] .goodsinfo_box_ .btns_ input{
	display: block;
	margin-bottom: 5px;
}
[class^="order_"] .goodsinfo_box_ th,
[class^="order_"] .goodsinfo_box_ td{
	border: 1px solid #ddd;
	padding: 10px;
}
[class^="order_"] .goodsinfo_box_ td.goods_price_,
[class^="order_"] .goodsinfo_box_ td.goods_count_,
[class^="order_"] .goodsinfo_box_ td.goods_total_,
[class^="order_"] .goodsinfo_box_ td.goods_wrap_{
    text-align: center;
}
[class^="order_"] .goodsinfo_box_ th{
	background: #FCFCFC;
	font-weight: bold;
}
[class^="order_"] .noshi_box_{
	width: 100%;
}

[class^="order_"] .goodsinfo_box_ td table td{
	 border-style: none;
}

[class^="order_"] .noshi_box_ th,
[class^="order_"] .noshi_box_ td{
	border: 1px solid #ddd;
	padding: 10px;
}
[class^="order_"] .noshi_box_ th{
	background: #FCFCFC;
	font-weight: bold;
}
[class^="order_"] .select_dest_goods_box_{
	margin: 10px;
	background: #FFF;
	padding: 10px 10px 10px 10px;
}
[class^="order_"] .select_dest_goods_box_ .btn_add_goods_{
	margin-bottom: 10px;
}
[class^="order_"] .select_dest_goods_box_ .add_goods_list_ table{
	width: 100%;
}
[class^="order_"] .select_dest_goods_box_ .add_goods_list_ td{
	padding: 7px 10px 0 0;
}
[class^="order_"] .select_dest_goods_box_ .add_goods_list_ td.goods_name_{
	width: 600px;
}
[class^="order_"] .select_dest_goods_box_ .add_goods_list_ td.qty_{
	text-align: right;
}
[class^="order_"] .select_dest_goods_box_ .add_goods_list_ td.qty_ input{
	padding: 5px;
	width: 3em;
	text-align: right;
}
[class^="order_"] .select_dest_goods_box_ .btn_add_checked_goods_{
	text-align: center;
	padding: 15px 15px 0;
}
[class^="order_"] .noshi_box_noselect_{
	width: 100%;
}
[class^="order_"] .noshi_box_noselect_ th{
	padding: 15px 0 10px;
	text-align: center;
}
[class^="order_"] .noshi_box_noselect_ td{
	padding: 5px 10px 15px 10px;
	text-align: center;
}
[class^="order_"] #method_date table {
	width: 100%;
	border-top: #E3E1D1 1px solid;
	border-bottom: #E3E1D1 1px solid;
	border-collapse: collapse;
	background: white;
	font-size: 12px;
}
[class^="order_"] #method_date table th {
	width: 120px;
	padding: 15px;
	border-top: #E3E1D1 1px solid;
	border-bottom: #E3E1D1 1px solid;
	border-collapse: collapse;
}
[class^="order_"] #method_date table td {
	padding: 15px 0;
	border-top: #E3E1D1 1px solid;
	border-bottom: #E3E1D1 1px solid;
	border-collapse: collapse;
}
[class^="order_"] #method_date table li {
	padding: 5px 0;
}
#method_pay{
  padding-bottom: 30px;
}
#method_pay .method_box_content_{
	line-height: 2;
  padding: 0;
	margin: 0 0 20px;
}
#method_pay .method_box_content_ .text_{
  font-size: 14px;
}
#method_pay .method_box_content_ .postoffice_qa1{
  font-size: 14px;
  margin-bottom: 10px;
}
#method_pay .method_box_content_ .postoffice_qa2{
  font-size: 14px;
}
#method_pay .method_box_content_ .postoffice_qa3{
  font-size: 14px;
}
#method_pay .method_box_content_ .post_office_notice_{
  line-height: 1.5;
  margin-top: 24px;
}
#method_pay .method_box_content_ .post_office_notice_ .notice_radio_{
  padding: 10px 0px 10px 0px;
}
#method_pay .postoffice_thanks{
  font-size: 14px;
}
#method_pay .method_box_content_ span{
  font-size: 12px;
  color: #757575;
  display: block;
}
#method_pay .method_box_content_ span.efo-error_{
	color: #d10000;
	font-size: 16px;
}
#method_pay .method_box_content_ span.icon_required_{
  display: inline-block;
  background: #f5f5f5;
  border-radius: 3px;
  color: #d10000;
  font-size: 10px;
  font-weight: normal;
  padding: 0 6px;
  margin-right: 5px;
  vertical-align: middle;
}

#method_pay .post_office_inner_{
  margin-left: 0;
}
#method_pay .post_office_inner_ p.post_search_{
  font-size: 14px;
}
#method_pay .dest_search span{
	line-height: 1.8;
}
#method_pay + .common_headline2_{
  background: #dedede;
  padding-left: 14px;
}
#method_pay .employee_ h3{
  font-size: 22px;
  font-weight: bold;
  padding: 14px 0 12px;
  border-bottom: 2px solid #ccc;
  background: none;
}
#method_pay .caution_jpbank_ {
	margin: 10px 0 0;
}
#jpbaknentry_link{
  display: none;
  margin-top: 10px;
}
#jpbaknentry_link .txt_{
  font-size: 12px;
  color: #757575;
}
#jpbaknentry_link .btn_{
  height: 55px;
  text-align: center;
  margin-top: 20px;
}
#jpbaknentry_link .yellow_button_{
  display: inline-block;
  padding: 19px 20px;
}
#method_coupon{
  padding-bottom: 30px;
}
#method_coupon h3{
  margin-bottom: 20px;
}
#method_coupon .glay_button_{
  padding: 10px 20px;
  vertical-align: middle;
}
#method_coupon input[type="text"]{
  padding: 11px 14px;
}
[class^="order_"] .alertbox_{
	padding: 20px;
}
[class^="order_"] .alertbox_ h2{
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 10px;
	text-align: center;
	color: #F00;
}
[class^="order_"] .alertbox_ p{
	text-align: center;
	color: #F00;
	padding: 3px;
}
[class^="order_"] .alertbox_ p a{
	color: #F00;
	text-decoration: underline;
}
/* --------------------------------------------------------------------
	ギフト注文 のし・ラッピング設定画面
-------------------------------------------------------------------- */
.order_gift_ .noshi_ a{
  color: #0083D5;
}
.order_gift_ .noshi_ .check_sample_{
  color: #0083D5;
	margin-left: 10px;
}
.order_gift_ .noshi_ input{
  width: 320px;
}
.order_gift_ .noshi_ input[name="wrapping_text"],
.order_gift_ .noshi_ input[name="wrapping_name_text"]{
	display: none;
}
.order_gift_ .noshi_ select[name="message_card"]{
  width: 350px;
}
.order_gift_ .noshi_ h2.common_headline2_{
  background: #dedede url(../img/usr/icon/delivery-truck3.png) 20px center no-repeat;
  background-size: 24px;
}
.order_gift_ .noshi_ h4{
  font-size: 22px;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 2px solid #ccc;
}
.order_gift_ .noshi_ address{
  margin-bottom: 45px;
  font-size: 14px;
  line-height: 1.4;
}
.order_gift_ .noshi_ span strong{
  display: inline-block;
  margin-bottom: 10px;
  font-size: 14px;
}
.order_gift_ .noshi_ .formdetail_ th .icon_required_ + span{
  display: inline-block;
  vertical-align: top;
  line-height: 1.8;
}
[class^="order_"] .section_ {
	margin-bottom: 30px;
	background: #FCFCFC;
}
[class^="order_"] .section_ label {
	padding: 0;
}
[class^="order_"] .section_ h3{
	margin: 0 0 10px 0;
	padding: 5px 10px;
	font-size: 14px;
	font-weight: bold;
	background: #F0F0F0;
}
[class^="order_"] .section_ ul{
	overflow: hidden;
	padding: 10px 20px;
}
[class^="order_"] .section_ ul li{
	float: left;
}
[class^="order_"] .section_ ul li label{
	display: block;
	margin-right: 20px;
	text-align: center;
}
[class^="order_"] .section_ ul li label img{
	display: block;
	margin-bottom: 10px;
}
[class^="order_"] .section_ .noshi_area_ .noshi_area_wrap_ .need_noshi_area_{
	margin-bottom: 30px;
}
[class^="order_"] .section_ .noshi_area_ .noshi_area_wrap_ .need_noshi_area_ ul{
	overflow: hidden;
}
[class^="order_"] .section_ .noshi_area_ .noshi_area_wrap_ .need_noshi_area_ ul li{
	float: left;
}
[class^="order_"] .section_ .div_area_ {
	margin-bottom: 30px;
}
[class^="order_"] .section_ .thum_box_wrapper_{
	overflow: hidden;
}
[class^="order_"] .section_ .thum_box_ {
	float: left;
	width: 480px;
	padding: 10px 0 10px 20px;
}
[class^="order_"] .section_ .thum_info_ {
	float: right;
	width: 310px;
	padding: 10px 20px 0 0;
}
[class^="order_"] .section_ .thum_info_ .price_{
	padding: 10px 0;
}
[class^="order_"] .section_ .thum_line_ {
	overflow: hidden;
	margin-bottom: 20px;
}
[class^="order_"] .section_ .thum_item_ {
	float: left;
	width: 150px;
	text-align: center;
	margin-right: 10px;
}
[class^="order_"] .section_ .thum_item_ label{
	display: block;
}
[class^="order_"] .section_ .thum_item_ img{
	display: block;
	margin-bottom: 10px;
	width: 150px;
	height: 150px;
}
[class^="order_"] .section_ .thum_item_ span.price_{
	display: block;
	margin-bottom: 10px;
	padding: 5px;
}
[class^="order_"] .section_ .thum_item_ span.thum_info_text_{
	display: none;
}
[class^="order_"] .section_ .free_input_{
	padding: 0 10px 10px 10px;
	margin: 0 10px 30px;
}
[class^="order_"] .section_ .free_input_ input{
	padding: 5px;
}
[class^="order_"] .section_ .divnameprint {
	margin-bottom: 30px;
}
[class^="order_"] .section_ .divnameprint .disabled_ {
	background-color:#DEDEDE;
}

[class^="order_"] .section_ .input_detail_ {
	margin: 0 20px 30px;
}
[class^="order_"] .section_ .input_detail_ td {
	padding: 5px;
}
[class^="order_"] .section_ .input_detail_ td input {
	padding: 5px;
}

a.btn_search {
    padding: 1px 3px 1px 3px;
    color: #000;
    width: 100px;
    text-align: center;
    text-decoration: none;
    background: #EFEBEF;
    border: 1px outset;
}
a.btn_search:active {
    border: 3px inset;
}
a.btn_map {
    padding: 1px 3px 1px 3px;
    color: #0083D5;
    width: 100px;
    text-align: center;
    text-decoration: none;
}
/* --------------------------------------------------------------------
	完了画面
-------------------------------------------------------------------- */
.caution_txt_{
  color: #D10000;
  font-size: 16px;
  line-height: 1.6;
}
.order_end_top_comment_{
  font-size: 14px;
}
.order_end_top_comment_ .caution_txt_{
  display: block;
}
.order_end_top_comment_ p{
  margin-bottom: 30px;
}
#order_id{
  width: 400px;
  padding: 20px 0 30px;
  margin: 0 auto 30px;
  text-align: center;
  border: 1px solid #222;
}
#order_id dt{
  margin-bottom: 10px;
}
#order_id dd{
  font-size: 20px;
  font-weight: bold;
}
.drugstore_pay_{
  text-align: center;
  margin-bottom: 30px;
}
.order_ .drugstore_pay_ a{
  display: inline-block;
  padding: 19px 20px;
}
#order_guest h2{
  font-size: 18px;
  font-weight: bold;
  background: #dedede;
  background-size: 21px;
  border: none;
  padding: 14px 0 14px 14px;
  margin-bottom: 20px;
  line-height: 1;
}
#order_guest p{
  font-size: 114%;
  margin-bottom: 50px;
}
#order_guest ul{
  display: flex;
  justify-content: center;
  align-items: center;
}
#order_guest li{
  width: 315px;
  margin-right: 20px;
}
#order_guest li a{
  display: inline-block;
  width: 275px;
  padding: 19px 20px;
}
#order_guest li:last-child{
  margin-right: 0;
}
.rules_comment_{
  margin-bottom: 50px;
}
.rules_comment_ .error_{
  line-height: 1.8;
}

#order_guest {
	margin: 0 0 80px;
}

/* ご注文内容の確認 */
.method_regular_ {
  margin-bottom: 20px;
  padding: 25px 19px 5px;
  border-radius: 4px;
  border: 1px solid #E7E7E7;
	font-size: 14px;
}
div.method_regular_ h2.common_headline2_{
	background: none;
	padding: 0;
}
.method_regular_ h3 {
	font-size: 16px;
	line-height: 1;
	font-weight: bold;
	padding: 15px 0 10px;
	margin-bottom: 2px;
  border-top: 1px solid #E7E7E7;
}
.method_regular_ address {
	margin: 5px 0 17px;
	font-size: 14px;
	line-height: 1.5;
}
.method_regular_ address strong {
	display: block;
	margin: 0 0 7px;
  font-size: 16px;
  font-weight: normal;
}
.method_regular_ table {
	width: 100%;
	box-sizing: border-box;
	line-height: 2.0;
	margin: 0 0 10px;
}
.method_regular_ table tr {
}
.method_regular_ table tr th,
.method_regular_ table tr td {
	padding: 2px 0;
  vertical-align: top;
}
.method_regular_ table tr th {
	font-weight: normal;
	width: 155px;
	vertical-align: top;
}
.method_regular_ table tr td:nth-child(3) {
	text-align: right;
	width: 60px;
}
.method_regular_ table tr td a {
	display: block;
	color: #222;
	border: 1px solid #ccc;
	border-radius: 4px;
	background: -webkit-linear-gradient(top, #ffffff 0%,#ededed 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#ededed 100%);
	text-align: center;
	width: 60px;
	box-sizing: border-box;
	padding: 11px 9px;
	text-decoration: none;
}
.method_regular_ table tr td table {
	margin: 0;
}
.method_regular_ table tr td table tr {
	border: none;
}
.method_regular_ table tr td table tr th {
	font-weight: normal;
}
.method_regular_ table tr td table tr th,
.method_regular_ table tr td table tr td {
	padding: 0;
}
.method_regular_ table tr td table tr.total_ th span {
	font-weight: bold;
}
.method_regular_ table tr td table tr.total_ td {
	color: #d10000;
	font-weight: bold;
}
.method_regular_ .textarea_ {
	padding: 16px 8px;
	border-top: 1px solid #E7E7E7;
	color: #222;
	font-size: 12px;
	line-height: 1.5;
}
.method_regular_ .textarea_ .ttl_ {
}
.method_regular_ .textarea_ p {
}
.method_regular_ + .method_payment_ .submit-bottom_ {
	margin-bottom: 20px;
}
.method_regular_ + .method_payment_ .submit_txt_ {
	margin-bottom: 2px;
	line-height: 20px;
}
.method_regular_ + .method_payment_ .submit_txt_red_ {
	margin-bottom: 30px;
}

.submit-bottom_  input[name="delete.x"] {
	float: right;
	background: transparent;
	border: none;
	margin: 0 0 10px;
	color: #0083D5;
	cursor: pointer;
}
.method_salesappend_.extension_{
	border: none;
}
.method_salesappend_.extension_ table th,
.method_salesappend_.extension_ table td {
	display: block;
	border: none;
	padding: 0;
}
.method_salesappend_.extension_ table th {
	margin: 0 0 8px;
}
.method_salesappend_.extension_ table td {
	font-size: 14px;
	margin: 0 0 20px;
}

.order_gift_ table[name="senderdata"] tr#sender_zip td > p:first-child,
.order_gift_ table.formdetail_ tr#host_addr td > p:first-child {
	display: flex;
	align-items: center;
	margin: 0 0 3px;
}
.order_gift_ table[name="senderdata"] tr#sender_zip td p span.checktype_zip,
.order_gift_ table.formdetail_ tr#host_addr td p span.checktype_zip {
	margin: 0 0 0 10px;
}
.order_gift_ table[name="senderdata"] tr#sender_zip td p span.checktype_zip input,
.order_gift_ table.formdetail_ tr#host_addr td p span.checktype_zip input {
	max-width: 285px;
	padding: 0;
	margin: 0;
}
.order_gift_ table[name="senderdata"] tr#sender_zip td > span input,
.order_gift_ table[name="senderdata"] tr#sender_tel td > span input,
.order_gift_ .method_sender_ table.formdetail_ td input,
.order_gift_ table.custdest_ td input {
	margin-top: 0;
	margin-bottom: 5px;
}
.order_gift_ table[name="senderdata"] tr#sender_zip td > span:last-child input,
.order_gift_ table[name="senderdata"] tr#sender_tel td > span:last-child input,
.order_gift_ .method_sender_ table.formdetail_ td span:last-child input,
.order_gift_ table.custdest_ td span:last-child input {
	margin-bottom: 0;
}
.order_gift_ form#frmCustdest table.custdest_ td input[name="name"],
.order_gift_ form#frmCustdest table.custdest_ td input[name="kana"] {
	width: 383px;
}

.order_gift_ table.formdetail_.custdest_ p.caution_address_ {
	color: #757575;
	font-size: 12px;
	margin: 5px 0 0;
}

/* 入力チェックアイコン */
.order-h_ img[src$="input_ok01.gif"],
.order-h_ img[src$="input_error01.gif"],
.custdest_ img[src$="input_ok01.gif"],
.custdest_ img[src$="input_error01.gif"] {
	width: 30px;
	height: 30px;
	margin-left: 5px;
}
.order-h_ tr#sender_zip td,
.order-h_ tr#host_addr td,
.order-h_ tr#sender_addr td,
.custdest_ tr#host_addr td {
	overflow: hidden;
}
.order-h_ tr#sender_zip td span,
.order-h_ tr#host_addr td span,
.order-h_ tr#sender_addr td span,
.custdest_ tr#host_addr td span,
.custdest_ tr#host_addr2 td span,
.custdest_ tr#host_comp td span {
	float: left;
	clear: both;
}
.order-h_ tr#sender_zip td img[src$="input_ok01.gif"],
.order-h_ tr#sender_zip td img[src$="input_error01.gif"],
.order-h_ tr#host_addr td img[src$="input_ok01.gif"],
.order-h_ tr#host_addr td img[src$="input_error01.gif"],
.order-h_ tr#sender_addr td img[src$="input_ok01.gif"],
.order-h_ tr#sender_addr td img[src$="input_error01.gif"],
.custdest_ tr#host_addr td img[src$="input_ok01.gif"],
.custdest_ tr#host_addr td img[src$="input_error01.gif"] {
	float: left;
	padding-top: 12px;
}

/* balloon */
.balloons {
	background-color: rgb(209, 0, 0) !important;
	opacity: 1 !important;
}
.balloons > div {
	border-color: rgb(209, 0, 0) transparent transparent !important;
}

.order_gift_ form#noshisettingfrm .noshi_ table.formdetail_  td {
	width: 748px;
}

/* --------------------------------------------------------------------
	のし一括設定対応
-------------------------------------------------------------------- */
.content_dest_ .sender_info_ .address_wrap_ {
	display: flex;
	align-items: center;
}
.content_dest_ .select_list_ {
	margin-left: 30px;
}
.content_dest_ .select_list_ a {
	display: block;
}
.content_option_ .noshi_area_ {
	text-align: right;
}
.content_option_ .submit-top_ + .noshi_area_ {
	margin: 50px 0 15px;
}
.content_option_ .address_item_ .noshi_area_ {
	margin-top: 10px;
}
.content_option_ .noshi_area_ .about_ {
	text-align: right;
	margin: 15px 0 0;
}
.content_option_ .noshi_area_ .about_ p {
	display: inline-block;
	color: #0072B9;
	font-size: 14px;
	padding: 2px 0 2px 25px;
	background: url(../img/icon/icon_info.png) no-repeat left center / 18px;
	cursor: pointer;
}
.content_option_ .noshi_area_ a {
	display: inline-block;
	width: 225px;
	padding: 13px 10px;
	font-size: 14px;
}
.content_option_ .noshi_area_ a:hover {
	text-decoration: none;
}
.content_noshi_ #noshisettingfrm table.formdetail_ tr.disabled_ th,
.content_noshi_ #noshisettingfrm table.formdetail_ tr.disabled_ td {
	position: relative;
	padding-bottom: 35px;
}
.content_noshi_ #noshisettingfrm table.formdetail_ tr.disabled_ th:before,
.content_noshi_ #noshisettingfrm table.formdetail_ tr.disabled_ td:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, .6);
	z-index: 10;
}
.content_noshi_ #noshisettingfrm table.formdetail_ tr.disabled_ td p {
	position: absolute;
	z-index: 10;
	left: -178px;
	bottom: 10px;
	color: #d10000;
	font-size: 14px;
}
.content_noshi_ form#noshisettingfrm .noshi_ div > p {
	font-size: 14px;
	line-height: 21px;
	border-bottom: 2px solid #ccc;
	padding: 0 0 15px;
}
.content_option_ .address_item_ {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.content_option_ .address_item_ address + .glay_button_ {
	margin: 20px 0 0;
}

/* modal */
.noshi_area_ .modal_wrapper_ {
	display: none;
}
.noshi_area_ .noshi_modal_ {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
}
.noshi_area_ .bg_modal_ {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 10;
	/*background: rgba(117, 117, 117, 0.9);*/
	background: rgba(0, 0, 0, 0.5);
}
.noshi_area_ .contents_ {
	position: relative;
	width: 720px;
	z-index: 11;
	background: #fff;
	text-align: left;
}
.noshi_area_ .contents_ .ttl_ {
	position: relative;
	background: #DEDEDE;
	padding: 16px 15px 14px;
	font-size: 18px;
	font-weight: bold;
}
.noshi_area_ .contents_ .close_ {
	position: absolute;
	top: 0;
	right: 0;
	text-indent: -9999px;
	white-space: nowrap;
	overflow: hidden;
	width: 46px;
	height: 46px;
	cursor: pointer;
}
.noshi_area_ .contents_ .close_:before,
.noshi_area_ .contents_ .close_:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	width: 20px;
	height: 2px;
	background: #fff;
}
.noshi_area_ .contents_ .close_:before {
	transform: rotate(45deg);
}
.noshi_area_ .contents_ .close_:after {
	transform: rotate(-45deg);
}
.noshi_area_ .contents_ .inner_ {
	padding: 40px 30px;
}
.noshi_area_ .contents_ .inner_ p {
	font-size: 16px;
	line-height: 21px;
	margin: 0 0 5px;
}
.noshi_area_ .contents_ .inner_ .caution_ {
	font-size: 14px;
	line-height: 18px;
}
/* --------------------------------------------------------------------
	注文確認画面　Apple Pay
-------------------------------------------------------------------- */
@supports (-webkit-appearance: -apple-pay-button) {
	#apple-pay-button-disp2 {
		margin-left: 30px;
	}
    .apple-pay-button-with-text {
		display: inline-block;
		-webkit-appearance: -apple-pay-button;
        -apple-pay-button-type: buy;
        width: 315px;
        height: 54px;
	}
    .apple-pay-button-with-text > * {
        display: none;
    }
    .apple-pay-button-black-with-text {
		-apple-pay-button-style: black;
	}
    .apple-pay-button-white-with-text {
		-apple-pay-button-style: white;
	}
    .apple-pay-button-white-with-line-with-text {
		-apple-pay-button-style: white-outline;
	}
}

@supports not (-webkit-appearance: -apple-pay-button) {
	#apple-pay-button-disp2 {
		margin-left: 30px;
	}
    .apple-pay-button-with-text {
        --apple-pay-scale: 1; /* (height / 32) */
        display: inline-flex;
        justify-content: center;
        font-size: 12px;
		border-radius: 5px;
		padding: 0px;
		box-sizing: border-box;
        min-width: 200px;
        min-height: 32px;
        max-height: 64px;
        width: 315px;
        height: 54px;
	}
    .apple-pay-button-black-with-text {
        background-color: black;
        color: white;
    }
    .apple-pay-button-white-with-text {
        background-color: white;
        color: black;
    }
    .apple-pay-button-white-with-line-with-text {
        background-color: white;
        color: black;
        border: .5px solid black;
    }
    .apple-pay-button-with-text.apple-pay-button-black-with-text > .logo {
		background-image: -webkit-named-image(apple-pay-logo-white);
		background-color: black;
	}
    .apple-pay-button-with-text.apple-pay-button-white-with-text > .logo {
		background-image: -webkit-named-image(apple-pay-logo-black);
		background-color: white;
	}
    .apple-pay-button-with-text.apple-pay-button-white-with-line-with-text > .logo {
		background-image: -webkit-named-image(apple-pay-logo-black);
		background-color: white;
	}
    .apple-pay-button-with-text > .text {
        font-family: -apple-system;
        font-size: calc(1em * var(--apple-pay-scale));
        font-weight: 300;
        align-self: center;
        margin-right: calc(2px * var(--apple-pay-scale));
    }
    .apple-pay-button-with-text > .logo {
        width: calc(35px * var(--scale));
        height: 100%;
        background-size: 100% 60%;
        background-repeat: no-repeat;
        background-position: 0 50%;
        margin-left: calc(2px * var(--apple-pay-scale));
        border: none;
    }
}

/* --------------------------------------------------------------------
	Button hover & Back
-------------------------------------------------------------------- */
.cartlist_ [class$="button_"],
.cartlist_ .submit_ a,
.cartlist_ .faq_link_ a,
#SearchPostOffice,
.order-h_ a[class$="button_"],
.order-h_ input { transition: 0.2s;}
.cartlist_ [class$="button_"]:hover,
.cartlist_ .submit_ a:hover,
.cartlist_ .faq_link_ a:hover,
#SearchPostOffice:hover,
.order-h_ a[class$="button_"]:hover,
.order-h_ input:hover { opacity: 0.7;}
.shopping_link_ a.page_back_ { margin-left: 60px;}
.estimate_right_col_ .page_back_button_ { margin-top: 10px; text-align: center;}
.estimate_right_col_ .page_back_button_ a { text-decoration: none; font-size: 14px; color: #0072B9;}
.estimate_right_col_ .page_back_button_ a:hover { text-decoration: underline;}
