@charset "UTF-8";


.listBox {
	position: relative;
	width:630px;
	height:150px;
	overflow:hidden;
	margin: 0 0 15px 0;
	background: #fff url(/products/common/images/bg_dot.gif) repeat-x 1px 100%;
}

	.listBox h4 {
		position: relative;
		width:618px;
		height:40px;
		overflow:hidden;
		padding:0 0 0 12px;
		color:#005AA6;
		font-weight:bold;
		font-size:1.3em;
		line-height:30px;
		background: #fff url(/products/common/images/list_h4_bg.jpg) no-repeat 0 0;
	}

		.listBox h4 .size {
			display:block;
			width:453px;
			position: absolute;
			top: 0px;
			left: 0px;
			text-align:right;
		}

		.listBox h4 .num {
			position: absolute;
			top: 0px;
			left: 485px;
			color:#fff;
			font-family:"メイリオ","Meiryo","ＭＳ Ｐゴシック","MS P Gothic",Verdana,Arial,Helvetica,sans-serif;
		}

		.listBox h4 .patent_apply {
			position: absolute;
			width:463px;
			height:21px;
			top:4px;
			left:0;
			text-align:right;
		}

		.listBox .goDetailBtn {
			position: absolute;
			top: 115px;
			left: 543px;
		}

.noBG { background-image:none; }



#detailBox {
	height:400px;
}

#detailBox #detailTbl2 {
	position: absolute;
	top:48px;
	left:696px;
	width:280px;
	border:1px solid #A6A6A6;
	border-collapse:collapse;
}

	#detailBox #detailTbl2 th,
	#detailBox #detailTbl2 td {
		padding:1px 5px 0 5px;
		text-align:center;
		vertical-align:middle;
		border:1px solid #A6A6A6;
		font-size:1.1em;
		font-family:"メイリオ","Meiryo","ＭＳ Ｐゴシック","MS P Gothic",Verdana,Arial,Helvetica,sans-serif;
	}

	#detailBox #detailTbl2 th {
		font-weight:bold;
		color:#005AA6;
	}

	#detailBox #detailTbl2 .ttl_x th {
		font-weight:bold;
		background-color:#005AA6;
		color:#fff;
	}

	#detailBox .sunpou {
		width:970px;
		margin-top:-17px;
		text-align:right;
		font-size:1.2em;
	}

#partsBoxSet {
	width:638px;
	padding:0 0 10px 0;
}

	#partsBox {
		padding:10px 0 0 10px;
	}

	#partsBox .listBox {
		position: relative;
		float:left;
		width:290px;
		height:auto;
		margin: 0 12px 0 0;
		padding:10px 0 10px 12px;
		font-size:1.2em;
		background-color: #EFEFF0;
		background-image: none;
	}

		#partsBox .listBox h3 {
			position: absolute;
			top:10px;
			left:10px;
			z-index:2;
			width:100px;
			font-size:1.1em;
			color:#ffffff;
			line-height:30px;
			margin:0;
			padding:0 0 0 12px;
			background: #EFEFF0 url(images/parts_h3_bg.gif) no-repeat 0 0;
		}

		#partsBox .listBox .partsImg {
			z-index:1;
			margin:10px 0;
		}

#productsR {
	padding-bottom:20px;
}