@charset "shift_jis";
*{
	margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    box-sizing: border-box;
}

body {
	color: #000099;
	background-color: #ffffeb;
}

body:active {
	color: #0000ff;
}

body:link {
	color: #0000ff;
}

body:visited {
	color: #008000;
}

div#wrapper {
	width: 600px;
	margin: 2em auto 2em;
	text-align: left;
	font-family: "‚l‚r ƒSƒVƒbƒN";
}

.main{
	margin-bottom: 3em;
	border: 2px solid #008000;
}

.container {
	display: grid;
	grid-template-rows: auto;
	grid-template-columns: 1fr 170px;
	font-family: "‚l‚r ƒSƒVƒbƒN";
	background-color: #008000;
}

.exam-banner {
	color: white;
	grid-row: 1;
	grid-column: 1;
	border: 1px solid #fff;
	text-align: center;
	padding: 10px;
}

.exam-name {
	color: #ffff00;
	font-size: 18px;
	letter-spacing: 5pt;
	font-weight: bold;
}

.date {
	font-size: 13px;
	margin-top: 4px;
	font-family: "Noto Sans JP";
	font-weight: normal;
}

.close-button {
	color: white;
	grid-row: 1 / 2;
	grid-column: 2;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	text-align: center;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.close-button input{
	padding: 1px 6px;
	font-size: 14px;
}

.exam-container {
	width: 100%;
	margin: 0 auto;
	background-color: #fff;
}

.exam-header {
	color: #000;
	padding: 1px;
	text-align: left;
}

.exam-header div {
	border: 1px solid #008000;
	background-color: rgb(211, 254, 217);
	padding: 3px;
	font-weight: bold;
}

.exam-content {
	padding: 1px;
	line-height: 130%;
	text-align: justify;
	color: #000;
}

.explanation {
	border: 1px solid #008000;
	padding: 3px;
	line-height: 150%;
}

.first-explanation{
	line-height: 130%;
}

.exam-preparation div {
	background-color: #FFCCCC;
}

.auto-style1 {
	color: #000080;
}

.footer{
	background-color: #008000;
	font-size: 10pt;
	color: #fff;
	text-align: right;
}

a {
	color: #008000;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

.footer-link {
	color:#FFFFFF;
	text-decoration: none;
}

.footer a:hover{
	color:#FFFFFF;
	text-decoration: underline;
}