@charset "utf-8";
/* CSS Document */

/*ショッピングカート用スタイルここから*/

#cart-cont{
	width:580px;
	height:100%;
	padding:0 10px 10px 0;
	float:left;
	line-height:130%;
	}
#cart-cont h2{
	width:570px;
	height:19px;
	margin:0 0 15px 0;
	padding:6px 0 0 10px;
	background-color:#E10F17;
	font-size:12px;
	color:#FFFFFF;
	}
#cart-cont table{
	width:580px;
	margin:0 0 5px 0;
	background-color:#F0F0F0;
	border-collapse:collapse;
	border:solid 1px #FFFFFF;
	}
#cart-cont td,th{
	border:solid 1px #FFFFFF;
	font-size:12px;
	}
#cart-cont th{
	height:20px;
	font-weight:100;
	padding:2px 0;
	background-color:#DDD5BA;
	}
#cart-cont td{
	padding:10px 15px;
	}

.td1{
	width:40%;
	}
.td2{
	width:17%;
	text-align:center;
	}
.td3{
	width:13%;
	height:25px;
	text-align:center;
	}
.td4{
	width:15%;
	text-align:center;
	}
.td5{
	width:15%;
	text-align:center;
	}
.td6{
	font-weight:bold;
	color:#666666;
	}
.td7{
	}
.td6 > p{
	float:left;
	}
.exe-text{
	width:105px;
	display:block;
	font-size:10px;
	font-weight:100;
/*	background-image:url(images/icon-exe.jpg);*/
	background-position:center right;
	background-repeat:no-repeat;
	white-space: nowrap;
	}
.exe-text a{
	color:#FF0000;
	}
.exe-text a:hover{
	text-decoration: underline;
	}
.exe-text img{
	margin-bottom:2px;
	}
.exe-text2{
	width:105px;
	display:block;
	font-size:10px;
	font-weight:100;
	}
.exe-text2 a{
	color:#B49E53;
	}
.textarea{
	width:300px;
	height:50px;
	margin-right:50px;
	font-size:12px;
	float:right;
	}
.amount-area{
	width:10px;
	margin:3px 0 0 10px;
	float:left;
	}
.inc-dec{
	width:10px;
	margin:0;
	float:right;
	}
.td7 > strong{
	color:#666666;
	margin-right:20px;
	float:left;
	}
.option-select{
	width:75%;
	height:20px;
	float:right;
	}

#total-table{
	border-collapse:collapse;
	border:solid 1px #FFFFFF;
	}
#total-table td{
	border:none;
	border-bottom:solid 1px #FFFFFF;
	}
.total-table_td1{
/*
	width:65%;
	color:#666666;
*/
	width:82%;
	color:#000000;
	font-weight:bold;
	}
.total-table_td2{
/*
	width:20%;
*/
	text-align:center;
	width:18%;
	}
.total-table_td3{
	}
.subtotal{
	padding:10px;
	background-color:#DCDCDC;
	text-align:right;
	}
.carriage{
	background-color:#C8C8C8;
	text-align:right;
	}
.total{
	background-color:#DDD5BA;
	text-align:right;
	}
.total-1{
/*
	width:65%;
	color:#666666;
	color:#000000;
*/
	width:82%;
	font-weight:bold;
	}
.total-2{
	width:18%;
	text-align:center;
	font-weight:bold;
	}
.total-text{
/*	font-size:16px;*/
	font-size:12px;
	}
.botton{
	width:580px;
	height:30px;
	padding:10px 0 0 0;
	margin:20px 0 20px 0;
	text-align:center;
	}
.botton img{
	margin:0 10px;
	}

#caution{
	margin:0 0 5px 0;
	font-size:10px;
	font-weight:bold;
	color:#FF0000;
	}
#cart-area{
	width:555px;
	height:80px;
	padding:15px 10px 15px 15px;
	background-color:#DDD5BA;
	line-height:25px;
	}
