@charset "utf-8";

@media screen and (max-width : 768px){ 

/* -----------------------------------
    #section_utility
----------------------------------- */
#section_utility .pic_full{
    margin-bottom: 20px;
}

/* -----------------------------------
    #section_movie
----------------------------------- */
#section_movie .moviearea,
#section_movie2 .moviearea,
#section_movie3 .moviearea{
	margin-bottom: 20px;
	padding: 0 15px;
}

#section_movie3 .moviearea p.caption {
	font-size: 11px;
	margin-top: -3px;
}

.moviearea a:hover {
	opacity:1;
}
.moviearea img {
	max-width:710px;
}
.vjs-poster {
	position:relative;
}
.vjs-poster:after {
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:url(/auto-archive/cr-v/2022/common/image_common/movie_play.png) center center no-repeat;
	background-size:20%;
}
div:-webkit-full-screen video {
	width:100% !important;
}

/* -----------------------------------
    #section_tailgate
----------------------------------- */

#section_tailgate .pic_caption{
	font-size: 14px;
    font-weight: bold;
    line-height: 1.5em;
}

/* -----------------------------------
    #section_storage
----------------------------------- */

#section_storage .slider_wrap .pic{
	padding: 0 15px;
}
#section_storage .slider_wrap .caption{
	padding: 0 15px 0 15px;
	margin-bottom: 5px;
	font-size: 14px;
    font-weight: bold;
    line-height: 1.5em;
}
#section_storage .slider_wrap .exp{
	padding: 0 15px;
	font-size: 16px;
    line-height: 1.375em;
	margin-bottom: 8px;
}

#storage_slider .caution {
	padding: 0 15px;
	font-size: 10px;
	display: block;
	line-height: 1.3em;
}

}