@charset "Shift_JIS";

/* --------------------------------------------------------------------
	ご注文方法の指定
-------------------------------------------------------------------- */
div.order_ {
}

div.order_ table.method_host_ th,
div.order_ table.method_ th {
	width: 25%;
}
div.order_ .top_comment_,
div.order_ div.error_{
	margin-top: 25px;
}
/* ご注文主（ログイン時） */
div.method_host_ {
	margin-bottom: 40px;
}
div.method_host_ .host_info_ th {
	text-align: center;
}
table.method_host_ {
	margin-bottom: 20px;
	width: 100%;
}
tr#host_mail input,
tr#host_cmail input,
tr#host_addr input,
tr#host_addr2 input:not(#s_noaddr_flg),
tr#host_addr3 input,
tr#host_comp input,
tr#host_dept input {
	width: 300px;
}

table.host_info_ td.change_dest_ {
	text-align: center;
}

span.method_host_caution_,
span.method_address_caution_ {
/*	color: #CC0000;
	font-weight: bold;
	font-size: 12px; */
	color: #d30f31;
	display:block;
	margin: 20px 10px;
	font-weight: normal;
	font-size: 14px;
}

/**/
/* 贈り主（ログイン時） */
div.method_sender_ {
	margin-bottom: 20px;
	border-bottom: 1px dotted #CCC;
}
div.method_sender_ div.sender_info_ {
	margin-bottom: 10px;
	padding-left: 10px;
}
div.sender_change_ {
	padding: 10px;
	margin: 0 0 10px 0;
	background: #F8F8F8;
	border: 1px solid #CCC;
}
div.method_sender_ table.method_ {
}
table.method_sender_ {
	margin-bottom: 20px;
	width: 100%;
}
tr#sender_addr input,
tr#sender_addr2 input:not(#d_noaddr_flg),
tr#sender_addr3 input,
tr#sender_comp input,
tr#sender_dept input {
	width: 300px;
}
/**/

/* 宛て先（ログイン時） */
div.method_address_ {
	margin-bottom: 20px;
}
div.method_address_ .comment_ {
	margin: 20px 10px;
}
div.method_address_ .comment_ span {
}
table.addresslist_ {
	margin-bottom: 20px;
}
table.addresslist_ th.change_dest_ {
	width: 215px;
}
table.addresslist_ td {
	line-height: 30px;
	padding: 5px 20px;
}
table.addresslist_ td input,
table.addresslist_ td label {
	cursor: pointer;
}
table.addresslist_ td label {
	line-height: 30px;
	padding: 0;
}
table.addresslist_ td input[type=image] {
	padding: 0;
}
table.addresslist_ td.change_dest_ {
	text-align: center;
}

div.address_bottom_ {
	text-align: center;
	margin: 30px 0;
}
div.address_bottom_ img {
}

table.destgoodslist_ {
}
/**/

/**/

/* 配送方法 */
div.method_box_ {
	margin-bottom: 40px;
}
div.method_box_ h3 {
	margin: 0 0 10px 0;
	padding: 5px 10px;
	font-size: 14px;
	font-weight: bold;
	background: #F0F0F0;
}
div.method_box_ div.method_box_content_ {
}
div.method_box_ div.method_box_content_ .comment_ {
	padding-left: 10px;
	margin: 20px 0;
}

/**/
/* 配送希望日時指定 */
#method_date table {
	width: 100%;
	border: 1px solid #e9e9e9;
}
#method_date td,
#method_date th {
	vertical-align: top;
	padding: 20px;
	border: 1px solid #e9e9e9;
}
#method_date th {
	width: 180px;
	font-size: 14px;
	font-weight: bold;
	vertical-align: middle;
}
#method_date td .radio_box_ {
	font-size: 0;
}
#method_date td .radio_box_ li {
	display: inline-block;
	margin: 0 0 0 6px;
}
#method_date td .radio_box_ li:first-child {
	margin: 0;
}
#method_date td .radio_box_ li label {
	cursor: pointer;
	display: block;
	width: 130px;
	color: #4d5269;
	font-size: 14px;
	padding: 7px 10px;
	margin: 0;
	border: 1px solid #e9e9e9;
	background: #e9e9e9;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#method_date td .radio_box_ li label.selected {
	border: 1px solid #4d5269;
	background: #dbdcdf;
}
#method_date td .radio_box_ li input {
	cursor: pointer;
}

