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

* {
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}
:before,:after {
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}
* {
	-webkit-appearance: none;
    padding: 0;
    margin: 0;
}
body {
	overflow-x: hidden;
	position: relative;
	width: 100%;
	background: #ffffff;
    color: #000000;
	font: 14px/1.5 "游ゴシック体", "游ゴシック", 'Yu Gothic' , YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "MS PGothic", Arial, Helvetica, Verdana;
	text-align: center;
}
ul{
    padding: 0;
}
li{
    list-style: none;
}
article {
	clear: both;
	text-align: left;
}
footer {
	clear: both;
}</pre></body></html>