<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */


#tourDIV .plan_list {
	margin-bottom:20px;
}

#tourDIV .plan_list li {
  float: left;
  margin: 0 1% 5px 1%;
  text-align: center;
  border-radius: 5px;
  width: 21%;
  background:#333;
  font-size: 84%;
}

#tourDIV .plan_list li a {
	color:#fff;
	text-decoration:none;
	padding:8px 0;
	display:block;
	font-weight:700;
	border-radius: 5px;
  display: table;
  width: 100%;
}
#tourDIV .plan_list li a span {
	display: table-cell;
	vertical-align: middle;
	padding: 0 10px;
}

iframe .vrImage{
  width: 1250px;
}
/*#tourDIV .plan_list li.current {
	background:#333;
}*/
</pre></body></html>