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

div , dl , dt , dd , ul , ol , li , pre , form , fieldset , input , textarea , blockquote , th , td { 
	margin: 0;
	padding: 0;
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary{
	display:block;
}
p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}


body {
    color: #333;
    font-size: 14px;
    line-height: 2.4em;
    margin: 0;
    padding: 0;
    text-align: center;
    background-color: #FFFFFF;
    font-family: Meiryo, 'Hiragino Kaku Gothic Pro', 'MS PGothic', sans-serif;
    -webkit-text-size-adjust: 100%;
}

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

fieldset , img {
	border: 0;
	vertical-align: bottom;
	margin: 0px;
	padding: 0px;
}

address , caption , cite , code , dfn , th , var {
	font-style: normal;
	font-weight: normal;
}

ol , ul {
	list-style: none;
}

caption , th {
	text-align: left;
}

h1 {
	font-size: 10px;
	font-weight: normal;
	margin: 0px;
	padding-bottom: 0px;
	line-height: 14px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}


h2 , h3 , h4 , h5 , h6 {
	font-size: 100%;
	font-weight: normal;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

q:before , q:after {
	content: '';
}

abbr , acronym {
	border: 0;
}

textarea {
	font-size: 100%;
	font-family: 'Hiragino Kaku Gothic Pro',Meiryo,'MS PGothic',sans-serif;
}
form {
	margin: 0px;
	padding: 0px;
}
form table {
	margin-bottom: 10px;
}
form th {
	padding: 10px;
	vertical-align: top;
}
form td {
	padding: 10px;
	vertical-align: top;
}
.form01 {
	width: 400px;
}
.form02 {
	height: 80px;
	width: 450px;
}
.form03 {
	width: 100px;
}

div {  
    zoom: 1;/*for IE 5.5-7*/  
}  
div:after {/*for modern browser*/  
    content: ".";  
    clear: both;  
    display: block;  
    line-height: 0;  
    height: 0;  
    visibility: hidden;  
}  
.clear {
	clear: both;
}
.clearfix {
	zoom: 1;
	}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
a img {
	transition: 0.2s;
	opacity: 1;
}
a:hover img {
	opacity: 0.8;
}img {
    max-width: 100%;
    height: auto;
    padding-bottom: 0px;
}
</pre></body></html>