#method_date td .select_box_ select {
}
#method_date td .custom_select_ {
	position: relative;
}
#method_date td .custom_select_ p {
	cursor: pointer;
	width: 380px;
	padding: 8.5px 30px;
	border: 1px solid #4d5269;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #dbdcdf url(../img/usr/common/arrow_blue_b2.png) 10px center no-repeat;
}
#method_date td .custom_select_ ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 380px;
	background: #fff;
	z-index: 100;
}
#method_date td .custom_select_ li {
	cursor: pointer;
	padding: 9px 30px;
	border-right: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
	border-left: 1px solid #e9e9e9;
}
#method_date td .custom_select_ li.disabled_ {
	cursor: inherit;
	color: #ccc;
}
#method_date td .custom_select_ li:hover {
	background: #e9e9e9;
}
#method_date td .custom_select_ li.disabled_:hover {
	background: #fff;
}
#method_date .notice_ {
	margin: 20px 10px;
}
/**/
/**/
/* 配送希望日時指定 */
#estimate_addr table {
	width: 100%;
	border: 1px solid #e9e9e9;
}
#estimate_addr td,
#estimate_addr th {
	vertical-align: top;
	padding: 20px;
	border: 1px solid #e9e9e9;
}
#estimate_addr th {
	width: 180px;
	font-size: 14px;
	font-weight: bold;
	vertical-align: middle;
}
#estimate_addr td .radio_box_ {
	font-size: 0;
}
#estimate_addr td .radio_box_ li {
	display: inline-block;
	margin: 0 0 0 6px;
}
#estimate_addr td .radio_box_ li:first-child {
	margin: 0;
}
#estimate_addr td .radio_box_ li label {
	cursor: pointer;
	display: block;
	width: 130px;
	color: #4d5269;
	font-size: 14px;
	padding: 7px 10px;
	margin: 0;
	border: 1px solid #e9e9e9;
	background: #e9e9e9;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#estimate_addr td .radio_box_ li label.selected {
	border: 1px solid #4d5269;
	background: #dbdcdf;
}
#estimate_addr td .radio_box_ li input {
	cursor: pointer;
}
/**/

/* ポイント */
.currentpoint_ {
	margin-bottom: 15px;
}
.currentpoint_ strong {
	font-size: 24px;
	font-weight: normal;
	line-height: 24px;
}
div.point_use_ {
	margin-bottom: 20px;
}
div.point_use_:after {
	content: "";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
div.point_use_ ul {
	display: inline-block;
	vertical-align: bottom;
	width: 180px;
	margin: 0 30px 0 0;
}
div.point_use_ ul li {
	margin: 0 0 10px 0;
}
div.point_use_ ul li:last-of-type {
	margin: 0;
}
div.point_use_ ul li label {
	cursor: pointer;
	display: block;
	margin: 0;
	padding: 7px 0 7px 10px;
	border: 1px solid #e9e9e9;
	background: #e9e9e9;
}
div.point_use_ ul li label.selected {
	border: 1px solid #4d5269;
	background: #dbdcdf;
}
div.point_use_ p {
	display: inline-block;
	vertical-align: bottom;
	width: 280px;
	line-height: 40px;
}

/**/
/* 拡張情報 */
div.method_salesappend_ {
	margin-bottom: 20px;
	border-bottom: 1px dotted #CCC;
}
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;
	border-bottom: 1px dotted #CCC;
}
/* 利用可能クーポン */
#available_coupon {
	width: 860px;
	padding-bottom: 20px;
	margin: 0 auto;
	background: #fff;
}

.available_coupon_ {
	width: 820px;
}
.cpupon_list_table_wrap_ .available_coupon_ {
	width: 100%;
}

