@charset "UTF-8";

.cntHistory {
}

.tblHistory {
	border-bottom: 1px solid #bbb;
}

.tblHistory.kanazawajou {
	float: left;
	width: 53%;
}

.tblHistory.kenrokuen {
	float: right;
	width: 47%;
}

.tblHistory th,
.tblHistory td {
	padding: 10px 15px;
	border-top: 1px solid #bbb;
}

.tblHistory tbody tr.bg--gray {
	background: #E3E3DF;
}

.tblHistory thead th {
	background: #CDCCC3;
	font-size: 17px;
	font-weight: bold;
}

.tblHistory thead th.place {
	border-left: 1px solid #aaa;
}

.tblHistory tbody th {
	white-space: nowrap;
}

.tblHistory.kanazawajou thead th.year {
	width: 25%;
}

.tblHistory.kenrokuen thead th.year,
.tblHistory.kenrokuen tbody th {
	display: none;
}

.tblHistory tbody td {
	border-left: 1px solid #bbb;
}

.history_table {
	width: 100%;
}

.history_table td,
.history_table th {
	padding: 10px 15px;
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
}

.history_table thead th {
	background: #CDCCC3;
	font-size: 16px;
}

.history_table tbody td {
	width: 45%;
}

.history_table tbody th {
	white-space: nowrap;
}

.history_table tr:nth-child(2n) {
	background: #E3E3DF;
}

.u-tableWrap_caution {
	display: none;
}

/* All SP & Tablet */
@media screen and (max-width:1040px) {

.tblHistory.kanazawajou {
	float: none;
	width: 100%;
}

.tblHistory.kenrokuen {
	float: none;
	width: 100%;
	margin-top: 40px;
}

.tblHistory.kanazawajou thead th.year,
 .tblHistory.kenrokuen thead th.year {
	width: 20%;
}

.tblHistory.kenrokuen thead th.year,
 .tblHistory.kenrokuen tbody th {
	display: table-cell;
}

.history_table {
}

.history_table td,
.history_table th {
}

.history_table thead th {
}

.history_table tbody td {
}

.history_table tbody th {
}

.history_table tr:nth-child(2n) {
}
}

/* All SP */
@media screen and (max-width:640px) {

.tblHistory thead th {
	font-size: 14px;
}

.tblHistory th,
.tblHistory td {
	padding: 8px;
	font-size: 12px;
}

.tblHistory td br {
	display: none;
}

.history_table {
}

.history_table td,
.history_table th {
	padding: 5px 10px;
	font-size: 12px;
}

.history_table thead th {
	font-size:14px;
}

.history_table tbody td {
}

.history_table tbody th {
}

.history_table tr:nth-child(2n) {
}

.u-tableWrap {
	padding: 0 2%;
	overflow: auto;
}

.u-tableWrap th,
.u-tableWrap td {
	white-space: nowrap;
}

.u-tableWrap_caution {
	text-align:right;
	color:#d00;
	font-size:18px;
	display: block;
}
}
