@charset "UTF-8";

/*** cart.css ***/
table,td,th,dl,dt,dd,input {
	font-size:10px;
	color:#666666;
}
table,td,th,h3,dl,dt,dd,form,p {
	margin:0;
	padding:0;
}
form {
	display:inline;
}
p.cartRead {
	margin:0 auto 15px auto;
}
.indi {
	color:#FF0000;
}
.warning,
.zeroError,
.inputError {
	color:#FF0000;
	padding:0 10px;
	margin-bottom:30px;
	width:440px;
}
.inputError {
	margin-bottom:10px;
}
.zeroError {
	margin-bottom:120px;
}
.orderComp {
	margin:0 0 50px 0;
	padding-left:10px;
}
.orderCompForm {
	margin:20px 0 100px 0;
	text-align:center;
}

/******* ORDER *******/
table#order {
	width:420px;
	margin:0 auto 10px auto;
	border-collapse:collapse;
}
table#order th {
	color:#999999;
	padding:3px;
	border-bottom:#cccccc solid 1px;
	font-weight:normal;
}
table#order td {
	text-align:right;
	padding-top:10px;
	padding-bottom:10px;
	border-bottom:#cccccc solid 1px;
}
table#order tr.soryo td {
	padding-top:5px;
	padding-bottom:5px;
}
table#order tr.gokei td {
	font-weight:bold;
}
table#order td.title,
table#order tr.gokei td.tax {
	text-align:left;
	font-weight:normal;
}
table#order td.delete,
table#order td.damount,
table#order tr.gokei td.tax {
	text-align:center;
}
table#order td.damount {
	width:30px;
}
table#order tr.gokei td.tax {
	font-size:9px;
	color:#999999;
}

/******* CUSTOMER *******/
table#customer {
	width:440px;
	margin:20px auto;
	border-collapse:collapse;
}
table#customer h3 {
	margin:0;
}
table#customer td a {
	color:#666666;
}
table#customer input,
table#customer textarea {
	font-size:10px;
	border:#cccccc 1px solid;
}
table#customer td.btnSet {
	text-align:center;
	padding-top:20px;
	border-color:#ffffff;
}
table#customer td.btnSet input {
	border:none;
}
table#customer .indiBox {
	text-align:right;
	font-size:9px;
}
table#customer th {
	text-align:right;
	width:100px;
	padding:5px;
	font-weight:normal;
}
input.name {
	width:100px;
}
input.pcode {
	width:80px;
}
input.addr {
	width:250px;
}
input.tel {
	width:120px;
}
input.email {
	width:150px;
}
textarea.comment {
	width:250px;
	height:72px;
}
p.name {
	width:100px;
}
p.pcode {
	width:80px;
}
p.addr {
	width:250px;
}
p.tel {
	width:120px;
}
p.email {
	width:150px;
}
p.comment {
	width:250px;
}
table#customer td p {
	font-size:10px;
	border:#FF6666 1px solid;
	padding:1px;
}

/*for Add to Cart Only----------------------------------------------------- */
table#detail {
	width:480px;
	border-collapse:collapse;
	margin-top:25px;
	margin-left:20px;
	border:none;
}
table#detail td {
	padding:5px;
}
#credit,
#add {
	vertical-align:top;
}
#credit {
	width:340px;
}
#add {
	width:120px;
}
#add dl {
	width:120px;
}
#add dl dt,
#add dl dd {
	float:left;
	font-size:9px;
}
#add dl dt {
	text-align:right;
	margin-right:5px;
	padding-top:2px;
}
#add dl dd {
	margin-bottom:5px;
}
#add dl dd select {
	border:solid #CCCCCC 1px;
	font-size:9px;
}
*html #add dl dt,
*html #add dl dd,
*html #add dl dd select {
	font-size:10px;
}
*:first-child+html #add dl dt,
*:first-child+html #add dl dd,
*:first-child+html #add dl dd select {
	font-size:10px;
}
/* floatClearHack */
#add dl:after{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
#add dl {
	height:1%;/* for ie6 */
	min-height:1%;/* for ie7 */
}
html>body #add dl {
	height:auto;/* for ie7 and modernbrowser*/
}

/**/