.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.spandual_ {
	margin-bottom: 40px;
	width: 100%;
	overflow: hidden;
}
div.spandual_ table {
	width: 100%;
}
div.spandual_ .leftfloat_ {
	width: 930px;
}
div.spandual_ .rightfloat_ {
	width: 300px;
}
div.spandual_ .rightfloat_ table.formdetail_ {
	width: 100%;
}
div.spandual_ .rightfloat_ .notice_ {
	margin-top: 20px;
}
div.spandual_ .rightfloat_ .notice_.small_ {
	font-size: 13px;
	margin-top: 10px;
}
table.estimate_.sales_ {
	margin-top: -1px;
}
table.estimate_.sales_ th,
table.estimate_method_ th {
	width: 170px;
	padding: 5px 10px;
	text-align: left;
}
table.estimate_.sales_ td,
table.estimate_method_ td {
	text-align: right;
}
table.host_ {
	margin-bottom: 20px;
}
div.order_ .method_addr_ {
	margin-bottom: 10px;
	padding-left: 10px;
}

table.card_,
table.convinience_{
	width: 100%;
}
table.card_ label {
	margin: 0 20px 0 5px;
}
table.convinience_ th {
	width: 200px;
}

div.zero_alert_ {
	color: #CC0000;
}
/* お支払い方法 */
div.order_ table.estimate_method_ {
	width:250px;
}
div.order_ table.estimate_method_ th {
	width:50%;
}
div.order_ table.estimate_method_ td {
	width:50%;
	text-align: left;
}
div.order_ table.method_sales_detail_append_ {
	border:none;
}
div.order_ table.method_sales_detail_append_ td {
	border:none;
}
.pointpay_num_bg_ {
	background-color: #dedede;
}

