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

/*common*/

body
{
	color: #333;
	font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo,sans-serif;
	font-size: 14px;
	line-height: 1.6em;
	line-break: strict;
	word-break: break-all;
	text-align: justify;
	text-justify: distribute;
	background: #00c300;
}

a:link {
	text-decoration: none;
	color: #00A2DB;
}

a:visited {
	text-decoration: none;
	color: #00A2DB;
}

a:hover {
	text-decoration: underline;
	color: #F90;
}
p
{
	margin-bottom: 1em;
}
p:last-child
{
	margin-bottom: 0;
}


/*PC--------------------------------------------------------------------------------------*/

#wrap
{
	max-width: 800px;
	margin: 0 auto;
	padding: 20px;
	box-sizing: border-box;
}

#header
{
	max-width: 564px;
	margin: 0 auto 20px auto;
}
#header img
{
	width: 100%;
}

.frame
{
	background: #fff;
	padding: 20px;
	box-sizing:;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0px 0px 3px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0px 3px 3px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 3px 3px rgba(0,0,0,0.3);
	margin-bottom: 20px;
}

.cc01
{
	color: #F60;
	font-size: 1.2em;
	line-height: 1.5em;
	margin-bottom: 1em;
}
.cc02
{
	color: #fff;
	font-size: 1.2em;
	line-height: 1.5em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #00c300;
	padding: 0.5em;
	margin-bottom: 1em;
}
.cc03
{
	color: #F06;
	font-size: 1.2em;
	line-height: 1.5em;
	margin-bottom: 0.8em;
}
.cc04
{
	color: #F60;
}
.id-frame
{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 0.5em;
	border: 1px solid #00c300;
	text-align: center;
	font-size: 1.2em;
	background: #FFC;
}
.qr-code
{
	max-width: 180px;
}
.qr-code img
{
	width: 100%;
}

.banner
{
	width: 200px;
	margin: 0 auto 10px auto;
}
.copyright
{
	text-align: center;
	color: #fff;
}

#page-top
{
	position: fixed;
	bottom: 10px;
	right: 10px;
	opacity: 0.7;
}

/*MOBILE--------------------------------------------------------------------------------------*/



@media only screen and (max-width: 480px) {

body
{
	font-size: 12px;
}

#header
{
	margin: 0 auto 10px auto;
}
#wrap
{
	padding: 10px;
}
.frame
{
	margin-bottom: 10px;
}



}

</pre></body></html>