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

p {
	font-size:30px;
	line-height:1.5;
}

.bold { font-weight:bold; }

.emtxt { font-size:33px; }

.middletxt { font-size:25px; }

.smalltxt { font-size:18px; }

.gray { color:#959595; }

.red { color:#CC0000; }

.center { text-align: center; }

.txtbtn {
	background:url(../img/arrow_white.gif) no-repeat 610px center;
    font-size: 25px;
    list-style-type: none;
    text-align: center;
	background-color:#000000;
}

.txtbtn a {
    display: block;
    padding: 15px;
	color:#ffffff;
	text-decoration:none;
}

.sub_tit {
    background: url(../img/icon_moon.png) no-repeat scroll 50px 12px rgba(0, 0, 0, 0);
    border-bottom: 1px solid #000000;
    border-top: 1px solid #000000;
    font-size: 124.1%;
    font-weight: normal;
    margin: 10px 0 15px;
    padding: 5px 50px 5px 90px;
}

.list_tit {
    background: url(../img/icon_moon.png) no-repeat scroll 0 10px rgba(0, 0, 0, 0);
	padding-left:35px;
    font-weight: bold;
}

.list_tit_s {
    background: url(../img/icon_moon.png) no-repeat scroll 0 10px rgba(0, 0, 0, 0);
	padding-left:35px;
    font-weight: bold;
}

.list_tit_sun {
    background: url(../img/icon_sun.png) no-repeat scroll 0 10px rgba(0, 0, 0, 0);
	padding-left:35px;
    font-weight: bold;
}

.list_tit_sun_s {
    background: url(../img/icon_sun.png) no-repeat scroll 0 10px rgba(0, 0, 0, 0);
	padding-left:35px;
}

.list_tit_sun_red_s {
    background: url(../img/icon_sun_red.png) no-repeat scroll 0 10px rgba(0, 0, 0, 0);
	padding-left:35px;
}</pre></body></html>