@charset "utf-8";

.contents{
	padding-bottom: 50px;
}

.VR {
	text-align: center;
}

#wait {
	text-align: center;
}

#vrmenu{
	text-align: center;
}

#vrmenu table {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

 .pagetop{
	margin-top: 100px;
	text-align: right;
	margin-bottom: 50px;
}

#vrmenu table th .caption {
	//display: inline-block;
	font-size: 100%;
	text-align: center;
	//padding-top: 40%;
	color: #fff;
}

#vrmenu a{
	text-decoration: none;
}

#vrmenu a .mask {
	width: 100%;
	height: 100%;
	position: static; /*絶対位置指定*/
	top: 0;
	left: 0;
	opacity: 0; /*マスクを表示しない*/
	background-color: rgba(0,0,0,0.4);  /*マスクは半透明*/
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

#vrmenu table th :hover .mask {
	display: block;
	opacity: 1; /*マスクを表示する*/
}
