.modifiedDate {
	margin: 4px 2px 0 0;
	color: lightgray;
	text-align: right;
	font-size: 12px;
}

h2 {
	border-bottom: solid 1px white;
}

.highlight {
	font-weight: bold;
	color: white;
	text-decoration: underline;
}

a.cite {
	color: DodgerBlue;
	text-decoration: none;
}

a.cite:hover {
	color: white;
}

.figure {
	width: 95%;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
	color: rgb(224, 224, 224);
}

.figure .figure {
	width: auto;
	display: inline-block;
}

.figure img {
	display : block;
	margin : auto;
}

.figure .caption {
	display: block;
	width: auto;
	text-align: center;
}

.figure .caption .title {
	display: block;
}

.figure .caption .description {
	display: inline;
}

.tableCaption {
	display: block;
	width: auto;
	margin: 16px 0 0 0;
	text-align: center;
	color: rgb(224, 224, 224);
}

table.listlike {
	margin : 0px auto;
	color : rgb(224, 224, 224);
}

table.listlike td:nth-of-type(1) {
	text-align: right;
	padding-right: 4px;
	width : 100px;
}

table.listlike td {
	border-bottom: solid 1px rgb(64, 64, 64);
}

.tableStyle1 {
	margin: 20px auto;
	background-color: rgb(32, 32, 32);
	color: white;
	text-align: center;
	border-radius : 3px;
	border-style: solid;
	border-width: 1px;
	border-color: rgb(64, 64, 64);
}

.tableStyle1 tr:nth-of-type(even) {
	
}

.tableStyle1 img {
	vertical-align: middle;
}

.tableStyle1 td {
	vertical-align: middle;
}

.tableStyle2 {
	margin: 0px auto;
	color: white;
	text-align: left;
}

table.tableStyle3 {
	margin: 16px auto;
	background-color: rgb(32, 32, 32);
	color: white;
	text-align: left;
	border-radius : 3px;
	border-style: solid;
	border-width: 1px;
	border-color: rgb(64, 64, 64);
	border-collapse: separate;
	/*border-collapse: collapse;*/ /* これが無いとtrにボーダーはつかない。 */
}

table.tableStyle3 tr td:nth-child(1) {
	width: 50px;
}

table.tableStyle3 tr td {
	padding-left: 8px;
	border-style: solid;
	border-width: 0 1px 1px 0;
	border-color: rgb(64, 64, 64);
}

table.tableStyle3 tr:last-child td {
	border-bottom-style: none;
}

table.tableStyle3 tr td:last-child {
	border-right-style: none;
}

table.tableStyle4 {
	margin: 16px auto;
	background-color: rgb(32, 32, 32);
	color: white;
	text-align: left;
	border-radius : 3px;
	border-style: solid;
	border-width: 1px;
	border-color: rgb(64, 64, 64);
	border-collapse: separate;
	/*border-collapse: collapse;*/ /* これが無いとtrにボーダーはつかない。 */
}

table.tableStyle4 tr th {
	padding-left: 8px;
	border-style: solid;
	border-width: 0 1px 1px 0;
	border-color: rgb(64, 64, 64);
}

table.tableStyle4 tr td {
	padding-left: 8px;
	border-style: solid;
	border-width: 0 1px 1px 0;
	border-color: rgb(64, 64, 64);
}

table.tableStyle4 tr:last-child td {
	border-bottom-style: none;
}

table.tableStyle4 tr td:last-child {
	border-right-style: none;
}

ul.lessMargin {
	margin-top: 4px;
	margin-bottom: 4px;
}

/*ul {
	list-style-type: decimal;
}*/

li {
	color : rgb(224, 224, 224);
}

ul.bibliography {
	list-style-type: decimal;
}

ul.bibliography li {
	color : rgb(224, 224, 224);
}

.warning {
	color: red;
}

div.TBA {
	width: 100%;
	margin: 64px auto;
	text-align: center;
	color: white;
	font-size: 32px;
}

div.TBA img {
	display: block;
	width: 20%;
	margin: auto;
	margin-bottom: 20px;
}
