﻿@charset "utf-8";
/* =======================================

	CommonElements

======================================= */
#main {
	text-align: center;
	width: 960px;
}
.sigma_stage {
	width: 100%;
	height: 40px;
	margin-top: 30px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 15px;
	padding-left: 20px;
	display: block;
	font-size: 32px;
	font-family: 'Vollkorn', serif;
	border-bottom: 5px double #000000;
	font-weight: 900;
	text-align: left;
}
.sigma_stage2 {
	width: 100%;
	height: 40px;
	margin-top: 80px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 15px;
	padding-left: 20px;
	display: block;
	font-size: 32px;
	font-family: 'Vollkorn', serif;
	border-bottom: 5px double #000000;
	font-weight: 900;
	text-align: left;
}
.sigma_stcaption1 {
	font-size: 18px;
	font-family: "Sawarabi Mincho";
	width: 960px;
	padding-left: 40px;
	line-height: 36px;
	letter-spacing: 2px;
	font-weight: 900;
	text-align: left;
}
.sigma_stcaption2 {
	font-size: 18px;
	font-family: "Sawarabi Mincho";
	width: 960px;
	padding-left: 20px;
	line-height: 36px;
	letter-spacing: 2px;
	background-image: url(../images/20171018_bgimage.jpg);
	color: #FFFFFF;
	height: 590px;
	padding-top: 20px;
	text-align: left;
}
.sigma_stcaption2 img {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 843px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.sigma_stcaption2 a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=90);
	-ms-filter: "alpha(opacity=90)";
	font-size: 0;
}
.sigma_stcaption3 img {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 883px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.sigma_stcaption3 a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=90);
	-ms-filter: "alpha(opacity=90)";
	font-size: 0;
}

#container2 {
	width: 960px;
	text-align: center;
}
/* .slideShow
------------------------- */
.slideShow {
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	text-align: left;
	display: none;
}
/* .mainView
------------------------- */
.slideShow .mainView {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.slideShow .mainView ul {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.slideShow .mainView ul li {
	top: 0;
	left: 0;
	width: 100%;
	position: absolute;
}
.slideShow .mainView ul li img {
	width: 100%;
}
/* .thumbNail
------------------------- */
.slideShow .thumbNail {
	width: 100%;
	overflow: hidden;
}
.slideShow .thumbNail ul {
	width: 100%;
}
.slideShow .thumbNail ul li {
	float: left;
	display: inline;
	overflow: hidden;
	cursor: pointer;
}
.slideShow .thumbNail ul li img {
	width: 100%;
}
.slideShow .thumbNail ul li.active {
	filter: alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}
/* sideNavi
------------------------- */
.slideShow .mainView .btnPrev, .slideShow .mainView .btnNext {
	top: 0;
	width: 3%;
	height: 100%;
	position: absolute;
	z-index: 100;
}
.slideShow .mainView .btnPrev {
	left: 0;
	background: #ccc url(../images/btnPrev.png) no-repeat center center;
}
.slideShow .mainView .btnNext {
	right: 0;
	background: #ccc url(../images/btnNext.png) no-repeat center center;
}
/* =======================================
	ClearFixElements
======================================= */
.slideShow ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}
.slideShow ul {
	display: inline-block;
	overflow: hidden;
}
