body{
	overflow:hidden;
	background-color:#fcfcfc;
	margin:0;
	padding:0;
}

.magazine-viewport .container{
	position:absolute;
	top:50%;
	left:50%;
	width:922px;
	height:600px;
	margin:auto;
}

.magazine-viewport .magazine{
	width:922px;
	height:600px;
	left:-461px;
	top:-300px;
}

.magazine-viewport .page{
	width:461px;
	height:600px;
	background-color:white;
	background-repeat:no-repeat;
	background-size:100% 100%;
}

.magazine-viewport .zoomer .region{
	display:none;
}

.magazine .region{
	position:absolute;
	overflow:hidden;
	background:#0066FF;
	opacity:0.2;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-ms-border-radius:10px;
	-o-border-radius:10px;
	border-radius:10px;
	cursor:pointer;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
	filter: alpha(opacity=20);
}

.magazine .region:hover{
	opacity:0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
}

.magazine .region.zoom{
	opacity:0.01;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
	filter: alpha(opacity=1);
}

.magazine .region.zoom:hover{
	opacity:0.2;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
	filter: alpha(opacity=20);
}

.magazine .page{
	-webkit-box-shadow:0 0 20px rgba(0,0,0,0.2);
	-moz-box-shadow:0 0 20px rgba(0,0,0,0.2);
	-ms-box-shadow:0 0 20px rgba(0,0,0,0.2);
	-o-box-shadow:0 0 20px rgba(0,0,0,0.2);
	box-shadow:0 0 20px rgba(0,0,0,0.2);
}

.magazine-viewport .page img{
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin:0;
}

.magazine .even .gradient{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;

	background:-webkit-gradient(linear, left top, right top, color-stop(0.95, rgba(0,0,0,0)), color-stop(1, rgba(0,0,0,0.2)));
	background-image:-webkit-linear-gradient(left, rgba(0,0,0,0) 95%, rgba(0,0,0,0.2) 100%);
	background-image:-moz-linear-gradient(left, rgba(0,0,0,0) 95%, rgba(0,0,0,0.2) 100%);
	background-image:-ms-linear-gradient(left, rgba(0,0,0,0) 95%, rgba(0,0,0,0.2) 100%);
	background-image:-o-linear-gradient(left, rgba(0,0,0,0) 95%, rgba(0,0,0,0.2) 100%);
	background-image:linear-gradient(left, rgba(0,0,0,0) 95%, rgba(0,0,0,0.2) 100%);
}

.magazine .odd .gradient{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;

	background:-webkit-gradient(linear, right top, left top, color-stop(0.95, rgba(0,0,0,0)), color-stop(1, rgba(0,0,0,0.15)));
	background-image:-webkit-linear-gradient(right, rgba(0,0,0,0) 95%, rgba(0,0,0,0.15) 100%);
	background-image:-moz-linear-gradient(right, rgba(0,0,0,0) 95%, rgba(0,0,0,0.15) 100%);
	background-image:-ms-linear-gradient(right, rgba(0,0,0,0) 95%, rgba(0,0,0,0.15) 100%);
	background-image:-o-linear-gradient(right, rgba(0,0,0,0) 95%, rgba(0,0,0,0.15) 100%);
	background-image:linear-gradient(right, rgba(0,0,0,0) 95%, rgba(0,0,0,0.15) 100%);
}

.magazine-viewport .zoom-in .even .gradient,
.magazine-viewport .zoom-in .odd .gradient{

	display:none;

}

.magazine-viewport .loader{
	background-image:url(../pics/loader.gif);
	width:22px;
	height:22px;
	position:absolute;
	top:280px;
	left:219px;
}

.magazine-viewport .shadow{
	-webkit-transition: -webkit-box-shadow 0.5s;
	-moz-transition: -moz-box-shadow 0.5s;
	-o-transition: -webkit-box-shadow 0.5s;
	-ms-transition: -ms-box-shadow 0.5s;

	-webkit-box-shadow:0 0 20px #ccc;
	-moz-box-shadow:0 0 20px #ccc;
	-o-box-shadow:0 0 20px #ccc;
	-ms-box-shadow:0 0 20px #ccc;
	box-shadow:0 0 20px #ccc;
}

.magazine-viewport .next-button,
.magazine-viewport .previous-button{
	width:30%;
	height:600px;
	position:absolute;
	top:0;
}

.magazine-viewport .next-button{
	left:-30%;
	border-radius:0 15px 15px 0;
}

.magazine-viewport .previous-button{
	right:-30%;
	border-radius:15px 0 0 15px;
}

.magazine-viewport .previous-button-hover{cursor: url(../pics/right.png), pointer; opacity:0.5; }
.magazine-viewport .next-button-hover{cursor: url(../pics/left.png), pointer; opacity:0.5;}


.magazine-viewport .previous-button-down,
.magazine-viewport .next-button-down{
	opacity:0.8;
}


.magazine-viewport .zoom-in .next-button,
.magazine-viewport .zoom-in .previous-button{
	display:none;
}

