@charset "utf-8";

/*-----------------------------------------------------------------------*/
/*カートの表示*/
/*-----------------------------------------------------------------------*/
.lookcart {
	margin-bottom:15px;
}

.lookcart table {
	width: 640px;
	margin: auto auto 12px auto;
	background: #c5b6a7;
}
.lookcart table th {
	padding: 6px;
	background: #e8e4e0;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
}
.lookcart table td {
	padding: 6px;
	background: #fff;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}

.lookcart table td.no {
	text-align:right;
}
.lookcart table td.unit_price {
	text-align:right;
}
.lookcart table td.num_input {
	text-align:center;
}
.lookcart table td.num {
	text-align:right;
}
.lookcart table td.unit_total {
	text-align:right;
}
.lookcart table td.mod {
	text-align:center;
}
.lookcart table th.subtitle {
	border:none;
	padding:5px;
	color: #c00;
	text-align:right;
}
.lookcart table th.subtitle span {
	font-weight:bold;
}
.lookcart table td.subtotal {
	text-align:right;
}
.lookcart table td.total-price {
	color: #c00;
	font-weight: bold;
}

.lookcart #cartnoitem {
	margin:30px;
	text-align:center;
	color: #c00;
	font-size: 18px;
	font-weight: bold;
}

#icart_btn {
	margin-top:10px;
	margin-right:10px;
	text-align:center;
}
#icart_btn form {
	margin-left:10px;
	margin-right:10px;
}

/*-----------------------------------------------------------------------*/
/*注文者の入力*/
/*-----------------------------------------------------------------------*/
h2.title-input {
	width: 640px;
	margin: 0;
	padding: 0;
	background: #7d6654;
}
h2.title-input span {
	display: block;
	padding: 6px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}
table.input {
	width: 640px;
	margin: auto auto 12px auto;
	background: #c5b6a7;
}
table.input th {
	width: 120px;
	padding: 6px;
	background: #e8e4e0;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
}
table.input td {
	padding: 6px;
	background: #fff;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}
table.input th em {
	color: #c00;
	font-weight: bold;
}
table.input td #furiinfo {
	margin-top:6px
}
table.input td blockquote {
	color: #6e5337;
	padding: 9px;
	text-align: left;
	background: #e8e4e0;
	margin: auto auto 12px auto;
	width: auto;
	border: 2px solid #c5b6a7;
}

.info {
	color:#339966;
	margin-top:6px;
}

.comment {
	margin:5px 0px 5px 10px;
}



table.input td input.input_name {
	width:400px;
}
table.input td input.input_name2 {
	width:150px;
}
table.input td input.input_zip1 {
	width:30px;
}
table.input td input.input_zip2 {
	width:40px;
}
table.input td textarea.input_address {
	width:400px;
	height:50px;
}
table.input td input.input_tel {
	width:110px;
}
table.input td input.input_mail {
	width:350px;
	margin-bottom: 3px;
}
table.input td textarea.input_comment {
	width:400px;
	height:100px;
}

/*-----------------------------------------------------------------------*/
/*クロネコwebコレクト*/
/*-----------------------------------------------------------------------*/
iframe#kuroneko {
	margin-left:20px;
/*
	width:600px;
*/
	width:560px;
	height:120px;
	border:none;
}
.yamatobannar {
	margin:3px 0px 0px 15px;
}

/*-----------------------------------------------------------------------*/
/*停止中*/
/*-----------------------------------------------------------------------*/
#cart_stop {
	margin:30px;
	text-align:center;
	color:#cc0000;
	font-weight:bold;
}


/*-----------------------------------------------------------------------*/
/*デバック*/
/*-----------------------------------------------------------------------*/
.debugcarttable {
	border-collapse:collapse;
}
.debugcarttable th {
	padding:1px;
	font-size:12px;
	background:#ccffcc;
	border:1px solid #c0c0c0;
}
.debugcarttable td {
	padding:1px;
	font-size:12px;
	border:1px solid #c0c0c0;
}
