
section {
	width:800px;
	height:410px;
	margin:35px auto 0px;
	position:relative;
}
	.product_photo {
		top:0;
		left:0;
		width:550px;
		position:absolute;
	}
	
	.product_content {
		top:20px;
		left:580px;
		position:absolute;
	}
		.product_content h4 {
			font-size:14px;
			font-weight:600;
			color:#555;
		}
		.product_content h3 {
			font-size:20px;
			font-weight:600;
			color:#222;
			margin:6px 0 8px 0;
		}

		.product_content h3.fs {
			font-size:18px;
		}
		
		.product_content p {
			font-size:16px;
			display:block;
			color:#333;
		}
		.product_content span {
			font-size:14px;
			display:block;
			margin-top:20px;
			color:#333;	
		}

		.product_content ul{
			font-size:14px;
			display:block;
			margin-top:30px;	
		}
		
		.product_content li{
			height:16px;
			margin-top:8px;
			list-style:none;
			display:block;
			padding-left:20px;
			background-image:url(../../img/pdf_icon.png);
			background-repeat:no-repeat;	
		}
			
			
#product_spec {
	width:800px;
	margin:35px auto 0px;	
}						
	caption {
		text-align:left;
		padding-bottom:4px;
		font-size:14px;	
	}

.spec_t00, .spec_t01, .spec_t02 {
width: 650px;
margin: 0px;
padding: 0px;
border-collapse: collapse;
}
table {
display: table;
border-collapse: separate;
border-spacing: 2px;
border-color: gray;
font-size:12px;
}
.spec_t01 td, .spec_t02 td{
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	padding:2px;
	text-align:center;
}

.spec_t00 td {
	border: 1px solid #aaa;
	padding:2px;
	text-align:center;
	background-color:#fff;
	color:#000;
}

.spec_t01 tr:nth-child(2n-1) {
	padding: 6px;
	text-align: center;
	color: #333;
	background-color: #e3e3e3;
	border-bottom: 1px solid;
}

.spec_t02 tr:nth-child(2n-1) {
	padding: 6px;
	text-align: center;
	color: #333;
	background-color: #ccc;
	border-bottom: 1px solid;
}


.tdw01 {
	width:62px;
	vertical-align:middle;
}
.tdw01s {
	width:82px;
	vertical-align:middle;
}
.tdw02 {
	width:110px;
}
.tdw03 {
	width:90px;
}
.tdw03s {
	width:60px;
}
.tdw04 {
	width:80px;
}

.tdw04b {
	width:110px;
}
			
.tdbk00 {
	background-color: #fff;
}			
.tdbk01 {
	background-color: #ddd;
}
.tdbk02 {
	background-color: #ccc;
}

			
			
			
			
			
			