* {
	font-family: sans-serif, "Microsoft JhengHei";
	box-sizing: content-box;
}
body {
	position: relative;
	-webkit-overflow-scrolling: touch;
	width: 100%;
	height: 100%;
	overflow: hidden;
	overflow-y: auto;
	padding: 0px;
	margin: 0px;
	top:0;
	left:0;
}
a {
	text-decoration: none;
}
#load_msg {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	text-align: center;
	z-index: 9999;
	display: none;
}
.load_msg {
	width: 30%;
}
#navi {
	
}
#main {
	position: relative;
	width: 100%;
	height: 560px;
	background-color: transparent;
	padding: 0px;
}
#foot {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	height: 10%;
	background-color: #6e846d;
	padding: 0px 10px;
	font-size: 1.0vw;
	color: #e6e8e5;
	text-align: center;
}
#photos {
	position: static;
	width: 100%;
}
.ques_icon {
	display:inline-block;
	width: 12px;
	vertical-align: top;
	position: relative;
	z-index: 1;
}
.ques_icon:hover {
	cursor: pointer;
	transform: scale(1.02, 1.02);
}
.ques_icon .txt {
	visibility:hidden;
	background-color: #000;
	color: #FFF;
	font-size: 1.0vw;
	font-weight: 800;
	padding: 5px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 9999;
	width: 200px;
	min-width: 150px;
	max-width: 220px;
	word-wrap:break-word;
}
.ques_icon:hover .txt {
	visibility:visible;
}
.ques_icon img {
	width: 100%;
	vertical-align: top;
}
@media screen and (max-width: 590px){
	#main {
		height: 400px;
	}
	#foot {
		padding: 10px 0px;
		font-size: 2.4vw;
	}
	.ques_icon .txt {
		font-size: 3.0vw;
		max-width: 120px;
	}
	.load_msg {
		width: 80%;
	}
}