.animated{
	-webkit-transition:margin-left 0.5s;
	-moz-transition:margin-left 0.5s;
	-ms-transition:margin-left 0.5s;
	-o-transition:margin-left 0.5s;
	transition:margin-left 0.5s;
}

.thumbnails{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:140px;
	z-index:1;
}

.thumbnails > div{
	width:1050px;
	height:100px;
	margin:20px auto;
}

.thumbnails ul{
	margin:0;
	padding:0;
	text-align:center;
	-webkit-transform:scale3d(0.5, 0.5, 1);
	-moz-transform:scale3d(0.5, 0.5, 1);
	-o-transform:scale3d(0.5, 0.5, 1);
	-ms-transform:scale3d(0.5, 0.5, 1);
	transform:scale3d(0.5, 0.5, 1);
	-webkit-transition:-webkit-transform ease-in-out 100ms;
	-moz-transition:-moz-transform ease-in-out 100ms;
	-ms-transition:-ms-transform ease-in-out 100ms;
	-o-transition:-o-transform ease-in-out 100ms;
	transition:transform ease-in-out 100ms;
}

.thumbanils-touch ul{
	-webkit-transform:none;
	-moz-transform:none;
	-o-transform:none;
	-ms-transform:none;
	transform:none;
}

.thumbnails-hover ul{
	-webkit-transform:scale3d(0.6, 0.6, 1);
	-moz-transform:scale3d(0.6, 0.6, 1);
	-o-transform:scale3d(0.6, 0.6, 1);
	-ms-transform:scale3d(0.6, 0.6, 1);
	transform:scale3d(0.6, 0.6, 1);
}

.thumbnails li{
	list-style:none;
	display:inline-block;
	margin:0 5px;
	-webkit-box-shadow:0 0 10px #ccc;
	-moz-box-shadow:0 0 10px #ccc;
	-ms-box-shadow:0 0 10px #ccc;
	-o-box-shadow:0 0 10px #ccc;
	box-shadow:0 0 10px  #ccc;
	-webkit-transition:-webkit-transform 60ms;
	-moz-transition:-webkit-transform 60ms;
	-o-transition:-webkit-transform 60ms;
	-ms-transition:-webkit-transform 60ms;
	transition:-webkit-transform 60ms;
}

.thumbnails li span{
	display:none;
}

.thumbnails .current{
	-webkit-box-shadow:0 0 10px red;
	-moz-box-shadow:0 0 10px red;
	-ms-box-shadow:0 0 10px red;
	-o-box-shadow:0 0 10px red;
	box-shadow:0 0 10px red;
}

.thumbnails .thumb-hover{
	-webkit-transform:scale3d(1.3, 1.3, 1);
	-moz-transform:scale3d(1.3, 1.3, 1);
	-o-transform:scale3d(1.3, 1.3, 1);
	-ms-transform:scale3d(1.3, 1.3, 1);
	transform:scale3d(1.3, 1.3, 1);

	-webkit-box-shadow:0 0 10px #666;
	-moz-box-shadow:0 0 10px #666;
	-ms-box-shadow:0 0 10px #666;
	-o-box-shadow:0 0 10px #666;
	box-shadow:0 0 10px #666;
}

.thumbanils-touch .thumb-hover{
	-webkit-transform:none;
	-moz-transform:none;
	-o-transform:none;
	-ms-transform:none;
	transform:none;
}

.thumbnails .thumb-hover span{
	position:absolute;
	bottom:-30px;
	left:0;
	z-index:2;
	width:100%;
	height:30px;
	font:bold 15px arial;
	line-height:30px;
	color:#666;
	display:block;
	cursor:default;
}

.thumbnails img{
	float:left;
}

.exit-message{
	position: absolute;
	top:10px;
	left:0;
	width:100%;
	height:40px;
	z-index:10000;
}

.exit-message > div{
	width:140px;
	height:30px;
	margin:auto;
	background:rgba(0,0,0,0.5);
	text-align:center;
	font:12px arial;
	line-height:30px;
	color:white;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-ms-border-radius:10px;
	-o-border-radius:10px;
	border-radius:10px;
}

.zoom-icon{
	position:absolute;
	z-index:30;
	width:38px;
	height:38px;
	top:10px;
	right:10px;
	background-image:url(../pics/zoom-icons.png);
  background-size: 400% 100%;
}

.zoom-icon-in{
	background-position:0 0;
	cursor: pointer;
}

.zoom-icon-in.zoom-icon-in-hover{
 	background-position: 33.3% 0;
	cursor: pointer;
}

.zoom-icon-out{
	background-position:66.6% 0;
}

.zoom-icon-out.zoom-icon-out-hover{
	background-position:99.9% 0;
	cursor: pointer;
}

