@charset "utf-8";
/* CSS Document */

html {
	height:100%;
}
body {
	height:100%;
	overflow:hidden;
	margin:0;
	padding:0;
	/*font-family:Arial, Helvetica, sans-serif;*/
	font-family: "游ゴシック", "Yu Gothic", YuGothic, sans-serif;
	font-weight: 500;
	font-size:16px;
	color:#FFFFFF;
}
header[data-id=global-header]{
	z-index:5000;
}

table,tr,td {
	font-size: 10pt;
	border-color: #777777;
	background: #dddddd; 
	color: #000000; 
	border-style: solid;
	border-width: 2px;
	padding: 5px;
	border-collapse: collapse;
}
h1 {
	font-size: 18pt;
}
h2 {
	font-size: 14pt;
}
.warning { 
	font-weight: bold;
} 

.obj2vr_section{
	border-top:1px solid #ccc;
	position: relative;
	margin-top: 50px;
	height:calc(100% - 50px);
}
.obj2vr_container{
	width:100%;
	height:100%;
}

.icons_top{
	width: 200px;
	position: absolute;
	top:6px;
	right: 6px;
	display: flex;
	justify-content: space-between;
	z-index: 4000;
}
.inside_button{
	width: 100px;
}
.inside_button img{
	width: 100%;
}
.info_button{
	width: 100px;
}
.info_button img{
	width: 100%;
	cursor: pointer;
}
.scene_name{
	position: absolute;
	top:6px;
	left:10px;
	width: 57vw;
	max-width: 228px;
	z-index: 10;
}
.scene_name img{
	width: 100%;
}

@media screen and (max-width: 768px){
	.icons_top{
		width: 140px;
	}
	.inside_button{
		width: 70px;
	}
	.info_button{
		width: 70px;
	}
}

footer.contents_footer{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	
	width: 280px;
	z-index: 1000;
}
.btn_back_top{
	display: block;
}
.btn_back_top img{
	width:100%;
	vertical-align: bottom;
	cursor: pointer;
}


/* ----------------------------------------------------------------------------------------------------
  colorbox
* --------------------------------------------------------------------------------------------------*/
#cboxOverlay {
	background: #000;
}
#cboxContent{
	background: rgba(255,255,255,0.5);
	padding: 12px;
	border-radius: 6px;
	-moz-box-shadow: 0px 10px 20px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 10px 20px rgba(0,0,0,0.3);
	box-shadow: 0px 10px 20px rgba(0,0,0,0.3);
}
#cboxLoadedContent {
	padding: 24px;
	margin: 0;
	border: 0;
	background: #fff;
	overflow: auto;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#cboxPrevious, #cboxNext, #cboxSlideshow , #cboxTitle {
	top: -30px;
}
#colorbox, #cboxOverlay, #cboxWrapper {
	overflow: visible ;
}
#inline-content {/* インラインを使用する時のみ */
	margin: 20px;
}
#ajax-wrap {/* ajaxを使用する時のみ */
	margin: 20px;
}
#cboxClose {
	position: absolute;
	top: -68px;
	right: -10px;
	width: 64px;
	height: 64px;
	background:url("../../images/common/icon_close.png");
	background-repeat: no-repeat;
	background-size:contain;
	background-position: center center;
	display: none;
}

@media screen and (max-width: 800px){
	#cboxLoadedContent {
		padding: 12px;
	}
	#cboxContent{
		padding: 10px;
		margin: 10px;
	}
}

