<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "Shift_JIS";

/*---------------------------------
 角丸キャッチコピー用
----------------------------------*/

p.guide {
	padding:2px 2px;
	text-align:center;
	font-size:1.1rem;
	margin-bottom:0.6em;
	line-height: 1.2;
	color: #ffffff;
	background-color: #6692c1;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 10px;
}

p.guide2018 {
	padding:2px 2px;
	text-align:center;
	font-size:1.1rem;
	margin-bottom:0.6em;
	line-height: 1.2;
	color: #ffffff;
	background-color: #A4A4A4;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 10px;
}

h3.point1 {
	padding:2px 2px;
	text-align:center;
	font-size:1.1rem;
	margin-bottom:0.6em;
	line-height: 1.2;
	color: #ffffff;
	background-color: #5FB404;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 10px;
}

h3.point2 {
	padding:2px 2px;
	text-align:center;
	font-size:1.1rem;
	margin-bottom:0.6em;
	line-height: 1.2;
	color: #ffffff;
	background-color: #FE9A2E;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 10px;
}

.btnGuidance{
	background:#FF8000;
}
.btnGuidance:hover{
	background:#FAAC58;
}

table tr.point_kamoku th,
table tr.point_kamoku td{
	border: 1px solid #e5af77;
	background:#ffcc96;
}

table tr.point_seido th,
table tr.point_seido td{
	border: 1px solid #afcc6c;
	background:#c1db85;
}

span.framePart_original {
    border: 2px solid #884c96;
	background:#966ba0;
	color: #ffffff;
    padding: 0 0.3em;
    margin-right: 0.5em;
    font-weight: bold;
    font-size: 0.9em;</pre></body></html>