﻿@charset "utf-8";

/* =======================================

	CommonElements

======================================= */
body {
	font-size: 100%;
	line-height: 140%;
	font-family: Arial,Helvetica,sans-serif;
	color: #fff;
	text-align: center;
	background: #000;
	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;}


small {
	padding: 30px 0;
	width: 100%;
	font-size: 12px;
	text-align: center;
	display: block;
}


/* fullSlideShow
--------------------------- */
.fullSlideShow {
	width: 100%;
	text-align: left;
	position: relative;
	overflow: hidden;
}
.fullSlideShow ul {
	top: 50%;
	left: 50%;
	width: 100%;
	position: absolute; /* absolute or fixed */
	overflow: hidden;
}
.fullSlideShow ul li {
	top: 0;
	left: 0;
	width: 100%;
	display: none;
	position: absolute;
}
.fullSlideShow ul li img {
	width: 100%;
}


/* SideNavi
------------------------- */

/*PC*/
@media screen and (min-width: 1081px){
.fullSlideShow .btnPrev,
.fullSlideShow .btnNext {
    margin-top: 20px;
    top: 50%;
    width: 50px;
    height: 50px;
    position: absolute; /* absolute or fixed */
    z-index: 105;
}
.fullSlideShow .btnPrev {
    left: 10px;
    background: transparent url(../img/btnPrev.png) no-repeat center center;
}
.fullSlideShow .btnNext {
    right: 10px;
    background: transparent url(../img/btnNext.png) no-repeat center center;
}
#SP_nav{ display:none;}
}/*end*/

/*PC以下*/
@media screen and (max-width: 1080px) {
.fullSlideShow .btnPrev,
.fullSlideShow .btnNext {
    margin-top: -15px;
    top: 50%;
    width: 50px;
    height: 50px;
    position: absolute; /* absolute or fixed */
    z-index: 105;
}
.fullSlideShow .btnPrev {
    left: 10px;
    background: transparent url(../img/btnPrev.png) no-repeat center center;
}
.fullSlideShow .btnNext {
    right: 10px;
    background: transparent url(../img/btnNext.png) no-repeat center center;
}
}/*end*/
@media screen and (max-width: 767px) {
.fullSlideShow .btnPrev,
.fullSlideShow .btnNext {
    margin-top: -30px;
    top: 50%;
    width: 50px;
    height: 50px;
    position: absolute; /* absolute or fixed */
    z-index: 105;
}
.fullSlideShow .btnPrev {
    left: 10px;
    background: transparent url(../img/btnPrev.png) no-repeat center center;
}
.fullSlideShow .btnNext {
    right: 10px;
    background: transparent url(../img/btnNext.png) no-repeat center center;
}
}/*end*/


/* PagiNation　[  ■□□□  ]
--------------------------- */
.pagiNation {
	bottom: 75px;
	right: 30px;
	width: 100%;
	height: 15px;
	/*background:#FF0000;*/
	text-align:right;/*
	text-align: center;*/
	position: absolute; /* absolute or fixed */
	z-index: 110; /* 非表示にする場合は「90」以下に */
 	visibility: visible; /* 非表示にする場合は「hidden」に */
}

/* [  ■□□□  ]　スマホの場合の位置指定*/
/*
@media only screen and (max-width:768px){
.pagiNation {
	bottom: 110px;
	right: 20px;
	width: 100%;
	height: 15px;
	text-align:right;
	text-align: center;
	position: absolute; 
	z-index: 110; 
 	visibility: visible; 
}
}/*end*/


.pagiNation a {
	margin: 0 5px;
	width: 9px;
	height: 9px;
	display: inline-block;
	overflow: hidden;
	border:solid 1px #999; /*　■□□□　*/
}

.pagiNation a.pnActive {
		border:solid 1px #ffc600; /*　■□□□　*/
	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;
}