div.order_ table.goodslist_ {
	width:100%;
}
div.order_ table.goodslist_ th {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
div.order_ table.goodslist_ th:nth-of-type(1) {
	width: 650px;
}
div.order_ table.goodslist_ th:nth-of-type(2) {
	width: 140px;
}
div.order_ table.goodslist_ th:nth-of-type(3) {
	width: 140px;
}
div.order_ table.goodslist_ td.img_ {
	padding: 30px;
}
div.order_ table.goodslist_ td.img_ .img_ {
	float: left;
	width: 200px;
	border:1px solid #e9e9e9;
}
div.order_ table.goodslist_ td.img_ .img_ img {
	width: 100%;
}
div.order_ table.goodslist_ td.img_ .desc_ {
	float: right;
	width: 360px;
}
div.order_ table.goodslist_ td.img_ div.name1_ {
	font-size: 24px;
	font-weight: bold;
	word-break: break-all;
	margin-bottom: 15px;
}
div.order_ table.goodslist_ td.img_ div.name1_ a {
	color: #000;
	text-decoration: none;
	margin-bottom: 15px;
}
div.order_ table.goodslist_ td.img_ div.name2_ {
	font-size: 18px;
	word-break: break-all;
	margin-bottom: 25px;
}
div.order_ table.goodslist_ td.img_ .customise_ {
}
div.order_ table.goodslist_ td.img_ .customise_ .ttl_customise_ {
	color: #fff;
	font-size: 14px;
	padding: 5px 13px;
	background: #4d5269;
}
div.order_ table.goodslist_ td.img_ .customise_ ul {
	//max-height: 320px;
	//overflow: auto;
	border-right:1px solid #e9e9e9;
	border-bottom:1px solid #e9e9e9;
	border-left:1px solid #e9e9e9;
}
div.order_ table.goodslist_ td.img_ .customise_ li {
	padding: 8px 20px;
	border-top:1px solid #e9e9e9;
}
div.order_ table.goodslist_ td.img_ .customise_ dl {
	display: table;
	width: 100%;
}
div.order_ table.goodslist_ td.img_ .customise_ dt,
div.order_ table.goodslist_ td.img_ .customise_ dd {
	display: table-cell;
	vertical-align: middle;
}
div.order_ table.goodslist_ td.img_ .customise_ dt {
	width: 9em;
	padding-right: 1em;
}
div.order_ table.goodslist_ td.qty_ {
	font-size: 20px;
	text-align: center;
	vertical-align: middle;
}
div.order_ table.goodslist_ td.amt_ {
	font-size: 20px;
	text-align: center;
	vertical-align: middle;
}
div.order_ table.goodslist_ .variation_ {
}
div.order_ table.goodslist_ .variation_ li {
	padding: 8px 20px;
	border-right:1px solid #e9e9e9;
	border-bottom:1px solid #e9e9e9;
	border-left:1px solid #e9e9e9;
}
div.order_ table.goodslist_ .variation_ li:first-of-type {
	border-top:1px solid #e9e9e9;
}
div.order_ table.goodslist_ .variation_ dl {
	display: table;
	width: 100%;
}
div.order_ table.goodslist_ .variation_ dt,
div.order_ table.goodslist_ .variation_ dd {
	display: table-cell;
	vertical-align: middle;
}
div.order_ table.goodslist_ .variation_ dt {
	width: 10em;
	padding-right: 1em;
}


/* お届け先 */
div.order_ table.dest_ {
	width:100%;
}
div.order_ div.destgoodslist_ {
	margin-top: 20px;
}
div.order_ table.destgoodslist_ {
	width:100%;
}
div.order_ table.destgoodslist_ th {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
div.order_ table.destgoodslist_ th:nth-of-type(1) {
	width: 910px;
}
div.order_ table.destgoodslist_ th:nth-of-type(2) {
	width: 140px;
}
div.order_ table.destgoodslist_ th:nth-of-type(3) {
	width: 175px;
}
div.order_ table.destgoodslist_ td.method_img_ {
	padding: 30px;
}
div.order_ table.destgoodslist_ td.method_img_ .img_ {
	float: left;
	width: 200px;
	border:1px solid #e9e9e9;
}
div.order_ table.destgoodslist_ td.method_img_ .img_ img {
	width: 100%;
}
div.order_ table.destgoodslist_ td.method_img_ .desc_ {
	float: right;
	width: 780px;
}
div.order_ table.destgoodslist_ td.method_img_ div.name1_ {
	font-size: 24px;
	font-weight: bold;
	word-break: break-all;
	margin-bottom: 15px;
}
div.order_ table.destgoodslist_ td.method_img_ div.name1_ a {
	color: #000;
	text-decoration: none;
	margin-bottom: 15px;
}
div.order_ table.destgoodslist_ td.method_img_ div.name2_ {
	font-size: 18px;
	word-break: break-all;
	margin-bottom: 25px;
}
div.order_ table.destgoodslist_ td.method_img_ .customise_ {
}
div.order_ table.destgoodslist_ td.method_img_ .customise_ .ttl_customise_ {
	color: #fff;
	font-size: 14px;
	padding: 5px 13px;
	background: #4d5269;
}
div.order_ table.destgoodslist_ td.method_img_ .customise_ ul {
	//max-height: 320px;
	//overflow: auto;
	border-right:1px solid #e9e9e9;
	border-bottom:1px solid #e9e9e9;
	border-left:1px solid #e9e9e9;
}
div.order_ table.destgoodslist_ td.method_img_ .customise_ li {
	padding: 8px 20px;
	border-top:1px solid #e9e9e9;
}
div.order_ table.destgoodslist_ td.method_img_ .customise_ dl {
	display: table;
	width: 100%;
}
div.order_ table.destgoodslist_ td.method_img_ .customise_ dt,
div.order_ table.destgoodslist_ td.method_img_ .customise_ dd {
	display: table-cell;
	vertical-align: middle;
}
div.order_ table.destgoodslist_ td.method_img_ .customise_ dt {
	width: 10em;
	padding-right: 1em;
}
div.order_ table.destgoodslist_ td.method_qty_ {
	font-size: 20px;
	text-align: center;
	vertical-align: middle
}
div.order_ table.destgoodslist_ td.method_sales_detail_append_ {
	vertical-align: middle
}
div.order_ table.destgoodslist_ .variation_ {
}
div.order_ table.destgoodslist_ .variation_ li {
	padding: 8px 20px;
	border-right:1px solid #e9e9e9;
	border-bottom:1px solid #e9e9e9;
	border-left:1px solid #e9e9e9;
}
div.order_ table.destgoodslist_ .variation_ li:first-of-type {
	border-top:1px solid #e9e9e9;
}
div.order_ table.destgoodslist_ .variation_ dl {
	display: table;
	width: 100%;
}
div.order_ table.destgoodslist_ .variation_ dt,
div.order_ table.destgoodslist_ .variation_ dd {
	display: table-cell;
	vertical-align: middle;
}
div.order_ table.destgoodslist_ .variation_ dt {
	width: 10em;
	padding-right: 1em;
}

/* お支払い方法 */
#method_pay {
}
#method_pay .radio_box_ {
}
#method_pay .radio_box_ li {
	margin: 0 0 10px 0;
}
#method_pay .radio_box_ li:last-child {
	margin-bottom: 0;
}
#method_pay .radio_box_ li label {
	cursor: pointer;
	display: block;
	margin: 0;
	padding: 7px 0 7px 10px;
	border: 1px solid #e9e9e9;
	background: #e9e9e9;
}
#method_pay .radio_box_ li label.selected {
	border: 1px solid #4d5269;
	background: #dbdcdf;
}
#method_pay .radio_box_ li label span {
	display: inline-block;
	vertical-align: middle;
	width: 450px;
}
#method_pay .radio_box_ li label span.txt_ {
	width: 890px;
	line-height: 1.4;
}
#method_pay .radio_box_ li .list_ {
	overflow: hidden;
	visibility: hidden;
	height: 0;
	background: #fff;
	box-sizing: border-box;
	transition: height 0.2s;
}
#method_pay .radio_box_ li .selected .list_ {
	visibility: visible;
	padding: 10px 20px 0;
	margin: 10px 10px 0 0;
	height: auto;
}
#method_pay .radio_box_ .selected li:last-child {
	margin-bottom: 10px;
}

