﻿@charset "utf-8";

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

	CommonElements

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


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

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

/* .viewer
------------------------- */
.viewer{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 100%;
	position: relative;
	overflow: visible;
}
.viewer ul{
	width: 100%;
	overflow: visible;
	position: relative;
}
.viewer ul li{
	top: 0px;
	left: 0px;
	width: 100%;
	position: absolute;
	overflow: visible;
}
.viewer ul li img{
	width: 960px;
	height: 186px;
}

/* sideNavi
------------------------- */
.viewer .btnPrev,
.viewer .btnNext{
	margin-top: -25px;
	top: 50%;
	width: 50px;
	height: 50px;
	position: absolute;
	z-index: 101;
}
.viewer .btnPrev{
	left: 10px;
	background : url(btnPrev.jpg) center center / auto auto no-repeat scroll padding-box border-box #cccccc;
}
.viewer .btnNext{
	right: 10px;
	background : url(btnNext.jpg) center center / auto auto no-repeat scroll padding-box border-box #cccccc;
}


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

.viewer ul{
	display: inline-block;
	overflow: hidden;
}


/* ------------------------------------------------
	いちよmediaQueriesの指定を入れておきますが
	スライドショー動作には関連しておりません。
------------------------------------------------ */

/* ===========================================
	デスクトップ系 769 - 1024
=========================================== */
@media screen and (max-width: 1024px) {
	.viewer {
	}
}
/* ===========================================
	タブレット系 749 - 768
=========================================== */
@media screen and (max-width: 768px) {
	.viewer {
	}
}
/* ===========================================
	スマートフォン系 748 - 
=========================================== */
@media screen and (max-width: 748px) {
	.viewer {
	}
}