<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
*{
	box-sizing: border-box;
	font-family: kozuka-gothic-pr6n, sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height:160%;
	margin:0;
	padding:0;
	position:relative;
}

a{
	color:#007DDC;
	outline:none;
	text-decoration:none;
	transition:0.1s;
}
figure{
	display:inline-block;
}
i{
	font-style:normal;
}
img{
	border:none;
	vertical-align:bottom;
}
main{
	display:block;
}
table,thead,tbody,tr,th,td{
	border:0;
	border-collapse:collapse;
}
ul,ol,li{
	list-style:none;
}

input[type="submit"],
label:hover{
	cursor:pointer;
}

.mincho{
	font-family: a-otf-ud-reimin-pr6n, sans-serif;
	font-weight: 300;
}

/*共通class*/
.clr{
	clear:both;
}
.code{
	color:orangered;
	display:block;
}
.pre{
	white-space:pre-wrap;
	word-wrap:break-word;
}
.em{
	color:#F1492D;
}

/*アニメーション*/
@keyframes fadeIn{
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}</pre></body></html>