<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url(top.css);

/* CSS Document */

/* --------------------
 * 初期設定
-------------------- */

html, body{
	height:auto;
}
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input {
	margin:0;
	padding:0;
}

h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th {
	font-size:1em;
	font-weight:normal;
	font-style:normal;
}

form{
	display : inline;
}

ul,ol {
	list-style: none;
}

fieldset,img {
	border: none;
}
caption,th {
	text-align:left;
}

body {
	line-height:1.1em;
	font-family:"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","Verdana","ＭＳ Ｐゴシック","sans-serif";
	font-size:12px;
	color:#000;
	text-align:center;
}

a,
a:link,
a:visited {
	color:#000;
}
a:hover {
	color:#fd2b57;
}

.white a,
.white a:link,
.white a:visited,
.white a:active,
a.white,
a.white:link,
a.white:visited,
a.white:active {
	color:#fff !important;
}

.white a:hover,
a.white:hover {
	color:#fc8ba3 !important;
}

strong {
	font-weight:bold;
}


/* 装飾用フォーム */

em {
	font-style:italic !important;
}



/* --------------------
 * 汎用設定
-------------------- */

.clearBoth {
	clear:both;
	overflow:hidden;
	width:1px;
	height:1px;
	margin:0 -1px -1px 0;
	border:0;
	padding:0;
	font-size:0;
	line-height:0;
}

.clearFix:after {
	content: "."; display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

.clearFix { display: inline-block; }
.clearFix { display: block; }


.floatLeft {
	float:left;
}
.floatRight {
	float:right;
}

.right {
	text-align:right !important;
}
.left {
	text-align:left !important;
}
.center {
	text-align:center !important;
}



.marginS {
	height:1.5em;
	clear:both;
}
.marginM {
	height:3em;
	clear:both;
}
.marginL {
	height:5em;
	clear:both;
}
.marginLL {
	height:7em;
	clear:both;
}

.sentence {
	line-height:1.8em;
}

.photoFrame {
	padding:2px;
	border:1px solid #999;
	background-color:#fff;
	display:inline-block;
}

.showLayerDefaultHide {
	position:absolute;
	left:-10000px;
	top:-10000px;
}




.spOnly {
	display:none;
}





/* --------------------
 * 印刷用設定
-------------------- */

@media print {
body {
	background-color:#fff !important;
	color:#000 !important;
	}
	
a, a:link,a:visited,a:hover {
	color:#000 !important;
	text-decoration:none !important;
	}
}</pre></body></html>