.bottom{
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
}
#test_fixed{ background: rgba(0,0,0,0.70); color: #FFF; position: fixed; left: 0; top: 0; padding: 0.25em 0.5em; text-align: center; font-size: 10px; z-index: 9999;}
#test_fixed1{ background: rgba(0,0,0,0.70); color: #FFF; position: fixed; left: 0; top: 1.5em; padding: 0.25em 0.5em; text-align: center; font-size: 10px; z-index: 9999;}
#test_fixed2{ background: rgba(0,0,0,0.70); color: #FFF; position: fixed; left: 0; top: 3em; padding: 0.25em 0.5em; text-align: center; font-size: 10px; z-index: 9999;}
#test_fixed3{ background: rgba(0,0,0,0.70); color: #FFF; position: fixed; left: 0; top: 4.5em; padding: 0.25em 0.5em; text-align: center; font-size: 10px; z-index: 9999;}
#test_fixed4{ background: rgba(0,0,0,0.70); color: #FFF; position: fixed; left: 0; top: 6em; padding: 0.25em 0.5em; text-align: center; font-size: 10px; z-index: 9999;}

#test_fixed,
#test_fixed1,
#test_fixed2,
#test_fixed3,
#test_fixed4,
#test_fixed5{ display: none;}
/*
	<div id="box-other" style="display: none;">
		<div class="inner-other">
			<div class="ttl_wrap">
				<div class="ttl1">お申し込み手続きのご案内</div>
				<div class="ttl1">愛猫との生活をもっと楽しくする</div>
				<div class="ttl3">雑誌「ねこのきもち」<br><span>お申し込みはこちら！</span></div>
			</div>
			<ul class="list-menu-cv">
			<li><a href="<?php echo $cat1_2 ;?>" target="new"><span class="inner"><span>お申し込み手続きのご案内</span></span></a></li>
			<li><a href="<?php echo $cat1_1 ;?>" target="new"><span class="inner"><span>今月号の特典を見る</span></span></a></li>
			</ul>
		</div>
	</div>
*/
#box-other{  background: url("../pics/bg_content.png") repeat center center; position: relative; text-align: center;}
#box-other *{ box-sizing: border-box;}
#box-other .inner-other{ max-width: 648px; width: 94%; position: absolute; top: 50%; right: 0; left: 0; margin: auto; transform: translateY(-50%); padding: 3.5em 2em;
 background: url('../pics/bg_menu_mid.png') repeat center center / 100% auto;}
#box-other .inner-other::before,
#box-other .inner-other::after{ content: ""; width: 100%; height: 12px; position: absolute; left: 0; right: 0; margin: auto;}
#box-other .inner-other::before{background: url('../pics/bg_menu_top.png') no-repeat center bottom / 100% auto;top: -12px;}
#box-other .inner-other::after{ background: url('../pics/bg_menu_btm.png') no-repeat center top / 100% auto;bottom: -12px;}
#box-other .inner-other .ttl1{  color: rgba(209, 38, 38,1); font-size: 1.4em; font-weight: bold; margin-bottom: 0.5em;}
#box-other .inner-other .ttl2{  color: #0075c1; font-size: 1.05em; font-weight: bold; margin-bottom: 0.25em;}
#box-other .inner-other .ttl3{  color: #0075c1; font-size: 1.2em; font-weight: bold;}
#box-other .inner-other .ttl3 span{  color: #0075c1; font-size: 1.2em; font-weight: bold;}

#box-other .inner-other .list-menu-cv{margin:0 auto 0;padding: 0; max-width: 420px; width: 94%;}
#box-other .inner-other .list-menu-cv li { display: block; width: 100%; height: 2.5em; margin: 0.75em auto 0;font-size: 1.2em; }
#box-other .inner-other .list-menu-cv li a { position: relative;width: 100%;height: 2.5em;display: block; text-decoration: none;color: #FFF;background: #0075c1; font-weight: bold; border-radius: 0.5em; box-shadow: 0.1em 0.1em 0 0em #003579;}
#box-other .inner-other .list-menu-cv li a:hover, #box-other .inner-other .list-menu-cv li a:active { opacity: 0.7;}
#box-other .inner-other .list-menu-cv li a span{ position: absolute; top: 50%; right: 0; left: 0; margin: auto; transform: translateY(-50%); padding: 0 1em;}
#box-other .inner-other .list-menu-cv li a::after{ content:""; position: absolute; right: 0.5em; top: 0; bottom: 0; margin: auto;
width: 0; height: 0;
border-left: 0.5em solid;
border-top: 0.3em solid transparent;
border-bottom: 0.3em solid transparent;}
#box-other .inner-other .list-menu-cv li.tokushoho{height: auto;margin: 0.75em auto 1.5em;font-size: 0.8em;}
#box-other .inner-other .list-menu-cv li.tokushoho a{width: auto;height: auto;text-decoration: underline;color: #323232;background: none;font-weight: normal;box-shadow: none;}
#box-other .inner-other .list-menu-cv li.tokushoho a::after{ display: none;}

@media all and (max-width: 768px) {
	#box-other{ font-size: 16px;}
	#box-other .inner-other{ max-width: 648px; width: 94%; position: absolute; top: 50%; right: 0; left: 0; margin: auto; transform: translateY(-50%); padding: 1.5em 1em;}
	#box-other .inner-other .list-menu-cv li { font-size: 1.1em; }
}
@media all and (min-width: 769px) {
	#box-other{ font-size: 1.6vw;}
}
@media all and (min-width: 1281px) {
	#box-other{ font-size: 20px;}
}





