/*! stylesheet style video_album v1.00 (http://www.sofrosune.net/) */
/*!
	Copyright (C) 2023 Sofrosune; http://www.sofrosune.net/
	No part of this program may be reproduced or transmitted in any form or 
	by any means without permission from the author, Sofrosune.
	Version: 1.00, March 1, 2023
	Creation date: Thu Sep 19 2024 10:21:11 GMT+0900
*/
/*! stylesheet common set v1.00 (http://www.sofrosune.net/) */
/**/
/*! stylesheet base globals v1.00 (http://www.sofrosune.net/) */
/*! stylesheet common set v1.00 (http://www.sofrosune.net/) */
/**/
/*! stylesheet mixins v1.00 (http://www.sofrosune.net/) */
/* === style_movie_TEMP === */
div.video-album {
	width: 100%;
}
@media print, screen and (min-width: 960px) {
	div.video-album {
		width: 960px;
	}
}

div.video-scene {
	display: inline-block;
	margin-bottom: 1.5rem;
	x-border: 1px solid #c0c0c0;
}
div.video-scene video {
	border: 1px solid #c0c0c0;
}
@media print, screen and (min-width: 720px) {
	div.video-scene {
		width: 48%;
	}
}
@media print, screen and (min-width: 960px) {
	div.video-scene {
		width: 32%;
		margin-bottom: 0.5rem;
	}
}
@media print, screen and (min-width: 960px) {
	div.video-scene.lg50 {
		width: 50%;
	}
}
div.video-scene.w192 {
	width: 192px;
}

div.video-title {
	color: #607fba;
	font-weight: bold;
	font-size: 125%;
}
div.video-title.w192 {
	color: #000;
	font-weight: normal;
	font-size: 100%;
}
@media print, screen and (min-width: 720px) {
	div.video-title.w192 {
		font-size: 93.75%;
	}
}
@media print, screen and (min-width: 960px) {
	div.video-title.w192 {
		font-size: 80%;
	}
}

div.video-album.video-album2 div.video-scene {
	display: block;
	margin-bottom: 2rem;
	width: 100%;
	max-width: 640px !important;
}
div.video-album.video-album2 div.video-scene:last-child {
	margin-bottom: 0.5rem;
}
div.video-album.video-album2 div.video-button-box {
	text-align: center;
}
div.video-album.video-album2 div.video-button-box span.video-button.zoom {
	display: none;
}

/* end of style */