@charset "UTF-8";

/* **************************************************

Name: common_option.css

Description: CSS for Additional Common Modules

Create: 2026.01.09

Copyright 2026 Hitachi Power Solutions Co.,Ltd.

***************************************************** */



/* MegaMenu
=========================================================================================== */

/* 日立パワーソリューションズチャンネル～映像コンテンツのご紹介～ */
p.MMBannerLinkStyle{
	display:table; 
	margin: 0 auto 30px;
}


/* Modal Window for YouTube    2026.3.16 動画再生ボタンを変更
=========================================================================================== */

#ModalYouTubeCover {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: 100;
}

#ModalYouTube {
	display: none;
	position: absolute;
	padding: 50px;
	z-index: 102;
}

#ModalYouTube .Inner {
	position: relative;
	background-color: #0C0C0C;
	box-shadow: 0 0 35px rgba(12, 12, 12, .4);
	-moz-box-shadow: 0 0 35px rgba(12, 12, 12, .4);
	-webkit-box-shadow: 0 0 35px rgba(12, 12, 12, .4);
	-o-box-shadow: 0 0 35px rgba(12, 12, 12, .4);
	-ms-box-shadow: 0 0 35px rgba(12, 12, 12, .4);
}

#ModalYouTube iframe {
	display: block;
	width: 100%;
}

#ModalYouTube .Title {
	height: 50px;
	background-color: #F4F4F4;
	overflow: hidden;
}

#ModalYouTube .Title p {
	display: table-cell;
	height: 50px;
	padding: 0 80px 0 20px;
	vertical-align: middle;
	font-size: 90%;
	font-weight: bold;
	line-height: 130%;
	color: #0C0C0C;
}

#ModalYouTube .BtnClose {
	position: absolute;
	right: 0;
	bottom: 0;
	line-height: 130%;
}

#ModalYouTube .BtnClose a {
	display: table-cell;
	min-width: 50px;
	height: 30px;
	padding: 20px 5px 0;
	font-size: 76%;
	text-align: center;
	background-image: url(../../../image/jp/r1/icon/icon_close_hd.gif);
	background-position: center 7px;
	background-repeat: no-repeat;
	background-size: 16px 16px;
	-moz-background-size: 16px 16px;
	-webkit-background-size: 16px 16px;
	-o-background-size: 16px 16px;
	-ms-background-size: 16px 16px;
	vertical-align: middle;
}

#ModalYouTube .BtnClose a:link,
#ModalYouTube .BtnClose a:visited {
	color: #fff;
	background-color: #CC0000;
	text-decoration: none;
}
#ModalYouTube .BtnClose a:hover,
#ModalYouTube .BtnClose a:active {
	color: #fff;
	background-color: #7D0008;
	text-decoration: none;
}

.ImgOnlyStyle .ModalYouTubeLink {
	position: relative;
	display: inline-block;
}

.ImgOnlyStyle .ModalYouTubeLink:before {
	content: "";
	position: absolute;
	z-index: 1;
	width: 80px;
	height: 50px;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -40px;
	background-color: #FA000F;
	opacity: 1;
	border-radius: 25% 20%;
	-moz-border-radius: 25% 20%;
	-o-border-radius: 25% 20%;
	-ms-border-radius: 25% 20%;
}
.ImgOnlyStyle .ModalYouTubeLink:after {
	content: "";
	position: absolute;
	z-index: 1;
	width: 36px;
	height: 36px;
	top: 50%;
	left: 50%;
	margin: -18px 0 0 -18px;
	background-color: #FA000F;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
}
.PC .ImgOnlyStyle .ModalYouTubeLink:hover:before,
.PC .ImgOnlyStyle .ModalYouTubeLink:active:before,
.PC .ImgOnlyStyle .ModalYouTubeLink:hover:after,
.PC .ImgOnlyStyle .ModalYouTubeLink:active:after {background-color: #737373;}

.ImgOnlyStyle .ModalYouTubeLink span {
	position: relative;
	display: block;
}
.ImgOnlyStyle .ModalYouTubeLink span:after {
	content: "";
	position: absolute;
	z-index: 2;
	width: 0;
	height: 0;
	top: 50%;
	left: 50%;
	margin: -9px 0 0 -5px;
	border-left: solid 18px #fff;
	border-top: solid 10px transparent;
	border-bottom: solid 10px transparent;
}
