@charset "utf-8";

/*------------------------------
Products Page
------------------------------*/

#indicators div.series-sub {
	border-left:5px solid #1aa0af;
}
#indicators h5.series-name {
	border-left:5px solid #a4d9df;
}

table.tbl02 {
	float:left;
	width:355px;
	font-size:0.7em;
	line-height:1.2em;
	color:#333333;
	border:1px solid #666;
	margin: 0 0px 10px 0;
	padding:0px;
	border-collapse: collapse;
	border-spacing: 0;
}

table.tbl02 th, table.tbl02 td {
	background:none;
	vertical-align:middle;
	border-bottom:none;
	border:1px solid #ccc;
	text-align:center;
	padding:4px 3px;
}

table.tbl02 th {
	text-align:center;
}

table.tbl02 td {
	text-align:left;
}

table.tbl02 td.center {
	text-align:center;
}

table.tbl02 td a {
	color:#009900;
	font-style:normal;
	text-decoration:underline;
}

table.tbl02 th{
	background-color:#999;
	text-align:center;
	color:#fff;
}

/*------------------------------
イメージ用テーブル
------------------------------*/

table.products-category-list .tbl03{
	width:100%;
	font-size:0.7em;
	line-height:1em;
	color:#333333;
	border:none;
	margin: 15px 0 15px 0;
	padding:0;
/*	border-collapse: collapse;
	border-spacing: 0;*/
}

table.products-category-list .tbl03 td{
	background:none;
	vertical-align:middle;
	border-bottom:none;
	border:none;
	width:auto;
	text-align:center;
	padding:2px 2px;
}