body{
    font-family: "メイリオ",ＭＳ Ｐゴシック,Osaka,Serif;
    font-size: 13px;
    color: #d9be7b;
    background: #FF7AC3;
}
#warp{
    background-image: url(../img/bg.jpg);
    width: 1094px;
    margin: auto;
}
header,#contanter,footer{
    width: 996px;
    margin: auto
}
.menu ul{
    display: flex;
}
.menu ul li a{
    display: block;
    width: 166px;
    height: 62px;
    text-indent: -2000px;
}
.menu ul li:nth-child(1) a{
    background: url("../img/top.png");
     background-size: 100%;
}
.menu ul li:nth-child(2) a{
    background: url("../img/staff.png");
     background-size: 100%;
}
.menu ul li:nth-child(3) a{
    background: url("../img/system.png");
     background-size: 100%;
}
.menu ul li:nth-child(4) a{
    background: url("../img/interior.png");
     background-size: 100%;
}
.menu ul li:nth-child(5) a{
    background: url("../img/access.png");
     background-size: 100%;
}
.menu ul li:nth-child(6) a{
    background: url("../img/recruit.png");
    background-size: 100%;
}
.menu ul li:nth-child(1) a:hover,
.menu ul li:nth-child(2) a:hover,
.menu ul li:nth-child(3) a:hover,
.menu ul li:nth-child(4) a:hover,
.menu ul li:nth-child(5) a:hover,
.menu ul li:nth-child(6) a:hover{
    background-position:0px -62px;
}

#nav ul{
    display: flex;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
#nav ul li{
    width:calc(100% / 6);
    text-align: center;
    
    border:1px solid #fff;
    background: #ffc2cb;
        position: relative;
}
#nav ul li a{
    background: #ffc2cb;
    display: block;
    width: 100%;
    /*height: 100%;*/
    padding: 15px 0;
}
#nav ul li a:before {
    content: url(../img/icon_link.png);
    position: absolute;
    left: 15%;
}
#nav ul li a:hover{
     background: url(../img/bg_menu.png);
}
.page_cont{
    display: flex;
    margin-top: 15px;
    justify-content: space-between;
}
.page_left{
    width: 670px;
    padding-left: 15px;
}
.page_right{
    width: 290px;
    padding-right: 15px;
}
.event{
    margin-bottom: 20px;
}
.todayTitle{
    margin-bottom: 30px;
}
.new{
    width: 660px;
    height: 479px;
    /*margin-top: 10px;*/
    padding-top: 50px;
    background: url(../img/new_tit.jpg) no-repeat top center;
}
.new-cont{
    width: 600px;
    overflow-y: auto;
    height: 350px;
    margin: auto;
        width: 660px;
    overflow-y: auto;
    height: 396px;
    margin: auto;
    padding: 10px;
     background: url(../img/xingkong.gif) repeat top center;
}
.info,.index_access,.index_recruit,.mobile{
    width: 100%;
}
.index_access img,.index_recruit img,.mobile img{
    width: 100%;
    margin-top: 20px;
	
}
.footer-nav{
    padding-top: 10px;
    background-image: url(../img/footer.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 180px;
    width: 996px;
}
.footer-nav{
    display: flex;
    justify-content: center;
    padding: 20px 0 10px;
}
.footer-nav a{
    padding: 0 20px;
}
.links-box{
    text-align: center;
    margin-top: 20px;
}
.links-box .link {
    display: inline-block;
}
.links-box .link:last-child {
    margin-left: 100px;
}
.links-box .link a{
    color: #fff;
}
.page_title{
    width: 978px;
    margin: auto;
    margin-top: 30px;
}
.page_conts{
    padding-top: 20px;
    padding-bottom: 40px;
    text-align: center;
}
.staff{
    width: 850px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 40px;
    text-align: left;
}
.staff-img{
    width: 330px;
}
.staff-img img{
    width: 100%;
}
.staff-cont{
    width: 450px;
}
.staff-cont p{
    /* font-size: 24px; */
    /* color: #ff0000; */
}
.staff-info{
    /*background: #89041d;*/
        position: relative;
    padding: 40px 20px;
    border-radius: 10px;
    border-left: 1px dashed #fff;
    border-right: 1px dashed #fff;
}
.staff-info:before {
    background: url(../img/ico_staff02.png) 0 0 no-repeat;
    background-size: contain;
    width: 100%;
    height: 36px;
    left: 0;
    top: 0;
    content: '';
    z-index: 2;
    position: absolute;
}
.staff-info:after {
    background: url(../img/ico_staff01.png) 0 0 no-repeat;
     background-size: contain;
    width: 100%;
    height: 36px;
    right: 0;
    bottom: 0;
    content: '';
    z-index: 2;
    position: absolute;
}
.staff-info p{
    border-bottom:dotted 1px #828181; 
	/* color:#474646; */
    /* font-size: 16px; */
    padding: 5px;
}
.staff-info p span:nth-child(1){
    color: #ea2282;
}
.staff-info p span:nth-child(2){
    color: #fff;
    margin-left: 20px;
    line-height: 24px;
}
.imglist{
    display: flex;
    padding-left: 15px;

    flex-wrap: wrap;
}
.imglist div{
    width: 24%;
    margin-top: 25px;
    margin-right: 20px;
}
.imglist div img{
    width: 100%;
}
@media screen and (max-width: 1094px){
    .page_conts {
        padding-top: 70px;
        padding-bottom: 70px;
        text-align: center;
    }
    .staff-cont p {
        font-size: 42px;
        color: #ff0000;
    }
    .staff-info p {
        border-bottom: dotted 1px #828181;
        color: #474646;
        font-size: 36px;
        padding: 5px;
    }
}
.texiao{
    background: url(../img/xingkong.gif) top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.address{
    margin-bottom: 11px;
}
.address table{
    width: 100%;
    border: 1px solid #fff;
    border-collapse: separate;
    border-spacing: 1px;
}
.address th{
    width: 90px;
    border: 1px solid #fff;
    padding: 10px 0;
    font-size: 14px;
    color: #FDD621;
    font-weight: bold;
    text-align: center;
    background: #fff;
}
.address td{
    border: 1px solid #fff;
    padding: 10px 10px;
    font-size: 14px;
    color: #ff7ac3;
    background: #fff;
}