@charset "UTF-8";

/*infolist.css*/
#wrapper {
    background: url('../img/info/info_bg.jpg?time=20250724') center top no-repeat;
}

#nextContents {
    padding-top: 227px;
}

.blockSet {
    padding-bottom: 30px;
}

#naviBox {
    background: url('../img/info/info_btn_navi.png') no-repeat;
    float: left;
    height: 42px;
    margin: 0;
    padding: 0;
    width: 880px;
}

#naviBox ul {
    padding-left: 30px;
}

#naviBox ul li {
    float: left;
    margin-right: 10px;
    width: 110px;
}

#naviBox ul li,
#naviBox ul li a {
    background: url('../img/info/info_btn_navi.png') no-repeat;
    height: 42px;
}

#naviBox ul li a {
    display: block;
    overflow: hidden;
    text-indent: -9999px;
}

#naviBox ul li#btnAllOn a {
    background-position: -30px -42px;
}

#naviBox ul li#btnAll a {
    background-position: -30px 0;
}

#naviBox ul li#btnAll a:hover,
#naviBox ul li#btnWhatsOn a:hover {
    background-position: -30px -42px;
}

#naviBox ul li#btnNoticeOn a {
    background-position: -150px -42px;
}

#naviBox ul li#btnNotice a {
    background-position: -150px 0;
}

#naviBox ul li#btnNotice a:hover,
#naviBox ul li#btnNewsOn a:hover {
    background-position: -150px -42px;
}

#naviBox ul li#btnEventOn a {
    background-position: -270px -42px;
}

#naviBox ul li#btnEvent a {
    background-position: -270px 0;
}

#naviBox ul li#btnEvent a:hover,
#naviBox ul li#btnEvent a:hover {
    background-position: -270px -42px;
}

#naviBox ul li#btnUpOn a {
    background-position: -390px -42px;
}

#naviBox ul li#btnUp a {
    background-position: -390px 0;
}

#naviBox ul li#btnUp a:hover,
#naviBox ul li#btnUpdate a:hover {
    background-position: -390px -42px;
}

#naviBox ul li#btnMainteOn a {
    background-position: -510px -42px;
}

#naviBox ul li#btnMainte a {
    background-position: -510px 0;
}

#naviBox ul li#btnMainte a:hover,
#naviBox ul li#btnMainte a:hover {
    background-position: -510px -42px;
}

#whatsList.blockSet dl {
    border-bottom: 1px solid #dcdcdc;
    clear: both;
    line-height: 1.5;
    margin: 6px 0;
    padding-bottom: 9px;
}

#whatsList.blockSet dl dt.date {
    clear: both;
    float: left;
    width: 110px;
}

#whatsList.blockSet dl dd.title {
    margin: 0 0 0 160px;
    padding-right: 10px;
}

#whatsList.blockSet dl.new {
    background: url('../img/info/info_icon_new.gif') 110px 5px no-repeat;
}

#whatsList.blockSet dl.notice {
    background: url('../img/info/info_icon_notice.gif') 110px 5px no-repeat;
}

#whatsList.blockSet dl.mainte {
    background: url('../img/info/info_icon_mainte.gif') 110px 5px no-repeat;
}

#whatsList.blockSet dl.event {
    background: url('../img/info/info_icon_event.gif') 110px 5px no-repeat;
}

#whatsList.blockSet dl.up {
    background: url('../img/info/info_icon_up.gif') 110px 5px no-repeat;
}

#whatsList.blockSet dl.important {
    background: url('../img/info/info_icon_important.gif') 110px 5px no-repeat;
}

#whatsList.blockSet dl.trouble {
    background: url('../img/info/info_icon_trouble.gif') 110px 5px no-repeat;
}

#pageList {
    clear: both;
    width: 100%;
}

#pageList ul li {
    display: inline-block;
    *display: inline;
    letter-spacing: normal;
    padding: 0 7px;
    zoom: 1;
}
