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

#header .body,
#footer .body {
	width: 560px;
}
#bonusContents {
	width: 560px;
	margin: 30px auto;
	text-align: left;
	line-height: 1.5em;
}
#bonusContents h2{
	border-bottom: 2px solid #274AB2;
	font-size: 130%;
	margin-bottom:10px;
}
#bonusContents h3{
	margin-top: 20px;
	font-size: 110%;
	color: #274AB2;
}
#bonusContents li{
	text-indent: -1em;
	padding-left: 1em;
	list-style-type: none;
}
#bonusContents li span{
	display: block;
	padding-left: 1em;
}

#bonusContents li.plus-space-headline {
	text-indent: 0em;
}

#bonusContents li.plus-space {
	text-indent: 1em;
}

.block {
    padding: 10px;
    color: #fff;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background: #6495ed;
	text-align:center;
}

.window{
	margin: 30px auto;
	text-align:right;
}</pre></body></html>