@charset "utf-8";

/* defaultSetting
------------------------------*/
html {
	height: 100%;
}

html body {
	height: 100%;
	font-size: 14px;
	background: #000000;
}

a:link {
	color: #ff0000
}

a:hover {
	color: #ff0000
}

a:active {
	color: #ff0000
}

a:visited {
	color: #ff0000
}

/*
------------------------------*/
.canvas {}

.thumbListPosition {
	background: rgba(255, 255, 255, 0.6);
	position: absolute;
	bottom: 0px;
	width: 100%;
	z-index: 200;
}

.thumbList {
	padding-top: 10px;
	margin: 0px auto;
	padding-left: 50px;
	height: 82px;
}

.thumbList:after {
	content: "";
	display: block;
	clear: both;
}

.thumb {
	position: relative;
	border: 1px solid #6F6F6F;
	background: #FFFFFF;
	padding: 2px;
	height: 50px;
	width: 50px;
	margin: 1px;
	float: left;
}

.thumb:hover {
	background: #FF9DA6;
}

.thumb img {
	display: block;
	width: 100%;
	height: auto;
	cursor: pointer;
	height: 100%;
	object-fit: cover;
}

.thumb-inner {
	height: 100%;
	overflow: hidden;
}

.gravureSlider img {
	width: auto;
	height: 100%;
	display: block;
	margin: 0px auto;
}

.original {
	position: relative;
	z-index: 100;
}

.clone-left {
	position: absolute;
	top: 0px;
	opacity: 0.2;
}

.clone-right {
	position: absolute;
	top: 0px;
	opacity: 0.2;
}

.sp-slide {
	overflow: hidden;
}

.nowLoading {
	color: #FFFFFF;
	text-align: center;
	font-size: 40px;
	position: absolute;
	top: 50%;
	width: 100%;
}

.nowLoading img {
	width: 40px;
	height: 40px;
	vertical-align: middle;
	margin-right: 10px;
	margin-top: -5px;
}

/*
------------------------------*/

/*
------------------------------*/

/*
------------------------------*/

/*
------------------------------*/

/*
------------------------------*/

/*
------------------------------*/

/*
------------------------------*/