
/*------------------------------------------------------------
	（１）ご注文内容の確認
------------------------------------------------------------*/

div#cart table {
	width: 100%;
	table-layout: fixed;
	margin-bottom: 15px;
}

div#cart table th,
div#cart table td {
	display: table-cell;
	padding: 10px 3%;
}

div#cart table th {
	background: #eee;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1.4;
	vertical-align: middle;
}

div#cart table th.w15 {
	width: 15%;	
}

div#cart table th.w35 {
	width: 35%;	
}

div#cart table th.w50 {
	width: 50%;
}

div#cart table td {
	text-align: center;
	vertical-align: middle;
	padding: 10px 3%;
}

div#cart table td img {
	max-width: 90%;
	height: auto;
	margin: 0 auto 10px;
}

div#cart table td.tdLeft {
	text-align: left;
	font-size: 1.2rem;
}

div#cart table td.tdLeft ul {
	margin-bottom: 15px;
}

div#cart table td.tdLeft ul li {
	font-size: 1rem;
	line-height: 1.4;
	margin-bottom: 5px;
	text-indent: -1em;
	padding-left: 1em;
}

div#cart table td dl.detail dt {
	display: none;
}

div#cart table td dl.detail dd {
	font-size: 1.2rem;
}

div#cart table td dl.detail dd:last-child {
	display: block;
	font-weight: bold;
	font-size: 1rem;
	line-height: 34px;
	text-align: center;
	text-decoration: none;
	border-radius: 4px;
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
		 -o-transition: 0.3s ease-in-out;
			transition: 0.3s ease-in-out;
	color: #0E837E;
	margin-top: 10px;
}

div#cart table td dl.price {
	border-top: 1px solid #ddd;
	padding-top: 10px;
}

div#cart table td dl.price dt {
	font-weight: bold;
	float: left;
}

div#cart table td dl.price dd {
	font-weight: bold;
	text-align: right;
	float: right;
}

div#cart table td textarea {
	background: #EDEFF0;
	width: 100%;
	height: 60px;
	font-size: 1.4rem;
	border: 1px solid #dddCCC;
	border-radius: 4px;
	padding: 10px;
	margin-bottom: 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

div#cart table#cartTotal {
	font-size: 1.4rem;
	border: none;
}

div#cart table#cartTotal th {
	background: no-repeat;
	font-weight: normal;
	text-align: right;
	border: none;
	border-bottom: 1px solid #ddd;
}

div#cart table#cartTotal td {
	font-weight: bold;
	text-align: right;
	border: none;
	border-bottom: 1px solid #ddd;
}

div#cart table#cartTotal tr.gTotal th,
div#cart table#cartTotal tr.gTotal td {
	font-size: 1.8rem;
	color: #D0011B;
}

div#cart div.btnClear {
	margin-bottom: 60px;
}

div#cart div.btnClear a.button,div#cart div.btnClear button.button {
	position: absolute;
	line-height: 30px;
	padding: 0 20px;
	font-size: 1rem;
}	

div#cart div.btnClear a.button:before, div#cart div.btnClear button.button:before {
	background: url(../img/order/triangle.png) left top no-repeat;
	background-size: 29px 12px;
	width: 29px;
	height: 12px;
	content: '';
	position: absolute;
	top: -12px;
	left: 10px;
}

	
	
