<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.scroll2top {
display: table-cell;
vertical-align: middle;
text-align: center;
font-size: 30px;
font-weight: bold;
line-height: 1;
width: 50px;
height: 40px;
z-index: 10;
color: #fff;
background-color: #aaa;
padding-top: 10px;
border: solid 1px #f3f5f5;
-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}
.scroll2top:hover { background-color: #777;}

#wrapper {
	font-size: 16px;
	line-height: 1.8em;
	background-color: #14166c;
}

.container{
	width: 990px;
	max-width: 990px;
	min-width: 990px;
	background-color: #14166c;
	border-left: solid 1px #fff;
	border-right: solid 1px #fff;
	margin: 0 auto;
	-webkit-box-shadow: 0 0 10px rgba( 255, 255, 255, 0.2);
	-moz-box-shadow: 0 0 10px rgba( 255, 255, 255, 0.2);
	box-shadow: 0 0 10px rgba( 255, 255, 255, 0.2);
}
.container .main_img{ width: 100%; vertical-align: bottom; margin: 0 auto; display: block;}

.campaign_summary{
	font-size: 86%;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: left top;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: solid 5px #060742;
	margin: 0 25px;
	padding: 20px;
	overflow: hidden;
}

.campaign_summary h2,
.campaign_summary h3{
	color: #333333;
	font-size: 21px;
	font-weight: bold;
	text-shadow: 0 2px 0 rgba(255, 255, 255, 0.9);
	margin: 0 auto;
	display: block;
}
.campaign_summary ul{ margin-bottom: 20px; padding-left: 20px;}
.campaign_summary ul:last-child{ margin-bottom: 0;}
.campaign_summary li{ list-style-type: disc;}

.campaign_points{ background-color: #fff; overflow: hidden;}

#sns{ text-align: right; width: 980px; margin: 10px auto;}

.program_copyright{ text-align: center; padding-bottom: 2em;}

</pre></body></html>