@charset "UTF-8";
/* CSS Document */



.frame {
	width: 90%;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	background-color: #f0f0f0;
	padding: 3%;
	border: solid #a70050;
	border-radius: 20px;
}

h2 {
	text-align: center;
	margin: 0px;
	font-family: Stag, serif;
	color: #a70050;
	font-size: 32px;
	font-weight: 400;
}

label {
	font-family: Tipperary, sans-serif;
	font-size: 18px;
	line-height: 30px;
	margin-left: 15px;
}

.radio {
	height: 16px;
	position: relative;
	width: 16px;
	margin-right: 10px;
	top: 2px;
}

.heading {
	font-family: Stag, serif;
	font-size: 24px;
	line-height: 36px;
	font-weight: 400;
	margin: 20px 0 5px 0;
}

.textbox {
	height: 32px;
	position: relative;
	top: -3px;
	font-size: 18px;
	width: 70px;
	margin-left: 10px;
	padding-left: 10px;
	padding-top: 4px;
	border-radius: 8px;
	border: thin solid #000000;
}

.submit {
	width: 150px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-family: Stag, serif;
	font-weight: 400;
	color: #ffffff;
	font-size: 22px;
	background-color: #a70050;
	padding: 1.5%;
	border-radius: 10px;
	border: none;
	margin-top: 20px;
	cursor: pointer;
}

.submit:hover {
	background-color: #1468ab;
}

.answerbox {
	background-color: #ffffff;
	padding: 0.5% 1.5%;
	margin: 25px 0 20px;
	height: auto;
	min-height: 50px;
	border-radius: 10px;
	border: thin solid #000000;
}

.answer {
	font-family: Tipperary, sans-serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.3;
	padding: 0 10px;
}

.footer {
	font-family: Tipperary, sans-serif;
	font-size: 14px;
	font-style: italic;
	text-align: right;
	line-height: 1.5;
}

img {
	width: 200px;
	height: auto;
	margin-top: 20px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}