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

/****************************************************************
	CommonElements
 ****************************************************************/
body {
	font-size: 100%;
	line-height: 140%;
	font-family: Arial,Helvetica,sans-serif;
	color: #000;
	text-align: center;
	background: #fff;
}

a:link { text-decoration:none; color: #000;}
a:visited { text-decoration:none; color: #000;}
a:active { text-decoration:none; color: #000;}
a:hover { text-decoration:none; color: #000;}

h1 {
	margin-bottom: 20px;
	padding: 10px 0;
	background:#EDEDED;
	color:#0A0A0A;
	font-size: 13.5px;
	font-weight: bold;
	text-align: center;
}
h2 {
	padding: 30px 0;
	width: 100%;
	font-size: 12px;
}

#container {
	margin: 0 auto;
	/*width: 500px;*/
	width: 100%;
	line-height: 160%;
	text-align: center;
}
#container p {
	padding: 0 0 30px 0;
	text-align: left;
}

/* #loadarea
--------------------------- */
#loadarea {
	margin: 0 auto 10px auto;
	/*width: 500px;*/
	width: 100%;
	text-align:center;
}
#loadarea .loadItem {
	margin-left:4px;
	padding: 10px 0;
	/*width: 500px;*/
	width: 100%;
	line-height: 160%;
	/*border-bottom: #666 1px dotted;*/
}
#loadarea #item1 {
	/*border-top: #666 1px dotted;*/
}
#loadarea .loadItem a {
	margin: 0 8px 0 0;
	width: 15%;
	height: 15%;
	float: left;
}

#loadarea .loadItem a img {
	width: 100%;
	height: 100%;
	overflow:hidden;
}

/* #nowLoading
--------------------------- */
#nowLoading {
	padding: 5px 0;
	width: 100%;
	text-align: center;
}

/* #btnMore
--------------------------- */
#btnMore {
	padding: 10px 0;
	width: 100%;
	text-align: center;
	border:#484848 1px solid;
	cursor: pointer;
}

/* =======================================
	ClearFixElements
======================================= */
#loadarea .loadItem:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}
#loadarea .loadItem {
	display: inline-block;
	overflow: hidden;
}</pre></body></html>