/* common ------------ */
/* top ------------ */
/* page ------------ */
/* --------------------------------
story
-------------------------------- */
.story .actorName
{
    font-weight: bold; 

    cursor: pointer;
    text-decoration: underline;

    overflow-wrap: break-word;
}
.story .actorName:hover
{
    text-decoration: none;
}

.story .grid_items.-movie
{
    width: 617px; 
    margin-top: 66px;
    margin-left: -30px;
}
.cx_smartphoneview .story .grid_items.-movie
{
    width: 100%; 
    margin-left: 0;
}

.story .grid_items + .gallery
{
    margin-top: 47px;
}

.story .grid_item
{
    position: relative;
}

.story .gitem_update
{
    font-size: 12px; 

    position: absolute;
    z-index: 10;
    bottom: 40px;
    left: 50px;

    color: #f1f1f1;
}

.story .c-btn img
{
    width: 474px;
}

.story_originalNextBtn
{
    height: 40px; 
    margin-bottom: 10px;
}

/* ========================================================
Photo Gallery
======================================================== */
.gallery
{
    width: 580px;
    margin-top: 67px;
}

.gallery_title
{
    margin-bottom: 27px; 

    text-align: center;
}

.gallery_content
{
    margin-right: -5px;
}
.gallery_content li
{
    float: left;

    width: 190px; 
    margin-right: 5px;
    margin-bottom: 5px;
}
.cx_smartphoneview .gallery_content li
{
    width: 49%; 
    margin: .5%;
}
.gallery_content li a
{
    position: relative;

    display: block;

    width: 100%;
}
.gallery_content li a img
{
    width: 100%;

    -ms-interpolation-mode: bicubic !important;
}
.gallery_content li a:before
{
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';

    opacity: 0;
    background: rgba(255, 233, 46, .6);
}
.gallery_content li a:after
{
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;

    display: block;
    overflow: hidden;

    width: 100%;
    height: 100%;

    content: '';

    opacity: 0;
    background: url(../../story/img/common/gallery_hover.png) center center no-repeat;
}
.gallery_content li a:hover:before
{
    opacity: 1;
}
.cx_smartphoneview .gallery_content li a:hover:before
{
    opacity: 0;
}
.gallery_content li a:hover:after
{
    opacity: 1;
}
.cx_smartphoneview .gallery_content li a:hover:after
{
    opacity: 0;
}

.story_heading
{
    margin-bottom: 29px;
}
