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

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}

@import url(//fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,700,700italic);
body {
	font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	color:#333;
}

ul {
	list-style:none;
}

a img {
	border:none;
}

a {
	text-decoration:none;
	color:#333;
}
a:hover { text-decoration:underline;}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.alignright {float:right;}
.alignleft {float:left;}
.aligncenter {text-align:center;}
.alignnone {clear:both;}
.bold { font-weight:bold; }

h1 {
	font-size: 21px;
	font-size: 1.5rem;
	line-height: 1.5;
}

h2 {
	font-size: 18px;
	font-size: 1.285714286rem;
	line-height: 1.6;
}

h3 {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.846153846;
}

h4 {
	font-size: 14px;
	font-size: 1rem;
	line-height: 1.846153846;
}

h5 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}

h6 {
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.846153846;
}</pre></body></html>