@charset "utf-8";
body, html{
    height:100%;
    background:#000;
}
#popup-article,
#pop-detail dl,
.img-list,
#tab {
    overflow: hidden;
    height: 100%;
}

#staff-com{
    overflow: hidden;
}

#pht-area,
#staff-com p,
.img-list {
    clear: both;
}
body {
    background:#000;
    overflow: hidden;
}
a{
    overflow:hidden;
outline:none;
}
#popup-article {
    background: #000;
    width: 100%;
    margin: auto;
    position: absolute;
    height: 100%;
}

#article-inner {
        background: #000;
position: absolute;
width: 656px;
height: 100%;
}
    #popup-article h1 {
        background: #2d4383;
        color: #fff;
        font-weight: bold;
        font-size: 110%;
        padding: 10px 0 10px 20px;
        position: relative;
    }
        #popup-article h1 span {
            position: absolute;
            right: 10px;
            top:14px;
            cursor: pointer;
        }
    #popup-main #main p {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        layout-grid-line: 718px;
        width: 656px;
        height: 718px;
    }
    #popup-main p#cuption {
        text-align: center;
        font-size: 110%;
        font-weight: bold;
        color: #fff;
        margin: 10px 0;
    }
    #popup-main a {
        position: absolute;
        top: 41%;
        width: 41px;
        height: 69px;
        display: block;
        cursor: pointer;
        box-shadow: 0 -1px 5px #000;
        -moz-transition: box-shadow 0.2s ease, opacity 0.2s ease;
        -webkit-transition: box-shadow 0.2s ease, opacity 0.2s ease;
    }
    #popup-main a:hover {
        box-shadow: 0 1px 5px #fff;
        opacity: 0.8;
    }
    #popup-main a#prev {
        background: url(/images/search/icn_detailPop_prev.jpg) no-repeat left center;
        left: 10px;
    }
    #popup-main a#next {
        background: url(/images/search/icn_detailPop_next.jpg) no-repeat left center;
        right: 10px;
    }
#popup-aside {
width: 264px;
background: white;
padding: 0 13px 10px 15px;
position: absolute;
right: 0;
top:41px;
z-index: 999999;
height: 100%;
}
#pop-detail {
    margin: 0 0 10px;
    height: 135px;
}
#pop-detail dl {
    border-bottom: 1px dotted #999;
    clear: both;
    height: 21px;
}
#pop-detail dl#top {
    border-top: 1px dotted #999;
    margin: 15px 0 0 0;
}
#pop-detail dt {
    float: left;
    width: 124px;
}
#pop-detail dd span {
    color: #ff0000;
    font-weight: bold;
}
#pop-detail dd {
    float: left;
}
ul#contact {
    text-align: center;
    margin: 0 0 10px;
}
ul#contact li {
    display: inline;
    margin: 0 2px;
}
#staff-com {
    background: #f3f6ff;
    padding: 10px 0;
}
#staff-com p#staff-img {
    float: left;
    margin: 0 10px 5px;
    display: inline;
    width: 50px;
}
#staff-com p.staff-txt {
    width: 244px;
    margin: auto;
    overflow-y: scroll;
    height: 120px;
}
#staff-com dl {
    float: left;
}
#staff-com dt {
    color: #2d4383;
    font-size: 110%;
    font-weight: bold;
}
ul.tab li {
    float: left;
}
.img-list {
    border: 1px solid #999;
    padding: 10px 0;
}

#tab {
    margin: 1px 0 0 0;
}
.img-list ul {
    overflow-y: scroll;
    height: 338px;
}
.img-list li {
    float: left;
    margin: 0 0 10px 10px;
    display: inline;
    cursor: pointer;
    overflow: hidden;
}
.img-list li:hover {
    border: 2px solid #ff7a03;
}
.img-list li:hover img {
    margin: -2px;
}
.img-list li img {
    border: 1px solid #999;
}
