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


@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/css?family=Roboto Condensed:400,700,900);


/************************************************/

body,div,h1,h2,h3,h4,h5,p,ul,li,dl,dt,dd{
	margin: 0;
	padding: 0;
	color:#000;
    font-family: 'Roboto Condensed','Noto Sans Japanese', sans-serif;
	font-size:13px;
	letter-spacing: 0.1em;
	line-height:1.8em;
}


.c { height: 0px;
	clear: both;
	line-height: 0px;
	padding:0;
	margin:0;
}

ul li{
	list-style:none;
}

img {
	border: 0;
	outline: none;
	padding:0;
}


.img-responsive {
  display: block;
  height: auto;
  max-width: 100%;
}


</pre></body></html>