@charset "utf-8";
/* ＃＃＃ */

/*----------------------------------------------------
	☆uniq
----------------------------------------------------*/

.zaikotable td, .zaikotable th {
	color:#121212;
	padding: 1px 2px;
}

.zaikotable td {
	text-align:left;
}
.zaikotable th {
	text-align:center;
}

.zaikotable .tdringht{
	text-align:right;
}

.zaikotable table, .zaikotable td, .zaikotable th {
	border-collapse: collapse;
	border:1px solid #666;
}

tr#lastmod td {
	padding: 10px 0px;
	border-right:1px solid #FFF;
	border-left:1px solid #FFF;
	border-bottom:1px solid #FFF;
	background-color: rgba(255, 255, 255, 1);
}

.throw {
background: -moz-linear-gradient(top, rgba(112,112,112,0.1) 0%, rgba(102,102,102,0.3) 100%);
background: -webkit-linear-gradient(top, rgba(112,112,112,0.1) 0%,rgba(102,102,102,0.3) 100%);
background: linear-gradient(to bottom, rgba(112,112,112,0.1) 0%,rgba(102,102,102,0.3) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a707070', endColorstr='#4d666666',GradientType=0 );
}

.tdrow01 {
background: -moz-linear-gradient(top, rgba(209,96,48,0.1) 0%, rgba(209,96,48,0.2) 100%);
background: -webkit-linear-gradient(top, rgba(209,96,48,0.1) 0%,rgba(209,96,48,0.2) 100%);
background: linear-gradient(to bottom, rgba(209,96,48,0.1) 0%,rgba(209,96,48,0.2) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1ad16030', endColorstr='#4dd16030',GradientType=0 );
}

.tdrow02 {
background: -moz-linear-gradient(top, rgba(191,191,191,0.1) 0%, rgba(191,191,191,0.3) 100%);
background: -webkit-linear-gradient(top, rgba(191,191,191,0.1) 0%,rgba(191,191,191,0.3) 100%);
background: linear-gradient(to bottom, rgba(191,191,191,0.1) 0%,rgba(191,191,191,0.3) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1abfbfbf', endColorstr='#4dbfbfbf',GradientType=0 );
}

.zaikotable th:nth-child(even), .zaikotable td:nth-child(even) {
background-color: rgba(224, 255, 180, 0.3);
}

.zaikotable th:nth-child(odd), .zaikotable td:nth-child(odd) {
background-color: rgba(255, 204, 190, 0.3);
}