@charset "utf-8";

span.indispensable {
	position: relative;
	top: 6px;
	font-size: 180%;
	color: #DC143C;
}

.entry {
	}
	.entry ul {
		}
		.entry ul li {
			list-style-type: disc;
			font-size: 80%;
		}
		.entry table {
			}
			.entry table th {
				background-color: #000;
			}
			.entry .require {
				color: #fff;
			}
		.entry table#gaiyou {
			width:auto;
			}
			.entry table#gaiyou th {
				width: 80px;
				padding: 6px;
				font-size:16px;
				border-top:1px solid #000;
			}
			.entry table#gaiyou td {
				padding: 6px 10px;
				font-size:16px;
				line-height: 1.4;
				text-align: left;
				border-top:1px solid #000;
			}

#special {
	margin: 1em;
	padding-bottom: 1em;
	border: 4px double #4a5466;
	}
	#special h2 {
		text-align: center;
		background-color: #00aa00;
	}
	#special h3 {
		margin: 1em;
		border-left: none;
		text-align: center;
		/*text-align: center;*/
		/*background-color: #00aa00;*/
	}
	#special p {
		padding: 0 1em;
		}
		#special p small {
		}
	#special .alert {
		padding: 0 1em;
	}