body{
	background:url('../images/light-gray-bg.jpeg') top repeat-x;
	background-color:#C9C9C9;
	margin:0px;
	font-family:arial, Microsoft JhengHei;
}
#logo{
	padding:0px 10px;
}
#logo_left{
	width:35%;
	max-width:149px;
	float:left;
}
#logo_right{
	width:35%;
	max-width:128px;
	float:right;
}
#header{
	width:100%;
	white-space: nowrap;
}
#header_lang{
	display:block;
	margin:0px 10px 5px 20px;
	text-align:right;
	clear:both;
}
#header_lang a:link, #header_lang a:visited{
	color:#000000;
	text-decoration:none;
}
#header_lang a:hover, #header_lang a:focus{
	color:#DE0010;
	text-decoration:none;
}
#header_left{
	display:inline-block;
	background:url('../images/menu_left_extend.png') top left;
	height:68px;
	vertical-align:top;
	width: 70%;	
}
#header_left_before{
	height:68px;
	display:inline-block;
	vertical-align:middle;
}
#header_left img{
	vertical-align:middle;
	margin-left:10px;
	width:90%;
	max-width:829px;
}
#header_right{
	background:url('../images/menu_right.png') top left;
	height:122px;
	width:30%;
	max-width:495px;
	display:inline-block;
	text-align:right;
	vertical-align:top;
}
#header_right_before{
	height:122px;
	display:inline-block;
	vertical-align:middle;
}
#header_right img{
	width:30%;
	vertical-align:middle;
	max-width:95px;
	margin:5px 10px 40px 0px;
}
#header_bottom{
	width:100%;
	max-width:1000px;
	margin:0px auto;
}
#home_btn{
	float:left;
	height:30px;
	line-height:30px;
	background:url('../images/icon_home@2x.png') top left no-repeat;
	background-size:30px 30px;
	margin-left:10px;
	padding-left:30px;
	color:#000000;
	text-decoration:none;
}
#home_btn:hover, #home_btn:focus{
	color:#DE0010;
}
#page{
	float:right;
	text-align:right;
	line-height:30px;
	margin-right:10px;
	display: none;
}

#content{
	text-align:center;
	padding: 15px 10px;
}
#img{
	display:inline-block;
	vertical-align:middle;
	max-width:1000px;
}
#img img{
	width:100%;
	max-width:1000px;
}
#prev_btn{
	display:inline-block;
	height:69px;
	width:32px;
	background:url('../images/sliderleft.png');
	vertical-align:middle;
	margin-right:5px;
	display: none;
}
#next_btn{
	display:inline-block;
	height:69px;
	width:32px;
	background:url('../images/sliderright.png');
	vertical-align:middle;
	margin-left:5px;
	display: none;
}
.page_link{
	position:absolute;
	display:none;
}
#loading{
	position:absolute;
	background:#000000;
	opacity:0.6;
	filter:alpha(opacity=60);
	display:none;
}
#loading img{
	width:50px;
}
#mobile_rotate_bg{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.6;
    top: 0px;
    left: 0px;
    z-index: 999;
}
#mobile_rotate{
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 999;
    margin-left: -61px;
    color: #ffffff;
    font-size: 22px;
    text-align: center;
}
#mobile_rotate img{
    -webkit-animation-name: mobile_rotate;
    -webkit-animation-duration: 2s;
    -webkit-animation-fill-mode: forwards;
    animation-name: mobile_rotate;
    animation-duration: 2s;
    animation-fill-mode: forwards;
}
@-webkit-keyframes mobile_rotate {
    0%   {-webkit-transform: rotate(0deg);;}
    100% {-webkit-transform: rotate(90deg);;}
}
@keyframes mobile_rotate {
    0%   {transform: rotate(0deg);}
    100% {transform: rotate(90deg);}
}

.remark{
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px;
    text-align: justify;
    line-height: 1.4;
    margin-top: 20px;
}
