/* 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;
}
/* reset.css 結束 */
html {	
	-webkit-text-size-adjust:none;/* 在 iOS 旋轉手機畫面時鎖定文字不縮放 */
}
body {
	line-height: 1;
	width: 100%;
	height: auto;
}
.OH{
	overflow: hidden;
}
.WRAPPER{
	width: 100%;
	height: auto;
	background-image: url(images/index_1920.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.CONTENT{
	width: 950px;
	height: auto;
	margin: 0px auto 0px auto;
	font-family: "微軟正黑體";
	
	padding-top: 130px;
}
.CONTENT h2{
	width: 100%;
	height: 54px;
	font-size: 18px;
	line-height: 54px;
	text-indent : 60px;
	color: #3b3c3c;
	background-image: url(images/icon01.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px auto 10px auto;
	font-weight: normal;
}
.CONTENT p{
	font-size: 18px;
	line-height: 30px;
	color: #3b3c3c;
	margin-bottom: 20px;
	text-indent : 2em ;
}
.CONTENT ul{
	width: 90%;
	height: auto;
	margin: 20px auto 20px auto;
	font-size: 18px;
	line-height: 30px;
	color: #3b3c3c;
}
.CONTENT ul li{
	margin-bottom: 10px; 
	font-size: 18px;
	line-height: 30px;
	color: #666666;
}
.CONTENT h3{
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 20px;
	color: #d42f1c;
	text-align: center;
}
.CONTENT h4{
	width: 774px;
	height: 76px;
	margin: auto;
}
.CONTENT h5{display: none;}

@media screen and ( max-width:736px) {
.CONTENT{
	width: 90%;
	height: auto;
	margin: 0px auto 0px auto;
}
.CONTENT h4{display: none;}
.CONTENT h5{
	width: 100%;
	height: auto;
	display: block;
	margin-bottom: 20px;
}
	
}