@charset "UTF-8";
/*パノラマ用*/
* {
	margin: 0;
	padding: 0;
	font-size: 16px;
}

html,
body {
	height: 80%;
	background-color:#333333;
}
.main{
	max-width:90%;
}
.wrapper {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
/*	-ms-box-sizing: border-box;*/
	box-sizing: border-box;
	width: 96%;
	height: 70%;
	border: 2px solid #555;
	overflow: hidden;
	border-radius: 10px;
	margin:10px auto 0 auto;
}
@media all and (-ms-high-contrast: none){
.wrapper{
 /*	height:85%; */
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	width: 96%;
	height: 100%;
	border: 2px solid #555;
	overflow: hidden;
	border-radius: 10px;
	margin:10px auto 0 auto;
  }
}

/*
.wrapper.active {
    border: 4px solid red;
}*/



section canvas {
    border-radius: 0 0 8px 8px;
}

.canvas-frame-wrapper {
    display: block;
	width:100%;
    height:100%;
    padding-bottom: 50%;
    position: relative;
    background-color:#ccc;
}
.title{
	top: 0;
	left: 0;
	position: absolute;
	z-index: 1;
	background-color: rgba(255,255,255,0.5);
	padding:5px;
	width:100%;
	font-size:90%;
}
#canvas-frame {
    display: block;
	width:100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}
#canvas-frame canvas {
	width:100%;
	height: 100%;
}

/*画面下のパノラマ写真リスト*/
.sec-images-pano{}
.sec-images-pano .sec-title{
	padding:5px 5px 3px 22px;
	margin:0 0 10px 0;
	color:#666666;
	font-weight:bold;
	background: url(../images/bar_red_s.png) 10px 50% no-repeat;
	background-color:#fef2f2;
	border-top:1px solid #f60000;
	border-bottom:1px solid #f60000;
}
.sec-images-pano .image-pano li{
	float:left;
	width:82px;
/*	margin:5px 0 10px 5px;*/
	padding:5px;
	font-size:85%;
	color:#aaa;
	font-weight:bold;
}
.sec-images-pano .image-pano li a {
  cursor: pointer;
}

.sec-images-pano .image-pano li.browse img,
.sec-images-pano .image-pano li.etc img{
	border:2px solid #999;
	padding:3px;
}

.sec-images-pano .image-pano li.etc img{
	border:2px solid #333;
}
.sec-images-pano .image-pano .image-title{
	font-size:10px;
	width:90px;
	padding:3px 0 0;
}
.sec-images-pano .image-pano li a{
	color:#fff;
	
}

@media only screen and (max-width: 900px) {
	@media all and (-ms-high-contrast: none){
	.wrapper{
		height: 100%;
	  }
	}
}
@media only screen and (max-width: 700px) {

html, body {
    font-size: 10px;
}
header {
    padding: 10px 10px 0;
}
main {
    width: 100%;
    margin-top: 5px;
    /*padding: 15px;*/
}
.wrapper {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin:10px auto 0 auto;
}
.canvas-frame-wrapper {
    padding-bottom: 100%;
    height:100%;
}

}