@media only screen and (min-width: 641px) {
	
	div#cart table {
		width: 100%;
		table-layout: fixed;
		margin-bottom: 20px;
	}

	div#cart table th {
		font-size: 1.4rem;
		padding: 15px 10px;
	}
	
	div#cart table td {
		padding: 20px 3%;
	}
	
	
	div#cart table td dl.detail dt {
		display: block;
		font-size: 1.1rem;
		line-height: 2;
	}
	
	div#cart table td dl.detail dd {
		font-size: 1.3rem;
		line-height: 2;
		font-weight: bold;
	}
	
	div#cart table td dl.detail dd:last-child {
		width: 180px;
		font-size: 1.3rem;
		letter-spacing: 1px;
		margin: 10px auto 0;
	}
	
	div#cart table td dl.price {
		padding-top: 20px;
		font-size: 1.6rem;
	}
		
	
	div#cart table td.tdLeft {
		font-size: 1.4rem;
		text-align: left;
		vertical-align: top;
	}
	
	div#cart table td.tdLeft ul li {
		font-size: 1.4rem;
		margin-bottom: 8px;
	}
	
	div#cart table td textarea {
		height: 80px;
		margin-bottom: 15px;
	}
	
	div#cart table#cartTotal td {
		font-size: 1.6rem;
	}
	
	div#cart table#cartTotal tr.gTotal th,
	div#cart table#cartTotal tr.gTotal td {
		font-size: 2rem;
		font-weight: bold;
	}
	
	
	div#cart div.btnClear a.button, div#cart div.btnClear button.button {
		position: absolute;
		line-height: 40px;
		padding: 0 20px;
		font-size: 1.3rem;
	}	
	
	div#cart div.btnClear a.button:before, div#cart div.btnClear button.button:before {
		background: url(../img/order/triangle.png) left top no-repeat;
		background-size: 29px 12px;
		width: 29px;
		height: 12px;
		content: '';
		position: absolute;
		top: -12px;
		left: 60px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
	}
	
	div#cart div.btnClear a.button:hover:before, div#cart div.btnClear button.button:hover:before {
		background: url(../img/order/triangle_on.png) left top no-repeat;
		background-size: 29px 12px;
	}

	
	
	

}

/*------------------------------------------------------------
	（２）ご連絡先・お支払い方法
------------------------------------------------------------*/

table#emailArea {
	width: 100%;
	margin-bottom: 20px;
}

table#emailArea th,
table#emailArea td {
	padding: 15px;
}

table#emailArea th {
	background: #ddd;
	font-weight: bold;
	border: none;
}

table#emailArea th input,
table#emailArea td input {
	background: #EDEFF0;
	width: 100%;
	height: 40px;
	font-size: 1.4rem;
	border: 1px solid #dddCCC;
	border-radius: 4px;
	padding: 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

ul.payment {
	width: 100%;
	padding: 20px;
	border: 1px solid #ddd;
	margin-bottom: 30px;
}

ul.payment li {
	margin-bottom: 5px;
}

ul.payment li label {
	font-size: 1.4rem;
	font-weight: bold;
	margin-left: 5px;
	}
	
ul.payment li p {
	margin-top: 5px;
	font-size: 1.2rem;
	padding-left: 20px;
}

@media only screen and (min-width: 641px) {
	
	table#emailArea th,
	table#emailArea td {
		padding: 20px;
	}

	table#emailArea th {
		background: no-repeat;
		font-size: 1.6rem;
		border: 1px solid #ddd;
		text-align: right;
		width: 300px;
	}
	
	table#emailArea th input,
	table#emailArea td input {
		font-size: 1.6rem;
	}
	
	ul.payment {
		padding-left: 350px;
		margin-bottom: 40px;
	}
	
	ul.payment li {
		letter-spacing: 2px;
		margin-bottom: 15px;
	}
	
	ul.payment li label {
		font-size: 1.7rem;
		margin-left: 10px;
	}
	
	ul.payment li p {
		font-size: 1.2rem;
		color: #D0011B;
		padding-left: 28px;
	}
		
}


/*------------------------------------------------------------
	（３）規約
------------------------------------------------------------*/

div.orderListBox {
	height: 300px;
	font-size: 1.2rem;
	text-align: justify;
	border: 1px solid #ddd;
	padding: 15px 20px;
	margin: 0 0 20px;
	overflow-y: scroll;
}

div.agreeBox {
	width: 100%;
	text-align: center;
}

div#contractArea label {
	font-size: 1.4rem;
	font-weight: bold;
	margin-right: 5px;
}

@media only screen and (min-width: 641px) {	
	
	div.orderListBox {
		font-size: 1.3rem;
		margin: 0 0 30px;	
	}
	
	div#contractArea label {
		font-size: 1.8rem;
		margin-right: 10px;
	}
	
	label, input[type='checkbox'] {
		cursor: pointer;
	}
}








