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

/*body {
	margin:0;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", sans-serif;
}*/

body {
	margin:0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
	letter-spacing:1px;
	color:#333;
	-webkit-text-size-adjust: 100%;
	}

body,
html{
	height: 100%;
}


input, button, textarea, select {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}


/* *****************************************
/*+  initialize  +**************************
/***************************************** */
/*h1,h2,h3,h4,h5 {
	margin:0;
	padding:0;
	font-size:1em;
	line-height:1.0;
}
dl,dt,dd,p {
	margin:0;
	padding:0;
}
ol,ul,li {
	margin:0;
	padding:0;
	list-style:none;
}
a img {
	border:0;
	vertical-align:top;
	text-decoration:none;
}
img {
	vertical-align:top;
}
*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}


fieldset, img, figure {
	border: 0;
	padding: 0;
	margin: 0;
	vertical-align: top;
	font-size:0;
	line-height: 0;
}

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

ol, ul {
	list-style: none;
}

caption, th {
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

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

abbr, acronym {
	border: 0;
}

hr {
	display: none;
}

div {
	word-break:break-all;
}

a:link,
a:visited,
a:active,
a:hover { /* FireFox リンク選択時の点線を消す */
	overflow: hidden;
	outline: none;
}

/* *****************************************
/*+  clearfix  +****************************
/***************************************** */
.clear {
	clear:both;
}
.clearfix:after { /* for New Browser */
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
.clearfix {
	display:inline-block; /* for IE */
}
/* Hides from IE-mac \*/
* html .clearfix { height:1%; }
.clearfix { display:block; }
/* End hide from IE-mac */</pre></body></html>