@charset "utf-8";
body {
	padding:0px;
	margin:0px;
    position: relative;
}
#container {
    max-width: 960px;
}
#player-space {
    position: relative;
    width: 94%;
    margin: 3%;
}
    #player-space iframe {
        position: relative;
        width: 94vw;
        height: calc(94vw * .5625);
    }
.header-inner {
    width: 100%;
    margin: 0 auto;
}
.header-inner img{
    width: 100%;
}
.cont-title {
    height: 25px;
    line-height: 27px;
    padding-left: 7px;
    font-size: 18px;
    font-weight: 700;
    border-left: 9px solid #EE5DAE;
    position: relative;
}
.cont-title:after {
    content: "";
    display: block;
    position: absolute;
    left: -9px;
    bottom: 0;
    height: 50%;
    border-left: 9px solid #F38CC4;
}
.cont-txt {
    padding-left: 1em;
}
footer {
    margin-top: 40px;
    padding: 1rem 0;
    text-align: center;
}
a.ar_link {
    background-image: url(../img/ar-icon.png);
    background-repeat: no-repeat;
    background-position: center left;
    color: #e7198c;
    padding-left: 15px;
}
@media screen and (min-width: 960px ) {
    #container {
        width: 960px;
    }
    #player-space {
        position: relative;
        width: 960px;
        margin: 0;
    }
    #player-space iframe {
        position: relative;
        width: 940px;
        margin: 10px;
        height: calc(940px * .5625);
    }
}
@media screen and (min-width: 641px) {
    #container {
        positiion: relative;
        margin: 0 auto;
    }
    #player-space iframe {
        position: relative;
   }
    .sp {
        display: none;
    }
}
