@charset "utf-8";

.cst_iv_normal .cst_info *{
	user-select: text;
	-moz-user-select: text;
	-webkit-user-select: text;
	-ms-user-select: text;
}
.cst_iv_normal #contents *,.cst_iv_normal #cst_controller_normal *{
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

body.mobile_device span{
	cursor:default !important;
}
body.mobile_device div{
	cursor:default !important;
}

.cst_iv_custom #contents,.cst_iv_custom #custom_frame_base,.cst_iv_normal #cst_controller_normal,.cst_iv_normal .cst_info{
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

#sidemenu{
	position:absolute;
	top:0;
	left:0;
	height:100%;
	background-color:#fff;
	color:#505050;
	overflow-y:auto;
	overflow-x:hidden;
	-webkit-overflow-scrolling:auto;

	width:0;
	display:none;
}

.pc_device #sidemenu::-webkit-scrollbar {
	overflow:hidden;
	margin-left:8px;
	width:8px;
}

.pc_device #sidemenu::-webkit-scrollbar-button {
	display:none;
}

.pc_device #sidemenu::-webkit-scrollbar-track-piece {
	-webkit-border-radius:4px;
	border-radius:4px;
	background-color:#a0a0a0;
}

.pc_device #sidemenu::-webkit-scrollbar-thumb {
	overflow:hidden;
	-webkit-border-radius:4px;
	border-radius:4px;
	background-color:#404040;
}

.pc_device #sidemenu::-webkit-scrollbar-corner {
	display:none;
}

#sidemenu_contents {
	position:relative;
	margin:0;
	padding:0 0 5em 0;
	min-height:100%;
}

#contents {
	position: absolute;
	padding: 0;
	top: 0px;
	height: 100%;
	background-color: #FEFEFE;
	color: #000000;
	overflow: hidden;
}

.cst_iv_normal #contents {
	position:relative;
	background-color:#fff;
	overflow:hidden;
	margin-bottom:0;
}

#menu{
	position: absolute;
	margin: 0;
	padding: 0;
	top: 0px;
	width: 100%;
	height: 100%;
	z-Index:20;
	display:none;
	overflow: hidden;
}

#menu_transparent{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:black;
	opacity:0.4;
}

#menu_header{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	font-size:1.35em;
	height:2em;
	background-color:white;

	vertical-align:top;
	line-height: 1em;

    -webkit-box-shadow: 0px 0px 0.4em 0.2em rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 0.4em 0.2em rgba(0,0,0,0.2);
    box-shadow: 0px 0px 0.4em 0.2em rgba(0,0,0,0.2);
}

.menuVisible #menu_header{
    -webkit-animation:head-animation 0.25s 1 ease-out,head-animation2 0.3s 1;
    animation:head-animation 0.25s 1 ease-out,head-animation2 0.3s 1;
}
.menuHidden #menu_header{
    -webkit-animation:head-hidden-animation 0.25s 1 ease-out;
    animation:head-hidden-animation 0.25s 1 ease-out;
}

#menu_header .fa{
	height:1.5em;
	padding-top:0.25em;
}

#menu_header_button .fa{
	padding-left: 0.5em;
	padding-right: 1em;
}

#menu_close_button{
    right: 0.9em;
}

#menu_close_button .fa{
    padding-left:1em;
	font-size: 15px;
}

@keyframes head-animation{
	0%{
		-ms-transform:translateY(-2em);
		-webkit-transform:translateY(-2em);
		transform:translateY(-2em);
	}
	100%{
		-ms-transform:translateY(0);
		-webkit-transform:translateY(0);
		transform:translateY(0);
	}
}
@-webkit-keyframes head-animation{
	0%{
		-ms-transform:translateY(-2em);
		-webkit-transform:translateY(-2em);
		transform:translateY(-2em);
	}
	100%{
		-ms-transform:translateY(0);
		-webkit-transform:translateY(0);
		transform:translateY(0);
	}
}
@keyframes head-animation2{
	0%{
		top:-5px;
	}
	100%{
		top:0px;
	}
}
@-webkit-keyframes head-animation2{
	0%{
		top:-5px;
	}
	100%{
		top:0px;
	}
}

@keyframes head-hidden-animation{
	0%{
		-ms-transform:translateY(0);
		-webkit-transform:translateY(0);
		transform:translateY(0);
	}
	100%{
		-ms-transform:translateY(-2em);
		-webkit-transform:translateY(-2em);
		transform:translateY(-2em);
	}
}
@-webkit-keyframes head-hidden-animation{
	0%{
		-ms-transform:translateY(0);
		-webkit-transform:translateY(0);
		transform:translateY(0);
	}
	100%{
		-ms-transform:translateY(-2em);
		-webkit-transform:translateY(-2em);
		transform:translateY(-2em);
	}
}

#menu_header_button,#menu_close_button{
	cursor:pointer;
	color: #E60012;
}

#menu_header_button{
	position:absolute;
	top:0.35em;
	left:0.4em;
	width:1em;
	height:1em;
}

#menu_close_button{
	position:absolute;
	right:0.4em;
	top:0.25em;
	width:2em;
	height:1em;
}

.mobile_device #menu_header_button,.mobile_device #menu_close_button{
	top:0em;
}

.nohistory #menu_close_button{
	visibility:hidden;
}

#menu_storelogo{
	position:absolute;
	right:2em;
	left:1em;
	top:0.35em;
	text-align: left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	max-width:90%;
	max-width:-webkit-calc(100% - 3em);
	max-width:calc(100% - 3em);
	color:#343434;
}

#menu_storelogo img{
	width:auto;
	height:1.2em;
	padding-top: 0;
}

#menu_storelogo a{
    text-decoration: none;
	background-color: transparent;
	color:#343434;
	vertical-align:top;
}

.mobile_device #menu_storelogo{
	top:0.45em;
}

.mobile_device #menu_storelogo a > span{
	font-size:90%;
}

#menu_header_image{
	display:none;
}
.menu_head_logo #menu_header_tittle{
	display:none;
}
.menu_head_logo #menu_header_image{
	display:inline-block;
}

#menu_controller{
	position:absolute;
	background-color: white;
	color: #E60012;
	padding:0;
	left:0;
	bottom:0;
	width:100%;
	font-size:135%;
	vertical-align:top;
	overflow: hidden;

    -webkit-box-shadow: 0px -0.2em 0.4em 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px -0.2em 0.4em 0px rgba(0,0,0,0.2);
    box-shadow: 0px -0.2em 0.4em 0px rgba(0,0,0,0.2);
}

#menu_controller.avoidHomebar {
	height: 3em;
}

