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

/*----------------------------------------------------------------------------------------

	riset.css

----------------------------------------------------------------------------------------*/

html {
	font-size: 10px;/*=10px ベースのフォントサイズ*/
	overflow-y: scroll;
}
head + body {
	font-weight: 400;
	font-family: 'Noto Sans JP', sans-serif;
	font-feature-settings: 'palt';
}

strong {
	font-weight: 700;
}
body,a {
	color: #333;
}

* {
	margin: 0px;
	padding: 0px;
	font-style: normal;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6	{
	font-size: 100%;
}
h1, h2, h3, h4, h5, h6, th {
	font-weight: 700;
}

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

img	{
	border: 0;
	vertical-align: bottom;
	max-width: 100%;
}
#boxer img {
	max-width: none;
}

li	{
	list-style-type: none;
}

input {
	font-size: inherit;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display:block;
}
hr {
	margin: 0;
	border: none;
	border-bottom: 1px solid #999;
}
iframe {
	width: 100%;
	background-color: #efefef;
	border: none;
	display: block;
}
time {
	display: block;
}
video {
	width: 100%;
	outline: none;
	display: block;
}


body {
	-webkit-text-size-adjust: 100%;
}
</pre></body></html>