@charset "Shift_JIS";

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

Name: slideshow.css

Description: トップページスライドショー用 CSS

Create: 2019.10.31
Update: 

Copyright 2019 Hitachi Systems Power Services, Ltd.

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


/*--- ブランディングエリア（スライドショー） ---*/
#Branding {
	overflow: hidden;
}

#SlideArea {
	position: relative;
}

#SlideShow {
	width: 100%;
}

#SlidePanel {
	width: 400%;
	margin-left: -100%;
}

#SlidePanel li {
	float: left;
	width: 25%;
}

#SlidePanel li a {
	display: block;
}
#SlidePanel li a:hover,
#SlidePanel li a:active {
	opacity: 0.7;
}

#SlidePanel li img {
	max-width: 100%;
}

#SlideArea .Slider {
	position: absolute;
	top: 50%;
	margin-top: -65px;
	z-index: 1;
}
#SlideArea .Slider#Prev {
	left: 65px;
}
#SlideArea .Slider#Next {
	right: 65px;
}

#SlideArea .Slider a {
	display: block;
	line-height: 100%;
}
#SlideArea .Slider a:hover,
#SlideArea .Slider a:active {
	opacity: 0.5;
}

#IndicatorArea {
	position: relative;
	padding: 21px 0;
	text-align: center;
	line-height: 100%;
	background-color: #58a618;
}

#Indicator {
	display: inline-block;
	vertical-align: top;
}

#Indicator li {
	float: left;
	margin: 0 5px;
}

#Indicator li a {
	display: block;
	width: 16px;
	height: 16px;
	font-size: 0;
	border: 1px solid #ffffff;
	border-radius: 50%;
	opacity: 1 !important;
}
#Indicator li a:hover,
#Indicator li a:active {
	background-color: #ffffff;
}
#Indicator li.Current a {
	background-color: #ffffff;
}

#Controller {
	position: absolute;
	right: 170px;
	top: 50%;
	margin-top: -10px;
}

#Controller a {
	display: block;
	line-height: 100%;
}
/*#Controller a:hover,
#Controller a:active {
	opacity: 0.5;
}*/

/* for + 1200px
=========================================================================================== */
@media screen and (min-width: 1200px) {
	#SlidePanel li {
		min-width: 1200px;
	}
}

/* for - 994px
=========================================================================================== */
@media screen and (max-width: 994px) {}

/* for - 767px
=========================================================================================== */
@media screen and (max-width: 767px) {
	.JS #SlideArea .Slider#Prev {
		left: 10px;
	}
	.JS #SlideArea .Slider#Next {
		right: 10px;
	}
}

/* for - 579px
=========================================================================================== */
@media screen and (max-width: 579px) {
	.JS #SlideArea .Slider {
		display: none;
	}

	.JS #Indicator li {
		margin: 0 15px;
	}

	.JS #Controller {
		right: 50px;
	}
}

/* for - 399px
=========================================================================================== */
@media screen and (max-width: 399px) {}