.menuVisible #menu_controller{
    -webkit-animation:foot-animation 0.25s 1 ease-out;
    animation:foot-animation 0.25s 1 ease-out;
}
.menuVisible #menu_controller.avoidHomebar{
    -webkit-animation:foot-animation-avoidhomebar 0.25s 1 ease-out;
    animation:foot-animation-avoidhomebar 0.25s 1 ease-out;
}
.menuHidden #menu_controller{
    -webkit-animation:foot-hidden-animation 0.25s 1 ease-out;
    animation:foot-hidden-animation 0.25s 1 ease-out;
}
.menuHidden #menu_controller.avoidHomebar{
    -webkit-animation:foot-hidden-animation-avoidhomebar 0.25s 1 ease-out;
    animation:foot-hidden-animation-avoidhomebar 0.25s 1 ease-out;
}
.customFrameVisibled #menu_controller{
    display:none;
}

@keyframes foot-animation{
	0%{
		-ms-transform:translateY(2em);
		-webkit-transform:translateY(2em);
		transform:translateY(2em);
	}
	100%{
		-ms-transform:translateY(0);
		-webkit-transform:translateY(0);
		transform:translateY(0);
	}
}
@-webkit-keyframes foot-animation{
	0%{
		-ms-transform:translateY(2em);
		-webkit-transform:translateY(2em);
		transform:translateY(2em);
	}
	100%{
		-ms-transform:translateY(0);
		-webkit-transform:translateY(0);
		transform:translateY(0);
	}
}
@keyframes foot-animation-avoidhomebar{
	0%{
		-ms-transform:translateY(3em);
		-webkit-transform:translateY(3em);
		transform:translateY(3em);
	}
	100%{
		-ms-transform:translateY(0);
		-webkit-transform:translateY(0);
		transform:translateY(0);
	}
}
@keyframes foot-hidden-animation{
	0%{
		-ms-transform:translateY(0);
		-webkit-transform:translateY(0);
		transform:translateY(0);
	}
	100%{
		-ms-transform:translateY(2em);
		-webkit-transform:translateY(2em);
		transform:translateY(2em);
	}
}
@-webkit-keyframes foot-hidden-animation{
	0%{
		-ms-transform:translateY(0);
		-webkit-transform:translateY(0);
		transform:translateY(0);
	}
	100%{
		-ms-transform:translateY(2em);
		-webkit-transform:translateY(2em);
		transform:translateY(2em);
	}
}
@keyframes foot-hidden-animation-avoidhomebar{
	0%{
		-ms-transform:translateY(0);
		-webkit-transform:translateY(0);
		transform:translateY(0);
	}
	100%{
		-ms-transform:translateY(3em);
		-webkit-transform:translateY(3em);
		transform:translateY(3em);
	}
}

#menu_cnt_left > div{
	position: relative;
	float:left;
	width:100%;
	height:2.4em;
	padding-left:2em;
	padding-right:0.8em;
	overflow:hidden;
}

#menu_slider_base{
	width:100%;
	height:2em;
	display: inline-block;
}

.mobile_device #menu_slider_base{
	margin-top:0.15em;
}

#slider{
	margin-top:0.8em;
    margin-bottom: 1.2em;
	height:0.12em;
	background: white;
	font-size:1.1em;
}

#slider .ui-slider-range {
	background: #E60012;
}

/* スライダーハンドル */
.cst_iv_custom #slider_custom{
}


#slider .ui-slider-handle {
	border: solid 0.05em darkgray;
	background-color: white;
	width:0.6em;
	height:0.6em;
	top:-0.275em;
	margin-left:-0.25em;

	-moz-border-radius: 0.4em;
	-webkit-border-radius: 0.4em;
	border-radius: 0.4em;
	cursor: pointer;
}

#slider > .ui-slider-horizontal {
	height: 0.6em;
}
#slider > .ui-slider-horizontal .ui-slider-handle {
	top: 0;
	margin-left: -0.8em;
}

#slider > a:hover{
	background-color:white !important;
}

.mobile_device #menu_slider_base{
	height:2.5em;
}
.mobile_device #slider{
	margin-top:0.6em;
    margin-bottom: 1.5em;
	height:0.25em;
	background: white;
}
.mobile_device #slider .ui-slider-handle {
	width:1em;
	height:1em;
	top:-0.4em;
	margin-left:-0.4em;

	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	border-radius: 0.5em;
}
.mobile_device #slider > .ui-slider-horizontal {
	height: 0.8em;
}
.mobile_device #slider > .ui-slider-horizontal .ui-slider-handle {
	margin-left: -1em;
}

#menu_slidercaption_base{
    width: 100%;
    position: relative;
    line-height: 1em;
}
#menu_slidercaption_base > div{
	color:#343434;
}

#menu_slidercaption_head{
	position:absolute;
	bottom:0.4em;
	left:0;
	width:100%;
	font-size:0.5em;
	text-align:center;

	padding-right:10em;

    white-space: nowrap;
    overflow: hidden;
    -webkit-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

#menu_slidercaption{
	position:absolute;
	bottom:0.1em;
	right:0;
	font-size:0.75em;
}

.ios_device #menu_slidercaption{
	bottom:0.85em;
}

.android_device #menu_slidercaption{
	bottom:0.6em;
}

#menu_cnt_right{
    display: inline-flex;
    float: right;
    width: auto;
    height: 2.5em;
    padding-right: 1em;
}

#menu_cnt_right > div{
	margin-left:0.05em;
	float:left;
}

.menu_btn{
	cursor:pointer;
}

.menu_btn > span{
    width: auto;
    margin: 0 0.4em;
    margin-top: 0.8em;
}

#menu_change_vh{
	display:none;
}
.sd_vh #menu_change_vh{
	display:inline;
}
#menu_change2h,#menu_change2v{
	display:none;
	border:solid 1px;
}
.sd_vert #menu_change2h{
	display:block;
	border-top:double 0.2em;
	border-bottom:double 0.2em;
	font-size:0.9em;
	margin-top:0.7em;
}
.sd_horz #menu_change2v{
	display:block;
	border-left:double 0.2em;
	border-right:double 0.2em;
	margin-top: 0.75em;
	text-align:center;
}

#toast_lastPage > span{
	display:none;
}
.sd_vert #toast_lastPage > i{
	display:none;
}
.sd_vert #toast_lastPage > i{
	display:none;
}
.sd_vert #toast_lastPage > span{
	display:inline;
}

#custom_frame_base{
	position: absolute;
	margin: 0;
	padding: 0;
	top: 0px;
	width: 100%;
	height: 100%;
	z-Index:30;
	display:none;
	overflow: hidden;

	background-color: transparent;
}

.customFrameVisibled #custom_frame_base{
	display:block;
}

#custom_frame{
	position: absolute;
	margin: 0;
	padding: 0;
	top: 0px;
	width: 100%;
	height: 100%;
	border: none;

	background-color: transparent;
}

#renderer{
	position: absolute;
	margin: 0;
	padding: 0;
	top: 0px;
	width: 100%;
	height: 100%;
	z-Index:1;
}

#content_base{
	position: absolute;
	overflow:hidden;
	margin: 0;
	padding: 0;
	top: 0px;
	width: 100%;
	height: 100%;
	z-Index:1;
}

#autoscroll_stoparea_div {
	display: none;
	position: absolute;
	margin: 0;
	padding: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.menuVisible #menu{
	display:block;
}

