*{
	box-sizing:border-box;
}

body{
	padding:0;
	margin:0;
	/*background: #F0F0F0;*/
	background: #FFF;
}

.inner{
	max-width:900px;
	width:100%;
	padding:0 20px;
	margin:0 auto;
	box-sizing:border-box;
}

/* sideNavi
---------------------------------------*/

/*#sidenavi{
	position:fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #0005;
	height: 100vh;
	z-index: 10010;
	display: none;
}

#sidenavi.active{
	display:block;
}

#sidenavi #naviClose{
	line-height: 1;
	padding: 10px 20px;
	font-size: 20px;
	cursor: pointer;
	vertical-align: middle;
	box-shadow: 3px 3px 7px #0006;
	font-weight: bold;
	background: #666;
	color: #FFF;
}

#sidenavi h3{
	background: #FFF;
	font-size: 16px;
	padding: 5px 10px;
}

#sidenavi #naviClose:hover{
	background: #000;
}

#sidenavi #naviClose span{
	font-size: 14px;
	margin-left: 10px;
	font-weight: normal;
}

#sidenavi #naviBox{
	width: 100%;
	max-width: 450px;
	background: #333;
	height: 100vh;
	z-index: 10001;
}

#sidenavi #naviScroll{
	height:calc(100vh - 40px);
	overflow-y:scroll;
}

#sidenavi #news{
	position: relative;
	margin-bottom: 10px;
}

#sidenavi #news > span{
	position: absolute;
	top:0;
	right: 5px;
}

#sidenavi #news > span > a{
	font-size: 14px;
	color: orange;
}

#sidenavi #news > span a:after{
	content: "＞";
}


#sidenavi p{
	padding: 0 1em;
	color: #FFF;
	font-weight: bold;
}

#sidenavi #information{
	border-top: 1px solid #FFF;
}


#sidenavi ul#newList *{
	display: inline;
	color: orange;
	font-size: 14px;
}

#sidenavi ul,
#sidenavi ul li{
	list-style: none;
	padding: 0;
	margin: 0;
}


#sidenavi ul#newList{
	padding:0 1em;
}

#sidenavi ul#information li a{
	display: block;
    padding: 0 20px;
    border-bottom: 1px solid #999;
    font-size: 14px;
    text-decoration: none;
    color: #FFF;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
}

#sidenavi ul li a:hover{
	background: #CCC;
}

#sidenavi ul#sideButton li{
	display: inline-block;
}

#sidenavi ul#sideButton li a{
	display: block;
	white-space: nowrap;
	background: #FFF;
	color: #000;
	font-size: 13px;
	padding:1px 7px;
	text-decoration: none;
	border-radius: 9px;
	margin: 0px 2px 10px;
	font-weight: bold;
}
*/

/*header
------------------------------------------*/
/*
header{
	padding:7.5px 5px 0 60px;
	margin: 0;
	height:60px;
	background: #F00;
	position: relative;
}

header .inner{
	display: flex;
	justify-content: space-between;
	padding: 0;
	margin: 0 auto;
	position: relative;
	max-width: 100%;
}

header #register{
	margin: 0 10px 0 0;
	width: 50px;
	height: 40px;
	display: none;
	cursor: pointer;
}

header #register.active{
	display: block;
}

header #register img{
	height:50px;
	width:auto;
}

header #logo{
	height: 40px;
}

header #logo img{
	width: auto;
	height:40px;
	max-width: 300px;
}

header #exclusive{
	position: absolute;
	bottom:0;
	right:100px;
	text-align:center;
	width: 180px;
	font-size: 13px;
	padding: 4px 0 2px;
	margin: 0;
	line-height: 1.0;
	box-sizing: border-box;
	background: #F6EE75;
	border-radius: 5px 5px 0 0;
}

@media(max-width: 560px){
	header #exclusive{
		right: auto;
		left: 96px;
	}
}

header #pageTitle{
	position: absolute;
	bottom:20px;
	right:0;
	width:100%;
	line-height: 1.0;
	height: 20px;
	text-align: center;
}

header #pageTitle h3{
	padding: 0;
	margin: 0;
	text-align:center;
	color: #FFF;
}

header #pageTitle h3 a{
	text-decoration: none;
	color: #FFF;
}

body.n #sText,
body #dText{
	display:none;
}

body #sText,
body.n #dText{
	display:block;
}
*/
/*naviButton
-------------------------------------------------*/

/*#naviButton{
    position: fixed;
    top: 7.5px;
    left: 10px;
    display: flex;
    height: 40px;
    width: 40px;
    cursor: pointer;
    z-index: 10003;
}

#naviButton img{
	height: 100%;
	width: auto;
}
*/

/*#loginout
------------------------------------------*/
/*#loginout{
	background:#0066FF;
	padding:13px 0 0;
	margin: 0;
	height: 40px;
}

#loginout p{
	line-height: 1.0;
	padding: 0;
	margin: 0;
	font-size:14px;
	color: #FFF;
	text-align: center;
}
*/

/*container
------------------------------------------*/
#container{
	padding:0;
    margin: 0;
}


/*cheadline
------------------------------------------*/
#cheadline{
	padding:0;
	/*background: #333;*/
}

#cheadline .inner div{
    display:flex;
    align-items: center;
    border-left: 1px solid #999;
}


/*#cheadline button{
	border: none;
	padding:10px 0;
    margin: 0 auto;
    text-align: center;
    flex: 1;
    background: none;
    border-right: 1px solid #999;
    color: #FFF;
}
*/
/*#cheadline #cldecide{
	white-space: nowrap;
	padding: 10px;
}

#cheadline #delete{
	white-space: nowrap;
	padding: 10px;
	flex: 1;
}

#cheadline button:hover{
	pointer-events:auto;
	background:#ff1744;
	cursor:pointer;
}
*/

