@charset "utf-8";

/*
#order-step-navi {
	height: 73px;
	width: 100%;
	margin-top: -15px;
	overflow: hidden;
	background: url(../images/new_design/order_step.png) center center no-repeat;
}

.order-step-navi-1 {
	background-position: center 0px !important;
}

.order-step-navi-2 {
	background-position: center -70px !important;
}

.order-step-navi-3 {
	background-position: center -139px !important;
}

.order-step-navi-4 {
	background-position: center -208px !important;
}

.order-step-navi-5 {
	background-position: center -272px !important;
}

.order-input-info {
	margin-bottom: 25px;
}

.order-input-info div {
	line-height: 20px;
}

a.dialog-q {
	background: url(../images/new_design/q_icon.png) center left no-repeat;
	font-size: 11px;
	margin-left: 12px;
	padding-left: 17px;
}

.cart-item:first-child {
	border-top: none;
}
*/

.n-cart-item {
	border-top: 1px dotted #999;
	margin-top: 10px;
	padding-top: 7px;
	font-family: "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.n-cart-item.n-cart-item-confirm:first-child {
	border-top-style: none;
	margin-top: 0;
	padding-top: 0;
}

.n-cart-item > div {
	width: 100%;
	padding: 0 8px 8px;
	box-sizing: border-box;
}

.n-cart-item-1 {
	display: flex;
}

.n-cart-item-1 > div {
	order: 1;
	/*width: 80px;*/
	margin-right: 8px;
	text-align: right;
	font-size: 11px;
}

.n-cart-item-1 > h3 {
	order: 2;
	font-weight: normal;
	font-size: 13px;
	line-height: 1.5em;
}

.n-cart-item-1 img {
	box-sizing: border-box;
	width: 80px;
	border: 1px solid #CCC;
	vertical-align: bottom;
}

.n-cart-item-2,
.n-cart-item-3-n {
	display: flex;
	border-top: 1px solid #E0E0E0;
	padding: 8px !important;
	align-items: center;
	font-size: 14px !important;
}

.n-cart-item-2 strong {
	font-size: 18px;
}

.n-cart-item-2 strong span {
	font-size: 13px;
}

.n-cart-item-2 > div:nth-of-type(1) {
	order: 1;
	width: 50px;
	font-weight: bold;
}

.n-cart-item-2 > div:nth-of-type(2) {
	order: 2;
	width: 100%;
	margin-left: -50px;
	text-align: right;
}

.n-cart-item-3-n > div:nth-of-type(1) {
	order: 1;
	width: 150px;
	font-weight: bold;
}

.n-cart-item-3-n > div:nth-of-type(2) {
	order: 2;
	width: 100%;
	margin-left: -150px;
	text-align: right;
}

.n-cart-item-2 > div:nth-of-type(2) strong,
.n-cart-item-4 strong {
	color: #D21F1F;
}

.n-cart-item.n-cart-item-confirm .n-cart-item-4 strong {
	color: inherit;
	font-size: 18px;
	font-weight: normal;
}

.n-cart-item-3 {
	display: flex;
	border-top: 1px solid #E0E0E0;
	padding: 8px !important;
}

.n-cart-item-3 table {
	width: 100%;
	text-align: left;
	border-collapse: collapse;
}

.n-cart-item-3 table caption {
	text-align: left;
	font-weight: bold;
	font-size: 14px !important;
	padding-bottom: 3px;
}

.n-cart-item-3 table tbody td,
.n-cart-item-3 table tbody th {
	border: 1px solid #E0E0E0;
	padding: 7px;
}

.n-cart-item-3 table tbody td {
	text-align: right;
}

.n-cart-item-3 table tbody th {
/*	position: relative;*/
	background-color: #F2F2F2;
	font-weight: normal;
	text-align: left;
}

.n-cart-item-3 table tbody th p.hukidasi {
	position: relative;
	margin: 0;
}

.n-cart-item-3 table tbody th p.hukidasi img {
	position: absolute;
	max-width: 400px;
	top: -55px;
	left: 180px;
}

.n-cart-item-3 table tfoot td {
	padding: 2px;
}

.n-cart-item-4 {
	border-top: 1px solid #999;
	padding: 8px 5px 10px !important;
	text-align: right;
}

.n-cart-item-4 strong {
	font-size: 18px;
}

.n-cart-item-4 strong span {
	font-size: 13px;
}

.n-cart-total {
	border-top: 1px dotted #999;
	margin-top: 15px;
	padding: 7px;
	font-size: 15px;
}

.n-cart-total-info {
	border: 2px solid #A6A6A6;
	margin: 20px 0;
	padding: 3px 8px 0;
	text-align: left;
	font-size: 15px;
}

.n-cart-total > div,
.n-cart-total-info > div {
	display: flex;
	width: 100%;
	padding: 5px 5px 0;
	box-sizing: border-box;
}

.n-cart-total > div > span.n-cart-total-info-label,
.n-cart-total-info > div > span.n-cart-total-info-label {
	width: 200px;
}

.n-cart-total > div > span.n-cart-total-info-value,
.n-cart-total-info > div > span.n-cart-total-info-value {
	width: 100%;
	margin-left: -200px;
	text-align: right;
}

.n-cart-total > div > span.n-cart-total-info-value span,
.n-cart-total-info > div > span.n-cart-total-info-value span {
	font-size: 13px;
}

.n-cart-total > div.n-cart-total-price,
.n-cart-total-info > div.n-cart-total-price {
	border-top: 1px solid #A6A6A6;
	font-size: 15px;
	font-weight: bold;
	margin-top: 8px;
	padding: 8px 5px 8px;
}

.n-cart-total > div.n-cart-total-price {
	margin-top: 0;
	border-top-style: none;
}

.n-cart-total > div.n-cart-total-price > span.n-cart-total-info-value,
.n-cart-total-info > div.n-cart-total-price > span.n-cart-total-info-value {
	font-size: 20px;
	color: #D21F1F;
}

.warningSentence {
	border-top: 1px dotted #999;
	margin-top: 10px;
	padding: 7px 0 14px;
	line-height: 16px;
}
.warningSentence p {
	margin-bottom: 0;
}

.modal_link {
	text-decoration: none;
	color: #001EBE;
	background: url(/images/new_design/arrow.jpg) no-repeat left 3px;
	padding-left: 9px;
	cursor: pointer;
	font-size: 12px;
	margin-right: 12px;
}

.button_area_db {
	display: flex;
	justify-content: center;
	width: 100%;
}

.button_area_db > div {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
	width: 360px;
}
.button_area_db > div > p {
}
.button_area_db > div > p.next_btn {
	width: 100%;
}
.button_area_db > div > p.normal_btn {
	width: 48%;
}
.button_area_db > div > p > button {
	width: 100%;
}
.button_area_db > div > p > button {
	width: 100%;
	display: inline-block;
	position: relative;
	text-decoration: none;
	color: #f9a9ae;
	border-radius: 5px;
	text-align: center;
	overflow: hidden;
	font-weight: bold;
	cursor: pointer;
}
.button_area_db > div > p.next_btn > button {
	color: #fff;
	line-height: 40px;
	font-size: 24px;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
}
.button_area_db > div > p.normal_btn > button {
	color: #333;
	line-height: 25px;
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	font-weight: normal;
}

.order_step {
	width: 100%;
	text-align: center;
	margin-bottom: 16px;
}

.order_step > img {
	width: 380px;
}

#credit_img img {
	width: 36px;
}