.pc_device .cst_on_mobile{
	display:none;
}
.mobile_device .cst_on_pc{
	display:none;
}

/*
@media only screen and (-webkit-min-device-pixel-ratio:1.33),
	   only screen and (min--moz-device-pixel-ratio:1.33),
       only screen and (min-resolution:1.33dppx){
	body.mobile_device{
		font-size:110%;
	}
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min--moz-device-pixel-ratio:1.5),
       only screen and (min-resolution:1.5dppx){
	body.mobile_device{
		font-size:125%;
	}
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
	   only screen and (min--moz-device-pixel-ratio:2),
       only screen and (min-resolution:2dppx){
	body.mobile_device{
		font-size:150%;
	}
}
@media only screen and (-webkit-min-device-pixel-ratio:3),
	   only screen and (min--moz-device-pixel-ratio:3),
       only screen and (min-resolution:3dppx){
	body.mobile_device{
		font-size:200%;
	}
}
@media only screen and (-webkit-min-device-pixel-ratio:4),
	   only screen and (min--moz-device-pixel-ratio:4),
       only screen and (min-resolution:4dppx){
	body.mobile_device{
		font-size:200%;
	}
}
*/

/****/
.pulse-button-container {
  width: 200px;
  height: 100%;
  margin: 0 auto 0;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
  perspective: 1000;
  backface-visibility: hidden;
  background: #fff;
}

.pulse-button {
  position: relative;
  top: 50%;
  left: 50%;
  margin-left: -50px;
  margin-top: -50px;
  display: block;
  width: 100px;
  height: 100px;
  font-size: 2.5em;
  font-weight: light;
  font-family: 'Trebuchet MS', sans-serif;
  text-align: center;
  line-height: 100px;
  letter-spacing: -1px;
  color: white;
  border: none;
  border-radius: 50%;
  background: #E60012;
  cursor: pointer;
  box-shadow: 0 0 0 0 rgba(231,0,18, 0.5);
  -webkit-animation: pulse 1.5s infinite;
  animation: pulse 1.5s infinite;
  opacity:0.75;
}

.pulse-button:hover {
  -webkit-animation: none;
  animation: none;
}

@-webkit-keyframes pulse {
  0% {
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  70% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 0 0 50px rgba(32, 180, 99, 0);
  }
  100% {
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    box-shadow: 0 0 0 0 rgba(32, 180, 99, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  70% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 0 0 50px rgba(32, 180, 99, 0);
  }
  100% {
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    box-shadow: 0 0 0 0 rgba(32, 180, 99, 0);
  }
}
@-webkit-keyframes first_guide_touch {
	0% {
	  -moz-transform: scale(0.9);
	  -ms-transform: scale(0.9);
	  -webkit-transform: scale(0.9);
	  transform: scale(0.9);
	}
	100% {
	  -moz-transform: scale(0.5);
	  -ms-transform: scale(0.5);
	  -webkit-transform: scale(0.5);
	  transform: scale(0.5);
	}
}
@keyframes first_guide_touch {
	0% {
	  -moz-transform: scale(0.9);
	  -ms-transform: scale(0.9);
	  -webkit-transform: scale(0.9);
	  transform: scale(0.9);
	}
	100% {
	  -moz-transform: scale(0.7);
	  -ms-transform: scale(0.7);
	  -webkit-transform: scale(0.7);
	  transform: scale(0.7);
	}
}
/****/
#first_guide{
	display:none;
	z-index:40;
    position: absolute;
    background-color: transparent;
	display:none;
	pointer-events:none;
	opacity: 1;

	transition-delay: 0s;
	transition-property: left,right,top,bottom,opacity;
	transition-duration: 0.5s;
	transition-timing-function: cubic-bezier(0.8, 0.01, 1, 0.72);
}

#direction_notification_icon{
	display: none;
	position: absolute;

	width: 8em;
	height: 5em;

	bottom: 0;
	right: 0;
	z-index:16;

	transition-delay: 0.2s;
	transition-property: right;
	transition-duration: 0.3s;

	background-color: transparent;

	margin: 2em;
	margin-bottom: 5em;
}

#direction_notification_icon img{
	width:auto;
	height:auto;
	max-width: 100%;
    max-height: 100%;
	float: right;

	-moz-box-shadow: 0px 0px 4px 4px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px 0px 4px 4px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 4px 4px rgba(0,0,0,0.4);
}

.menuVisible #first_guide{
	visibility:hidden;
}

#first_guide.left{
	/*margin: 0 auto 0 -2.5em;*/
	top: 0;
	left: 0;
}
#first_guide.right{
	/*margin: 0 -2.5em 0 auto;*/
	top: 0;
	right: 0;
}
#first_guide.bottom{
    width: 100%;
    height: 200px;
    position: absolute;
    bottom: 0;
    margin: 0;
}

#overswipe {
	position:absolute;
	display:none;
	overflow:hidden;
	-webkit-transition-property:width;
	-webkit-transition-duration:0.2s;
	-webkit-transition-timing-function:cubic-bezier(0,1,0,1);
	transition-property:width;
	transition-duration:0.2s;
	transition-timing-function:cubic-bezier(0,1,0,1);
	background-color: #cccccc;
}
.sd_horz #overswipe {
	top:0;
	bottom:0;
	width:0;
}
.sd_horz.rtl #overswipe {
	left:0;
	right: auto;
}
.sd_horz.ltr #overswipe {
	left: auto;
	right:0;
}
.sd_vert #overswipe {
	left:0;
	right:0;
	top: auto;
	height:0;
	bottom:0;
}

#overswipe.visible {
	transition:none;
}
.overswipe-container {
	position:absolute;
	display:block;
	margin:0;
	padding:0;
	border:0;
}
.sd_horz .overswipe-container {
	top:0;
	bottom:0;
}
.sd_horz .rtl .overswipe-container {
	right:0;
}
.sd_horz .ltr .overswipe-container {
	left:0;
}
.sd_vert .overswipe-container {
	right:0;
	left:0;
	top:0;
}

.overswipe-container.wrap {
	background-color:rgba(0,0,0,0.25);
	-webkit-transition-property:background-color;
	-webkit-transition-duration:0.5s;
	-webkit-transition-timing-function:ease;
	transition-property:background-color;
	transition-duration:0.5s;
	transition-timing-function:ease;
}
#overswipe.highlight .overswipe-container.wrap {
	background-color:rgba(0,0,0,0);
}

