
h2 {
	width: 90%;
	max-width: 960px;
	margin: 0 auto 20px;
	font-weight: bold;
	color: #000;
	text-align: left;
	border-bottom: solid 2px #000;
	font-size: 30px;

}

.h2Desc {
	width: 90%;
	max-width: 960px;
	margin: 0 auto 50px;
	line-height: 1.3;
}

h3 {
	width: 90%;
	max-width: 960px;
	margin: 0 auto 50px;
	font-weight: bold;
	color: #000;
	text-align: left;
	border-bottom: solid 2px #e60012;
	font-size: 30px;
}

.historyTable_Wap {
	width: 90%;
	max-width: 960px;
	margin: 0 auto 20px;
}

.historyTable_Wap h3 {
	width: 90%;
	max-width: 960px;
	margin: 0 auto 20px;
	font-weight: bold;
	color: #000;
	text-align: center;
	border: none;
	font-size: 24px;
}

.historyTable_Wap table {
	width: 100%;
	max-width: 960px;
	border-top: solid 1px #aeaeae;
	border-left: solid 1px #aeaeae;
}

.historyTable_Wap table th{
	padding: 5px 1%;
	border-bottom: solid 1px #aeaeae;
	border-right: solid 1px #aeaeae;
}

.historyTable_Wap table td{
	padding: 5px 1%;
	border-bottom: solid 1px #aeaeae;
	border-right: solid 1px #aeaeae;
}

.historyTable_Wap table .nengo{
	width: 15%;
	font-weight: bold;
	color: #000;
	/*background-color: #ffb297;*/
}

.historyTable_Wap table .eto{
	width: 5%;
	min-width: 40px;
	text-align: center;
	/*background-color: #9ac0ff;*/
}

.historyTable_Wap table .tukihi{
	width: 10%;
	min-width: 60px;
	border-right: none;
	text-align: center;
	/*background-color: #b7ff9a;*/
}

.historyTable_Wap table .hisTxt{
	/*background-color: #b7ff9a;*/
}


@media handheld, only screen and (max-width: 767px) {
/*スマホ*/

	.historyTable_Wap table {
		width: 100%;
		border: none;
	}

	.historyTable_Wap table .nengo{
		background-color: #000;
		color: #fff;
		font-weight: normal;
		display: block;
		border: none;
		width: 100%;
		margin-bottom: 1px;
	}

	.historyTable_Wap table td{
		display: list-item;
		list-style-type: none;
		padding: 0px 0;
		border: none;
		width: 98%;
		background-color: #fff;
	}


	.historyTable_Wap table .eto{
		width: 100%;
		text-align: center;
		border-bottom: solid 1px #000;
	}


	.historyTable_Wap table .tukihi{
		margin-left: 2%;
	}

	.historyTable_Wap table .hisTxt{
		margin-left: 2%;
		margin-bottom: 20px;
	}
}



