@charset "utf-8";
/* ==================================================
		
		imageloaded PC

================================================== */
@media screen and (min-width:741px) {

.imageloaded {
 width: 736px;
 margin: 0 auto;
 position: relative;
}
#img_range{
 width: 736px;
 display: block;
	margin: 0 auto;
}
#nav{
	position:relative;
}
[type="range"] {
	-webkit-appearance:none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	width: 100%;
	height: 62px;
	vertical-align:middle;
	background-color:transparent;
}
input[type=range]::-ms-track {
	background-color: transparent;
 width: 100%;
 height: 12px;
	border-color: transparent;
	color: transparent;
}
[type="range"]::-webkit-slider-thumb {
	-webkit-appearance:none;
	-moz-appearance: none;
	appearance: none;
	cursor:pointer;
	position:relative;
	border: none;
	width: 24px;
	height: 24px;
	background-color:rgba(10, 179, 192, 1);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
[type=range]::-moz-range-thumb {
	appearance: none;
	cursor:pointer;
	position:relative;
	border: none;
	width: 24px;
	height: 24px;
	background-color:rgba(10, 179, 192, 1);
	border-radius:50%;
}
input[type=range]::-ms-thumb {
 border: none;
 height: 24px;
 width: 24px;
 border-radius: 50%;
 background: rgba(10, 179, 192, 1);
}
input[type=range]:focus::-ms-fill-lower {
 background: #888;
}
input[type=range]:focus::-ms-fill-upper {
 background: #ccc;
}
[type="range"]:focus,
[type="range"]:focus::-webkit-slider-thumb,
[type="range"]:active,
[type="range"]:active::-webkit-slider-thumb {
	outline:none;
}
#BoxText{
	font-size: 20px;
	width: 300px;
	float: left;
	padding-left: 1em;
	text-indent: -1.5em;
}
#explain{
	text-align: center;
}
#area_3D{
	float:right;
	height: 480px;
	width: 630px;
	margin: 10px;
	margin-top: 10px;
	border: 1px solid #bcbcbc;
}
#range{
	width: 736px;
	height: 7px;
	background-color: #f4f4f4;
	position:absolute;
	top: 29px;
	left: 0;
}
#RangeBox{
 position: relative;
	width: 736px;
	height: 15px;
	margin: 0 auto;
}
#img_area{
	border: 4px solid #e5e5e5;
}
.noDisplay{
	display: none;
}
.cap {
 position: relative;
 top: 45px;
 left: 4px;
}
.cap::before {
 content: "←";
 font-weight: 900;
 padding-right: 15px;
 position: relative;
 top: 1px;
}
.cap::after {
 content: "→";
 font-weight: 900;
 padding-left: 15px;
 position: relative;
 top: 1px;
}
 
}


/* ==================================================
		
		imageloaded SP

================================================== */
@media screen and (max-width:740px) {

.imageloaded {
 margin: 0 10px;
 position: relative;
}
#img_range{
	width: 100%;
 display: block;
	margin: 0 auto;
}
#nav{
	position:relative;
}
[type="range"] {
	-webkit-appearance:none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	width: 100%;
	height: 45px;
	vertical-align:middle;
	background-color:transparent;
}
input[type=range]::-ms-track {
	background-color: transparent;
 width: 100%;
 height: 12px;
	border-color: transparent;
	color: transparent;
}
[type="range"]::-webkit-slider-thumb {
	-webkit-appearance:none;
	-moz-appearance: none;
	appearance: none;
	cursor:pointer;
	position:relative;
	border: none;
	width: 24px;
	height: 24px;
	background-color:rgba(10, 179, 192, 1);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
[type=range]::-moz-range-thumb {
	appearance: none;
	cursor:pointer;
	position:relative;
	border: none;
	width: 24px;
	height: 24px;
	background-color:rgba(10, 179, 192, 1);
	border-radius:50%;
}
input[type=range]::-ms-thumb {
 border: none;
 height: 24px;
 width: 24px;
 border-radius: 50%;
 background: rgba(10, 179, 192, 1);
}
input[type=range]:focus::-ms-fill-lower {
 background: #888;
}
input[type=range]:focus::-ms-fill-upper {
 background: #ccc;
}
[type="range"]:focus,
[type="range"]:focus::-webkit-slider-thumb,
[type="range"]:active,
[type="range"]:active::-webkit-slider-thumb {
	outline:none;
}
#BoxText{
	font-size: 20px;
	width: 300px;
	float: left;
	padding-left: 1em;
	text-indent: -1.5em;
}
#explain{
	text-align: center;
}
#area_3D{
	float:right;
	height: 480px;
	width: 630px;
	margin: 10px;
	margin-top: 10px;
	border: 1px solid #bcbcbc;
}
#range{
	width: 100%;
	height: 7px;
	background-color: #f4f4f4;
	position:absolute;
	top: 20px;
	left: 0;
}
#RangeBox{
 position: relative;
	width: 100%;
	height: 15px;
	margin: 0 auto;
}
#img_area{
	border: 2px solid #e5e5e5;
}
.noDisplay{
	display: none;
}
.cap {
 position: relative;
 top: 30px;
 left: 2px;
}
.cap::before {
 content: "←";
 font-weight: 900;
 padding-right: 10px;
 position: relative;
 top: 1px;
}
.cap::after {
 content: "→";
 font-weight: 900;
 padding-left: 10px;
 position: relative;
 top: 1px;
}

}