.toast-container{
	display:none;
	position:absolute;
	z-index:40;
	top:50%;
	pointer-events:none;
	padding: 10px;
    background-color: rgba(207, 35, 35, 0.8);
	color: #fff;
    border-radius: 5px;
}
.toast-container.anime{
	-webkit-transition-property:transform;
	-webkit-transition-duration:1s;
	-webkit-transition-timing-function:ease;
	-webkit-transition-delay:0;
	transition-property:transform;
	transition-duration:1s;
	transition-timing-function:ease;
	transition-delay:0;
}
.ltr .toast-container{
	display:block;
	right:-1px;
	text-align:right;
	-webkit-transform:translateX(100%);
	transform:translateX(100%);
}
.rtl .toast-container,.default.toast-container{
	display:block;
	left:-1px;
	text-align:left;
	-webkit-transform:translateX(-100%);
	transform:translateX(-100%);
}
.toast-container.visible{
	display:block;
	-webkit-transform:none;
	transform:none;
}
.toast-message{
	display:inline-block;
	position:relative;
	top:0;
	padding:0.2em 0.5em;
	background-color:rgba(0,0,0,0.8);
	color:#fff;
	font-weight:bold;
}
.toast-message .fa{
	vertical-align:middle;
}
.ltr .toast-message{
	right:0;
	padding-right:2em;
	margin-left:2em;
}
.ltr .toast-message .fa-arrow-circle-o-left{
	display:none;
}
.rtl .toast-message,.default.toast-container .toast-message{
	left:0;
	padding-left:2em;
	margin-right:2em;
}
.rtl .toast-message .fa-arrow-circle-o-right,.default.toast-container .toast-message .fa-arrow-circle-o-right{
	display:none;
}

.show_bookmark #menu_bookmark_div {
	display: block;
}
#menu_bookmark_div {
	display: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 48px;
	height: 48px;
	z-index: 15;
	cursor: pointer;
	overflow: hidden;
}
#menu_bookmark_icon_div {
	position: absolute;
	right: 0;
	top: 0;
	width: 32px;
	height: 32px;
	transform: translate(32px,-32px);
	transition: transform 0.2s ease-in-out;
}
#menu_bookmark_icon_div.marked {
	transform: translate(0,0);
}
#menu_bookmark_icon_div .bookmark_path {
	opacity: 1;
	fill: #007aff;
	stroke: none;
}

#menu_footerbutton_div{
	position: absolute;
	z-index:15;
	display:none;
}
.show_footer #menu_footerbutton_div{
	display:block;
}
#menu_footerbutton_div.pos_left,.rtl #menu_footerbutton_div.pos_next{
	text-align: left;
	left: 0px;
}
#menu_footerbutton_div.pos_right,.ltr #menu_footerbutton_div.pos_next{
	text-align: right;
	right: 0px;
}
#menu_footerbutton_div.pos_top{
	top: 0px;
}
#menu_footerbutton_div.pos_bottom{
	bottom: 0px;
}

#menu_footerbutton_login_div,#menu_footerbutton_buy_div{
    position: relative;
    cursor: pointer;

    margin: 8px;
    padding: 4px 0;
    color: rgb(102, 102, 102);
    font-family: HiraKakuProN-W6, HiraKakuProN-W3, メイリオ, Meiryo, sans-serif;
    background-color: rgba(254, 254, 254, 0.9);

    font-size: 10px;
    font-family: HiraKakuProN-W6, HiraKakuProN-W3, メイリオ, Meiryo, sans-serif;

    border-color: #007aff;
    border-style: solid;
    border-width: 1px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    vertical-align:middle;

    float:left;

    display:none;
}

#menu_footerbutton_login_span,#menu_footerbutton_buy_span{
    position: relative;
    cursor: pointer;

    background-color: transparent;
    min-width: 80px;
    display: inline-block;
    padding: 4px 10px;
    font-weight: bold;
    font-size: 10px;
    text-align: center;
    vertical-align:middle;
    line-height: 1em;

    color: rgb(102, 102, 102);
}

.show_login #menu_footerbutton_login_div{
    display: block;
}

.show_buy #menu_footerbutton_buy_div{
    display: block;
}

#menu_banner_div{
	position:absolute;
    z-index: 17;
    display:none;
	overflow: hidden;
}

#menu_banner_img{
    opacity: 1;
    z-index: 17;
    border-style: none;
    vertical-align: bottom;
}

#menu_banner_close{
    position: absolute;
    z-index: 18;
    width: 25px;
    height: 25px;
    cursor: pointer;
    display:none;
}

.show_banner #menu_banner_div{
    display:block;
}
.show_banner #menu_banner_close{
    display:block;
}
.menuVisible.show_banner #menu_banner_div{
    display:none;
}
.menuVisible.show_banner #menu_banner_close{
    display:none;
}

#elm0,#elm1,#elm2,#elm3{
	position:absolute;
	margin:0;
	padding:0;
	z-Index:19;
	font-size:16px;
	text-align:center;
	overflow:hidden;
	pointer-events:none;
	line-height:1em;
}
#elm0 > div,#elm1 > div,#elm2 > div,#elm3 > div{
	position:absolute;
	margin:0;
	padding:0;
	pointer-events:none;
	line-height:1em;
}
#elm0 > div{
	opacity:0.01;
	color:#ffffff;
	vertical-align:top;
	-ms-transform: rotateY( 180deg );
	-moz-transform: rotateY( 180deg );
	-webkit-transform: rotateY( 180deg );
	transform: rotateY( 180deg );
}
#elm1 > div{
	opacity:0.01;
	color:#000000;
	vertical-align:bottom;
	-ms-transform: rotateY( 180deg );
	-moz-transform: rotateY( 180deg );
	-webkit-transform: rotateY( 180deg );
	transform: rotateY( 180deg );
}
#elm2 > div{
	opacity:0.01;
	color:#000000;
	vertical-align:top;
	-ms-transform: rotate( -90deg ) rotateY( 180deg );
	-moz-transform: rotate( -90deg ) rotateY( 180deg );
	-webkit-transform: rotate( -90deg ) rotateY( 180deg );
	transform: rotate( -90deg ) rotateY( 180deg );
}
#elm3 > div{
	opacity:0.01;
	color:#ffffff;
	vertical-align:bottom;
	-ms-transform: rotate( -90deg ) rotateY( 180deg );
	-moz-transform: rotate( -90deg ) rotateY( 180deg );
	-webkit-transform: rotate( -90deg ) rotateY( 180deg );
	transform: rotate( -90deg ) rotateY( 180deg );
}

#tips_area, #searchtext_area{
	display:none;
	width:100%;
	height:100%;
	z-index:30;
}

#tips_transparent{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:black;
	opacity:0.4;
	z-index: 80;
}

#menu_tips_div{
	border: solid 1px gray;
	border-color: #888888;
	-moz-box-shadow: 0px 0px 4px 4px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px 0px 4px 4px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 4px 4px rgba(0,0,0,0.4);
	background-color: #FEFEFE;
	position: absolute;
	visibility: hidden;
	z-index: 81;
}

#menu_tips_header_div{
	width: 100%;
	height: 30px;
	border: none;
	border-bottom: 1px solid gray;
	color: rgb(25, 136, 247);
	background-color: #FEFEFE;
	font-family: HiraKakuProN-W6, HiraKakuProN-W3, メイリオ, Meiryo, sans-serif;
	font-size: 18px;
	text-align:center;
	vertical-align:middle;
}

