/*=============================================================
 ad Layout
=============================================================*/
/* movie
-------------------------------------------------------------*/
.movieIE8 {
    display: none;
}

.ie6 .movie,
.ie7 .movie,
.ie8 .movie {
    display: none;
}

.ie6 .movieIE8,
.ie7 .movieIE8,
.ie8 .movieIE8 {
    display: block
}

/* magnific popup
-------------------------------------------------------------*/
#contents .magnificPopup-obj /*,
#contents .simple-ajax-popup*/
{
    display: block;
    width: 100%;
    position: relative;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

#contents .magnificPopup-obj:after /*,
#contents .simple-ajax-popup:after*/
{
    content: url("https://www.uacj.co.jp/ir/other/movie/img/ico-zoom.png");
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: 1px;
    right: 1px;
}

#contents .magnificPopup-obj img {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
