/*-----------------------------------------

2017/08/23更新

-----------------------------------------*/

@charset "utf-8";

.douga-info, 
#jouhou .douga-info {
    margin: 0;
    padding: 0;
	text-align: center;
	border: none;
}
.yt-wrapper, 
#jouhou .yt-wrapper {
    position: relative;
	margin: 0 auto;
	padding: 56.25% 0 0 0;
}
.yt-wrapper .yt-set,
.yt-wrapper .yt-set iframe, 
#jouhou .yt-set, 
#jouhou .yt-wrapper .yt-set iframe {
    position: absolute;
    margin: 0 auto;
    top: 0;
    right:0;
    bottom:0;
    left: 0;
    padding: 0;
    width: 100%;
    border: none;
}
/* 以下「youtube_loader.js」用スタイルシート */
.yt-wrapper .yt-set .yt-thumbnail,
#jouhou .yt-wrapper .yt-set .yt-thumbnail {
	position: relative;
	padding:0px;
}
.yt-wrapper .yt-set .yt-thumbnail-img,
#jouhou .yt-wrapper .yt-set .yt-thumbnail-img {
	cursor: pointer;
	width: 100%;
}
.yt-wrapper .yt-set .yt-thumbnail-icon,
#jouhou .yt-wrapper .yt-set .yt-thumbnail-icon {
	position: absolute;
	cursor: pointer;
	pointer-events: none;
	margin: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	max-width: 68px;
	max-height: 48px;
}
.yt-wrapper .yt-set .download-flash,
#jouhou .yt-wrapper .yt-set .download-flash {
	position: relative;
	padding: 56.25% 0 0 0;
	text-align: center;
}
.yt-wrapper .yt-set .download-flash-content,
#jouhou .yt-wrapper .yt-set .download-flash-content {
	position: absolute;
	top: 25%;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 95%;
}
.yt-wrapper .yt-set .download-flash-txt,
#jouhou .yt-wrapper .yt-set .download-flash-txt {
	margin: auto;
	padding-bottom: 0.5em;
	line-height: 1.4;
	font-size: small;
	font-weight: bold;
}
.yt-wrapper .yt-set .download-flash-anchor,
#jouhou .yt-wrapper .yt-set .download-flash-anchor {
	display: block;
	margin: 0 auto;
	line-height: 1;
	width: 100%;
	height: 100%;
	max-width: 158px;
	max-height: 39px;
}
.yt-wrapper .yt-set .download-flash-anchor img,
#jouhou .yt-wrapper .yt-set .download-flash-anchor img {
	border: none;
}
@media screen and (max-width: 666px) {
.yt-wrapper .yt-set,
.yt-wrapper .yt-set iframe,
#jouhou .yt-wrapper .yt-set,
#jouhou .yt-wrapper .yt-set iframe {
	height: 100%;
}
}
@media screen and (max-width: 375px){
.yt-wrapper .yt-set .yt-thumbnail-icon,
#jouhou .yt-wrapper .yt-set .yt-thumbnail-icon {
	max-width: 60px;
	max-height: 42px;
}
}