/* ==============================================
360r[
============================================== */
#viewtv {
	font-family:"Noto Sans Japanese", sans-serif;
	position:relative;
	width:100%;
	height:auto;
	background:#fff;
}
#viewtv .viewtv-picture{
	position:relative;
	max-width:1200px;
	margin:0 auto;
}
#viewtv .viewtv-picture .view-defoff{
	visibility:hidden;
	position:absolute;
	left:0px;
	top:0px;
}

#viewtv .viewtv-picture img{
	width:100%;
	max-width:1200px;
}

#viewtv .tvset-abs-lt {
	position:absolute;
	left:0px;
	top:0px;
}

#viewtv .viewtv-text {
	color: #000;
	width:100%;
	text-align:center;
	position:absolute;
	bottom:60px;
}

#viewtv .viewtv-text .viewtv-360veiw {
	font-size: 1.2em;
	font-weight: bold;
	width:100%;
}

#viewtv .viewtv-text .viewtv-comment {
	font-size: 0.8em;
	width:100%;
}

#viewtv .viewtv-vwicon {
	position:absolute;
	left:0px;
	bottom:0px;
}



@media screen and (max-width: 768px) {

	#viewtv .viewtv-text {
		bottom:-10px;

	}

	#viewtv .viewtv-text .viewtv-360veiw {
		font-size: 0.8em;
	}

	#viewtv .viewtv-text .viewtv-comment {
		font-size: 0.6em;
	}

	#viewtv .viewtv-vwicon {
		display:none;
	}

}

