﻿@charset "utf-8";

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

	CommonElements

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


#container {
	width: 100%;
	text-align: center;
	margin-top: 0px;

}

/* .slideShow
------------------------- */
.slideShow {
	width:793px;
	margin: 0 auto;
	text-align: left;
	display: none;
}

/* .mainView
------------------------- */
.slideShow .mainView {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.slideShow .mainView ul {
	width: 100%;
	overflow: hidden;
	position: visible;
}
.slideShow .mainView ul li {
	top: 0;
	left: 0;
	width: 100%;
	position: absolute;
}
.slideShow .mainView ul li img {
	width: 100%;
}

/* .thumbNail
------------------------- */
.slideShow .thumbNail {
	width: 600px;
	overflow: hidden;
	margin-top: 25px;
	margin-left: 200px;
	margin-bottom: 50px;
}

.slideShow .thumbNail ul {
	width: 100%;

}

.slideShow .thumbNail ul li {

	display: inline;
	overflow: hidden;
	cursor: pointer;


}

.mainchara{

	margin-left: 40px;


}

.subchara{

	margin-left: 10px;


}


.slideShow .thumbNail ul li img {

}

.slideShow .thumbNail ul li.active {
	filter: alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}

/* sideNavi
------------------------- */
.slideShow .mainView .btnPrev,
.slideShow .mainView .btnNext {
	top: 330px;
	width: 5%;
	height: 15%;
	position: absolute;
	z-index: 100;
}
.slideShow .mainView .btnPrev {
	left: 0;
	background: #fff url(../image/character/character_bt_prev.png) no-repeat center center;
}
.slideShow .mainView .btnNext {
	right: 0;
	background: #fff url(../image/character/character_bt_next.png) no-repeat center center;
}


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

	ClearFixElements


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




.slideShow ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

.slideShow ul {
	width:1000px;
	height:;
	display: inline-block;
	overflow: hidden;
}

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

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