/* index.css */
#mainContent table tr {
	border: 1px solid #808080;
}

#mainContent table th {
	width: 1em;
	font-weight: normal;
	line-height:1.2em;
}


#mainContent table td {
	border-left: none;
	border-right: none;
}

#mainContent table td.lv01 {
	border-right: 1px solid #808080 !important;
	text-align: center;
}

.exam p {
	margin-right: 10px;
	margin-bottom: 10px!important;
}


.btnArea {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 30px;
}

#mainContent .btnArea a {
	margin: 0 20px;
	width: 300px;
	padding: 20px 0;
	color: #fff !important;
	font-size: 140%;
	font-weight: bold;
	background: #AE1D7C;
	text-decoration: none !important;
	text-align: center;
	border-radius: 10px;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}

#mainContent .btnArea a:hover {
	opacity: 0.7;
}











