<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#gray{
	text-align: left;
    font-size: 12px;
    background: #e0e0e0;
    padding: 20px;
    line-height: 1.8;
    margin-top: 20px;
}

/*笆ｼ縺ｧ縺阪ｋ螳｣險縲隕冗ｴ�*/
#kiyaku{
	text-align: left;
    font-size: 12px;
    background: #e0e0e0;
    padding: 20px;
    line-height: 1.8;
    margin-top: 20px;
}

.contentsarea{
	margin-top:20px;
	font-size:12px;
	text-align:center;
}

.contentsarea ol {
	margin-bottom: 20px;
	list-style-type: circle;
	padding-left: 20px;
}

.contentsarea span.caution{
	text-align:center;
	display:block;
}

.contentsarea span.caution p{
	font-size: 1.4em;
}

/*笆ｼ蠢懷供繝懊ち繝ｳ*/
.oubo_btn a {
    display: block;
    text-decoration: none;
    text-align: center;
    padding: 10px;
    width: 50%;
    margin: 20px auto 40px auto;
    color: #fafafa !important; 
    font-weight: bold;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
    background-color: #02a3cd;
	background-size: 100% auto;
	background-image: -moz-linear-gradient(center top , #02a3cd 0%, #0090B6 100%);
	background-image: linear-gradient(180deg , #02a3cd 0%, #0090B6 100%);
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #02a3cd), color-stop(100%, #0090B6));
	background-image: -webkit-linear-gradient(top, #02a3cd 0%, #0090B6 100%);
	background-image: -moz-linear-gradient(top, #02a3cd 0%, #0090B6 100%);
	background-image: -o-linear-gradient(top, #02a3cd 0%, #0090B6 100%);
	background-image: linear-gradient(top, #02a3cd 0%, #0090B6 100%);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.oubo_btn a:hover {
	background-color: #35b5d7;
	background-size: 100% auto;
	background-image: -moz-linear-gradient(center top , #35b5d7 0%, #33a6c5 100%);
	background-image: linear-gradient(180deg , #35b5d7 0%, #33a6c5 100%);
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #35b5d7), color-stop(100%, #33a6c5));
	background-image: -webkit-linear-gradient(top, #35b5d7 0%, #33a6c5 100%);
	background-image: -moz-linear-gradient(top, #35b5d7 0%, #33a6c5 100%);
	background-image: -o-linear-gradient(top, #35b5d7 0%, #33a6c5 100%);
	background-image: linear-gradient(top, #35b5d7 0%, #33a6c5 100%);
}

.moviebox {
text-align: center;
margin: 20px auto;
}</pre></body></html>