#menu_tips_frame{
	border: none;
	position: absolute;
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min--moz-device-pixel-ratio:1.5),
       only screen and (min-resolution:1.5dppx){
	.mobile_device #menu_tips_header_div{
		height: 27.5px;
		font-size: 15.75px;
	}
}
@media only screen and (-webkit-min-device-pixel-ratio:2),
	   only screen and (min--moz-device-pixel-ratio:2),
       only screen and (min-resolution:2dppx){
	.mobile_device #menu_tips_header_div{
		height: 25px;
		font-size: 13.5px;
	}
}
@media only screen and (-webkit-min-device-pixel-ratio:3),
	   only screen and (min--moz-device-pixel-ratio:3),
       only screen and (min-resolution:3dppx){
	.mobile_device #menu_tips_header_div{
		height: 20px;
		font-size: 12px;
	}
}

#menu_searchtext_div{
	border: none;
	background-color: #FEFEFE;
	position: absolute;
	z-index: 8;
	left:0;
	top:0;
	right:0;
	bottom:0;
	font-size: 1.35em;
}
#menu_searchtext_div > div {
	display: block;
	position: absolute;
	box-sizing: border-box;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 90%;
	max-width: 600px;
	margin: 30px auto 20px;
}
#searchtext_inputbox{
	display: inline-block;
	position: absolute;
	box-sizing: border-box;
	left: 0;
	top: 20px;
	width: 100%;
	height: 32px;
	border: none;
	border-radius: 16px;
	overflow: hidden;
	background: #eee;
}
#searchtext_keyword{
	font-family: "Noto Sans Japanese","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,sans-serif;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	width: 100%;
	height: 32px;
	line-height: 1;
	font-size: 20px;
	border: none;
	border-radius: 8px;
	margin: 0;
	padding: 6px 4px 6px 52px;
	background-color: transparent;
}
#searchtext_keyword::placeholder{
	position: relative;
	padding: 6px 0;
}
#searchtext_exec{
	display: inline-block;
	box-sizing: border-box;
	position: absolute;
	padding: 1px 6px;
	left: 0;
	top: 0;
	width: 48px;
	height: 32px;
	font-size: 20px;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	border: none;
	background-color: #eee;
	color: #888;
	cursor: pointer;
}
.pc_device #searchtext_exec:hover{
	background-color: #ccc;
}
#searchtext_keyword:focus,
#searchtext_exec:focus{
	border: none;
	outline: 0;
}
#searchtext_result_summary{
	font-family: "Noto Sans Japanese","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,sans-serif;
	display: inline-block;
	position: absolute;
	box-sizing: border-box;
	margin: 0;
	padding: 4px;
	left: 0;
	top: 72px;
	right: 0;
	height: 28px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
	color: #888;
}
#searchtext_result{
	display: inline-block;
	position: absolute;
	box-sizing: border-box;
	width: 100%;
	border: none;
	margin: 0;
	padding: 2px;
	left: 0;
	top: 100px;
	right: 0;
	bottom: 0;
	overflow: scroll;
	overflow-x: hidden;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}
.pc_device #searchtext_result{
	border: solid 1px #eee;
}
#searchtext_result > li{
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
	width: 100%;
	border: none;
	margin: 0;
	padding: 12px 4px;
	list-style-type: none;
	font-size: 0;
}
#searchtext_result > li > *{
	font-family: FontAwesome, "Noto Sans Japanese","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,sans-serif;
	font-size: 20px;
}
#searchtext_result > li.searchtext_result_item{
	cursor: pointer;
}
#searchtext_result > li:nth-child(n+2){
	border-top: 1px dotted #ccc;
}
#searchtext_result > li.searchtext_result_empty{
	font-size: 16px;
	text-align: center;
	color: #aaa;
}
#searchtext_result > li.searchtext_result_continue{
	font-size: 20px;
	text-align: center;
	padding: 12px;
	background-color: #444;
	border-top: none;
	color: #fefefe;
	cursor: pointer;
}
.pc_device #searchtext_result > li.searchtext_result_item:hover{
	background-color: #fdd;
}
.pc_device #searchtext_result > li.searchtext_result_continue:hover{
	background-color: #666;
}
#searchtext_result > li.searchtext_result_complete{
	font-size: 20px;
	text-align: center;
	padding: 12px;
	cursor: pointer;
}
#searchtext_result > li.searchtext_result_selected{
	background-color: #FFFF99;
}
.searchtext_result_text {
	display: inline-block;
	position: relative;
	box-sizing: border-box;
	padding: 0 64px 0 0;
	overflow: hidden;
}
#searchtext_result > li strong {
	font-weight: bold;
	text-decoration: none;
}
.searchtext_result_page {
	position: absolute;
	right: 0;
	top: 0;
	width: 64px;
	padding: 4px 12px 4px 0;
	text-align: right;
	color: #888;
}
#searchtext_close{
	position: absolute;
	font-size: 24px;
	text-decoration: none;
	color: black;
	right: 0.5em;
	top: 0.2em;
	padding: 4px 12px;
	text-align: right;
}
.pc_device #searchtext_close:hover{
	background-color: #fdd;
}

/* ------------------------ */
body.cst_iv_custom {
	overflow-y:hidden;
	overflow-x:hidden;
	overflow:hidden;
}
body.cst_iv_normal {
    overflow: visible;
	overflow-y:visible;
	overflow-x:hidden;
}

.cst_iv_normal #contents{
	height:70%;
}

.cst_iv_custom #contents{
	height:100%;
	width:100%;
	margin:0;
}

a {
	text-decoration: none;
	color: inherit;
}
a img {
	border: none;
}

/* -----------------------------------------------
 * インフォビュー設定
 *
 * BinBのインフォビューで使用する基本設定です。
 * 位置やサイズは基本的にemで指定します。
 * @mediaでデバイスピクセルレシオ毎にフォントサイズを
 * 調整して環境毎に表示サイズをあわせます。
 * -----------------------------------------------
 */

/* -- カスタムUI用の定義 ---------- */

/* 表示制御 */
.pc_device .cst_on_mobile{
	display:none;
}
.mobile_device .cst_on_pc{
	display:none;
}
.ltr .cst_on_r2l{
	display:none;
}
.rtl .cst_on_l2r{
	display:none;
}


/* 鏡文字 */
.text_mirror{
	-moz-transform:matrix(-1, 0, 0, 1, 0, 0);
	-webkit-transform:matrix(-1, 0, 0, 1, 0, 0);
	-ms-transform:matrix(-1, 0, 0, 1, 0, 0);
	transform:matrix(-1, 0, 0, 1, 0, 0);
}

/* ヘッダー */
.cst_iv_normal #cst_reader_header{
	position:relative;
	height:2em;
	padding:0.25em;
	padding-top:0;
	background-color:white;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
	color:black;
	font-weight:bold;
    margin-bottom: 0.5em;
    text-align: center;
    height:2.4em;
    padding-top:0.2em;
}

.cst_iv_normal #cst_reader_header > a{
    display: inline-block;
}

#cst_reader_header img{
    vertical-align: top;
    height:1.8em;
    margin-top:0.2em;
}

.cst_iv_custom #cst_reader_header{
	display:none;
}

