@charset "utf-8";
/* CSS Document */

main {
	padding-top:20px;
	font-size:18px;
}

.section_content {
	width:1100px;
	margin:80px auto 0;
	padding-bottom:250px;
}

ul.breadcrumb {
	margin-bottom:50px;
}

.his_table {
	margin:0 auto;
	border: 3px double #907b67;
}

.his_table td {
	border:solid 1px #907b67;
	padding:10px 10px;
}

.his_table th{
	padding:5px 10px;
	border:solid 1px #907b67;
	background:url(../img/bg_kami_gray.jpg);
	color:#635344;
}

.his_table tr td:nth-child(2){
	white-space: nowrap;
}

.his_table tr td:nth-last-child(n+2):nth-last-child(-n+3){
	text-align:right;
}

.his_table tr td:last-child {
	text-align:left;
}