@charset "UTF-8";
.cart-wrapper {
	width: 100%;
	overflow: hidden;
}
.cart-header-wrapper {
	width: 100%;
	margin: 0;
	padding: 0 10px 15px 10px;
	box-sizing: border-box;
}
.cart-header-wrapper:after {
	content: "";
	clear: both;
	display: block;
}
.cart-header-wrapper .cart-header h2 {
	margin: 10px 10px;
}	

.cart-header-wrapper .cart-flow {
	width: 100%;
	height: 40px;
	/*padding: 0 5px;*/
	box-sizing: border-box;
	border-radius: 3px;
	padding: 0 10px;
}
.cart-header-wrapper .cart-flow:after {
	content: "";
	clear: both;
	display: block;
}
.cart-header-wrapper .cart-flow li {
	width: 30%;
	float: left;
	background-color: #cccccc;
	height: 40px;
	font-size: 10px;
	color: white;
	position: relative;
	padding-left: 10px;
	box-sizing: border-box;
	overflow: visible;
}
.cart-header-wrapper .cart-flow li .triangle {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: -7px;
	z-index: 2;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 0 20px 8px;
	border-color: transparent transparent transparent #cccccc !important;
}
.cart-header-wrapper .cart-flow li .triangle-white {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 0 20px 8px;
	border-color: transparent transparent transparent white;
	right: -8px;
	z-index: 1;
}
.cart-header-wrapper .cart-flow li .step-number {
	line-height: 40px;
	text-align: center;
}
.cart-header-wrapper .cart-flow li .title {
	display: none;
	text-align: center;
}
.cart-header-wrapper .cart-flow li.on {
	background-color: #0075c2;
	padding-left: 0;
	width: 40%;
}
.cart-header-wrapper .cart-flow li.on .triangle {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 0 20px 8px;
	border-color: transparent transparent transparent #0075c2 !important;
}
.cart-header-wrapper .cart-flow li.on .step-number {
	line-height: 1;
	margin-top: 8px;
}
.cart-header-wrapper .cart-flow li.on .title {
	display: block;
	font-weight: bold;
	margin-top: 3px;
}
.cart-header-wrapper .cart-flow li.on:not(:first-child) {
	padding-left: 10px;
}
.cart-header-wrapper .cart-flow li:first-child {
	border-radius: 2px 0 0 2px;
}
.cart-header-wrapper .cart-flow li:last-child {
	border-radius: 0 2px 2px 0;
}
.cart-step1 .cart-list-table {
	width: 100%;
	margin-bottom: 20px;
	padding: 0 10px;
	box-sizing: border-box;
}
.cart-step1 .cart-list-table tr {
	width: 100%;
	box-sizing: border-box;
}
.cart-step1 .cart-list-table tr th {
	background-color: #f0f0f0;
	font-weight: bold;
	height: 40px;
	vertical-align: middle;
	padding: 0 20px;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	box-sizing: border-box;
}
.cart-step1 .cart-list-table tr.item-row td {
	display: block;
}
.cart-step1 .cart-list-table tr.item-row td:after {
	content: "";
	clear: both;
	display: block;
}
.cart-step1 .cart-list-table tr.item-row td .cart-item {
	width: 100%;
	margin-top: 15px;
	display: table;
	table-layout: fixed;
}
.cart-step1 .cart-list-table tr.item-row td .cart-item .item-img {
	display: table-cell;
	vertical-align: top;
	padding-left: 20px;
	width: 75px;
	height: 99px;
}
.cart-step1 .cart-list-table tr.item-row td .cart-item .item-img img {
	width: 100%;
	height: auto;
}
.cart-step1 .cart-list-table tr.item-row td .cart-item .info {
	display: table-cell;
	vertical-align: top;
	padding: 2px 20px 0 10px;
	width: 100%;
}
.cart-step1 .cart-list-table tr.item-row td .cart-item .info .label {
	font-weight: bold;
	margin-bottom: 3px;
	font-size: 13px;
}
.cart-step1 .cart-list-table tr.item-row td .cart-item .info .product-name {
	font-weight: bold;
	margin: -6px 0 4px;
	line-height: 1.5em;
	font-size: 12px;
}
.cart-step1 .cart-list-table tr.item-row td .cart-item .info .detail {
	font-size: 11px;
	margin-bottom: 8px;
	line-height: 1.5;
}
.cart-step1 .cart-list-table tr.item-row td .cart-item .info .price {
	margin-bottom: 16px;
}
.cart-step1 .cart-list-table tr.item-row td .cart-item .info .price .tax {
	font-size: 10px;
	margin-left: -6px;
}
.cart-step1 .cart-list-table tr.item-row td .cart-item .info .quantity {
	position: relative;
	max-width: 90px;
	height: 30px;
	float: left;
	margin-top: 5px;
	font-weight: bold;
}
.cart-step1 .cart-list-table tr.item-row td .cart-item .info .quantity .title {
	display: inline-block;
	font-size: 12px;
}
.cart-step1 .cart-list-table tr.item-row td .cart-item .info .quantity .input_number {
	display: inline-block;
	position: relative;
	top: 1px;
}
.cart-step1 .cart-list-table tr.item-row td .cart-item .info .quantity .button {
	width: 60px;
	height: 25px;
	background-color: #bbb;
	color: white;
	position: absolute;
	text-align: center;
	border: none;
}
.cart-step1 .cart-list-table tr.item-row td .cart-item .info .quantity .button {
	top: 10px;
	left: 45px;
	/*pointer-events: none;
              display: none;
              background-size: 10px 10px;
              -webkit-background-size: 10px 10px;*/
              border-radius: 4px;
}
.cart-step1 .cart-list-table tr.item-row td .cart-item .info .delete {
	float: right;
	position: relative;
	top: -2px;
}
.cart-step1 .cart-list-table tr.item-row td .cart-item .info .delete input[type="submit"] {
	width: 60px;
	height: 30px;
	border: 1px solid #111;
	color: #111;
	font-weight: bold;
	font-size: 13px;
	line-height: 13px;
	margin-top: 0;
}
.cart-step1 .cart-list-table tr.item-row td .subtotal-container {
	padding: 17px 10px 17px;
	margin: 0 10px;
	border-bottom: 1px solid #f0f0f0;
	font-weight: bold;
}
.cart-step1 .cart-list-table tr.item-row td .subtotal-container:after {
	content: "";
	clear: both;
	display: block;
}
.cart-step1 .cart-list-table tr.item-row td .subtotal-container .title {
	font-size: 12px;
	display: inline-block;
}
.cart-step1 .cart-list-table tr.item-row td .subtotal-container .title .tax {
	font-size: 8px;
}
.cart-step1 .cart-list-table tr.item-row td .subtotal-container .subtotal {
	font-size: 18px;
	float: right;
}
.cart-step1 .cart-list-table tr.sum {
	display: block;
	padding: 0 10px;
}
.cart-step1 .cart-list-table tr.sum:after {
	content: "";
	clear: both;
	display: block;
}
.cart-step1 .cart-list-table tr.sum td {
	padding: 0 12px;
	border-bottom: 1px solid white;
	background-color: #f0f0f0;
	min-width: 120px;
	height: 45px;
	font-weight: bold;
	box-sizing: border-box;
	display: table-cell;
}
.cart-step1 .cart-list-table tr.sum td:first-child {
	background-color: #f0f0f0;
	width: 120px;
	font-size: 12px;
}
.cart-step1 .cart-list-table tr.sum td:first-child .tax {
	font-size: 8px;
}
.cart-step1 .cart-list-table tr.sum td.price {
	width: 100%;
	font-size: 18px;
	text-align: right;
}
.cart-step1 .cart-list-table tr.item-row:first-child .cart-item {
	margin-top: 0;
}
.cart-wrapper .cart-continue-wrapper {
	text-align: center;
	width: 100%;
	margin: 0 auto;
	padding: 10px 20px 10px;
	box-sizing: border-box;
}
.cart-wrapper .cart-continue-wrapper .button-cart {
	width: 100%;
	height: 45px;
	font-size: 14px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 0;
	border: none;
	color: white;
	font-weight: bold;
	background-color: #0075c2;
	display: block;
	box-sizing: border-box;
	border-radius: 4px;
	line-height: 45px;
}
.cart-wrapper .cart-continue-wrapper .cart-continue {
	font-size: 11px;
	margin-bottom: 20px;
	padding: 10px;
	text-align: center;
}
.cart-wrapper .cart-continue-wrapper .cart-continue a {
	font-weight: bold;
	margin-right: 10px;
	margin-left: 10px;
	color: #0075c2;
}
.cart-wrapper .cart-continue-wrapper .cart-continue a.trash {
	color: #666;
}
.cart-wrapper .cart-continue-wrapper .cart-continue a.trash img {
	margin-right: 5px;
	margin-top: -8px;
}
.cart-continue-wrapper .button_sample {
	width: 55px;
	height: 2em;
	padding: 0.3em;
	font-size: 10px;
	background-color: #bbb;
	color: white;
	/*position: absolute;*/
              text-align: center;
	border: none;
	border-radius: 4px;
	box-sizing: border-box;
}
.cart-continue-wrapper .button_sample_2 {
	width: 50px;
	height: 2em;
	border: 1px solid #111;
	color: #111;
	font-weight: bold;
	font-size: 10px;
	line-height: 13px;
	margin-top: 0;
}
.cart-continue-wrapper ul {
	list-style: none;
	font-size: 12px;
	text-align: left;
}
.cart-continue-wrapper li:before {
	font-family: icomoon;
	content: '\e901'; 
	padding-right: 5px;
	color: #cb1009;
}
.cart-continue-wrapper li {
	margin-bottom: 5px;
}
/*register.php*/
div.customer_ {
	box-sizing: border-box;
	padding: 0 10px;
	width: 100%;
}
div.customer_ [name="name"] {
	width: 70% !important;
	margin-bottom: 10px;
}
div.customer_ [name="address_1"] {
	width: 90% !important;
}
div.customer_ [name="address_2"] {
	width: 75% !important;
	margin-bottom: 10px;
}
div.customer_ [name="area"] {
	width: 85% !important;
}
.customer_ h1.common_headline1_ {
	font-size: 16px;
	padding: 16px 15px;
	margin: 0 auto;
	border-bottom: none;
	box-sizing: border-box;
	color: #333333;
	text-align: center;
}
.customer_ .formdetail_ {
	border: none;
	margin: 0;
}
.customer_ .formdetail_ dt {
	font-size: 12px;
	height: 25px;
	line-height: 21px;
	padding-left: 10px;
	background-color: #f0f0f0;
	font-weight: bold;
	position: relative;
	box-sizing: border-box;
}
.customer_ .formdetail_ dt:after {
	content: "";
	clear: both;
	display: block;
}
.button_ {
	background: #0075c2;
	background-size: auto 45px;
	border-radius: 4px;
	border: none;
	color: transparent;
	height: 45px;
	margin: 0 auto;
	width: 100%;
}
.icon-warning {
	color: #ff9933;
	margin-left: 5px; }
span.icon-star_outline, span.icon-error {
	color: #cb1009;
}
.atten_mtd{
	font-size: 12px;
	padding: 15px 5px 5px 5px;
	line-height: 17px;
}
.atten_mtd span.fa-exclamation {
	color: #cb1009;
}
.cart-continue-wrapper p {
	text-align: left;
}
/*order.php*/
	.col1_ .order_ dd {
	padding: 10px;
	height: 25px;
	line-height: 21px;
}
.col1_ .order_ dd.address_ {
	height: 55px;
}
.col1_ .order_ dd.texarea {
	text-overflow: ellipsis;
	overflow: hidden;
	width: 95%;
	min-height: 50px;
	white-space: nowrap;
	height: auto !important;
}
.attention_mail {
	color: #333;
	width: 60%;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 10px;
	line-height: 1.2;
	border-top: dashed #333333;
}
/*contact_form.php*/