#cst_reader_header_center{
	width:100%;
	float:left;
	padding-right:0.5em;
	padding-left:0.5em;
	text-align:center;
	font-size:90%;

	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 1.9em;
    max-width: 100%;
}

#cst_reader_header_left{
	width:50%;
	float:left;
	padding-right:2em;
	text-align:right;
	font-size:60%;
	line-height:3.3333em;
}
#cst_reader_header_right{
	width:50%;
	float:left;
	padding-left:2em;
	font-size:60%;
	line-height:3.3333em;
}

#cst_reader_header_logo{
	position:absolute;
	left:50%;
	top:0.2em;
	margin-left:-0.8em;
}

#cst_reader_header_close{
	float:right;
	margin-top:0em;
	margin-right:0.5em;
	display:none;

	text-align:center;
	font-size:1.2em;
}

.displayed #cst_reader_header_close{
	display:block;
}

#cst_reader_header_logo > a > img,#cst_reader_header_close > a > img{
	height:1.6em;
	width:auto;
	vertical-align: top;
}

#cst_reader_header_close_msg{
	display:block;
}

#cst_reader_header_close_land{
	display:block;
}
#cst_reader_header_close_port{
	display:none;
}

/* フッター */
#cst_reader_footer{
	height:1em;
	clear:both;

	display:none;
	padding:0;
	margin:0;
}

#cst_reader_footer_close{
	text-align:center;
    margin-top: auto;
    margin-bottom: auto;
	font-size:3em;
}

#cst_reader_footer_close > a > div,#cst_reader_header_close > a > div{
	display: inline-block;

	width:auto;
	height:auto;

	color:white;
	background-color:#1c1b81;
	padding-top:0.3em;
	padding-bottom:0.2em;
	padding-left:2em;
	padding-right:2em;
	font-size:0.6em;
	font-weight:bold;

    -webkit-border-radius:0.15em;
    -moz-border-radius:0.15em;
    -ms-border-radius:0.15em;
    border-radius:0.15em;

	border:solid 0.1em #1c1b81;

}

#cst_reader_footer_close > a > div,#cst_reader_header_close > a > div{
	text-align: left;
    position: relative;
}

#cst_reader_footer_close > a > div > div,#cst_reader_header_close > a > div > div{
    height: 100%;
    width: auto;
    display: inline-block;
    float: none;
}

#cst_reader_footer_close > a > div > div:first-child,#cst_reader_header_close > a > div > div:first-child{
    position: absolute;
    top: 50%;
    margin-top: -0.5em;
    margin-left:0.5em;
}
#cst_reader_footer_close > a > div > div:last-child,#cst_reader_header_close > a > div > div:last-child{
	padding-left: 2em;
    display: block;
    text-align: left;
    padding-right: 0.5em;
    margin-bottom:0.1em;
}

#cst_reader_footer_close > a > div > div > img,#cst_reader_header_close > a > div > div > img{
	width:1em;
	height:1em;
}

#cst_reader_footer_res{
	padding-top:0.5em;
	text-align:center;

	background-color:#261e1c;
	color:white;

    margin: 0;
}

#cst_reader_footer_res > span{
	font-size:0.7em;
	vertical-align: top;
}

.disabled_closebutton #cst_menu_close_button{
	display:none;
}

/*スライダー*/

/* コントローラ */
.information_controller{
	display:table;
	color: black;

	background-color: white;
	color: #E60012;
	padding: 0.5em 0;
}

.information_controller img{
	height:1.5em;
	width:auto;
	vertical-align: top;
}

.information_controller span{
	font-size:1.5em;
}

.cst_iv_custom #cst_controller_normal{
	display:none;
}

/* コントロールアイコンのサイズ */
.cst_iv_custom #cst_controller_normal{
	display:none;
}

#cst_controller_normal{
    -webkit-border-radius:0 0 0.25em 0.25em;
    -moz-border-radius:0 0 0.25em 0.25em;
    -ms-border-radius:0 0 0.25em 0.25em;
    border-radius:0 0 0.25em 0.25em;
}

#cst_slidercaption{
	margin-top:0.5em;
}

/* コントローラ(左) */
.cst_iv_normal .information_controller_left{
	width: auto;
    font-size: 1em;
    height: 2em;
    float: left;
    margin-left: 0.5em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

/* コントローラ(右) */
.cst_iv_normal .information_controller_right{
	width:auto;
    font-size: 1;
	height:2em;
    margin-right: 0.5em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    float: right;
}

.information_controller_ind{
	position:absolute;
	color:gray;
	padding-left:1em;

	display:none;
}

.rtl #cst_toleftpage_normal,.ltr #cst_torightpage_normal{
	background-color: #fff;
	-webkit-border-radius: 0.2em;
    border-radius: 0.2em;
    padding-left: 2.25em;
    padding-right: 2.25em;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.ios_device #cst_toleftpage_normal,.ios_device #cst_torightpage_normal{
	display:none;
}

.cst_iv_normal .information_controller_left > div{
	display:inline-block;
}

.cst_iv_normal .information_controller_left > div > div{
	margin-left:0.5em;
}

.cst_iv_normal .information_controller_right > img{
	width:1.4em;
	height:1.4em;
}

.cst_iv_normal .information_controller_left > div > div{
	padding:0.4em;
	text-align:center;
	vertical-align: middle;
	text-decoration:none;
	line-height:1.5;
	height:1.5em;
	float:left;
}

/* スライダーカスタマイズ */
#slider_base_normal{
	overflow: hidden;
	width:100%;
	display: block;
}

#slider_normal{
	margin: 0.6em;
    height: 0.4em;
    background: #E60012;
    font-size:1.1em;
}

.cst_iv_normal #slider_normal .ui-slider-range {
	background: #E60012;
}

/* スライダーハンドル */
.cst_iv_normal #slider_normal .ui-slider-handle {
    border: solid 0.05em darkgray;
    background: white;
    width: 1.2em;
    height: 1.2em;
    top: -0.5em;
    margin-left: -0.6em;
    cursor: pointer;
    font-size:1em;
}

.cst_iv_normal #slider_normal > .ui-slider-horizontal {
	height: 0.4em;
}
.cst_iv_normal #slider_normal > .ui-slider-horizontal .ui-slider-handle {
	top: 0;
	margin-left: -0.6em;
}

#cst_viewcustom_normal{
	padding: 0.4em;

	-webkit-border-radius:0.2em;
	border-radius:0.2em;
	padding-left:2.25em;
	padding-right:2.25em;
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;

    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    line-height: 1.5em;
    height: 1.5em;
    float: left;

    margin-right: 0.5em;
}

.displayed #cst_viewcustom_normal{
	background-color: #fff;
}


#cst_toleftchapter_normal , #cst_toleftpage_normal , #cst_torightpage_normal, #cst_torightchapter_normal , #cst_showsetting_normal , #cst_showmemolist_normal , .cst_link_button, #cst_ebookstore_list_store_noselect, #cst_netstore_list_store_noselect,#cst_viewcustom_normal{
	cursor:pointer;
}

