﻿@charset "utf-8";

/* =======================================

	CommonElements

======================================= */


/* fullSlideShow
--------------------------- */
.fullSlideShow {
	width: 100%;
	text-align: left;
	position: relative;
	overflow: hidden;
}
.fullSlideShow ul {
	top: 50%;
	left: 50%;
	width: 100%;
	position: fixed; /* absolute or fixed */
	overflow: hidden;
}
.fullSlideShow.heritage ul {
	position: absolute; /* absolute or fixed */
	overflow: visible;
	z-index:110;
}
.fullSlideShow ul li {
	top: 0;
	left: 0;
	width: 100%;
	display: none;
	position: absolute;
}
.fullSlideShow ul li img {
	width: 100%;
}

.fullSlideShow ul li div{
	position:absolute;
	width:1000px;
	left:0;
	right:0;
	top:244px;
/*	bottom:0;*/
	margin:auto;
}

.fullSlideShow ul li div h2{
	padding:0.6em 0.6em 0.5em;
	font-size:250%;
	font-weight:bold;
	line-height:100%;
	background-color:rgba(255,255,255,0.7);
	display:inline-block;}

.fullSlideShow ul li div p{
	padding:0.7em 0.7em 0.6em;
	font-size:150%;
	font-weight:bold;
	line-height:100%;
	background-color:rgba(219,220,220,0.7);
	display:inline-block;}

.fullSlideShow ul li img{
	height:auto;}

@media screen and (max-width:640px) {

.fullSlideShow ul li div{
	position:absolute;
	left:0;
	right:0;
	top:100px;
	margin:auto;
}

.fullSlideShow ul li div h2{
	padding:0.6em 0.6em 0.4em 0.4em;
	font-size:150%;
	font-weight:bold;
	line-height:1.25em;
	background:#fff;
	display:inline-block;}

.fullSlideShow ul li div p{
	padding:0.7em;
	font-size:100%;
	font-weight:bold;
	line-height:1.25em;
	background:#dbdcdc;
	display:inline-block;}

.fullSlideShow ul li img{
/*	width:533px;
	height:400px;
	margin-top:133px;*/}

}
 
 
/* SideNavi
------------------------- */
.fullSlideShow .btnPrev,
.fullSlideShow .btnNext {
    margin-top: -25px;
    top: 50%;
    width: 50px;
    height: 50px;
    position: absolute; /* absolute or fixed */
    z-index: 120;
}
.fullSlideShow .btnPrev {
    left: 20px;
    background: transparent url(../img/btnPrev.png) no-repeat center center;
}
.fullSlideShow .btnNext {
    right: 20px;
    background: transparent url(../img/btnNext.png) no-repeat center center;
}

@media screen and (max-width:640px) {

.fullSlideShow .btnPrev {
    left: -10px;
    background: transparent url(../img/btnPrevs.png) no-repeat center center;
}
.fullSlideShow .btnNext {
    right: -10px;
    background: transparent url(../img/btnNexts.png) no-repeat center center;
}

}


/* PagiNation
--------------------------- */
.pagiNation {
	bottom: 30px;
	left: 0;
	width: 100%;
	height: 15px;
	text-align: center;
	position: fixed;
	z-index: 90;
 	visibility: hidden;
}
.pagiNation.heritage {
	position: absolute;
}
.pagiNation a {
	margin: 0 5px;
	width: 20px;
	height: 20px;
	display: inline-block;
	overflow: hidden;
	background: #000;
}
.pagiNation a.pnActive {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}


/* =======================================
	ClearFixElements
======================================= */
.fullSlideShow ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}
.fullSlideShow ul {
	display: inline-block;
	overflow: hidden;
}