.infolist_ {
	width: 100%;
	border: 1px solid #e9e9e9;
}
.infolist_ th,
.infolist_ td {
	vertical-align: middle;
	padding: 20px;
	border-bottom: 1px solid #e9e9e9;
}
.infolist_ th {
	width: 200px;
	font-weight: bold;
}
.infolist_ td {
	padding-left: 0;
}
.infolist_ #method_point th {
}
.infolist_ td:nth-child(3) {
	width: 300px;
}
.infolist_ td input[type=text] {
	width: 100%;
	margin: 0;
}
.infolist_ #method_point td input[type=text] {
	width: 180px;
	height: 40px;
	font-size: 24px;
	line-height: 40px;
	text-align: center;
	margin: 0 10px 0 0;
}
.infolist_ .notice_ {
	color: #d30f31;
	font-weight: normal;
}

div.order_ table.card_ th {
	text-align:left;
}
div.order_ table.card_ td {
	text-align:left;
}

/* 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;
}

/* 注文拡張項目 */
table.salesappend_ th {
	width: 200px;
}

div.order_ table.formlist_ .goods_ {
	width: 180px;
}

/* キャンペーン適用 */
div.order_ p.campaign_info_ {
	color:#CC0000;
	font-size: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
}

/* ノベルティ */
div.order_ .thum_box_wrapper_{
	overflow: hidden;
}
div.order_ .thum_box_ {
	float: left;
	width: 900px;
	padding: 10px 0 10px 20px;
}
div.order_ .thum_line_ {
	overflow: hidden;
	margin-bottom: 20px;
}
div.order_ .thum_item_ {
	float: left;
	width: 150px;
	text-align: center;
	margin-right: 10px;
}
div.order_ .thum_item_ label{
	display: block;
}
div.order_ .thum_item_ img{
	display: block;
	margin-bottom: 10px;
	width: 150px;
	height: 150px;
}
div.order_ .thum_item_ span.price_{
	display: block;
	margin-bottom: 10px;
	padding: 5px;
}
div.order_ .thum_item_ span.thum_info_text_{
	display: none;
}


/* --------------------------------------------------------------------
	ご注文完了
-------------------------------------------------------------------- */
div.new_customer_ {
	width: 700px;
	margin:30px Auto Auto Auto;
}

/* --------------------------------------------------------------------
	ギフト注文 配送先の選択
-------------------------------------------------------------------- */

