@charset "utf-8";
@font-face{
	font-family: "texgyreadventor-bold";
	src:url("../font/texgyreadventor-bold.otf")
}
@font-face{
	font-family: "AdobeGothicStd-Bold";
	src:url("../font/AdobeGothicStd-Bold.otf")
}
.skip a{
    width: 150px;
    height: 50px;
    line-height: 50px;
    padding: 10px;
    border-radius: 5px;
    border: 3px solid #000;
    background-color: #fff;
    color: #000;
    font-family: AdobeGothicStd-Bold;
    position: absolute;
    top: -100px;
}
section li,tr td{
    color: #000;
}
/*sng*/
.sng-wrap{
    width: 100%;
    height: 60px;
    line-height: 30px;
}
.sng{
    width: 1400px;
    height: 1px;
    position: relative;
    margin: 0 auto;
}
.sng ul{
    position: absolute;
    left: 0;
    color: #000;
    margin: 10px;
    width: 1400px;
    height: 20px;
    font-size: 20px;
    font-family: texgyreadventor-bold;
}
.sng ul li{
    color: #000;
    display: inline-block;
    height: 20px;
}
.sng ul li:first-child{
    font-size: 20px;
    display: inline-block;
}

/*table*/
.notice{
    width: 1400px;
    margin: 0 auto;
}
table{
    width: 1000px;
    margin: auto;
    margin-bottom: 30px;
}
table caption{
    display: none;
}
table th{
    background-color: rgb(60, 0, 87);
    border: 0;
}
table td,th{
    padding:20px;
    font-size: 20px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    text-align: center;

}
table td{
    cursor: pointer;
}
table td:nth-child(2){
    border-right: 0;
    width: 80%;
    text-align: left;
}

.list{
    width: 1400px;
    text-align: center;
    margin: auto;
    margin-bottom: 30px;
}
.list a{
    font-size: 20px;
    color: #000;
    padding: 5px;
	font-family: "AdobeGothicStd-Bold";
}
.list a.on{
    color: #af33e6;
}




