@charset "utf-8";
body,html {
	margin: 0px;
	padding: 0px;
	font-family: "Microsoft JhengHei";
	font-size: 17px;
	line-height: 26px;
	font-weight: normal;
	color: #534741;
	background-image: url(/images/bg-full.jpg);
}
*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	behavior: url(ie-css3.htc);
}
img{
	max-width:100%;
	height:auto;
	min-height:auto;
	max-height:auto;
}
p, b, i, ul, ol, li, img, a, h1, h2{
	padding: 0;
	margin: 0;
	font-weight: normal;
	list-style: none;
	border-style: none;
	font-style: normal;
	border: 0px;
}
.layout-full {
	width: 100%;
	min-width: 1200px;
	display: block;
	float: left;
	position: relative;
}
.layout-center {
	display: block;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	padding-right: 15px;
	padding-left: 15px;
}
.layout-full.top {
	background-image: url(/images/bg-top.jpg);
	background-repeat: repeat-x;
	height: 105px;
	background-position: center top;
}
.layout-center.top .logo {
	float: left;
	margin-top: 22px;
}
.layout-center.top #nav {
	float: right;
	margin-top: 60px;
}
.layout-center.top #nav .list {
	float: left;
	position: relative;
}
.layout-center.top #nav .btns {
	float: left;
	padding-bottom: 19px;
	margin-left: 15px;
	color: #2B1709;
	text-decoration: none;
	font-size: 16px;
	margin-right: 15px;
}
.layout-center.top #nav .btns img {
	vertical-align: middle;
}
.layout-center.top #nav .list .scroll {
	background-color: #42210B;
	float: left;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 45px;
	display: none;
}
.layout-center.top #nav .list .scroll a {
	line-height: 30px;
	color: #FFF;
	text-decoration: none;
	float: left;
	width: 100%;
	padding-left: 12px;
}
.layout-center.top #nav .list .scroll a:hover {
	color: #D6704C;
}
.layout-center.top #nav .list .scroll a:first-of-type{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #808080;
}
.layout-center.top #nav .list .scroll.active {
	display: block;
}

.lavalamp-object {
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #8E6F55;
}
.layout-full.bottom {
	background-image: url(/images/bg-bottom.png);
	background-repeat: repeat-x;
	height: 222px;
}
.layout-center.bottom {
	padding-top: 45px;
}
.layout-center.bottom .rows {
	float: left;
}
.layout-center.bottom .rows.logo {
	width: 208px;
}

