@charset "utf-8";
/* CSS Document */

/*-------------------------
	サブサブナビ
-------------------------*/
#subnavi li.subnavi2{
	width: 148px;
	border-top: solid 1px #eeeeee;
	height: auto;
	padding: 4px 0;
}

/*#subnavi li.show-subnavi2 {
	display: block;
}*/

#subnavi li.hidden-subnavi2 {
	display: none;
}

#subnavi li.subnavi2 ul {
	margin-left: 20px;
}

#subnavi li.subnavi2 ul li {
	width: auto;
	height: auto;
	padding-left: 14px;
	background: url(../images/products/subnavi2_marker.gif) no-repeat left 5px;
}


#subnavi li.subnavi2 ul li a {
	width: auto;
	display: inline;
	height: auto;
	line-height: 18px;
	padding: 0;
	background: none;
}

* html #subnavi li.subnavi2 ul li a {
	display: block;
	height: 13px;
}

*+html #subnavi li.subnavi2 ul li a {
	display: block;
	min-height: 13px;
}

/*-------------------------
	製品情報
-------------------------*/


.content-box img.product-img {
	float: right;
	margin-left: 20px;
}

table.product-info-table {
	width: auto;
	margin-bottom: 20px;
	margin-left: 1em;
}

table.product-info-table td {
	width: auto;
	vertical-align: top;
	line-height: 1.5;
	padding-right: 12px;
}

table.product-info-table td.left-cell {
	width: 60px;
}

.picture-box img {
	margin-right: 20px;
}

.pic-caption {
	width: 350px;
	text-align: center;
}

.feature-box {
	border: solid 1px #cbcbcb;
	width: auto;
	padding: 15px;
}

.feature-box .title {
	font-weight: bold;
}

h3 {
	margin: 1em 0 0.5em;
	font-size: 14px;
}

table.sample-img {
	width: 540px;
	margin-bottom: 1em;
}

table.sample-img-3 {
	width: 570px;
	margin-bottom: 1em;
}

table.sample-img td,
table.sample-img-3 td {
	text-align: center;
	width: auto;
	padding-right: 15px;
}

table.sample-img td img,
table.sample-img-3 img {
	margin: 0;
}

table.sample-img tr.name-cell td,
table.sample-img-3 tr.name-cell td {
	text-align: center;
	padding: 5px 15px 0 0;
}
