/*ページTOPへボタン*/
.page_back {
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 1;
}
.page_back img:hover {
	opacity:0.80;
	-moz-opacity:0.80;
	filter: alpha(opacity=80);
}

.oth_table tbody td{
	padding: 0px 0px !important;
}

.res_table tbody td{
	padding: 0px 0px !important;
}


.ui-button{
	padding: 4px !important;
}

.res_grid tbody tr{
	border: 0px solid #a8a8a8;
	background: none;
	color: #4f4f4f;
}

.res_subtable td{
	border-top: none !important;
	border-bottom: none !important;
	border-left: 0.1px solid #a8a8a8 !important;
	border-right: 0.1px solid #a8a8a8 !important;
}

