/* CSS Document */

/* =========== Kessai === */
 
#main div.buy {
}

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

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

#main div.buy .ship_title {
}

#main div.buy div.ship_info div.contact_form table {
	width:100%;
	border-collapse:collapse;
	border-spacing:1px;
}
#main div.buy div.ship_info div.contact_form table th,
#main div.buy div.ship_info div.contact_form table td {
	vertical-align:top;
	padding:5px;
}
#main div.buy div.ship_info div.contact_form table th {
	text-align:right;
}
#main div.buy div.ship_info div.contact_form table td select,
#main div.buy div.ship_info div.contact_form table td input[type="text"],
#main div.buy div.ship_info div.contact_form table td textarea {
	width:320px;
	border:1px solid #999;
	margin:0 0 2px 0;
}

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

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

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

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

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

#main 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;
}

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

