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

/*//////////////////////////////////////////////////////////////
	
//////////////////////////////////////////////////////////////*/

/*=======================================================
	shared
=======================================================*/
html {
	overflow-y:scroll;
}
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:85%;
	line-height: 150%;
	background-color:#F8738A;
	position:relative;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0px;
	padding: 0px;
}
img {
	border: none;
	vertical-align:bottom;
	height:auto;
}
p {
	margin: 0px 0px 15px 0px;
	padding: 0px;
}
li {
	list-style: none;
}

/*-------------------------------------------------------
	link Color
-------------------------------------------------------*/
a:link {
	color: #8C0000;
	text-decoration:none;
}
a:visited {
	color: #8C0000;
	text-decoration:none;
}
a:hover {
	color: #8C0000;
	text-decoration:underline;
}
a:active {
	color: #8C0000;
	text-decoration:none;
}


/*-------------------------------------------------------
	clearfix 
-------------------------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	line-height:0;
	visibility: hidden;
}

.clearfix { display: inline-block}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix { display:block;}
/* End hide from IE-mac */

/*-------------------------------------------------------
	color
-------------------------------------------------------*/
.red {
	color: #CC0000;
}
.blue {
	color: #0099CC;
}
.orange {
	color: #FF6600;
}
.yellow {
	color: #996600;
}
.green {
	color: #55B859;
}

.important {
	color:#DF0F0F;
}
.wait{
	color:#999;
}

/*-------------------------------------------------------
	font weight
-------------------------------------------------------*/
.b {
	font-weight: bold;
}
.normal {
	font-weight: normal;
}

/*-------------------------------------------------------
	font size
-------------------------------------------------------*/
.textL {
	font-size: 20px;
}
/*-------------------------------------------------------
	margin
-------------------------------------------------------*/
/* top */
.mt0 {
	margin-top: 0px !important;
}
.mt5 {
	margin-top: 5px !important;
}
.mt10 {
	margin-top: 10px !important;
}
.mt15 {
	margin-top: 15px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mt25 {
	margin-top: 25px !important;
}
.mt30 {
	margin-top: 30px !important;
}
.mt35 {
	margin-top: 35px !important;
}
.mt40 {
	margin-top: 40px !important;
}
.mt45 {
	margin-top: 45px !important;
}
.mt50 {
	margin-top: 50px !important;
}


/* left */
.ml0 {
	margin-left: 0px !important;
}
.ml5 {
	margin-left: 5px !important;
}
.ml10 {
	margin-left: 10px !important;
}
.ml15 {
	margin-left: 15px !important;
}
.ml20 {
	margin-left: 20px !important;
}
.ml25 {
	margin-left: 25px !important;
}
.ml30 {
	margin-left: 30px !important;
}
.ml35 {
	margin-left: 35px !important;
}
.ml40 {
	margin-left: 40px !important;
}
.ml45 {
	margin-left: 45px !important;
}
.ml50 {
	margin-left: 50px !important;
}

/* right */
.mr0 {
	margin-right: 0px !important;
}
.mr5 {
	margin-right: 5px !important;
}
.mr10 {
	margin-right: 10px !important;
}
.mr15 {
	margin-right: 15px !important;
}
.mr20 {
	margin-right: 20px !important;
}
.mr25 {
	margin-right: 25px !important;
}
.mr30 {
	margin-right: 30px !important;
}
.mr35 {
	margin-right: 35px !important;
}
.mr40 {
	margin-right: 40px !important;
}
.mr45 {
	margin-right: 45px !important;
}
.mr50 {
	margin-right: 50px !important;
}



/* bottom */
.mb0 {
	margin-bottom: 0px !important;
}
.mb5 {
	margin-bottom: 5px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb15 {
	margin-bottom: 15px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb25 {
	margin-bottom: 25px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb35 {
	margin-bottom: 35px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.mb45 {
	margin-bottom: 45px !important;
}
.mb50 {
	margin-bottom: 50px !important;
}

/*=======================================================
	float
=======================================================*/
.fleft {
	float: left;
}
.fright {
	float: right;
}


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

.vtop {
	vertical-align:top;
}

/*=======================================================
	skip_nav
=======================================================*/
#skip_nav {
	margin: 0px 0px 0px -9999px;
	padding: 0px;
	text-indent: -9999px;
	position: absolute;
}

/*
=========================================================
	table
=========================================================
*/
table {
	border-collapse: collapse;
	border-spacing: 0px;
}


/*
=========================================================
	indent
=========================================================
*/
.note {
	padding-left:1em;
	text-indent:-1em;
	display: block;
}
.note1_5 {
	padding-left:1.5em;
	text-indent:-1.5em;
	display: block;
}
.note2 {
	padding-left:2em;
	text-indent:-2em;
	display: block;
}
</pre></body></html>