body {
    font-family: Verdana, "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic";
    font-size: 12px;
    -webkit-text-size-adjust: none;
    line-height: 1.5;
    color: #fff;
    background: #0f0f10;
}
#warp {
    margin: 0 auto;
    min-width: 1000px;
    min-height: 100vh;
    position: relative;
    background: url(../img/bg_wrp.jpg) no-repeat top center #000;
    top: 0;
    left: 0;
    /*z-index: 99;*/
}
header,footer{
    position: relative;
    width: 1000px;
    margin: 0 auto;
    position: relative;
    z-index: 99;
}
header #navwarp{
    position: absolute;
    top: 288px;
    left: 126px;
    z-index: 2;
}
header .top-tel{
    display: block;
    width: 444px;
    height: 120px;
    position: absolute;
    bottom: 67px;
    right: 43px;
    z-index: 2;
    background: transparent;
}
header #navwarp li {
    margin-top: 28px;
}
header #navwarp li:first-child{
    margin-top: 0;
}
#contanter{
    width: 980px;
    padding: 0;
    margin: 0 auto;
    position: relative;
}
#contanter .event{
    margin-top: 24px;
    text-align: center;
    position: relative;
    z-index: 99;
}
#contanter .index-info{
    display: flex;
    justify-content: space-evenly;
    position: relative;
    z-index: 99;
}
#contanter .index-info .lunbo{
    width: 357px;
    height: 589px;
    padding: 70px 14px 14px 14px;
    background: url(../img/bg_pick.png) no-repeat top center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#contanter .index-info .new{
    width: 586px;
    height: 589px;
    padding: 80px 20px 20px;
    background: url(../img/bg_news.png) no-repeat top center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#contanter .index-info .new .news-scroll {
    height: 480px;
    background: linear-gradient(rgb(0 0 0 / 67%), rgb(0 0 0 / 57%)),url(../img/xingkong.gif) no-repeat top center;
        background-size: cover;
    background-position: center;
}
#contanter .index-info .new .time {
    font-size: 14px;
    color: #FFCC00;
}
#contanter .index-info .new .tit {
    margin-top: 10px;
    font-size: 20px;
    color: #FFCC00;
}
#contanter .index-info .new .txt {
    font-size: 16px;
    line-height: 2;
    color: #fff;
}
.jspDrag {
    background: #d42220;
}
footer{
    padding-bottom: 15px;
    text-align: center;
}
footer .footer_tel img{
    width: 100%;
}
.footer_nav a {
    font-size: 14px;
    line-height: 1;
    color: #fff;
    padding: 0 20px;
}
.footer_txt {
    padding: 25px 0 35px;
    text-align: center;
    font-size: 12px;
    color: #d4cd85;
    line-height: 2.2;
    background: url(../img/bg_footer.png) no-repeat top center;
}
.links-box .link {
    display: inline-block;
}
.links-box .link:last-child{
    margin-left: 100px;
}
.page_cont{
    width: 980px;
    margin: 0 auto;
    background: url(../img/bgcom01.png) repeat-y top left;
    position: relative;
    z-index: 99;
}
/*女孩*/
.staff{
    display: flex;
    padding: 30px 70px 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    justify-content: space-between;
}
.staff-cont{
    width: 485px;
    position: relative;
    padding: 40px 20px;
    border-radius: 10px;
    min-height: 450px;
}
.staff-cont:before {
    background: url(../img/ico_staff01.png) 0 0 no-repeat;
    width: 100%;
    height: 36px;
    left: 0;
    top: 0;
    content: '';
    z-index: 2;
    position: absolute;
}
.staff-cont:after {
    background: url(../img/ico_staff02.png) 0 0 no-repeat;
    width: 100%;
    height: 36px;
    right: 0;
    bottom: 0;
    content: '';
    z-index: 2;
    position: absolute;
}
.staff-info{
    padding-left: 15px;
    line-height: 2;
}
.staff-info p span:nth-child(1){
    width: 90px;
    padding: 5px 0;
    letter-spacing: 10px;
    font-size: 14px;
    color: #FDD621;
    font-weight: bold;
    text-align: center;
}
.staff-info p span:nth-child(2){
    padding: 5px 5px;
    font-size: 14px;
    color: #FF3300;
}
.staff-message{
    margin-top: 20px;
    padding-left: 15px;
    font-size: 14px;
    line-height: 2;
    color: #fff;
}
.imglist{
    display: flex;
    padding-left: 15px;

    flex-wrap: wrap;
}
.imglist div{
    width: 24%;
    margin-top: 25px;
    margin-right: 20px;
}
.imglist div img{
    width: 100%;
}
.address{
    padding: 0 14px 40px;
    width: 830px;
    margin: auto;
}
.address table {
    width: 100%;
    border: 1px solid #FFB900;
    border-collapse: separate;
    border-spacing: 1px;
    margin-bottom: 40px;
}
.address th {
    width: 90px;
    border: 1px solid #FFB900;
    padding: 10px 0;
    font-size: 14px;
    color: #FFB900;
    font-weight: bold;
    text-align: center;
}
.address td {
    border: 1px solid #FFB900;
    padding: 10px 10px;
    font-size: 14px;
    color: #fff;
}
.address td a{
    color: #fff;
}
.recruit,.page_conts{
    width: 830px;
    padding: 40px 0;
    margin: auto;
}
.recruit table {
    width: 100%;
    border: 2px solid #FFB900;
}
.recruit th {
    font-size: 14px;
    color: #ffffff;
    padding: 20px 0;
    text-align: center;
    background: #FF3300;
    width: 20%;
    border-bottom: 1px solid #FFB900;
}
.recruit td {
    font-size: 14px;
    color: #FFB900;
    padding: 20px 15px;
    line-height: 32px;
    border-bottom: 1px solid #FFB900;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.recruit td a{
    color: #FFB900;
}