@charset "utf-8";

/*body & header override*/
/*
body { background-image: none; }

header { background-color: var(--primary-color); }
*/

#contents { margin-bottom: 2em; }

#contents h1 {
	margin: 1em 0;
	padding: 0.5em 1em;
	font-size: 1.5em;
	color: var(--primary-inverse-color);
    background: linear-gradient(#fff, #eee);
    border-bottom: 1px solid #dcdcdc;
    border-top: 4px solid #273361;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
    text-shadow: 0px 2px #fff;
}

#contents h2 {
    margin: 2em 20px;
    margin-bottom: 20px;
    padding: 2px 0;
	font-size: 1.25em;
    color: var(--primary-inverse-color);
    border-bottom: 1px solid var(--primary-inverse-color);
}

#contents h1 .ensub, #contents h2 .ensub {
	margin-left: 1em;
	color: #ED7D31;
	font-size: 0.75em;
	font-style: italic;
}

#contents form { margin-left: 2em; }

#contents h3 { margin-left: 1em; }

#contents ul { list-style: decimal; }

#contents ul li {
	margin-bottom: 1em;
	line-height: 1.5;
}

#contents ul li a {
	line-height: 3;
	color: #800000;
}

.Jalink { margin-left: 2em; }