/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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;
}

.AAA{
	width: 1045px;
    margin: 0 auto;
}

.BBB{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
}

ul {
	/* 取消ul預設的內縮及樣式 */
	margin: 0;
	padding: 0;
	list-style: none;
  }
  
  ul.drop-down-menu {
	border: #ccc 1px solid;
	display: inline-block;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 13px;
  }
  
  ul.drop-down-menu li {
	position: relative;
	white-space: nowrap;
	border-right: #ccc 1px solid;
  }
  
  ul.drop-down-menu>li:last-child {
	border-right: none;
  }
  
  ul.drop-down-menu>li {
	float: left;
	/* 只有第一層是靠左對齊*/
  }
  
  ul.drop-down-menu a {
	background-color: #fff;
	color: #333;
	display: block;
	padding: 0 30px;
	text-decoration: none;
	line-height: 40px;
  }
  
  ul.drop-down-menu a:hover {
	/* 滑鼠滑入按鈕變色*/
	background-color: rgb(175, 200, 225);
	color: #fff;
  }
  
  ul.drop-down-menu li:hover>a {
	/* 滑鼠移入次選單上層按鈕保持變色*/
	background-color: rgb(175, 200, 225);
	color: #fff;
  }
  
  ul.drop-down-menu ul {
	border: #ccc 1px solid;
	position: absolute;
	z-index: 99;
	left: -1px;
	top: 100%;
	min-width: 180px;
  }
  
  ul.drop-down-menu ul li {
	border-bottom: #ccc 1px solid;
  }
  
  ul.drop-down-menu ul li:last-child {
	border-bottom: none;
  }
  
  ul.drop-down-menu ul ul {
	/*第三層以後的選單出現位置與第二層不同*/
	z-index: 999;
	top: 10px;
	left: 90%;
  }
  
  ul.drop-down-menu ul {
	/*隱藏次選單*/
	display: none;
  }
  
  ul.drop-down-menu li:hover>ul {
	/* 滑鼠滑入展開次選單*/
	display: block;
  }

.CCC{
	position: relative;
}


aside, article{
    float:left;
    border:1px solid #000;
    height:200px;
    padding:10px;
}

.DDD{
	display: flex;
	width: 100%;
	background: rgb(245, 243, 244);
	margin: 0 auto;
}
  
.item{
	width: 60px;
	background: rgb(175, 200, 225);
	font-size: 40px;
	margin: 8px;
	padding:10px;
	text-align: center;
}

.item1{
	width: 15%;
}

.item1 td {
	border:2px solid #000;
	font-size: 30px;
	padding: 10px;
}

.item1 th{
	border:2px solid #000;
	font-size: 30px;
	padding: 10px;
	font-weight:bold;
	color: rgb(0, 75, 128);
}

.item2{
	width: 80%;
}

.item2 th{
	border:2px solid #000;
	font-size: 30px;
	padding: 10px;
	font-weight:bold;
}

.item2 td{
	border:2px solid #000;
	font-size: 25px;
	padding: 10px;
	font-weight:bold;
}

.Z1{
	margin: 5px 10px 10px 10px;
}

.A1{
	background: rgb(228, 187, 121);
}

.google{
	width: 80%;
	background: rgb(175, 200, 225);
	font-size: 27px;
	margin: 8px;
	padding:10px;
	display: flex;
	align-items: center;
	color: #083a78;
	font-weight:bold;

}

h6{
	margin-left: 15px;
	
}

.EEE{
	justify-content: space-around;
	background: rgb(162, 153, 146);
	color: white;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 20px;
}

a {
    text-decoration:none;
	color:rgb(0, 75, 128);
}

