@charset "utf-8";
	body{
	font-family:"微軟正黑體";	
	}
	.pc{ 
	display:none; 
	}
	.mobile{
	width:100%; 
	display:block;
	background-color:#ffffff;
	font-size:0px;
	}

@media screen and (min-width: 737px){
.pc{
	display:block;
	}
.mobile{ 
	display:none; 
	}
}

	.artical_bg{
	background-image: url(../images/artical_bg.jpg);
	background-repeat:repeat-y;
	background-size:100%;
	}
	.artical_content{
	margin:0 10% 0 10%;	
	}
	.artical_content h1{
	font-size:24pt;
	color:#ed6d00;
	text-align:center;
	}
	.artical_content h2{
	font-size:10pt;
	color:#666;
	text-align:center;
	margin:10px 0 10px 0; 
	}
	.artical_content h3{
	font-size:16pt;
	color:#84654e;
	margin:20px 0 10px 0; 
	}
	.artical_content p{
	font-size:14pt;
	color:#84654e;
	margin:5px 0 5px 0; 
	}