<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	position: relative;
	
	font-family: sans-serif;
	font-size: 16px;
	line-height: 1.8em;
	
	background: url('../images/item-bottom.png'), url('../images/bg-footer.png'), url('../images/bg-notebook.jpg');
	background-repeat: no-repeat, repeat-x, repeat;
	background-position: center calc(100% - 120px), center bottom, center top;
	background-size: auto 180px, auto 300px, auto auto;
	
	margin-bottom: 280px;
}

.menu {
	width: 100%;
	height: 60px;
	background: #fff;
	border-bottom: 1px solid #000;
	box-shadow: 0 3px 3px #999;
	text-align: center;
	
	position: fixed;
	z-index: 998;
}
.menu &gt; div {
	display: inline-block;
	font-weight: bold;
	margin-top: 5px;
	padding: 3px 15px;
	line-height: 32px;
}
.menu &gt; div &gt; p {
	display: inline-block;
	padding: 0 5px;
}

.menu .menu-year, .menu .menu-share {
	border-right: 2px solid #ececec;
}
.menu .menu-year &gt; select {
	border: 1px solid #7aa89a;
	background: #97cfbe;
	height: 28px;
	font-size: 16px;
}

.menu .menu-share &gt; a {
	color: #6c6c6c;
	font-size: 28px;
}
.menu .menu-share &gt; a:hover { color: #3c3c3c; }

.menu .menu-home &gt; a {
	text-decoration: none;
	color: #000;
}

.menu-button {
	margin-left: 15px;	
	margin-top: -1px;
	cursor: pointer;
	position: fixed;
	z-index: 999;
}

@media screen and (max-width:769px){
	.menu {
		height: auto;
		text-align: left;
		padding-top: 60px;
	}
	.menu &gt; div {
		display: block;
		width: 90%;
		margin: 0 auto;
		padding: 10px 0;
	}
	.menu .menu-year, .menu .menu-share {
		border-right: none;
		border-bottom: 1px solid #7aa89a;
	}
	.menu &gt; div &gt; p {
		display: block;
		padding: 0;
	}
	.menu .menu-year &gt; select {
		width: 100%;
		height: 40px;
	}
	.menu .menu-share &gt; a {
		font-size: 36px;
		margin-right: 8px;
	}
	
	.menu-button {
		margin-left: 70%;
	}
}

.header {
	width: 90%;
	margin: 0 auto;
	text-align: center;
	padding-top: 40px;
	margin-bottom: 120px;
}
.header img { max-width: 96%; }
.header .intro { 
	max-width: 600px;
	width: 75%;
	margin: 0 auto;
	margin-top: 8px;
	font-family: 'manopmailight';
	font-size: 20px;
	position: relative;
}
.header .intro .item-left {
	width: 50px;
	position: absolute;
	top: 0;
	left: -100px;
} 
.header .intro .item-right {
	width: 120px;
	position: absolute;
	top: -125px;
	right: -120px;
} 

@media screen and (max-width:769px){
	.header .intro { 
		text-align: left;
		width: 85%;
	}
	.header .intro .item-left {
		display: none;
	} 
	.header .intro .item-right {
		display: block;
		width: 120px;
		position: relative;
		top: auto;
		right: 0;
		float: right;
		
	} 
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

.wrapper {
	max-width: 1000px;
	width: 80%;
	margin: 0 auto;
	padding: 30px 0;
	
	background: url('../images/dash-line.png');
	background-repeat: repeat-y;
	background-position: center top;
	
	position: relative;
}
.wrapper .letsgo {
	position: absolute;
	top: -58px;
	width: 100%;
	text-align: center;
}

.year-heading {
	width: 100%;
	text-align: center;
}
.year-heading h1 {
	font-family: '2peastinyreg';
	font-size: 62px;
	margin: 30px 0;
	padding: 40px 30px 30px 30px;
	border-radius: 50%;
	background: #fff;
	box-shadow: 2px 0 3px #ececec;
	
	display: inline-block;
}

@media screen and (max-width:769px){
	.wrapper {
		padding: 30px 20px;
		background: url('../images/dash-line-mobile.png');
		background-repeat: repeat-y;
		background-position: left top;
	}
	.wrapper .letsgo {
		left: -5%;
		text-align: left;
	}
	.year-heading { text-align: left; }
}

.content {
	display: block;
	width: 100%;
}

.content-crop {
	width: 45%;
	margin: 20px 0;	
	position: relative;
}

.content:nth-child(odd) .content-crop { float: right; }
.content:nth-child(even) .content-crop { float: left; }

@media screen and (max-width:769px){
	.content { margin-bottom: 20px; }
	.content-crop { 
		width: 100%; 
		padding-bottom: 40px;
		background: url('../images/bottom-line-mobile.png') center bottom no-repeat;
	}
	.content:nth-child(odd) .content-crop { float: none; }
	.content:nth-child(even) .content-crop { float: none; }
}

.content &gt; .content-crop img.thumbnail {
	max-width: 400px;
	width: 80%;
	display: block;
	margin: 0 auto;
}
.content &gt; .content-crop small {
	display: block;
	font-family: 'manopmailight';
	font-size: 18px;
	padding: 20px 0 0 0;
}
.content &gt; .content-crop h3 {
	display: block;
	font-family: 'manopscriptreg';
	font-size: 36px;
	padding: 10px 0;
}
.content &gt; .content-crop p {
	display: block;
	font-family: 'manopmailight';
	font-size: 16px;
	line-height: 1.2em;
	
	position: relative;
}
.content &gt; .content-crop p &gt; a::before {
	content: '';
	background: url('../images/arrow-link.png') center left no-repeat;
	width: 16px;
	height: 16px;
	display: block;
	position: absolute;
	left: 0;
}
.content &gt; .content-crop p &gt; a {
	display: block;
	font-family: 'manopmailight';
	font-size: 16px;
	padding: 10px 0 0;
	color: #000;
	text-decoration: underline;
	margin-left: 30px;
}
.content &gt; .content-crop p &gt; iframe {
	max-width: 100%;
	margin-top: 10px;
}
@media screen and (max-width:769px){ 
	.content &gt; .content-crop img.thumbnail { width: 95%; }
}

.content &gt; .content-crop &gt; .floating-icon &gt; img {
	position: absolute;
	max-height: 100px !important;
	max-width: 40% !important;
}
.content:nth-child(odd) .content-crop &gt; .floating-icon &gt; img:nth-child(1) {top:10%;left:-80%;}
.content:nth-child(odd) .content-crop &gt; .floating-icon &gt; img:nth-child(2) {top:53%;left:-120%;}
.content:nth-child(odd) .content-crop &gt; .floating-icon &gt; img:nth-child(3) {top:75%;left:-55%;}
.content:nth-child(even) .content-crop &gt; .floating-icon &gt; img:nth-child(1) {top:12%;right:-60%;}
.content:nth-child(even) .content-crop &gt; .floating-icon &gt; img:nth-child(2) {top:48%;right:-112%;}
.content:nth-child(even) .content-crop &gt; .floating-icon &gt; img:nth-child(3) {top:78%;right:-66%;}

@media screen and (max-width:769px){ 
	.content &gt; .content-crop &gt; .floating-icon &gt; img:nth-child(2),
	.content &gt; .content-crop &gt; .floating-icon &gt; img:nth-child(3) {
		display: none;
	}
	.content:nth-child(odd) &gt; .content-crop &gt; .floating-icon &gt; img:nth-child(1) {
		max-height: 100px !important;
		max-width: 100px !important;
		top: -10%;
		left: -10%;
	}
	.content:nth-child(even) &gt; .content-crop &gt; .floating-icon &gt; img:nth-child(1) {
		max-height: 100px !important;
		max-width: 100px !important;
		top: -10%;
		right: -3%;
	}
}

.is-hidden {
	visibility: hidden;
}


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