@charset "UTF-8";
/*  =============================

			 BASE
			
=============================  */
/*  ---------------------------
			Layout
---------------------------  */
*{
	margin:0;
	padding:0;
}

html,body{
	color:#444;
	font-size:14px;
	line-height:1.6em;
	letter-spacing:0.1em;
	margin:0;
	padding:0;	
	height: 100%;
	font-family:'Lato','Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	word-break:break-all;
	cursor: move;
}

img{
	border:0;
}

p{
	margin:0;
	padding:0;
}

ul{
	list-style:none;
}

a{
	color:#444;
	text-decoration:none;
	filter: alpha(opacity=100);
  	-moz-opacity:1;
  	opacity:1;
	transition: .2s linear;
    -webkit-transition: .2s linear;
    -moz-transition: .2s linear;
    -o-transition: .2s linear;
    -ms-transition: .2s linear;
}

a:hover{
	text-decoration:none;
	filter: alpha(opacity=70);
  	-moz-opacity:0.7;
  	opacity:0.7;
}

h1,h2,h3,h4,h5{
	margin:0;
	padding:0;
	font-weight:normal;
}

#theta-viewer {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border:none;
  overflow: hidden;
}

#theta-viewer.active {
    border: 4px solid red;
}