@charset "utf-8";
/* ------------------------------ */
/*製品紹介専用*/
/* ------------------------------ */

div.item-box {
	float: left;
	width: 158px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
	margin-top: 13px;
}
div.item-box h3 {
	color: #002AA3;
	font-weight: bold;
	margin-right: 5px;
	margin-left: 5px;
	font-size: 80%;
	margin-top: 9px;
	margin-bottom: 7px;
}
div.item-box p.pht {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
div.item-box p.txt {
	font-size: 70%;
	line-height: 135%;
	margin-bottom: 10px;
	margin-right: 5px;
	margin-left: 5px;
}

h4.otherCat{}


table.other {
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #cccccc;
	border-right-color: #cccccc;
}
table.other th {
	font-size: 72%;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #cccccc;
	border-left-color: #cccccc;
	padding: 3px;
	background-color: #f0f0f0;
	text-align: center;
}
table.other th.item {
	width: 35%;
}
table.other th.price {
	width: 25%;
}
table.other th.shukou {
	width: 20%;
}
table.other th.seibun {
	width: 20%;
}



table.other td {
	font-size: 72%;
	padding: 3px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #cccccc;
	border-left-color: #cccccc;
}
