@charset 'UTF-8';

#movie_article {
    width: 756px;
}
#movie_article {
    margin: 0 0 0 0;
    width:770px;
    overflow:hidden;
}

#movie_article li {
    position: relative;
    float: left;
    width: 360px;/*337*/
    height: 240px;/*300*/
    margin: 0 23px 18px 0px;
    border:solid 1px black;
}

.movie_link {
    position: relative;
    display: block;
    width: 360px;
    height: 240px;
    /*margin:20px auto 0px auto;*/
}

.bt_movstart {
    position: absolute;
    top: 45%;
    left: 50%;
    width: 39px !important;
    height: 39px !important;
    margin: 0 -17px 0 -17px;
}

.movie_link .mv_bt_style {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    margin: -29px 0 0 -29px;
}

.movie_link img {
    width: inherit;
    height: inherit;
}

.move_title {
    font-size: 14px;
    font-weight: bold;
    width: 298px;/*320*/
    margin: 6px auto 4px auto;
    padding: 5px 0 0 22px;
    color: #F95D9D;
    background: url('/img/top/eyecatch_movie.png') no-repeat left;
}

.movie_prof {
    position:absolute;
    width: 100%;
    margin: 0 0 0 0;
    padding: 7px 0 7px 0px;
    bottom:0px;
    background:rgba(255, 255, 255, 0.74);
}
.movie_prof-link {
    display: inline-block;
    background: #232323;
    color: #fff;
    padding: 7px 35px 7px 10px;
    font-size: 13px;
    text-decoration: none;
    position: relative;
}

.movie_prof-link:after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    right: 12px;
    content: "　";
    width: 14px;
    height: 14px;
    display: inline-block;
    background-size: contain;
    background-image: url("/img/common/arrow02.svg");
    background-repeat: no-repeat;
}

.movie_prof > span {
    font-size: 14px;
    font-weight: bold;
    line-height: 140%;
    display: block;
    float: left;
    margin: 0px 0 0 8px;
}

.movie_prof > span > span{
    font-size: 13px;
}

.movie_prof a {
    display: block;
    float: right;
    margin: 4px 8px 0 0;
}

.contents_movie .detail_page {
    margin: 15px 0 30px 0;
    text-align: center;
}
#no_movie {
    text-align: center;
}
