<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 */

.main-exclusive{
	padding:30px;
	background-color:#FFFFFF;
	
	
}

.main-exclusive h1, .main-exclusive h2, .main-exclusive h3 {
color: #333;
font: bold 20px Arial,Helvetica,sans-serif;
margin: 20px 0 5px 0;
padding: 0;
text-align: left;
}
.main-exclusive h1 { margin-top:0px;}
.main-exclusive h2 {
font-size:14px;
margin:0;
margin-top:15px;
}

.main-exclusive h3 {
font-size:12px;
margin:2px 0 5px 0;
}

.main-exclusive p{
color:#333;
font: 1.2em/16px Arial,Helvetica,sans-serif;
padding:5px 0 5px 0;
text-align: left;
}
.main-exclusive h2 a, .main-exclusive h2 a:hover{
font-size:14px;
color:#FF0033;
text-decoration:none;
}

.main-exclusive h2 a:hover{
text-decoration:underline;
}
.main-exclusive h4{
color:#db2163;
font-weight:bold;
font-size:14px;
padding-top:22px;
padding-bottom:6px;

}

.grey {
background-color:#CCCCCC;
height:240px;

}

.leftlist{
width:45%;
padding:15px;
float:left;
}

.grey h3 {
color:#db2163;
font-weight:bold;
font-size:14px;
margin:0;
padding:2px 0 2px 0;
}

.grey ul {
padding-left:5px;
margin-left:10px;
}

.grey ul li a{
font:12px Arial,Helvetica,sans-serif;
text-align:left;
color:#333;
font-weight:normal;


}

#space{
margin-bottom:18px;

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