html, body {
	font-family:"Microsoft JhengHei", Arial, Helvetica,  sans-serif ;
	-webkit-text-size-adjust:none;
	background:#EBEBEB;
}

.wrapper{
	width:960px;
	height:auto;
	margin:0 auto;
	background:#F7D3D3;
	padding: 10px 0; 
}
h1{
	height:169px;
	width: 926px;
	margin:10px auto;
}

.header.bk_en{ background:url(images/privacy-policy-en.png) no-repeat top; }
.header.bk_tw{ background:url(images/privacy-policy-tw.png) no-repeat top; }


.content{
    background: #FFFFFF;
    border-radius: 5px;
    width: 870px;
    margin: 10px auto;
    padding: 25px;
} 

.content p{
    /*margin-left: 30px;*/
    color: #000;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
}

.redTitle{
    border-top: 1px dashed #bd0d0d;
	color:#bd0d0d;
	font-size:17px;
	font-weight:bolder; 
	line-height: 35px;
}

.redTitle:first-child { border:none; }

.tw-indent{
    text-indent: -25px;
    margin-left: 30px;
}

.en-indent{
    text-indent: -1.1em;
    margin-left: 1.1em;
}