@charset "utf-8";


body {
	padding: 20px;
}

#contents {
	width: 840px;
	margin: 0 auto;
	border: 0px solid #c00;
}


table.normal th {
	padding: 3px 5px;
	background: #CEC6B4;
	border: 1px solid #bbb;
	color: #333;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
	vertical-align: middle !important;
}
table.normal td {
	padding: 3px 5px;
	background: #F3EFEC;
	border: 1px solid #bbb !important;
	color: #333;
	font-size: 12px;
	line-height: 1.3;
	text-align: center;
	vertical-align: middle !important;
}

table.normal .l_tax {
	font-size: 10px;
	font-weight: normal;
}
table.normal sup {
	font-size: 10px;
}


/* product */

.product {
	margin: 0 auto 0 auto;
	padding: 20px 0 20px 0;
	border-top: 1px solid #ccc;
}
.product:first-child {
	border-top: none;
}
.all-pillow-cover .product {
	width: 820px;
}
.all-mattress-cover .product {
	width: 720px;
}
.product:last-child {
	border-bottom: none;
}
.product .basic {
	float: left;
}
.all-pillow-cover .product .basic {
	width: 200px;
}
.all-mattress-cover .product .basic {
	width: 150px;
}
.product table.normal {
	float: right;
	margin: 10px 0 0 0;
}

.product .basic p {
	color: #555;
	font-size: 12px;
	line-height: 1.3;
}
.product .basic p.name {
	font-weight: bold;
}
.product .basic p.note {
	margin: 10px 0 0 0;
	font-size: 11px;
}

.all-pillow-cover .product table {
	width: 600px;
}
.all-mattress-cover .product table {
	width: 550px;
}
.product table td.name {
	text-align: left;
}

.product table th.price {
	width: 100px;
}
.all-pillow-cover .product table th.color {
	width: 160px;
}
.all-mattress-cover .product table th.color {
	width: 150px;
}
.product table th.type {
	width: 100px;
}


/* taiou */

#taiou {
	/*width: 720px;*/
	width: 100%;
	margin: 40px auto 0 auto;
}

#taiou p {
	margin: 10px 0;
	font-size: 12px;
}
#taiou p.title {
	font-weight: bold;
}

#taiou table {
	/*width: 720px;*/
	width: 100%;
}
#taiou table th {
	background: #CEC6B4;
	border: 1px solid #bbb;
	color: #555;
	text-align: center;
	font-weight: bold;
}
#taiou table td {
/*	position: relative;	*/
	background: #F3EFEC;
	border: 1px solid #bbb !important;
	text-align: center;
}
#taiou table td sup {
	position: absolute;
	font-size: 11px;
}
table .sub {
	display: block;
	font-size: 11px;
}


#taiou #shape {
	margin: 30px 0 0 0;
	background: #efefef;
}
#taiou #shape img {
	display: block;
}



/* clearfix */

.clearfix:after
 { content: "."; display: block; height: 0px; clear: both; line-height: 0;	visibility: hidden; }
.clearfix
 { zoom:1; }
