/* CSS Document */

body{background:#fff; min-width: unset}
.box{ width:586px; margin:0 0 0 20px; padding:20px 20px 0 0;}
.box h1{ margin:0 0 30px;}
.box h1 img{ width: 100%; }
.box h2{ font-size: 15px; margin: 15px auto 3px auto; width: 90%; font-weight:600;}
.box table{ width: 55%; font-size: 14px; border:none; margin-bottom: 30px;}
.box table.news{ width:80%; margin-bottom: 0; }
.box table tr{ border-bottom:none;}
.box table th{ text-align: left;padding:5px 15px 5px 28px; vertical-align:top; border-right:none;}
.box table th span{margin-left:8px;}
.box table th span.sp02{margin-left:6px;}
.box table th span.sp03{margin-left:0;}
.box table th.news p{ font-size: 22.4px;}
.box table td{ vertical-align: middle; border-right:none;}
.box table td.news { white-space: nowrap; }
.box table td.news p { white-space: nowrap; font-size: 22.4px;}
.box .caption{
    width: 90%;
    margin: 0 0px 0 20px;
    padding: 20px 20px 0 0;
    font-size: 13px;
    letter-spacing: 0.1em;
    line-height: 1.8;
}
.box .caption2{
    width: 90%;
    margin: 0 0px 40px 20px;
    padding: 20px 20px 0 0;
    font-size: 13px;
    letter-spacing: 0.1em;
    line-height: 1.8;
}
.box a{}
.box a img{}
.box .close{ text-align:right; width:550px; padding:10px 0 0;}
.box .close a{}
.box .close a img{}
.vac { vertical-align: middle !important; }

.box p.news { 
    width: 90%; 
    margin: 0 auto; 
    font-size: 14px;
}

@media (max-width: 750px) {
    .box table.news{ width:90%; margin-bottom: 0; }
    .box table th.news p{ }
    .box table td.news p{ }
    .box p.news {  }
    .box h2{  }
}
