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

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

body{
	font-family: "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","游ゴシック体","Yu Gothic",YuGothic,"メイリオ",Meiryo,sans-serif !important;
	font-size:95%  !important;
	color:#333333  !important;
	font-weight:500  !important;
	line-height:1.65;
}


h1,h2,h3,h4,h5,h6 {
	font-weight: normal;

}

li{
	list-style-type: none;
}

a{
	text-decoration: none;
}

a:hover{
	opacity:0.8;
}

img{
	width:100%;
	height: auto;
	vertical-align: bottom;
}

a{
	cursor:pointer;
}
</pre></body></html>