@charset "UTF-8";
body {
	background-color: #fff;
	font-family: "微軟正黑體","Microsoft JhengHei", Arial;
	font-size: 28px;
	line-height: 1.3;
}
.content {
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	/*font-family: "微軟正黑體","Microsoft JhengHei", Arial;
	font-size: 28px;
	line-height: 1.3;*/
}
.img-center {
	width: 85%;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 8px solid #000;
	box-shadow: 5px 5px 12px #000;
	border-radius: 35px;
	-moz-border-radius: 35px;
	-webkit-border-radius: 35px;
}
.img {
	width:100%;
	border-radius: 27px;
	-moz-border-radius: 27px;
	-webkit-border-radius: 27px;
}

.BackLink
{
    text-align:center;
}
.BackLink a
{
    text-align:center;
    color:#fff;
    text-decoration:none;
    background-color:#0066cc;
    padding:10px;
    border-radius:10px;
}
.BackLink a:hover
{
    color:#fff;
    background-color:#0292fe;
}