@charset "utf-8";

h2, nav {
	font-family: "BIZ UDPGothic", "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, Arial, sans-serif;
}
h2 {
	margin: 1rem 0; padding: 6px;
	border-left: 8px solid #9c9;
	background: #cec;
	background: linear-gradient(to right, #cec, #e8f0e8);
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	font-size: 1.2rem;
	white-space: nowrap;
}
h2 span {
	color: #696;
	font-size: 1.1rem;
	font-family: Helvetica;
	font-weight: normal;
	font-style: italic;
}
h2:first-of-type {
	margin-top: 4px;
}
h3 {
	margin: 2em 0 .5em;
	padding: 3px;
	border-bottom: 1px dashed #696;
	color: #060;
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, "Helvetica Neue", Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
}

nav {
	font-size: 0.95rem;
}
nav ol {
	margin: 0; padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	list-style: none;
}
nav li:not(:last-child)::after {
	content: ">";
	margin: 0 6px;
	color: #777;
}
nav li:last-child {
	font-weight: bold;
	padding: 4px 0 4px 4px;
}
nav li a {
	display: inline-block;
	padding: 4px;
}

p { margin: .5em 1em .5em 1em; line-height: 1.4; }
.notes {
	margin: .5em; padding: .5em;
	border: 1px dashed #666;
	font-size: 80%;
	line-height: 1.3;
}
.jump {
	margin: 2em 0;
	padding-left: 20px;
	background: url(../img/ic_ar.gif) no-repeat;
}
@media screen and (max-width:679px) {
	#main-column ul { margin-left: 0; }
}