.layout-center.bottom .rows.logo img {
	float: left;
	margin-top: 25px;
	margin-left: 8px;
}
.layout-center.bottom #footer {
	width: 568px;
	font-size: 13px;
	color: #333333;
}
.layout-center.bottom #footer p {
	font-size: 16px;
	font-weight: bold;
	color: #AD5012;
}
.layout-center.bottom #footer a {
	color: #004487;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #004487;
}
.layout-center.bottom .rows .sns {
	clear: left;
	float: left;
	margin-bottom: 15px;
}
.layout-center.bottom .rows .sns a img {
	float: left;
	margin-right: 18px;
	box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.3);
	-moz-border-radius: 35px;
	-webkit-border-radius: 35px;
	border-radius: 35px;
}
.layout-center.bottom .rows .copyright {
	font-size: 13px;
	color: #999999;
	clear: left;
	float: left;
}
.layout-center.bottom .rows .copyright p {
	color: #C66618;
}
.layout-center.bottom .rows .copyright a {
	color: #999999;
	text-decoration: none;
}
.layout-full.banner {
	background-image: url(../upload/banner-inner.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 200px;
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
	margin-bottom: 50px;
}
.block-title {
	float: left;
	width: 100%;
	font-size: 24px;
	color: #42210B;
	text-align: center;
	vertical-align: bottom;
	line-height: 36px;
	margin-bottom: 30px;
	position: relative;
}
.block-title img {
	vertical-align: top;
	margin-right: 5px;
}
.block-title a {
	background-image: url(../images/home-btns-1.png);
	height: 36px;
	width: 121px;
	text-decoration: none;
	position: absolute;
	top: 0px;
	right: 0px;
}
.block-title a:hover {
	background-image: url(../images/home-btns-2.png);
}

.categories {
	float: left;
	width: 100%;
	margin-bottom: 25px;
}
.categories .btns {
	font-size: 15px;
	line-height: 33px;
	color: #998675;
	text-decoration: none;
	text-align: center;
	float: left;
	height: 35px;
	border: 1px solid #CCB7A3;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-right: 30px;
	margin-bottom: 10px;
	padding-right: 30px;
	padding-left: 30px;
}
.categories .btns:hover,
.categories .btns.selected {
	color: #FFF;
	background-color: #AFA084;
}
.layout-center.type1 {
	padding-right: 8px;
	padding-left: 8px;
}
.donation-list {
	float: left;
	width: 280px;
	margin-right: 8px;
	margin-left: 8px;
	height: 347px;
	border: 1px solid #C7B299;
	overflow: hidden;
	text-align: center;
	background-color: #FFF;
	margin-bottom: 40px;
}
.donation-list .image {
	float: left;
	width: 100%;
	position: relative;
}
.donation-list .image img {
	float: left;
	height: auto;
	width: 100%;
}
.donation-list:hover .image:after {
	content:'';
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: rgba(0, 0, 0, 0.2);
}
.donation-list .title {
	float: left;
	width: 100%;
	font-size: 18px;
	color: #AD5012;
	margin-top: 10px;
	margin-bottom: 5px;
}
.donation-list .info {
	font-size: 15px;
	line-height: 22px;
	color: #534741;
	float: left;
	height: 66px;
	width: 100%;
	padding-right: 10px;
	padding-left: 10px;
	overflow: hidden;
	margin-bottom: 15px;
	text-align: left;
}
.donation-list .btns {
	display: inline-block;
	margin-right: auto;
	margin-left: auto;
}
.donation-list .btns a {
	float: left;
	height: 30px;
	width: 94px;
	margin-right: 6px;
	margin-left: 6px;
	border: 1px solid #CC8A6D;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 15px;
	text-decoration: none;
	line-height: 28px;
}
.donation-list .btns a .fa {
	font-size: 12px;
}
.donation-list .btns .a {
	color: #9E7B4D;
}
.donation-list .btns .b {
	color: #BF3721;
}
.donation-list .btns a:hover {
	color: #FFF;
}
.donation-list .btns .a:hover {
	background-color: #CC8A6D;
}
.donation-list .btns .b:hover {
	background-color: #C1272D;
}
.guide-list {
	float: left;
	width: 100%;
	margin-bottom: 18px;
}
.guide-list .title {
	font-size: 20px;
	line-height: 25px;
	color: #AD5012;
	background-image: url(/images/guide-list-bg.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 16px;
}
.guide-list .title img {
	margin-right: 10px;
	vertical-align: middle;
}
.guide-list .title .close {
	line-height: 23px;
	color: #736357;
	text-align: center;
	height: 25px;
	width: 25px;
	border: 1px solid #C7B299;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	float: right;
	font-size: 17px;
}
.guide-list .title .close:hover {
	color: #FFF;
	background-color: #CCB7A3;
}
.guide-list .view {
	float: left;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
}
.guide-list .view.closed {
	display: none;
}
.faq-list {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
.faq-list .category {
	font-size: 20px;
	color: #AD5012;
	float: left;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DBCCBD;
	padding-bottom: 10px;
}
.faq-list .rows {
	float: left;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DBCCBD;
	padding-top: 10px;
	padding-bottom: 15px;
}
.faq-list .rows .title {
	color: #534741;
	float: left;
	width: 100%;
	text-decoration: none;
}
.faq-list .rows .title img {
	margin-right: 10px;
	vertical-align: middle;
}
.faq-list .rows .view {
	float: left;
	padding-right: 50px;
	position: relative;
	width: 100%;
	padding-top: 15px;
	padding-left: 27px;
	display: none;
	color: #A3321C;
	line-height: 26px;
}
.faq-list .rows.active .view {
	display: block;
}
.faq-list .rows .view .close {
	line-height: 23px;
	color: #736357;
	text-align: center;
	height: 25px;
	width: 25px;
	border: 1px solid #C7B299;
	position: absolute;
	right: 0px;
	bottom: 0px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.faq-list .rows .view .close:hover {
	color: #FFF;
	background-color: #CCB7A3;
}
.dv-main {
	background-image: url(/images/donations-view-info-bg.jpg);
	background-repeat: repeat-y;
	float: left;
	width: 100%;
	padding: 20px;
	margin-bottom: 17px;
}
.dv-main .L {
	float: left;
	width: 350px;
	margin-top: 4px;
}
.dv-main .L .image {
	float: left;
	height: auto;
	width: 100%;
	margin-bottom: 10px;
}
.dv-main .L .rate {
	background-color: #FFE7BA;
	padding: 2px;
	float: left;
	height: 20px;
	width: 100%;
	border: 1px solid #F7931E;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	margin-bottom: 15px;
}
.dv-main .L .rate span {
	background-image: url(/images/rate-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	float: left;
	height: 100%;
}
.dv-main .L .rate i {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: italic;
	color: #333333;
	text-align: center;
	float: left;
	width: 100%;
	position: absolute;
	line-height: 20px;
	left: 0px;
	top: 0px;
}
.dv-main .L .aims {
	float: left;
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	color: #DD4122;
}
.dv-main .L .aims .list {
	float: left;
	width: 100%;
}
.dv-main .L .aims .list i {
	font-weight: bold;
	color: #534741;
}
.dv-main .R {
	float: right;
	width: 766px;
}
.dv-main .R .title {
	font-size: 22px;
	color: #AD5012;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D8C5A7;
	padding-bottom: 8px;
	margin-bottom: 20px;
}
.dv-main .R .title .back {
	font-size: 15px;
	line-height: 23px;
	color: #736357;
	text-decoration: none;
	text-align: center;
	float: right;
	height: 25px;
	width: 50px;
	border: 1px solid #C7B299;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.dv-main .R .title .back:hover {
	color: #FFF;
	background-color: #AFA084;
}
.dv-main .R .info {
	float: left;
	width: 100%;
	padding-left: 20px;
	padding-bottom: 16px;
	margin-bottom: 20px;
	min-height:140px;
}
.dv-main .R .info .tag {
	color: #3A2A23;
	float: left;
	width: 90px;
}
.dv-main .R .info .tag img {
	float: right;
	margin-top: 5px;
}
.dv-main .R .info .view {
	float: right;
	width: 630px;
}
.dv-main .R .info.date {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #D8C5A7;
	min-height:auto;
}

.dv-main .R .btns {
	line-height: 33px;
	color: #BF3721;
	text-decoration: none;
	text-align: center;
	float: right;
	height: 35px;
	width: 120px;
	border: 1px solid #CC8A6D;
	background-color: #FFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.dv-main .R .btns:hover {
	color: #FFF;
	background-color: #C1272D;
}

.dv-main .R .btns .fa {
	font-size: 12px;
	vertical-align: middle;
}
.article {
	float: left;
	width: 100%;
	min-height:400px;
	padding-bottom: 30px;	
}
.article.vd {
	background-image: url(/images/vd-content-bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 66px;
}
.do-block-title {
	font-size: 20px;
	color: #AD5012;
	float: left;
	width: 100%;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DBCCBD;
	margin-bottom: 10px;
}
.do-block-title.no {
	margin-bottom: 0px;
}

.do-list {
	float: left;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #DBCCBD;
	margin-bottom: 10px;
	padding-bottom: 10px;
	line-height: 30px;
	padding-right: 310px;
}
.do-list .tag {
	background-image: url(/images/icon-list-bg.png);
	background-repeat: no-repeat;
	background-position: left 11px;
	float: left;
	width: 150px;
	padding-left: 39px;
}
.do-list .box {
	margin-left: 150px;
	color: #000;
	font-size: 15px;
}
.do-list .box .field {
	margin: 0px;
	height: 30px;
	width: 250px;
	border: 1px solid #CCCCCC;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-size: 15px;
	line-height: 28px;
	color: #333333;
	background-color: #FFF;
	display: inline-block;
}
.do-list .box .field.s {
	width: 108px;
}
.do-list .box .color1 {
	color: #DD4122;
}
.do-list .box .color2 {
	color: #0071BC;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0071BC;
}

.do-list .box .amount  {
	padding-top: 12px;
}
.do-list .box .amount i {
	font-size: 15px;
	line-height: 23px;
	color: #FFF;
	background-image: url(/images/amount-bg.jpg);
	float: left;
	height: 23px;
	margin-right: 13px;
	padding-right: 5px;
	padding-left: 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
}
.do-list .box .p100 {
	float: left;
	width: 100%;
}
.do-list.last {
	margin-bottom: 40px;
	border-bottom-style: solid;
}
.do-list .box .list {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
.do-list .box .list .tt {
	font-size: 15px;
	color: #000;
	float: left;
	width: 97px;
}
.do-list .box .list .box {
	margin-left: 97px;
}
.do-list .box .list .box .field {
	width: 100%;
}
.do-list .box textarea.field {
	height: 75px;
	overflow: hidden;
}
.do-list .box .list.s {
	width: 347px;
}
.do-list .box .list.s.r {
	float: right;
}
.do-list .box .list.last {
	margin-bottom: 0px;
}
.do-list .mark {
	color: #DD4122;
}
.do-list.last.no {
	margin-bottom: 26px;
}

.do-list .tos {
	float: left;
	width: 100%;
	border: 1px solid #CCCCCC;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	height: 285px;
	background-color: #FFF;
	padding: 15px;
	overflow:auto;
	overflow-x: hidden;
}
.do-list .check {
	font-size: 15px;
	color: #000;
}
.do-table {
	float: left;
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 50px;
}
.do-table td{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DBCCBD;
	padding-left: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 40px;
}
.do-table .tag td {
	background-color: #FAFAFA;
	font-size: 15px;
	color: #000;
}
.do-table .w200 {
	width: 200px;
}

.common-btns {
	float: left;
	width: 100%;
	margin-bottom: 70px;
}
.common-btns .a {
	float: left;
	height: 35px;
	width: 120px;
	margin-right: 20px;
	border: 1px solid #CCB7A3;
	font-size: 15px;
	line-height: 33px;
	color: #998675;
	text-decoration: none;
	text-align: center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #FFF;
}
.common-btns .a:hover {
	color: #FFF;
	background-color: #AFA084;
}
.common-btns .a.b {
	background-color: #C1272D;
	width: 200px;
	color: #FFF;
}
.common-btns .a.b:hover {
	background-color: #E0230A;
}













.layout-pn {
	float: left;
	width: 100%;
	text-align: center;
}
.layout-pn .Pagination {
	display: inline-block;
	padding: 10px;
}
.layout-pn .Pagination .btns {
	float: left;
	height: 35px;
	width: 41px;
	border: 1px solid #CCB7A3;
	font-size: 15px;
	line-height: 33px;
	color: #534741;
	text-decoration: none;
	text-align: center;
	margin-left: -1px;
	position: relative;
}
.layout-pn .Pagination .btns:hover, 
.layout-pn .Pagination .btns.selected{
	background-color: #DBD1CA;
}
.layout-pn .Pagination .btns img {
	margin: auto;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}

.layout-pn .Pagination .btns:first-of-type{
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
.layout-pn .Pagination .btns:last-of-type{
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
.layout-full.banner.home {
	background-image: url(../upload/banner-home.jpg);
	height: 395px;
	margin-bottom: 0px;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
.layout-home {
	padding-top: 32px;
	float: left;
	width: 100%;
	background-image: url(../images/donations-view-info-bg.jpg);
	height: 353px;
	padding-right: 20px;
	padding-left: 20px;
	margin-bottom: 40px;
}

.home-abouts {
	float: left;
	width: 715px;
	padding-top: 80px;
	padding-left: 325px;
	background-image: url(../images/home-abouts-bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 16px;
	height: 312px;
	position: relative;
}
.home-abouts strong {
	font-size: 18px;
	font-weight: normal;
	color: #AD5012;
	display: block;
}
.home-abouts .link {
	float: left;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 46px;
	width: 192px;
	text-decoration: none;
}
.home-media {
	float: right;
	width: 365px;
	padding-top: 63px;
	background-image: url(../images/home-media-bg.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.home-media iframe {
	float: left;
	height: 200px;
	width: 100%;
	margin-bottom: 10px;
}
.home-media .title {
	background-image: url(../images/icon-list-bg.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 28px;
	font-size: 16px;
	color: #211B19;
	display: table;
	margin-right: auto;
	margin-left: auto;
}

#background,
#content_send,
#nav,
#nav *{
	-webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease;
}
