/* CSS Document */

#cart_main {
	margin: 0 40px 0 320px;
    letter-spacing: .1em;
}

@media screen and (max-width:699px){
	#cart_main {
		margin: 0;
	}
}

.jozai_henkou {
	width:100%;
	font-size:10px;
	color:#888;
	margin-bottom:20px;
	
	display: none;
}

.prd_to_cart {
	font-size:12px;
	color:#222;
	text-align:left;	
	display:inline-block;
	/*
	flex-basis: 25%;
	flex-grow:2;
	float: left;
	margin: 0 10px 10px 0;
	*/
	min-width:300px;
	max-width:600px;
	border-radius:4px;
	border-radius:0;
	margin:8px;
	padding:12px;
	background:rgba(255,255,255,0.98);
	border:1px solid rgba(0,0,0,0.12);
	background: rgba(0,0,0,0.02);
	box-shadow:0px 2px 5px rgba(0,0,0,0.1);
	width: 100%;
}

@media screen and (min-width:700px){
	.half_width .prd_to_cart {
		width: 47%;
		box-sizing: border-box;

	}
}
.prd_to_cart_price {
	font-size:16px;
	font-weight:bold;
}

.prd_to_cart_text {
	margin:5px 0;
}

.prd_to_cart_q {
	font-size:16px;
	border-bottom:1px dotted #ddd;
	padding-bottom:5px;
	margin-bottom:10px;
}

select.prd_to_cart_q {
	width:60px;
	line-height:100%;
	border:1px solid #ddd;
	background: #fff;
}

.prd_to_cart .prd_to_cart_title {
	font-size:18px;
	font-weight:bold;
	border-bottom:1px dotted #999;
	padding-bottom:8px;
	margin-bottom:8px;
	text-shadow:0 0 6px rgba(255,255,255,0.33);
}

/* CSS Document */

/* =========== Kessai === */
 
div.buy {
	/*
	text-align:left;
	*/
}

div.buy table.buy_table {
	border-collapse:collapse;
	border-spacing:1px;
	background:#eee;
	margin:0 auto;
}
div.buy table.buy_table tr th {
	text-align:center;
	background:#FFCC66;
	font-weight:normal;
	color:#000;
	padding:4px;
}
div.buy table.buy_table tr td {
	text-align:center;
	background:#fff;
	padding:4px 8px;
	border-bottom:1px solid #ddd;
}
div.buy table.buy_table tr td.total_title {
	text-align:right;
	word-spacing:3px;
	font-weight:bold;
	background:#FFF3CC;
}
div.buy table.buy_table tr td.total {
	font-weight:bold;
	background:#FFF3CC;
}
div.buy div.ship_info div.no_item {
	margin:30px 0;
	padding:10px;
	text-align:center;
}

/* ===== Cart ===== */

div.buy .ship_title {
	padding:4px 0;
	border-bottom:1px dotted #ccc;
	margin-bottom:4px;
}
div.buy div.ship_info div.contact_form {
	max-width: 700px;
    margin: 0 auto;
}
div.buy div.ship_info div.contact_form table {
	border-collapse:collapse;
	border-spacing:1px;
	margin: 0 auto;
}
div.buy div.ship_info div.contact_form table th,
div.buy div.ship_info div.contact_form table td {
	vertical-align:top;
	padding:5px;
	text-align: left;
}
div.buy div.ship_info div.contact_form table th {
	text-align:right;
}


@media screen and (max-width:700px){
	div.buy div.ship_info div.contact_form table th,
	div.buy div.ship_info div.contact_form table td {
		display:block;
		text-align:left;
	}
}


div.buy div.ship_info div.contact_form table td select,
div.buy div.ship_info div.contact_form table td input[type="text"],
div.buy div.ship_info div.contact_form table td textarea {
	width:320px;
	border:1px solid #999;
	margin:0 0 2px 0;
}

div.buy div.ship_info div.contact_form .half_size {
	width:150px !important;
}

div.buy div.ship_info div.contact_form table td input.empty {
	color:#bbb;	
}

div.buy div.ship_info div.contact_form table td input.keep {
	width:15px;
	border-width:0;
}

div.buy div.ship_info div.contact_form p {
	margin:12px 0;
	padding:0 0 10px 0;
	border-bottom:1px solid #eee;
}

div.buy div.ship_info div.contact_form span.confirm_element {
	display:block;
	color:#777;
	/*
	padding:0 0 2px 20px;
	margin-bottom:20px;
	*/
}

div.buy div.ship_info div.contact_form div.bank {
	padding:12px;
	float:right;
	background:#FFE699;
	border:1px solid #bbb;
	margin:-5px 0 0 0;
}

div.buy div.payment_flow {
	text-align:center;
	margin:0 0 10px 0;
}

