@charset "UTF-8";


.listBox {
	clear:both;
	position: relative;
	width:630px;
	margin: 0 0 15px 0;
	padding:0 0 15px 0;
	overflow:hidden;
/*	background: transparent url(/products/common/images/bg_dot.gif) repeat-x 0 100%;*/
}

.listBox .listBoxSet {
	clear:both;
	position: relative;
	overflow:visible;
	width:650px;
}

.listBox .listBoxSet .listBoxIn02 .imgBox {
	float: left;
	width: 510px;
}

.detailTable {
	margin: 10px;
}
.detailTable table {
	border-collapse: collapse;
	width: 610px;
	margin-bottom: 5px;
}
.detailTable table th,
.detailTable table td {
	border: 1px solid #000;
	text-align: center;
	padding: 2px;
}
.detailTable table th {
	background: #ccc;
	font-weight: bold;
}
.detailTable table th.bgBlue {
	background: #005AA6;
	color: #fff;
}
.detailTable p {
	text-align: right;
}

#productContent .listBox h4 {
		position:relative;
		width:618px;
		height:35px;
		padding:0 0 0 12px;
		color:#005AA6;
		font-weight:bold;
		font-size:1.3em;
		line-height:30px;
		background: transparent url(images/list_h4_bg_1.jpg) no-repeat 0 0;
}

#productContent .listBox h4.numin {
		background: transparent url(images/list_h4_bg_2.jpg) no-repeat 0 0;
}

#productContent .listBox  h4.numin .num {
		color:#ffffff;
		line-height:30px;
		font-weight:bold;
		display:block;
		position: absolute;
		top: 0px;
		right: 12px;
		padding:0;
		font-size:1.0em;
		background-image:none;
}
