﻿/* ---reset.css--- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6,  blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn,  img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, 
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* ---reset.css--- */

html {	
	font-family:Helvetica,Arial,"微軟正黑體","LiHei Pro","Microsoft JhengHei","新細明體","PMingLiU","LiHei Pro",sans-serif;
	-webkit-text-size-adjust:none;
	
}

body{
	
	
}

/* --電腦版型------------------------------------- */



#DOWN{ 
margin:0 auto;
display:inline-block;
clear:both;
width:100%;
background-color:#dcdcdc;
padding:10px 0px; 
}

#DOWN p{ 
font-size:13px;
text-align:center;
line-height:30px;
color:#333333;
}

#DOWN p a{ 
color:#333333; 
text-decoration:none; 
}

#DOWN p img{ 
vertical-align:bottom;
}

.footer_logo{ 
margin:0 auto; 
width:100%; 
text-align:center;
}



/* --手機版型------------------------------------- */

@media screen and (max-width: 980px) {
	
	*{
		box-sizing:border-box; /* 讓 padding 與 width 解除關係 */
	}
	
	html,body{
		-webkit-text-size-adjust:none; /* iPhone 旋轉後 文字不要放大 */
	}
	
#DOWN{ 
margin:0 auto;
display:inline-block;
clear:both;
width:100%;
background-color:#dcdcdc;
padding:10px 0px; 
}
#DOWN p{ 
margin:0 auto; 
width:95%;  
font-size:13px;
text-align:center;
line-height:24px;
color:#333333;
}

#DOWN p a{ 
color:#333333; 
text-decoration:none; 
}

#DOWN p img{ 
vertical-align:bottom; 
height:20px; 
width:auto;
}
.footer_logo{ 
margin:0 auto; 
width:100%; 
text-align:center;
}

.footer_logo img{ 
height:40px; 
width:auto;
}

}