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

/* INITIALIZE +++++++++++++++++++ */

*{
	margin:0px;
	padding:0px;
	text-decoration:none;
	outline: none
}

address,
article,
aside,
button,
details, 
dd,
dl,
dt,
figcaption, 
figure,
footer,
header,
hgroup,
menu,
main,
nav,
section
{
	display:block;
}

ul,
ol,
li
{
	list-style-type:none;
}

img{ 
	border: none;
}

a {
	text-decoration: underline;
	color: #0000ff;
}

a:active {
	color: #ff6600;
	text-decoration: underline;
}

a:visited {
	color: #000099;
}

a:hover {
	text-decoration: underline;
	color: #ff6600;
}

em, 
strong
{
	text-decoration:none;
	font-style:normal;
	font-weight: normal;
}

.clearfix:after,
.clearFix:after{
	content:" ";
	display:block;
	clear:both;
	height:0;
}

.none{
	display:none;
}


/* FONT+++++++++++++++++ */

body{
	font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
	font-size:100%;
	line-height:20px;
	color:#606060;
}

.ffCentury{
	font-family:"Century Gothic", Helvetica;
}


/* STYLING+++++++++++++++++ */

.bold{
	font-weight:bold;
}

.normal{
	font-weight:normal;
}

.center{
	text-align: center;
}

.left{
	text-align: left;
}

.right{
	text-align: right;
}

/* SIZE+++++++++++++++++ */

.fs10{
	font-size:10px;
}

.fs14{
	font-size:14px;
}

.fs16{
	font-size:16px;
}

.fs18{
	font-size:18px;
}

.fs20{
	font-size:20px;
}

.fs24{
	font-size:24px;
}

/* EFFECT */

.dropShadow
{
	box-shadow: 0px 2px  2px rgba(0,0,0,0.2);
	-webkit-box-shadow: 2px 0px  2px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 2px  2px rgba(0,0,0,0.2);
}
</pre></body></html>