html{
	background: #fcfcfc;
	text-align: center;
	font-size: 200%;
	width: 100%;
	height: 100%;
}
body {
	background: transparent;
}
#wrapper{
	position: relative;
	width: 100%;
	max-width: 768px;
	margin: 0 auto;
	padding: 20px 0 0;
}
#ar_demo_main{
	position: relative;
	margin: 0px 20px;
}
#ar_demo_main li{
	display: inline-block;
	width: 100%;
	margin: 30px 0 0;
	background-color: #fff;
	padding: 20px;
	border-radius: 6px;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25);
	text-align: left;
	box-sizing: border-box;
}
.ar_demo{
	width: 100%;
	height: 465px;
}
.ar_demo model-viewer{
	position: relative;
	width: 100%;
	height: 100%;
	border: 1px solid #eeeeee;
}
.ar_demo img{
	position: relative;
	width: 100%;
	height: 100%;
}
p.demo_ttl{
	color: #444;
	font-size: 16px;
	font-weight: bold;
	margin-top: 12px;
}
p.demo_txt{
	color: #444;
	font-size: 12px;
	margin-top: 2px;
}
.ar-button{
	display: none !important;
}