@charset "UTF-8";
/*******************************
　movie.html、cleaning.html共に使用しているもの
*******************************/

.moviePage-video_wrapper{
    width: 317px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 30px;
    margin-right: 10px;
    margin-top: 20px;
}

.moviePage-video_wrapper_large{
    margin-top: 20px;
    margin-bottom: 60px;
}

.moviePage-video_content{
    width: 100%;
}

.moviePage-video_content_large{
    width: 50%;
}

.moviePage-step_number{
    font-size: 24px;
}

.moviePage-paragraph-wrapper{
    margin-bottom:2em;
}

.moviePage-check-color:before{
    color: #4470ae;
}

.situation-caution{
	vertical-align:top;
}

::cue {
    color:white;
    text-shadow: 1px 1px 0 #000;
    background-color: rgba(0, 0, 255, 0);
}

.video-controls-wrapper {
    position: relative;
}

.video-controls {
	position: absolute;
	bottom: 0;
	left: 0;
    right: 0;
	padding: 5px;
	opacity: 0;
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	-o-transition: opacity .3s;
	-ms-transition: opacity .3s;
	transition: opacity .3s;
}

.video-controls > label {
    color: #f7f7f7;
    font-size: small;
    width: 10%;
}


.video-controls_s {
	position: absolute;
	bottom: 0;
	left: 0;
    right: 0;
	padding: 5px;
	opacity: 0;
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	-o-transition: opacity .3s;
	-ms-transition: opacity .3s;
	transition: opacity .3s;
}

.video-controls_s > label {
    color: #f7f7f7;
    font-size: small;
    width: 5%;
}

.video-controls_s > .nmute > a,
.video-controls_s > .unmute > a {
    margin-left: -5px;
}

.moviePage-video_wrapper_large:hover .video-controls {
	opacity: .9;
}

.moviePage-video_wrapper:hover .video-controls_s {
	opacity: .9;
}

.play , .stop {
    width: 3%;
    margin-bottom: -25px;
}

.play a {
    width: 32px;
    height: 32px;
	background: url("../image/playw.png") no-repeat;
    color: #EEE;
    display: block;
    text-indent: -9999px;
}

.play a:hover {
	background: url("../image/playw_i.png") no-repeat;
}

.stop a {
    width: 32px;
    height: 32px;
    background: url("../image/stopw.png") no-repeat;
    display: block;
    text-indent: -9999px;
}
.stop a:hover {
    background-image: url("../image/stopw_i.png");
}

.unmute, .mute {
    width: 3%;
    float: right;
    margin-right: 15px;
    margin-top: -5px;
}

.unmute a {
    width: 32px;
    height: 32px;
	background: url("../image/volw.png") no-repeat;
    color: #EEE;
    display: block;
    text-indent: -9999px;
}

.unmute a:hover {
	background: url("../image/volw_i.png") no-repeat;
}

.mute a {
    width: 32px;
    height: 32px;
    background: url("../image/mutew.png") no-repeat;
    display: block;
    text-indent: -9999px;
    
}
.mute a:hover {
    background-image: url("../image/mutew_i.png");
}



.seek-bar {
    width: 75%;
    margin-left: 40px;
}

.seek-bar_s {
    width: 45%;
    margin-left: 40px;
}

/*******************************
　両面部の清掃(cleaning.htmlだけで使用しているもの)
*******************************/

.cleaningPage-notice-indication-title{
    font-size: 1.5em;
    font-weight: bold;
}


.cleaningPage-notice-indication-border{
    border-top: 2px solid #AAAAAA;
    border-bottom: 2px solid #AAAAAA;
    
}

.cleaningPage-notice-indication-contents{
    text-indent: -0.55em;
    padding-left: 3em;
    font-weight: bold;
}

.cleaningPage-ul{
	margin-bottom: 1em;
	padding-left: 0px;
}

.cleaningPage-ul > li{
    border-bottom:1px solid #AAAAAA;

	list-style-type: disc;
    list-style-position: inside;
    padding-bottom:10px;
    padding-top: 10px;
}

.cleaningPage-ul > li:first-child{
    border-top:1px solid #AAAAAA;
    padding-top: 10px;

}

.cleaningPage-onepoint-wrapper{
    border: 1px solid #AAAAAA;
    margin-bottom: 10px;
}

.cleaningPage-onepoint-wrapper > p{
    margin-left:40px;
    
}

.cleaningPage-important{
    background-image: url(../image/important.png);
    background-repeat: no-repeat;
}

.cleaningPage-reference{
    background-image: url(../image/reference.png);
    background-repeat: no-repeat;
}

/**********************
mobile
**********************/
@media (max-width: 768px) {
    .column-second{
        margin-top: 10px;
    }

	.moviePage-video_content_large{
	    width: 100%;
	}

    .moviePage-footer-wrapper{
        display: block;
    }

    .moviePage-footer-container{
        width: 100%;
        display:inline-block;
        margin-left:0;
        border-right:none;
        border-top:1px solid #AAAAAA;
    }
}
