@charset "utf-8";
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	position: relative;
	height: 100%;
	min-height: 100%;
}
/*body {
	height: 100%;
	font-size: 15px;
	color: #464646;
	background: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-smooth: always;
	font-family: 'Noto Sans TC','微軟正黑體', sans-serif;
	position: relative;
}*/
#wrapper {
	height: 100%;
	overflow: auto;
	position: relative;
}
a:focus {
	outline: 0;
}
a:link, a:visited, a:active, a:hover {
	text-decoration: none;
}
.game2 img,.popup img{
	border: 0;
	height: auto;
	max-width: 100%;
}
ul {
	list-style-type: none;
}

/*----------------------------------------------------------------
   hshouse-liff-main
------------------------------------------------------------------*/
/*.container{
	padding-left: 0;
	padding-right: 0;
}
.panel {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 5px;
}
.bg-transparent {
  background-color: transparent;
}
.panel-body {
  color: #464646;
  padding-top: 0;
}
.no-padding{
	padding: 0;
}
footer{
	font-size: 14px;
	margin-bottom: 20px;
}*/