<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 */

/* ************************************************
 *	共通設定
 * ************************************************ */
 
/* ************************************************
 *	reset
 * ************************************************ */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,img { 
	border: 0;
}
img {
	vertical-align: top;
}
address,caption,cite,code,dfn,em,strong,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;
}



* {
	margin:0;
	padding:0;
	border:0;
	text-decoration:none;
	font-size:100%;
	font-weight:normal;
}


html {
	margin-bottom:1px;
	height:100%;
	overflow-y:scroll;
}

body {
	margin-bottom:1px;
	height:100%;
	font:14px/1.5 'メイリオ',Meiryo,Verdana, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	color:#555;
}

li {
	list-style:none;
}

img {
	border:0;
}

/* clearfix */
.clearfix:after {
	content: url(../../images/spacer.gif);
	display: block;
	clear: both;
	height: 0;
}
.clearfix {
	/display: inline-block;
}
/* Mac版IEを除外 */
.clearfix {
	overflow: block;
}

/* IE6 PNG */
* html img {
behavior: expression(
this.style.filter = this.src.match(/\.png$/) ? "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "')" : this.style.filter,
this.src = this.src.match(/\.png$/) ? this.src.slice(0, this.src.lastIndexOf("/")+1) + "spacer.gif" : this.src,
this.style.behavior = "none"
);
}

.imgfloatL{float: left;margin:0 15px 15px 0;}
.imgfloatR{float: right;margin:0 0 15px 15px;}

/* ---------------------------------------------
    inline align
--------------------------------------------- */
.inlineL { text-align: left;}
.inlineC { text-align: center;}
.inlineR { text-align: right;}

/* -------------------------------------
 *	リンクの色設定
 * ------------------------------------- */

a:link,a:visited {color:#fff;}
a:hover,a:active {color:#fff;}

.mt5{margin-top:5px;}
.mt10{margin-top:10px;}
.mt20{margin-top:20px;}
.mt30{margin-top:30px;}
.mb5{margin-bottom:5px;}
.mb10{margin-bottom:10px;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
.ml5{margin-left:5px;}
.ml10{margin-left:10px;}
.ml20{margin-left:20px;}
.ml30{margin-left:30px;}
.mr5{margin-right:5px;}
.mr10{margin-right:10px;}
.mr20{margin-right:20px;}
.mr30{margin-right:30px;}</pre></body></html>