﻿@charset "utf-8";

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

	CommonElements

======================================= */
body {
	font-size: 100%;
	line-height: 140%;
	font-family: Arial,Helvetica,sans-serif;
	color: #000;
	text-align: center;
	background: #fff;
	visibility: hidden;
}

a:link { text-decoration:none; color: #000;}
a:visited { text-decoration:none; color: #000;}
a:active { text-decoration:none; color: #000;}
a:hover { text-decoration:none; color: #000;}

h1 {
	margin-bottom: 20px;
	padding: 10px 0;
	background: #000;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
small {
	padding: 30px 0;
	width: 100%;
	font-size: 12px;
	text-align: center;
	display: block;
}

#container {
	width: 100%;
	text-align: center;
}

/* fullSlider
--------------------------- */
.fullSlider {
	width: 100%;
	text-align: left;
	position: relative;
	overflow: hidden;
}
.fullSlider ul,
.fullSlider ul li {
	float: left;
	display: inline;
	overflow: hidden;
}
.fullSlider ul li {
	position: relative;
}
.fullSlider ul li img {
	top: 50%;
	left: 50%;
	position: absolute;
}

.fullViewWrap {
	top: 0;
    position: fixed; /* absolute or fixed */
	overflow: hidden;
}


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

/* PagiNation
--------------------------- */
.pagiNation {
	bottom: 30px;
	left: 0;
	width: 100%;
	height: 15px;
	text-align: center;
	position: fixed; /* absolute or fixed */
	z-index: 110; /* 非表示にする場合は「90」以下に */
 	visibility: visible; /* 非表示にする場合は「hidden」に */
}
.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;
}

/* Wrapper
--------------------------- */
#wrapper {
	width: 100%;
	text-align: left;
	background: #fff;
	position: relative;
	z-index: 120;
}

.contents {
	padding: 30px 50px 50px 50px;
}
.contents p {
	padding-bottom: 3em;
	line-height: 180%;
}

.contents_page1  {
	padding: 30px 50px 50px 50px;
}
.contents_page1 p {
	padding-bottom: 3em;
	line-height: 180%;
	color:#FFFFFF;
}
.contents_page1 a {
	color:#FFFFFF;
}


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