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

h1{
font-size:40px;
line-height:36px;
color: #0000cc;
width:500px;
padding:20px 0;
float:left;
}

#h1_msg{
font-size:14px;
color: #0000cc;
width:500px;
padding:20px 0;
float:left;
}

.box_table{
margin:10px;
width:480px;
//height:296px;
height:310px;
}

.box_table th,.box_table td{
vertical-align: top;
}

.box_table h2{
font-size:18px;
font-weight: bold;
width:480px;
color: #0000cc;
background: #66FFCC;
text-align: center;
}

.box_table h3{
font-size:18px;
font-weight: bold;
color: #000;
background: #fff;
text-align: center;
padding:14px 0;
}

.box3 h3{
padding:14px 0 15px 0;
}

.box3 img{
padding:27px 4px ;
}

.box3,.box4 {
height:511px;
}

.box4 img{
padding:16px 0;
}

.modal_btn{
font-size:18px;
text-align: center;
width:450px;
margin:0px auto;
padding:14px 0;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
-ms-border-radius: 15px;
-o-border-radius: 15px;
border-radius: 15px;
border: 4px solid #000;
cursor: pointer;
}

.modal_btn a{
display:block;
}

.box5,.box6, .box7, .box8, .box9, .box10, .box11, .box12, .box13{
height:160px;
}

.box14{
height:180px;
}

.boxa{
border-right: 1px solid #000;
border-bottom: 2px solid #000;
float:left;
}
.boxb{
border-left: 1px solid #000;
border-bottom: 2px solid #000;
float:left;
}
.boxc{
border-right: 1px solid #000;
float:left;
}
.boxd{
border-left: 1px solid #000;
float:left;
}

#mordal1{
-moz-border-radius: 6px;
background: #fff;
-webkit-border-radius: 6px;
border: 1px solid #536376;
-webkit-box-shadow: rgba(0,0,0,.6) 0px 2px 12px;
-moz-box-shadow: rgba(0,0,0,.6) 0px 2px 12px;
padding: 14px 22px;
width: 600px;
height : 85%;
position: relative;
display: none;
overflow : auto;
}

#mordal1 table{
width: 594px;
}

#mordal1 th,#mordal1 td{
border: 1px solid #ccc;
}

#mordal2{
-moz-border-radius: 6px;
background: #eef2f7;
-webkit-border-radius: 6px;
border: 1px solid #536376;
-webkit-box-shadow: rgba(0,0,0,.6) 0px 2px 12px;
-moz-box-shadow: rgba(0,0,0,.6) 0px 2px 12px;
padding: 14px 22px;
width: 490px;
height : 85%;
position: relative;
display: none;
overflow : auto;
}

@media only screen and (min-width: 768px) {
.spl {
display:none;
}
}


@media only screen and (max-width: 767px) {
h1{
 width: 100%;
float:none;
    font-size: 26px;
    line-height: 26px;
}

#h1_msg{
 width: 100%;
float:none;
}

.box_table{
width:96%;
height:auto;
}

.box_table th,.box_table td{
display: inline-block;
}

.box_table h2{
 width: 100%;
}

.box3 img {
    padding: 27px 0px;
}

.modal_btn{
 width: 100%;
}

#mordal1{
width:100%;
height:auto;

}

#modal.hidden {
  transform: translateY(-200%);
}

#mordal1 table{
width:100%;
}

#mordal1 {
    -moz-border-radius: 6px;
    background: #eef2f7;
    -webkit-border-radius: 6px;
    border: 1px solid #536376;
    -webkit-box-shadow: rgba(0,0,0,.6) 0px 2px 12px;
    -moz-box-shadow: rgba(0,0,0,.6) 0px 2px 12px;
    padding: 2%;
    width: 96%;
    height : 80%;
    position: relative;
    display:block;
overflow : auto;

}

#mordal2{
-moz-border-radius: 6px;
background: #eef2f7;
-webkit-border-radius: 6px;
border: 1px solid #536376;
-webkit-box-shadow: rgba(0,0,0,.6) 0px 2px 12px;
-moz-box-shadow: rgba(0,0,0,.6) 0px 2px 12px;
    padding: 2%;
    width: 96%;
position: relative;
display:block;
overflow : auto;
}

.pcl {
display:none;

}

.spl {
display:block;
}

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