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

/* =============================================
 共通
============================================= */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
	margin: 0;
	padding: 0;
}
body{
	background: #000;	
	position: relative;
	color:#fff;
	font-size:88%;
	font-family:'Josefin Sans','メイリオ','Meiryo','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','Osaka',sans-serif;
	margin: 0px;
	padding: 0px;
}
img {
	border: none;
	vertical-align: bottom;
}
li {
	list-style: none;
}
h1,h2,h3,h4,h5,h6{
	font-weight:normal;
}
/* -------------------------------------------
 p
------------------------------------------- */
p + p,
dl + p{
	margin-top: 10px;
}
/* -------------------------------------------
 a
------------------------------------------- */
a{
	overflow: hidden;
	outline: none;
	color: #fff;
	text-decoration: none;
}
a:hover{
	color: #e95070;
	text-decoration: none;
}

/* -------------------------------------------
 共通クラス
------------------------------------------- */
.smp{
	display:none;
}
.txt_center{
	text-align: center;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}</pre></body></html>