<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	background-color: #fff;
}
img {
	max-width: 100%;
	height: auto;
}
a {
	color: #00A0E9;
}
p {
	line-height: 1.8;
	font-size: 15px;
}
ul {
	list-style-type: none;
	padding: 0;
	text-decoration: underline;
	color: #666;
}
li {
	padding-top: 10px;
}
.pink {
	color: #E85298;
	font-weight: bold;
	font-size: 18px;
}
.bold {
	color: #444;
	font-weight: bold;
}
.blue {
	color: #00A0E9;
	font-weight: bold;
	font-size: 18px;
}
h1 {
	font-size: 8px;
	color: #434343;
	padding-right: 5px;
	text-align: right;
	font-weight:normal;
}
h3 {
	border-bottom: 2px solid #00A0E9; 
	color: #333;
}
#header {
	padding: 10px;
}
#header p {
	color: #666;
	font-size: 14px;
}
#contents {
	padding: 10px;
	overflow: hidden;
}
#contents h2 {
	color: #333;
	font-size: 20px;
	border-bottom: 2px solid #00A0E9;
}
.table {
	width: 100%;
	border-collapse: collapse;
	font-size: 80%;
}
.table a {
	font-weight: bold;
}
.table .number {
	color: #fff;
	background-color: #7ECEF4;
}
.table th{
	padding: 6px;
	text-align: center;
	vertical-align: top;
	color: #fff;
	background-color: #00A0E9;
	border: 1px solid #efefef;
}
.table td{
	padding: 20px 5px;
	background-color: #fff;
	border: 1px solid #efefef;
	text-align: center;
}
.info {
	color: #777;
	font-size: 14px;
}
.price {
	border: 1px solid #00A0E9;
	color: #00A0E9;
	padding: 10px;
	text-align: center;
}
.pr {

}
.button {
	font-size: 20px;
	background-color: #E85298;
	text-align: center;
	margin-top: 30px;
	padding: 12px 10px;
	color: #fff;
	text-decoration: none;
	box-shadow: 1px 1px 5px #999; /*CSS3*/
	-moz-box-shadow: 1px 1px 5px #999; /* Firefoxç”¨*/
	-webkit-box-shadow: 1px 1px 5px #999; /* Google Chrome, Safariç”¨*/
}
.button a {
	color: #fff;
	text-decoration: none;
}
.button2 {
	font-size: 20px;
	background-color: #00A0E9;
	text-align: center;
	margin-top: 30px;
	padding: 12px 10px;
	color: #fff;
	text-decoration: none;
	box-shadow: 1px 1px 5px #999; /*CSS3*/
	-moz-box-shadow: 1px 1px 5px #999; /* Firefoxç”¨*/
	-webkit-box-shadow: 1px 1px 5px #999; /* Google Chrome, Safariç”¨*/
}
.button2 a {
	color: #fff;
	text-decoration: none;
}
#sidebar {
	padding: 10px;
}
#sidebar h2 {
	color: #333;
	font-size: 20px;
	border-bottom: 2px solid #00A0E9;
}
#sidebar ul {
	list-style-type: none;
	padding: 0;
}
#sidebar ul li a {
	font-size: 14px;
}
#sidebar_fix {
	display: none;
}
#link {
	font-size: 12px;
	text-align: right;
}
#copy {
	padding: 10px;
	text-align: center;
	font-size: 11px;
}
#clear {
	clear: both;
}
.check{
	position:relative;
	padding-left:30px;
	color: #00A0E9;
	font-size: 18px;
	line-height: 38px;
}
 .check:after, .check:before{
	content:''; 
	height:18px; 
	width:4px; 
	display:block; 
	background:#00A0E9; 
	position:absolute; 
	top:8px; 
	left:15px; 
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px; 
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
}
 .check:before{
	height:10px; 
	transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg); 
	top:16px; 
	left:7px
}
@media screen and (min-width: 480px){
	#wrap {
		width: 960px;
		margin: 0 auto;
	}
	#contents {
		width: 600px;
		float: left;
	}
	.pr {
		float: right;
		width: 280px;
	}
	#sidebar {
		display: none;
	}
	#sidebar_fix {
		width: 300px;
		float: right;
		display: block;
		padding: 10px;
	}
	#sidebar_fix h2 {
		color: #333;
		font-size: 20px;
		border-bottom: 2px solid #00A0E9;
	}
	#footer {
		clear: both;
	}
	a:hover {
		filter: alpha(opacity=50);
		-moz-opacity:0.50;
		opacity:0.50;
	}
	.auto {
		display: none;
	}
}</pre></body></html>