body.n #cheadline #firstMenu,
#cheadline #nextMenu{
	display: none;
}

#cheadline #firstMenu,
body.n #cheadline #nextMenu{
	display: flex;
}

body.h0 #prev{
	display: none;
}

body.h1 #stop{
	display: none;
}


/* maruButton
-------------------------------------*/
#maruButton{
	position: relative;
	padding:0 20px;
	margin:10px auto;
	max-width:900px;
}

#maruButton > div{
	display: inline-block;
	cursor:pointer;
}

#maruButton img{
	max-height:40px;
	width:40px;
	height:auto;
	margin:0 auto;
}

#maruButton span{
	margin-top: 3px;
	font-size: 12px;
	text-align: center;
}

body.n #maruButton{
	display: none;
}


/*#maruButton{
	position: relative;
	padding: 10px;
	margin: 0 auto;
	max-width:800px;
    display:flex;
    justify-content: space-between;
}

#maruButton > div{
	cursor:pointer;
}

#maruButton img{
	max-width:40px;
	width:100%;
	height:auto;
	margin:0 auto;
	display:block;
}

#maruButton span{
	display: block;
	font-size: 14px;
	text-align: center;
}

*/

#print,
#decide,
#Next{
	width: 160px;
	position: fixed;
	left:calc(50% - 80px);
	top:70px;
	background: #F00;
	color: #FFF;
	padding: 10px 0;
	border: 1px solid #FFF;
	border-radius: 5px;
	cursor: pointer;
	font-size: 12px;
	text-align: center;
}

#maruButton #reset,
#maruButton #stop,
#maruButton #prev{
	line-height: 1.0;
	border: 1px solid #ccc;
	border-radius: 5px;
	background: #FFF;
	padding: 10px 10px;
}


#maruButton #zoomup{
	position: absolute;
	top: 0;
	right: 20px;
}


/* 540px
---------------------------------------*/
@media(max-width: 540px){
	#Next{
		left:calc(100% - 200px);
	}

	#print,
	#decide{
		left:calc(100% - 200px);
		width: 120px;
	}

}

#Next{
	opacity: 0;
	pointer-events: none;
	transition-delay: 1s;
	transition-duration: 1s;
}

#Next.active{
	opacity: 1;
	pointer-events: auto;
}

#stop{
	margin-right: 10px;
	text-align: center;
}

/* #imgStart
-------------------------------------*/
 #imgStart{
 	position: fixed;
 	top:0px;
 	left:0vw;
 	background: #000B;
 	width:100vw;
 	height:100vh;
 	padding: 40px;
 	z-index: 100;
 	box-shadow: 3px 3px 10px #0006;
 	text-align: center;
 	line-height: 2.0;
 	display: flex;
 	flex-flow: column;
 	align-items: center;
 	justify-content: center;
 	color: #FFF;
 }

#imgStart button{
	width: 200px;
	background: #F00;
	color: #FFF;
	padding: 10px 20px;
	border: 5px solid #FFF;
	border-radius: 10px;
	cursor: pointer;
}


/* #rangeBox
-------------------------------------*/

#rangeBox{
	position: absolute;
	right:10px;
	top: 100px;
    z-index:101;
    display: none;
}

#rangeBox.active{
	display:block;
}


input#zoomRange[type=range][orient=vertical] {
    writing-mode:bt-lr;
    -webkit-appearance:slider-vertical;
    width:8px;
    height:175px;
    padding:0 5px;
}


/*contents
------------------------------------------*/
#contents{
/*	padding:0;
	margin:0;
*/    /*background: #f0f0f0;*/
}


#contents main{
	position: relative;
	box-sizing: border-box;
	max-width: 100vw;
}


/* resizable
-------------------------------------------*/
.ui-resizable-handle{
  box-sizing:border-box;
  width:0;
  height:0;
  background:none;
  border:none;
  font-size:0;
}

.ui-resizable-se,
.ui-resizable-sw,
.ui-resizable-ne,
.ui-resizable-nw{
	width:20px;
	height:20px;
	border:1px solid #999;
	background:#FFF;
	border-radius: 10px;
}

@media(max-width: 480px){
	
	.ui-resizable-se,
	.ui-resizable-sw,
	.ui-resizable-ne,
	.ui-resizable-nw{
		width:35px;
		height:35px;
	}

}

.ui-resizable-handle {
    position: absolute;
}

.ui-resizable-nw{
	top:-10px;
	left:-10px;
}

.ui-resizable-ne{
	top:-10px;
	right:-10px;
}

.ui-resizable-sw{
	left:-10px;
	bottom:-10px;
}

.ui-resizable-se{
	right:-10px;
	bottom:-10px;
}

.ui-resizable-nw:hover{cursor:nw-resize;}
.ui-resizable-ne:hover{cursor:ne-resize;}
.ui-resizable-sw:hover{cursor:sw-resize;}
.ui-resizable-se:hover{cursor:se-resize;}

.ui-icon, .ui-widget-content .ui-icon{
	background-size: 0;
}

.ui-wrapper{
    overflow:visible !important;
    position:relative !important;
}

/*button
------------------------------------------*/
#btn{
	padding:3px 20px;
	margin:0 auto;
	text-align:center;
	text-decoration:none;
	display:inline-block;
	border-radius:5px;
	font-size:14px;
	border: none;
}

.btn1{
	color:#fff;
	background:#999;
}

.btn1:hover{
	background:#ff1744;
}

.btn2{
	color:#fff;
	background:#ff1744;
}