@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-color:#333333;
	font-family: "微軟正黑體", Arial;
	    line-height: 28px;
}
.page_body { width:800px; margin-left:auto; margin-right:auto; padding:45px; background-color:#FFFFFF;    border-radius: 20px; }
.title { width:100%; display:block; margin-top:20px; font-size:22px; font-weight:bold; text-align:left; color:#000000; margin-bottom:45px;}
.text_li { width:100%; display:block; margin-bottom:8px; font-size:16px; color:#333333;}
.link {
	margin-bottom:8px;
	color:#FF6600;
	text-decoration: none;
}
.link:hover { color:#CC0000;text-decoration: none;}

.post-content .wp-caption {
    max-width: 100%;
    margin-bottom: 20px !important;
    padding: 10px;
    border: 1px solid #e6e6e6;
    background: #fafafa;
}


