<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset"shift_jis";
/**********************
CLEAR CSS
LAST UP DATA: 2010/11/18
(aoki)
***********************/

*{
	font-style:normal;
	margin: 0;
}
html{
	margin:0;
	padding:0;
}
body{
	margin:0;
	padding:0;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
div,p,
dl,dt,dd,ul,ol,li,
pre,map,
form,fieldset,
blockquote,input,textarea
table,thead,tbody,tfoot,caption,th,td,br{
	margin:0;
	padding:0;
}
h1 , h2 , h3 , h4 , h5 , h6 {
	font-size: 100%;
	font-weight: normal;
	margin:0;
	padding:0;
}
ul{
	list-style-type:none;
}
fieldset , img { 
	border: 0;
	vertical-align: bottom;
}
address , caption , cite , code , dfn , em , strong , th , var {
	font-style: normal;
	font-weight: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
q:before , q:after {
	content: '';
}
abbr , acronym {
	border: 0;
}
textarea {
	font-size: 100%;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
object,embed{
	vertical-align:top;
}
.clear{
	clear:both;
}
.va-t{
	vertical-align:top !important;
}
.va-b{
	vertical-align:bottom !important;
}


/* float hack */

.clearfix{
	zoom: 100%;
}
.clearfix:after{
	content: ".";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;

	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
/*\*/
* html .clearfix{
	height: 1em;
	overflow: visible;
}
/**/


/* vertical-align hack */

.valignfix{
	display:table-cell;
	margin-bottom:1px;
	vertical-align:middle;
}
* html .valignfix{/* IE 6 */
	display:inline;
	zoom:1;
}
*:first-child+html .valignfix{/* IE 7 */
	display:inline;
	zoom:1;
}
/*\*//*/
* html .valignfix{
	display:inline-block;
}
/**/

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