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

*{
padding:0;
margin:0;
}

body{
font-size:14px;
line-height:160%;
color:#fff;
font-family:sans-serif;
background-color:#000;
}

img{border:0;}

#wrapper{
background-color:#000;
}





/*共通部分*/


#sidenav{
width:32px;
padding:3px;
position:fixed;
top:150px;
right:10px;
background-color:#333;
border-radius:3px;
padding-top:10px;
}

#sidenav .reserve{
display:block;
width:20px;
margin: 0px auto 10px;

}

#sidenav .line{
display:block;
width:33px;
height:1px;
background-color:#777;
margin: 3px auto 8px;

}

#container{
min-width:1000px;
height:100%;
background-position:center top;
}

.result{
background-image:url("img/result_bg.png");
background-repeat:no-repeat;
background-position:center top;
width:567px;
height:68px;
margin:280px auto 0px;
padding-top:7px;
padding-left:360px;
}

.btn_trial{
width:900px;
margin:10px auto 0;
}

.btn_trial .inner{
display:block;
float:right;
margin-left:-100px;
margin-top:12px;
}


#content{
padding:15px 0px 70px; 

}

#footer{
min-width:1000px;
height:207px;
margin:auto;
background-image:url("../img/footer.jpg");
background-position:center top;
background-repeat:no-repeat;
}

#footer #globallink img{
border:1px solid #000;
}

#footer .innerbox{
margin:0px auto 0;
padding-top:10px;
width:980px;
height:40px;
}

#sitelink{
width:520px;
margin:auto;
}

#globallink{
width:220px;
margin:auto;
height:30px;
}

#globallink td{
width:34px;
}


#footer .line{
width:960px;
height:1px;
background-color:#666;
margin:10px auto 10px;

}

#footer .rights{
display:block;
width:960px;
margin:auto;
padding-bottom:20px;
}

#bg{
height:1300px;
margin-bottom:-1300px;
padding-top:0px;
background-image:url("img/bg.jpg");
background-position:center top;
background-repeat:no-repeat;
}


/*共通部分_end*/


/**/

#container{
background-repeat:no-repeat;
background-position:center top ;
}

a.mo:hover{
opacity: 0.70;
filter: alpha(opacity=70);
-moz-opacity: 0.70;
-ms-filter: "alpha(opacity=70)";
}

/*custom*/

.mini{
font-size:80%;
color:#aaa;
line-height:180%;
display:block;
margin-top:8px;
}

.outline{
width:700px;
padding:0px 50px 50px;
margin:auto;
background-color:#111;
border:1px solid #a00;
}

.outline .title{
width:780px;
margin-left:-50px;
padding:10px;
text-align:center;
border-bottom:1px solid #333;
color:#fff;
font-size:200%;
font-weight:600;
margin-bottom:20px;
background-color:#b00;
}


.outline th{
padding:5px 20px 0px 0px;
font-weight:600;
width:15%;
text-align:left;
vertical-align:top;

}

.outline td{
padding:5px 0 10px;
}

table.inner{
width:600px;
margin:auto;
}

table.inner th{
width:25%;
color:#d93;
font-size:140%;
padding:0px 10px 23px;
text-align:left;
vertical-align:middle;
}


table.inner td{
padding:0px 10px 23px;
}



.trial{
width:700px;
padding:0px  50px 30px;
margin:60px auto 0;
background-image:url("img/bg_trial.png");
background-position:right bottom;
background-repeat:no-repeat;
background-color:#111;
border:1px solid #a00;
}

.trial .title{
width:780px;
padding:10px;
margin-left:-50px;
text-align:center;
border-bottom:1px solid #222;
color:#fff;
font-size:180%;
font-weight:600;
margin-bottom:20px;
background-color:#b00;
}


.trial th{
padding:5px 20px 0px 0px;
width:20%;
text-align:left;
vertical-align:top;

}

.trial td{
padding:5px 0 10px;
}

.str{
display:block;
width:521px;
height:48px;
background-image:url("img/str_bg.png");
background-repeat:non-repeat;
background-position:center top;
padding:32px 0px 0px 125px ; 
margin:0px -20px 0px -75px;
float:left;
}

.str a.{
margin-left:-50px;
}

.str a.right{
margin-left:-10px;
}

/*final*/

#content_final{
padding:15px 40px 70px; 
margin: 285px auto 0;
height:800px;
width:722px;
background-image:url("img/final.jpg");
background-repeat:no-repeat;
background-position:center top;
position:relative;
}

#content_elim{
padding:15px 40px 70px; 
margin: 285px auto 0;
height:1666px;
width:722px;
background-image:url("img/elimination.jpg");
background-repeat:no-repeat;
background-position:center top;
position:relative;
}


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