/* ==reset.css================= */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
}
caption, th {
	text-align:left;
}
/*h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}*/
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
}

/* ==共用區================= */

*{
	margin:0;
	padding:0;
	box-sizing:border-box;
}

html, body{ 
	font-family:Arial, Helvetica, "微軟正黑體", sans-serif;
	-webkit-text-size-adjust:none;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	width:100%;
	height:100%;
	background-color:#ffe08e;
}

/* ==電腦版=========== */

#TOP{
	width:100%;
	height:70px;
	background-color:#ff0a00;
	position:relative;
	min-width:737px;
}

#LOGO{
	width:200px;
	height:40px;
	background-image:url(LOGO.png);
	position:relative;
	top:15px;
	left:45px;
}


#KV{
	width:100%;
	height:100%;
	background-image:url(kv.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:contain;
	
	min-width:737px;
	
	/*解ie8自動縮放失效*/
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
    src='kv.jpg',
    sizingMethod='scale');
}


#FOOTER{
	width:100%;
	min-width:737px;
}

#FOOTER p.add{
	width:100%;
	padding:10px 20px;
	background-color:#ff0a00;
	color:#FFF;
	font-size:16px;
	text-align:center;
}

#FOOTER p.add a{
	color:#fff;
	text-decoration:none;
	border-left:1px #FFF solid;
	border-right:1px #FFF solid;
	padding:0 10px;
}