﻿@charset "utf-8";
/* CSS Document */

body {
	background-color: #ffd203;
	background-position: center;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	font-family:  微軟正黑體, "Microsoft JhengHei", Arial, Helvetica, sans-serif;
	color: #232323;
}

a{
  color: #bf5863;
  text-decoration: none;
}


.info{
  max-width: 980px;
}
.title{font-size: 28px; color: #FFFFFF; font-weight: bold; padding-bottom: 20px;}
.side-title{
  min-width: 85px;
}
.content{font-size: 15px; color: #FFFFFF; line-height: 22px; padding: 0 5px;}
.content_t{font-size: 24px; color: #FFFFFF; line-height: 22px;font-weight: bold; padding-top: 20px;padding-bottom: 10px;}
.backHome{
  color: #f4c343;
  font-size: 20px;
}
footer{
  text-align: center;
  font-size: 13px;
  color: #fff;
  margin: 0;
	margin-top: 50px;
	padding-top: 15px;
	padding-bottom: 25px;
	
}

.font18-red{font-size: 18px; line-height: 22px; color: #C10C0F;}

.font15-bk{font-size: 15px; line-height: 22px;color: #000000;}

.font15-red{font-size: 15px; line-height: 22px; color: #C10C0F; font-weight: bold;}
.font15-bk-b{font-size: 15px; line-height: 22px; color: #000000; font-weight: bold;}

