﻿@charset "UTF-8";

/* === 表組中の幅の調整CSS指定 === */
td .figures01 {
	display: block;
	width: 275px;
}










/* 製品各ページへのリンク */
.btnDetail2 {
	list-style-type: none;
}
.btnDetail2 li {
	padding: 0 0 0 17px;
	background-image: url(../../../pub/img/icon_deltaO.gif);
	background-repeat: no-repeat;
	line-height: 110%;
}
.btnDetail2 a:link, .btnDetail2 a:visited {
	color: #008735;
	text-decoration: none;
}
.btnDetail2 a:hover, .btnDetail2 a:active {
	color: #005722;
	text-decoration: none;
}

table .btnSite2 li {
	margin: 2px 0 0 0;


}


/* 製品項目へのリンク */
.btnDetail3 {
	margin: 0;
	list-style-type: none;
}
.btnDetail3 li {
	padding: 0 0 0 17px;
	background-image: url(../../../pub/img/icon_deltaG.gif);
	background-repeat: no-repeat;
	line-height: 110%;
}
.btnDetail3 a:link, .btnDetail a:visited {
	color: #008735;
	text-decoration: none;
}
.btnDetail3 a:hover, .btnDetail a:active {
	color: #005722;
	text-decoration: none;
}

.evenRow {
	background-color: #eeeeee;

}
