@charset "UTF-8";

/*
ja_JP
*/

/* =========================================================
history
========================================================= */
#history table {
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
	width: 100%;
}
#history table th,
#history table td {
	border-bottom: 1px solid #efefef;
	border-bottom: 3px double #e6eae6;
	padding: 15px 0;
}
#history table th {
	text-align: left;
	color: #ffdb32;
	font-size: 1.5rem;
	font-weight: bold;
	font-style: oblique;
	white-space: nowrap;
	width: 10%;
}
#history table td {
	font-size: 100%;
	line-height: 1.5;
	width: 90%;
}
#history table tr:first-child th, 
#history table tr:first-child td {
	padding-top: 0;
}
#history table ul {
	display: table;
	list-style-type: none;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0;
	width: 100%;
}
#history table li {
	display: table-cell;
	padding: 8px 0 8px 15px;
}
#history table li:first-child {
	text-align: right;
	font-weight: bold;
	white-space: nowrap;
	padding-left: 0;
	width: 10%;
}
#history table li:last-child {
	width: 90%;
}


@media (max-width: 599px) {
	#history table tr {
		display: flex;
				flex-wrap: wrap;
		border-top: 3px double #e6eae6;
		border-bottom: 3px double #e6eae6;
		padding: 10px;
	}
	#history table th,
	#history table td {
		width: 100%;
		border: none;
		padding: 0;
	}
	#history table th {
		line-height: 1.6;
	}
}