@charset "utf-8";

.jci {
	padding-bottom: 1em;
}

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

#historyTable th {
	padding: 20px;
	text-align: left;
	vertical-align: top;
	border: 1px #DDDDDD solid;
	vertical-align: middle;
	white-space: nowrap;
}

#historyTable td {
	padding: 20px;
	border: 1px #DDDDDD solid;
}

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

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

.strong {
	font-weight: bold;
}

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

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