@charset "utf-8";

.jci {
	padding-bottom: 1em;
}

#historyTable {
	width: 100%;
	font-size: 1.4rem;
}

#historyTable th {
	text-align: left;
	display: block;
	font-weight: bold;
	font-size: 2rem;
}

#historyTable td {
	display: block;
	padding: 10px;
	margin-bottom: 20px;
	border: 1px #DDDDDD solid;
}

#historyTable li {
	line-height: 1.3;
	padding: 0.5em 0;
}

.month {
	display: inline-block;
	vertical-align: top;
}

.strong {
	font-weight: bold;
}

.ib {
	display: inline-block;
	vertical-align: top;
}

.long {
	width: 90%;
	display: inline-block;
	vertical-align: top;
}