<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#contents {
	clear : both;
	width : 1200px;
	margin-left : auto;
	margin-right : auto;
	margin-top : 40px;
}

h2#ptitle {
	margin-bottom : 40px;
	font-size : 250%;
	font-weight : 900;
	text-align : center;
}

p#hmsg {
	width : 800px;
	margin-left : auto;
	margin-right : auto;
	margin-bottom : 40px;
	line-height : 1.7em;
}

ul#himg {
	list-style : none;
	overflow : hidden;
	margin-bottom : 50px;
}

ul#himg li {
	float : left;
	width : 276px;
	margin-right : 32px;
}

ul#himg li:last-child {
	margin : 0;
}

ul#himg li img {
	border-radius : 10px;
}

#main {
	clear : both;
	margin : 0 150px 70px 150px;
	padding : 35px 40px 40px 40px;
	background : #ffffff;
	border-radius : 10px;
}

#main h3 {
	margin-bottom : 30px;
	font-size : 190%;
	font-weight : 900;
	text-align : center;
}

#data {
	width : 100%;
    margin-left : auto;
	margin-right : auto;
	border-top : solid 1px #aaaaaa;
}

#data th {
	width : 110px !important;
	width /**/: 140px;
	padding : 13px 15px 14px 15px;
	border-bottom : solid 1px #aaaaaa;
	background : #fae1aa;
	text-align : left;
	font-weight : 500;
}

#data td {
	padding : 13px 0 14px 15px;
	border-bottom : solid 1px #aaaaaa;
	line-height : 1.5em;
}

#data td span {
	letter-spacing : 1px;
}

#data td a {
	color : #ff2d19;
	text-decoration : underline;
}

#data td a:hover {
	color : #ff2d19;
	text-decoration : none;
}

#data td a.tellink {
	color : #282828;
	pointer-events : none;
	text-decoration : none;
}

#data td ul {
	margin : 5px 0 0 21px;
}

#data td ul li {
	margin-bottom : 6px;
}</pre></body></html>