#cst_toleftpage_normal,#cst_torightpage_normal,#cst_toleftpage_custom,#cst_torightpage_custom{
	opacity: 1;
}

.rtl.cst_first_page #cst_torightpage_normal,.ltr.cst_first_page #cst_toleftpage_normal,
.rtl.cst_end_page #cst_toleftpage_normal,.ltr.cst_end_page #cst_torightpage_normal,
.rtl.cst_first_page #cst_torightpage_custom,.ltr.cst_first_page #cst_toleftpage_custom,
.rtl.cst_end_page #cst_toleftpage_custom,.ltr.cst_end_page #cst_torightpage_custom{
	opacity: 0.5;
}

.cst_iv_normal #cst_controller_custom{
	display:none;
}

/* コントロールアイコンのサイズ */
.cst_iv_custom #cst_controller_custom{
	position:absolute;
	padding:0.5em 0;
	left:0;
	bottom:0;
	width:100%;
}

.information_controller_group{
	position:relative;
}

.cst_iv_custom .information_controller_group{
    margin-top: -1.3em;
}


/* コントローラ(左) */
.cst_iv_custom .information_controller_left{
	width:100%;
	font-size:1em;
	height:2em;
	text-align:center;
	float:left;
}

/* コントローラ(右) */
.cst_iv_custom .information_controller_right{
	position:absolute;
	width:auto;
	font-size:1em;
	height:2em;
	top:0;
	right:0.5em;
}

.cst_iv_custom .information_controller_left > div{
	display:inline-block;
}

.cst_iv_custom .information_controller_left > div > div{
	margin-left:0.5em;
}

.cst_iv_custom .information_controller_right > img{
	width:1.4em;
	height:1.4em;
}

.cst_iv_custom .information_controller_left > div > div{
	padding:0.4em;
	text-align:center;
	vertical-align: middle;
	text-decoration:none;
	line-height:1.5;
	height:1.5em;
	float:left;
}

/* スライダーカスタマイズ */
.cst_iv_custom #slider_custom{
	margin:0.6em 1em;
	height:0.5em;
/*
	background: #555555;
	border-color:#282828;
*/
	background: #546474;
	border: solid 0.05em #261e1c;
}

.cst_iv_custom #slider_custom .ui-slider-range {
	background:#ec407a;
}

/* スライダーハンドル */
.cst_iv_custom #slider_custom .ui-slider-handle {
	border: none;
	background:white;
	width:1.2em;
	height:1.2em;
	top:-0.45em;
	margin-left:-0.6em;
	cursor:pointer;
    -webkit-border-radius:0.6em;
    -moz-border-radius:0.6em;
    -ms-border-radius:0.6em;
    border-radius:0.6em;
}

.cst_iv_custom #slider_custom > .ui-slider-horizontal {
	height: 0.4em;
}
.cst_iv_custom #slider_custom > .ui-slider-horizontal .ui-slider-handle {
	top: 0;
	margin-left: -0.6em;
}

/*
.cst_iv_custom #slider_custom > a:hover{
	background-color:#546474 !important;
}
*/

/* ******** ノーマルモード ******** */

.cst_iv_custom .cst_info.cst_on_normal{
	display:none;
}

#cst_toleftchapter_normal , #cst_toleftpage_normal , #cst_torightpage_normal, #cst_torightchapter_normal , #cst_showsetting_normal , #cst_showmemolist_normal{
	cursor:pointer;
}

.cst_iv_normal .information_controller_left div > img{
	vertical-align: top;
	margin-top:0.1em;
	margin-bottom:0.1em;
	max-width:100%;
}

.cst_iv_normal #cst_reader_footer{
	display:block;
}

/* ******** カスタムモード ******** */

/* メニュー */
.cst_iv_normal #cst_menu{
	display:none;
}

.cst_iv_custom #cst_menu a:hover{
	background-color: transparent;
	text-decoration: none;
}

.cst_iv_custom #cst_menu{
	position:absolute;
	z-index:90;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:transparent;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;

	display:none;
}

.cst_iv_custom.menuVisible #cst_menu{
	display:block;
}


#cst_ebookstore_list_atore_more span,#cst_ebookstore_list_store_close span,.cst_thumb_button_default span,.cst_thumb_button_all span{
	cursor: pointer;
}

.cst_iv_normal .cst_info{
	width:100%;
	float:none;
}

.information_controller{
	padding:0.5em;
	width:100%;
	margin-left:0;
}

#cst_content_info,#cst_bottom{
	width:100%;
	margin-left:0;
}
#cst_content_info > div,#cst_bottom > div{
	margin-right:0em;
}
.cst_iv_normal #contents{
	width:100%;
}

/* 最大表示用定義 */
.container_full #contents{
	width:100%;
	height:100%;
	margin:0;
}

.container_full .custom_information,.container_full #cst_controller_normal,.container_full #cst_contents_jump, .container_full #cst_reader_header, .container_full #cst_reader_footer{
	display:none;
}

.cst_iv_custom #cst_reader_footer{
	display:none;
}

body.container_full{
	overflow-x:hidden;
	overflow-y:hidden;
}

/*iOS WebView対策*/
body.ios_device.cst_iv_custom{
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	height:auto;
}
#toast_div{
	position:absolute;
	padding: 0.5em;
	-moz-border-radius: 0.75em;
	-webkit-border-radius: 0.75em;
	border-radius: 0.75em;
	border-style: solid;
	border-color: gray;
	border-width: 0.2em;
	color: black;
	background-color: lightgray;
	font-family: HiraKakuProN-W6, HiraKakuProN-W3, メイリオ, Meiryo, sans-serif;
	font-size: 0.9em;
}
.plus-circle-icon {
    font-size: 1.3em;
    color: #777;
    display: inline-block;
    vertical-align: -10%;
    padding-right: 0.2em;
}
#cst_banner_info > div{
    width: 40em;
    margin: auto;
    max-width: 100%;
    padding-top:0.5em;
    padding-bottom:0.5em;
}
#cst_banner{
	background-color: #0000aa;
    display: block;
    margin: auto;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}
#cst_banner > iframe{
 position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#menu_footerbutton_div,#cst_footerbutton_div{
	display:none;
}

.mobile_device  #slider_base_normal{
    padding-top: 0.3em;
}

.mobile_device .information_controller_left{
	display: none !important;
}

/*iOS用目隠し*/
#content_filter{
	display:none;
	opacity:0;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background-color:white;
}
.blind_set #content_filter{
	display:block;
}
.blind_set.blind_in #content_filter{
	transition-property:opacity;
	transition-duration:0.25s;
	transition-delay:0s;
	opacity:1;
}
.blind_in.blind_out #content_filter{
	opacity:0;
}