.order_gift_ .dest_list_ {
	background: #F0F0F0;
}
.order_gift_ .dest_list_ .btn_checkall_ {
	padding: 10px 10px 0;
}
.order_gift_ .dest_list_ .address_customer_{
	padding: 10px;
}
.order_gift_ .delivery_dest_ .dest_ttl {
	position:relative;
}
.order_gift_ .delivery_dest_ .dest_ttl .btn_deldest_{
	position:absolute;
	right:5px;
	top:3px;
}
.order_gift_ .dest_list_ .address_item_ {
	border: none;
	width: 920px;
	background-color: #FFF;
	border-bottom: 1px solid #ddd;
}
.order_gift_ .address_book_list_ .address_item_ {
	border: none;
	background-color: #FFF;
	border-bottom: 1px solid #ddd;
}
.order_gift_ .dest_list_ .address_book_list_ {
	margin: 0 10px 10px 10px;
}
.order_gift_ .dest_list_ .address_book_list_ .address_item_ {
	border-bottom: 1px solid #ddd;
}
.order_gift_ .dest_list_ .address_item_ address {
	width: 800px;
	margin-left: 30px;
}
.order_gift_ .dest_list_ .address_item_ .address_title_ {
	font-size: 14px;
	margin-bottom: 7px;
	padding: 5px 5px 0 5px;
}
.order_gift_ .dest_list_ .btn_add_addr_ {
	background: #F0F0F0;
	padding: 0 10px 10px 25px;
	margin-bottom: 20px;
}
.order_gift_ .form_senderinfo_ .btns_edit_customerinfo_ {
	text-align: right;
	margin-bottom: 10px;
	overflow: hidden;
}
.order_gift_ .form_senderinfo_ .btns_edit_customerinfo_ input {
	padding-left: 10px;
	display: block;
	float: right;
}
.order_gift_ div.method_sender_ .address_item_{
	border-bottom: none;
	margin-bottom: 10px;
}
.order_gift_ .method_sender_ .sender_info_ {
	padding: 0;
	border: none;
}

/* --------------------------------------------------------------------
	ギフト注文 配送先商品追加画面
-------------------------------------------------------------------- */
.order_gift_ label {
	cursor: pointer;
}
.order_gift_ div.delivery_dest_add_ {
	text-align: right;
	margin-bottom: 20px;
}
.order_gift_ h3.top_massage_ {
	font-size: 14px;
	font-weight: bold;
}
.order_gift_ .add_goods_list_ {
	padding: 15px;
}
.order_gift_ .delivery_dest_{
	margin-bottom: 30px;
	background: #F0F0F0;
}
.order_gift_ .delivery_dest_ .common_headline2_ {
	margin: 0;
}
.order_gift_ .highlight_ {
	background: #FEE;
	border: 1px solid #FFC8C8;
}
.order_gift_ .delivery_dest_ .address_item_ {
	padding-bottom: 0;
	border: none;
}
.order_gift_ .delivery_dest_ .address_item_ .btn_deldest_{
	float: right;
	padding: 10px;
}
.order_gift_ div.delivery_dest_ {
	margin-bottom: 20px;
	border-bottom: 1px dotted #CCC;
}
.order_gift_ div.delivery_dest_ .dest_goods_ {
	margin: 10px;
	padding: 10px;
	background: #FFF;
}
.order_gift_ div.delivery_dest_ .dest_goods_ h3.headline3_ {
	font-weight: bold;
	padding: 0 5px 10px 5px;
}
.order_gift_ .delivery_dest_ .total_dest_price_ {
	overflow: hidden;
	padding: 0 10px 10px 10px;
}
.order_gift_ .delivery_dest_ .total_dest_price_ table{
	float: right;
	background: #FFF;
}
.order_gift_ .delivery_dest_ .total_dest_price_ table th,
.order_gift_ .delivery_dest_ .total_dest_price_ table td{
	padding: 10px 20px;
	border: 1px solid #DDD;
}
.order_gift_ .delivery_dest_ .total_dest_price_ table td.btns_ {
	width: 60px;
	vertical-align: middle;
}
.order_gift_ .delivery_dest_ .total_dest_price_ table td{
	width: 100px;
	text-align: right;
}
.order_gift_ .goodsinfo_box_{
	width: 100%;
	margin-bottom: 10px;
}
.order_gift_ .goodsinfo_box_ .btns_,
.order_gift_ .noshi_box_ .btns_ {
	width: 60px;
    padding-bottom: 0;
	vertical-align: middle;
}
.order_gift_ .goodsinfo_box_ .btns_ input{
	display: block;
	margin-bottom: 5px;
}
.order_gift_ .goodsinfo_box_ th,
.order_gift_ .goodsinfo_box_ td{
	border: 1px solid #ddd;
	padding: 10px;
}
.order_gift_ .goodsinfo_box_ td.goods_price_,
.order_gift_ .goodsinfo_box_ td.goods_count_,
.order_gift_ .goodsinfo_box_ td.goods_total_,
.order_gift_ .goodsinfo_box_ td.goods_wrap_{
    text-align: center;
}
.order_gift_ .goodsinfo_box_ th{
	background: #FCFCFC;
	font-weight: bold;
}
.order_gift_ .goodsinfo_box_ td.goods_name_ img.img_ {
	max-width: 180px;
}

