﻿/* CSS Mobile Reset */
html, body {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif, 微軟正黑體, Microsoft JhengHei, 蘋果儷中黑, Apple LiGothic Medium;
	-webkit-text-size-adjust: none;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
ul, li {
	list-style: none;
	padding: 0;
	margin: 0;
}
p img {
	float: left;
	margin: 0 10px 5px 0;
	padding: 0;
}
img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clear_both {
	border-top: 0px solid transparent !important;
	margin-top: 0px !important;
	border-top: 0px;
	margin-top: 0px;
	visibility: hidden;
	clear: both;
	height: 0;
}
.wrapper {
	width: 321px;
	margin: 0 auto;
	/* position: fixed; */
	/* overflow: scroll; */
}
a {
	text-decoration: none;
}