#cst_change_vh_normal{
	display:none;

	padding: 0.4em;

	-webkit-border-radius:0.2em;
	border-radius:0.2em;
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;

    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    line-height: 1.5em;
    height: 1.5em;
    float: left;

    margin-right: 0.5em;

	cursor:pointer;
}
.sd_vh #cst_change_vh_normal{
	display:block;
}
#cst_change2h_normal,#cst_change2v_normal{
	display:none;
	border:solid 1px;
}
.sd_vert #cst_change2h_normal{
	display:block;
	border-top:double 0.2em;
	border-bottom:double 0.2em;
	font-size:1.2em;
	margin-top: 0.25em;
}
.sd_vert #cst_change_vh_normal{
	padding-top:0;
}
.sd_horz #cst_change2v_normal{
	display:block;
	border-left:double 0.2em;
	border-right:double 0.2em;
	text-align:center;
}

/* --- */
@media screen and (min-width: 1024px){
	.cst_iv_normal #contents,.cst_iv_normal #custom_frame_base,.cst_iv_normal #cst_controller_normal,.cst_iv_normal .cst_info{
		max-width: 1024px;
	}
}
@media screen and (min-width: 1280px){
	.cst_iv_normal #contents,.cst_iv_normal #custom_frame_base,.cst_iv_normal #cst_controller_normal,.cst_iv_normal .cst_info{
		max-width: 1120px;
	}
}
@media screen and (min-width: 1440px){
	.cst_iv_normal #contents,.cst_iv_normal #custom_frame_base,.cst_iv_normal #cst_controller_normal,.cst_iv_normal .cst_info{
		max-width: 1280px;
	}
}

#cst_information,#cst_information2{
	background-color:white;
}

/*フィットモード切り替えボタン*/
#menu_change_fitmode {
	display: none;
}

.fm_e #menu_change_fitmode{
	display: block;
	margin: 0 0.4em;
	margin-top:0.7em;
	font-size: 90%;
}

.sd_horz #menu_change_fitmode{
	cursor: default;
	color: #a8a8a8;
}

.fm_fw .menu_change_fitmode{
	height: 1.5em;
	padding-top: 0.1em;
	padding-bottom:0.2em;
	padding-bottom:0.2em;
	margin-right:0.4em;
	margin-left:0.1em;
}

.fm_fw .menu_change_fitmode_normal{
	height: 1.5em;
	padding-top: 0.1em;
	padding-bottom:0.2em;
	padding-bottom:0.2em;
	margin-right:0.4em;
	margin-left:0.1em;
}

.menu_change_fitmode_insidediv_pagelevel{
	height: 1.3em;
	border: solid 2px;
	font-size: 110%;
	width: 1.25em;
	margin-left: 0.1em;
	line-height: 2em;
	vertical-align: baseline;
	overflow: hidden;
	overflow: hidden;
	position: relative;

	display: none;
}

.fm_pl .menu_change_fitmode_insidediv_pagelevel{
	display: block;
}

.menu_change_fitmode_upperspan_pagelevel{
	vertical-align: top;
	padding-top: 0.02em;
	position: absolute;
	top: -0.2em;
	font-size: 90%;
	left: 0.05em;
}

.menu_change_fitmode_underspan_pagelevel{
	vertical-align: top;
	padding-top: 0.02em;
	position: absolute;
	top: 0.7em;
	font-size: 90%;
	left: 0.05em;
}

#menu_change_fitmode_normal .menu_change_fitmode_upperspan_pagelevel{
	vertical-align: top;
	padding-top: 0.02em;
	position: absolute;
	top: -0.2em;
	font-size: 90%;
	left: 0.05em;
}

#menu_change_fitmode_normal  .menu_change_fitmode_underspan_pagelevel{
	vertical-align: top;
	padding-top: 0.02em;
	position: absolute;
	top: 0.7em;
	font-size: 90%;
	left: 0.05em;
}

.fm_fw .menu_change_fitmode{
	padding-top:0.1em;
	padding-bottom:0.2em;
	margin-right:0.4em;
	margin-left:0.1em;
}

.fm_fw .menu_change_fitmode_normal{
	padding-top:0.1em;
	padding-bottom:0.2em;
	margin-right:0.4em;
	margin-left:0.1em;
}

.menu_change_fitmode_insidediv_fitwidth{
	border: solid 2px;
	border-left: double 0.3em;
	border-right: double 0.3em;
	height: 1.3em;
	font-size: 110%;
	width: 1.25em;
	margin-left: 0.1em;
	text-align: center;
	line-height: 2em;
	vertical-align: baseline;
	padding-top: 0.25em;

	display: none;
}

#cst_controller_normal #menu_change_fitmode_normal{
	font-size: 114%;
	margin-top: 0.27em;
}

.fm_fw  .menu_change_fitmode_insidediv_fitwidth{
	display: block;
}

.menu_change_fitmode_span_fitwidth{
	vertical-align: top;
	font-size: 0.6em;
}

#menu_change_fitmode_normal  .menu_change_fitmode_span_fitwidth{
	vertical-align: top;
	font-size: 0.6em;
}

#menu_change_fitmode_normal {
	display: none;
	float: left;
	margin-right: 0.3em;
}

.fm_e #menu_change_fitmode_normal{
	display: block;
}

.sd_horz #menu_change_fitmode_normal {
	cursor: default;
	color: #a8a8a8;
}

.loader-wrap {
	background: 0 0;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
	height: 100%;
	width: 100%
}

.loader {
	top: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	margin: 0 auto;
	width: 0;
	height: 32px;
	position: relative;
	-webkit-animation: loadershow 2s ease 0s 1;
	animation: loadershow 2s ease 0s 1
}

.cube1,
.cube2,
.cube3,
.cube4,
.cube5 {
	background-color: #E60012;
	width: 10px;
	height: 10px;
	position: absolute;
	top: 20px;
	left: 0;
	opacity: 0;
	-webkit-animation: cubemove 2s infinite ease-in-out;
	animation: cubemove 2s infinite ease-in-out;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	-o-border-radius: 1px;
	-ms-border-radius: 1px;
	border-radius: 1px
}

.cube2 {
	-webkit-animation-delay: -.5s;
	animation-delay: -.5s
}

.cube3 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s
}

.cube4 {
	-webkit-animation-delay: -1.5s;
	animation-delay: -1.5s
}

.cube5 {
	-webkit-animation-delay: -2s;
	animation-delay: -2s
}

@-webkit-keyframes loadershow {
	0% {
		opacity: 0
	}

	50% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@keyframes loadershow {
	0% {
		opacity: 0
	}

	50% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@-webkit-keyframes cubemove {
	0% {
		-webkit-transform: translateX(-120px);
		transform: translateX(-120px)
	}

	50% {
		-webkit-transform: translateX(0) rotate(180deg) scale(2.2);
		background: #E60012;
		opacity: 1
	}

	100% {
		-webkit-transform: translateX(120px);
		transform: translateX(120px)
	}
}

@keyframes cubemove {
	0% {
		-webkit-transform: translateX(-120px);
		transform: translateX(-120px)
	}

	50% {
		-webkit-transform: translateX(0) rotate(180deg) scale(2.2);
		background: #E60012;
		opacity: 1
	}

	100% {
		-webkit-transform: translateX(120px);
		transform: translateX(120px)
	}
}
