<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*-------------------------
commons
-------------------------*/
body {
		font-family: 'Roboto',' Arial','Helvetica Neue', -apple-system, BlinkMacSystemFont, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '貂ｸ繧ｴ繧ｷ繝�け  Medium', meiryo, sans-serif;
	font-size:3.125vw;
	line-height:1.5;
	text-align:center;
	-webkit-text-size-adjust: 100%;
}
body.sarchresults { background:#292828; }
/*link color*/
a{ color:#202020; text-decoration:none;-webkit-tap-highlight-color:rgba(0,0,0,0); }

a:hover { color:#72c2fd; text-decoration:underline; }
a:visit { color:#F90; }
.pc-flex{
	display:block;
}
/*-------------------------
	layout
-------------------------*/
#body_box{
	min-width:inherit;
	max-width:100vw;
	margin:0;
	padding:0;
	overflow-x:hidden;
}
#head_area_inner {
		padding:10px 0;
}
#head_area strong{
	float:none;
	max-width: calc(100% - 40px);
	margin:0;
	padding: 0;
}

.footer_wrap #footer_area{
	margin-top: 0;
	padding-bottom: 0;
}

/* ===============================================
	.toTop
=============================================== */
.goTop {
	bottom: 4%;
	right: 1%;
}
.goTop a.show{
	width:2.5em;
	height:2.5em;
}
.goTop img{
	width: 80%;
}</pre></body></html>