/* ---reset.css--- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
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, sans-serif;
	-webkit-text-size-adjust:none;
	background-color:#CCC;
}

body{
	background-image:url(../7-01%20RWD-HomeWork-1/images/bg.png);
	padding-bottom:30px;
}

body {
	margin:0px;
	background-color: #DBDBDB;
	border:0px;
	font-family: "微軟正黑體", "華康中黑體(P)", "華康中黑體", "華康儷中黑", "Adobe 繁黑體 Std B", "新細明體";
	padding: 0px;
}
img{
	width:100%;
	height:auto;
	margin: 0px;
	padding: 0px;
	display: block;
}
table {
	word-break: break-all;
	width:100%;
	height:auto;
	
}
/* --手機版型------------------------------------- */
	#TOP-MENU{
	display:block;
	width:100%;
	height:100px;
	position:relative; /* 外層相對 */
	background-color:#000;
	background-image: url(images/index_mobile_01.jpg);
	background-repeat: no-repeat;
	background-position: left;
		}
	
	#TOP-MENU #BTN{  /* 製作手機版 右上角的按鈕 */
	display:block;
	width:120px;
	height:80px;
	background-image:url(images/btn.png);
	position:absolute;  /* 子層絕對 */
	right:5px;
	top:10px;
	text-indent:-9999px;
	}
	
	#NAV{
	width:100%;
	height:auto; /* 高度自動 */
	background-color:#FFF;
	display:none;  /* 把主選單先關掉 */
	}
	
	#NAV ul{
		width:100%;
		height:auto; /* 高度自動 */
	}
	
	#NAV li{
		width:100%;
		float:none; /* 取消 float */
	}
	
	#NAV li a{
	display:block;
	width:100%;
	height:100px;
	line-height:100px;
	text-align:center;
	text-decoration:none;
	background-color:#CCC;
	border:1px solid #FFF;
	color:#000;
	font-size: 48px;
	font-family: "微軟正黑體", "華康中黑體(P)", "華康中黑體", "華康儷中黑", "Adobe 繁黑體 Std B", "新細明體";
	}
	
	#NAV li a:hover{
	background-color:#FFF;
	border:1px solid #FFF;
	color: #C00;
	}
	
#WRAPPER #NAV ul li a .yellow {
	color: #F60;
}
