<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */

#tablelayout {
	width: 980px;
	font-size: 12px;
}

#tablelayout table { 
	width: 640px;
	border-collapse: collapse;
}

.table_price{
	width:99%;
	border-top:#F2F2F2 1px solid; /* #c1e3ed */
	border-left:#F2F2F2 1px solid;
}


.table_price .thgray{
	padding: 5px 10px;
 	background-color:#f0f0f0;
	border-bottom:#F2F2F2 1px solid;
	border-right:#F2F2F2 1px solid;
	text-align:left;
	color: #666;
	text-align:center;
}


.table_price th{
	padding: 5px 10px;
	border-bottom:#F2F2F2 1px solid;
	border-right:#F2F2F2 1px solid;
	text-align:center;
	height:50px;
}

.table_price td{
	padding: 5px 10px;
	border-bottom:#F2F2F2 1px solid;
	border-right:#F2F2F2 1px solid;
	text-align:center;
	vertical-align:central;	
	height:50px;
}
.table_price th.centerline, .table_price td.centerline{
	text-align: center;
}
.table_price th.rightline, .table_price td.rightline{
	text-align: right;
}
.table_price .t_style_inline td {
  border:none;
  margin:0;
  padding:0 10px 0 0;
}

.table_price #tdblack{
	background-color:#000;
	color:#FFF;
	font-weight:bold;
	text-align:center;
	height:25px;
}

#tablelayout th a:link,
#tablelayout th a:visited,
#tablelayout th a:active {
	color:#508ed3;
	text-decoration: underline;
}

#tablelayout a:hover {
	color:#508ed3;
	text-decoration: none;
}



.table_list{
	width: 980px;
	border-top: #F2F2F2 1px solid; /* #c1e3ed */
	border-left: #F2F2F2 1px solid;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 80px;
	margin-top: 40px;
}


.table_list .thgray{
	background-color: #FFF9F7;
	text-align: left;
	vertical-align: central;
	color: #666;
	text-align: center;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	width: 150px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #F2F2F2;
	border-bottom-color: #F2F2F2;
}

.table_list th{
	background-color:#f0f0f0;
	padding: 5px 10px;
	border-bottom:#ccc 1px solid;
	border-right:#ccc 1px solid;
	vertical-align:center;
	text-align:center;
}

.table_list td{
	vertical-align: center;
	text-align: center;
	font-size: 14px;
	padding: 15px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #F2F2F2;
	border-bottom-color: #F2F2F2;
}
.table_list th.centerline, .table_list td.centerline{
	text-align: left;
}
.table_list th.rightline, .table_list td.rightline{
	text-align: right;
}
.table_list .t_style_inline td {
  border:none;
  margin:0;
  padding:0 10px 0 0;
}
</pre></body></html>