.order_gift_ .noshi_box_{
	width: 100%;
}
.order_gift_ .noshi_box_ th,
.order_gift_ .noshi_box_ td{
	border: 1px solid #ddd;
	padding: 10px;
}
.order_gift_ .noshi_box_ th{
	background: #FCFCFC;
	font-weight: bold;
}
.order_gift_ .select_dest_goods_box_{
	margin: 10px;
	background: #FFF;
	padding: 10px 10px 10px 10px;
}
.order_gift_ .select_dest_goods_box_ .btn_add_goods_{
	margin-bottom: 10px;
}
.order_gift_ .select_dest_goods_box_ .add_goods_list_ table{
	width: 100%;
}
.order_gift_ .select_dest_goods_box_ .add_goods_list_ td{
	padding: 7px 10px 0 0;
}
.order_gift_ .select_dest_goods_box_ .add_goods_list_ td.goods_name_{
	width: 600px;
}
.order_gift_ .select_dest_goods_box_ .add_goods_list_ td.qty_{
	text-align: right;
}
.order_gift_ .select_dest_goods_box_ .add_goods_list_ td.qty_ input{
	padding: 5px;
	width: 3em;
	text-align: right;
}
.order_gift_ .select_dest_goods_box_ .btn_add_checked_goods_{
	text-align: center;
	padding: 15px 15px 0;
}
.order_gift_ .noshi_box_noselect_{
	width: 100%;
}
.order_gift_ .noshi_box_noselect_ th{
	padding: 15px 0 10px;
	text-align: center;
}
.order_gift_ .noshi_box_noselect_ td{
	padding: 5px 10px 15px 10px;
	text-align: center;
}
.order_gift_ #method_date table {
	width: 100%;
	border-top: #E3E1D1 1px solid;
	border-bottom: #E3E1D1 1px solid;
	border-collapse: collapse;
	background: white;
	font-size: 12px;
}
.order_gift_ #method_date table th {
	width: 120px;
	padding: 15px;
	border-top: #E3E1D1 1px solid;
	border-bottom: #E3E1D1 1px solid;
	border-collapse: collapse;
}
.order_gift_ #method_date table td {
	padding: 15px 0;
	border-top: #E3E1D1 1px solid;
	border-bottom: #E3E1D1 1px solid;
	border-collapse: collapse;
}
.order_gift_ #method_date table li {
	padding: 5px 0;
}
.order_gift_ .alertbox_{
	padding: 20px;
}
.order_gift_ .alertbox_ h2{
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 10px;
	text-align: center;
	color: #F00;
}
.order_gift_ .alertbox_ p{
	text-align: center;
	color: #F00;
	padding: 3px;
}
.order_gift_ .alertbox_ p a{
	color: #F00;
	text-decoration: underline;
}
.order_gift_ .goods_child_list_ div {
	padding: 0px 0px 0px 25px;
}
/* --------------------------------------------------------------------
	ギフト注文 のし・ラッピング設定画面
-------------------------------------------------------------------- */
.order_gift_ .section_ {
	margin-bottom: 30px;
	background: #FCFCFC;
}
.order_gift_ .section_ label {
	padding: 0;
}
.order_gift_ .section_ h3{
	margin: 0 0 10px 0;
	padding: 5px 10px;
	font-size: 14px;
	font-weight: bold;
	background: #F0F0F0;
}
.order_gift_ .section_ ul{
	overflow: hidden;
	padding: 10px 20px;
}
.order_gift_ .section_ ul li{
	float: left;
}
.order_gift_ .section_ ul li label{
	display: block;
	margin-right: 20px;
	text-align: center;
}
.order_gift_ .section_ ul li label img{
	display: block;
	margin-bottom: 10px;
}
.order_gift_ .section_ .noshi_area_ .noshi_area_wrap_ .need_noshi_area_{
	margin-bottom: 30px;
}
.order_gift_ .section_ .noshi_area_ .noshi_area_wrap_ .need_noshi_area_ ul{
	overflow: hidden;
}
.order_gift_ .section_ .noshi_area_ .noshi_area_wrap_ .need_noshi_area_ ul li{
	float: left;
}
.order_gift_ .section_ .div_area_ {
	margin-bottom: 30px;
}
.order_gift_ .section_ .thum_box_wrapper_{
	overflow: hidden;
}
.order_gift_ .section_ .thum_box_ {
	float: left;
	width: 480px;
	padding: 10px 0 10px 20px;
}
.order_gift_ .section_ .thum_info_ {
	float: right;
	width: 310px;
	padding: 10px 20px 0 0;
}
.order_gift_ .section_ .thum_info_ .price_{
	padding: 10px 0;
}
.order_gift_ .section_ .thum_line_ {
	overflow: hidden;
	margin-bottom: 20px;
}
.order_gift_ .section_ .thum_item_ {
	float: left;
	width: 150px;
	text-align: center;
	margin-right: 10px;
}
.order_gift_ .section_ .thum_item_ label{
	display: block;
}
.order_gift_ .section_ .thum_item_ img{
	display: block;
	margin-bottom: 10px;
	width: 150px;
	height: 150px;
}
.order_gift_ .section_ .thum_item_ span.price_{
	display: block;
	margin-bottom: 10px;
	padding: 5px;
}
.order_gift_ .section_ .thum_item_ span.thum_info_text_{
	display: none;
}
.order_gift_ .section_ .free_input_{
	padding: 0 10px 10px 10px;
	margin: 0 10px 30px;
}
.order_gift_ .section_ .free_input_ input{
	padding: 5px;
}
.order_gift_ .section_ .divnameprint {
	margin-bottom: 30px;
}
.order_gift_ .section_ .divnameprint .disabled_ {
	background-color:#DEDEDE;
}

.order_gift_ .section_ .input_detail_ {
	margin: 0 20px 30px;
}
.order_gift_ .section_ .input_detail_ td {
	padding: 5px;
}
.order_gift_ .section_ .input_detail_ td input {
	padding: 5px;
}
.noshi_default_ {
	clear: both;
	display: none;
}
/* 承諾画面用CSS追加 */
#concent .agreecheck_ {
	margin-bottom: 20px;
}
#concent  input[disabled] {
	opacity: 0.5;
	filter: alpha(opacity=50); /* ie lt 8 */
	-ms-filter: "alpha(opacity=50)"; /* ie 8 */
	-moz-opacity: 0.5; /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.5; /* Safari 1.x */
	zoom: 1;
}

.method_disabled {
    cursor: inherit;
    color: #868686;
}
.method_disabled span input {
    background: #dbdcdf;
}

#spec_table.spec_hide_{
	overflow: hidden;
	visibility: hidden;
	height: 0;
	background: #fff;
	transition: height 0.2s;
}

#spec_table.spec_show_{
    height: 367px;
    visibility: visible;
}

@media print {
  .wrapper_ {
    padding-top: 0 !important;
  }
  #header {
    display: none !important;
    /*position: absolute !important;*/
  }
}