<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

html,body {
	margin:0;
	padding:0;
	font-size:16px;
	line-height:180%;
	font-family: 'Noto Sans JP', sans-serif;
	color:#333333;
	background:#FFF;
}

img {
	max-width: 100%;
	height: auto;
	border: none;
	vertical-align:bottom;
	margin: 0px;
	padding: 0px;
	transition: 0.2s;
}

a img:hover {
	opacity: 0.8 ;
}

a {
	color: #B25900;
	text-decoration:underline;
}

a:hover
{
	color: #B25900 !important;
	-moz-transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	-ms-transition-duration: 0.2s;
	transition-duration: 0.2s;
	text-decoration: none;
	opacity: 0.8;
	
}

a:active
{
	text-decoration: none;
}

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
}

ul, li {
	margin:0;
	padding:0;
	list-style: none;
}

dl, dt, dd {
	margin:0;
	padding:0;
}

p {
	margin: 0px;
	padding: 0px;
}

form {
	margin: 0px;
	padding: 0px;
}
</pre></body></html>