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,
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;
}
html body {
	padding:0;
	margin:0;
	font-size: small;
	font-family: "微軟正黑體", Arial, "Helvetica Neue", Helvetica, sans-serif, "微軟正黑體";
	overflow-x:hidden; /*關閉橫向捲軸*/
	background:#FFF;
}

ul li {
	margin:0;
	padding:0;
}
/*照片*/
.photo {
	width:100%;
	height:auto;
	background-color:#fff;
	border:1px solid #a7a7a7;
	display:inline-block;
	margin:0;
	vertical-align:top;
}
	.photo-box {
		width:380px;
		height:253px;
		margin:5px;
		overflow: hidden;
	}
	.photo-box img {
		width:380px;
		height:253px;
	}
.event_box img {
	margin:5px 0;
	padding:5px 0;
	line-height:150%;
}