﻿@charset "utf-8";
/* ------------------------------
   DESIGN/LAYOUT ELEMENTS
------------------------------ */
a:link,a:visited,a:active { text-decoration: underline; color: #000;}
a:hover { text-decoration: none;}

#wrapper {
	padding: 0px;
	width: 950px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.btnArea {
	padding-bottom: 1.5em;
	text-align: center;
}


/* ------------------------------
   CHAPTER ELEMENTS
------------------------------ */
.slideShow {
	width: 950px;
	text-align: left;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.slideShow ul {
	width: 100%;
}

.slideShow ul li {
	top: 0;
	left: 0;
	width: 100%;
	display: none;
	position: absolute;
}

.slideShow ul li img {
	width: 100%;
}

@media only screen and (max-width: 950px) {
	#wrapper {
		width: 90%;
	}

	.slideShow {
		width: 100%;
	}
}

/* PagiNation
--------------------------- */
.pagiNation {
	bottom: 20px;
	left: 0;
	width: 100%;
	height: 15px;
	text-align: center;
	position: absolute;
	z-index: 110;
}

.pagiNation a {
	margin: 0 5px;
	width: 15px;
	height: 15px;
	display: inline-block;
	overflow: hidden;
	background: #aaa;
	border: #fff 2px solid;
	border-radius: 50%;
	transition: all 0.2s ease-in-out;
}

.pagiNation a:hover {
	opacity: 0.6;
}

.pagiNation a.pnActive {
	background: #000;
}

.pagiNation a.pnActive:hover {
	opacity: 1;
}

/* SideNavi
------------------------- */
.slideShow .btnPrev,
.slideShow .btnNext {
	margin-top: -25px;
	top: 50%;
	width: 50px;
	height: 50px;
	position: absolute;
	z-index: 105;
	transition: all 0.2s ease-in-out;
}

.slideShow .btnPrev {
	left: 15px;
	background: transparent url(../image/btnPrev.png) no-repeat center center;
}

.slideShow .btnNext {
	right: 15px;
	background: transparent url(../image/btnNext.png) no-repeat center center;
}

.slideShow .btnPrev:hover,
.slideShow .btnNext:hover {
	opacity: 0.6;
}
