@charset "UTF-8";
/* CSS Document */


/* ---reset.css--- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.6;
        font-size:16px;
}
ol, ul {
	list-style: none;
}
li{
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* ---reset.css--- */
	
a:link, a:active, a:visited {
    text-decoration: none;  
}

a:hover {
    opacity: 0.8;
    /*font-weight: bold;*/
}
	
/**{
    border: 0;
    padding: 0;
    margin: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	text-decoration: none;
	font-family: 'Noto Sans TC', "Heiti TC", "Microsoft JhengHei", sans-serif;  
	text-align: left;
	
	text-align: justify;
}*/

*{
	margin: 0;
	padding: 0;
}

body{
	color: #000;
	font-family:"Yuanti SC Regular", "Hei Regular", "PingFang SC Regular";
	font-size: 1em;
}


/*.menu_container{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #245C95;
}

.menu{
	list-style-type: none;
	width: 90%;
	text-align:right;
	margin:3% 0% 2% 0%;
	color: #fff;
}

.menu li{
	display: inline-block;
	margin-left: 2.5%;
	
}*/







.container{
	margin-top: 0%;
	width: 100%;
	background-color: #fff;

}
.container a{
	color: #3EAEC3;
}

.container_1{
	display: block;
	width: 80%;
	margin: 80px auto 2% auto;
}
.container_3{
	display: block;
	width: 80%;
	margin: 5% auto 2% auto;
}

.title_first{
	width: 100%;
	margin: 0 auto 3% auto;
	font-size: 1.5em;
	font-weight: bold;
	color: #245C95;
	text-align: center;
	border: solid 1px #245C95;
	padding: 5px;
}


.title_h1{
	margin-bottom: 1%;
	color:#245C95;
	font-size: 1.6em;
}
.title_h2{
	font-size:1.3em;
	margin: 3.5% 0% 2% 0%;
	color:#245C95;
}


.container_2{
	width: 100%;
	background-color: #fafafa;
}

.container_2_2{
	width:80%;
	margin: 0 auto;
	padding: 3% 0% 3% 0%;
}







/*----------right_block----------左右對調*/
	
	.support_right_block{
		display: inline-block;
		display: block;
		width: 33%;
		width: 100%;
                /*width: 100%;*/
		margin-right: 5%;
		margin-right: 1%;
		/*margin: 0 auto;*/
		vertical-align: top;
	}
	.support_give_title{
		font-size: 1.8em;
		color: #ff3b77;
                margin-bottom: 5%;
	}
	.support_give_content_block{
		margin-top: 5%;
		margin-bottom: 50px;
/*
                display: inline-block;
                width: 45%;
                margin-right: 3%;
		vertical-align: top;
*/
	}
	.support_give_content_block a{
		color: #ff3b77;
	}
	.support_give_content_p{
		margin-top: 3%;
	}
	.support_give_button_block{
		margin-top: 8%;
		margin-top: 3%;
	}
	.support_give_button{
		display: inline-block;
		width: 100%;
		width: auto;
		text-align: center;
		background-color: #666;
		padding: 3%;
		padding: 1%;
		color: #fff;
		border-radius: 5px;
		margin-bottom: 2%;
		margin-right: 1%;
	}
	.support_give_button a{
		color: #fff;
	}
	.support_give_button:hover{
		opacity: 0.6;
		cursor: pointer;
	}
	.support_give_area_block{
		margin-bottom: 20px;;
		border-bottom: solid 1px #999;
		padding-bottom: 20px;
		display: inline-block;
		width: 45%;
		margin-right: 3%;
		vertical-align: top;
	}
	.support_give_area_title{
		font-size: 1.2em;
		color: #7f7f53;
	}
	.support_give_content_title{
		color: #888;
	}
	.support_give_conten_ul{
		padding: 5%;
		font-size: 0.95em;
	}
	
	
	
	.support_area_block{
		width: 100%;
		margin: 0 auto;
	}
	.support_give_area_all{
		width: 100%;
		margin: 0 auto;
	}
	
	
	
	/*-----------credit_block----------*/
	
	.credit_block{
		margin-bottom: 3%;
	
	}
	.credit_content{
		display: inline-block;
		margin-right: 1%;
	}
	.credit_content a{
		color: #444;
		border: 1px solid #444;
		border-radius: 5px;
		padding: 10px;
	}
	.credit_content a:hover{
		background-color: #ff3b77;
		color: #fff;
		border: 1px solid #ff3b77;
	}
	
	
	
	/*----------support_allblock----------*/
	
	.support_allblock_title_1{
		display: block;
		width: 100%;
		font-size: 3em;
		font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
		color: #ff3b77;
	}
	.support_allblock_title_2{
		display: block;
		width: 100%;
		font-size: 3em;
		font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
		color: #ffffff;
	}
	.support_allblock_brief{
		display: block;
		width: 100%;
		font-size: 1em;
		color: #444;
	}









/***平板版***/
@media screen and (max-width: 1024px) {
	
	*{
		box-sizing :border-box; /* 讓 padding 與 width 解除關係 */
	}
	
	html,body{
		-webkit-text-size-adjust:none; /* iPhone 旋轉後 文字不要放大 */
	}
	
	
	body{
		width: 100%;
		overflow-x: hidden;
	}
	
	
	
.container{
	margin-top: 100px;
}
	
.title_first{
	font-size: 1.2em;
}
	


	
	
}






/***手機版***/
@media screen and (max-width: 736px) {
	
	*{
		box-sizing :border-box; /* 讓 padding 與 width 解除關係 */
	}
	
	html,body{
		-webkit-text-size-adjust:none; /* iPhone 旋轉後 文字不要放大 */
	}
	
	
	body{
		width: 100%;
		overflow-x: hidden;
	}
	
	
	
	

.container{
}
	
	
.container_1{
	width: 85%;
	margin-bottom: 40px;
	margin-top: 90px;
}
	
.title_first{
	font-size: 1.2em;
}

.title_h1{
	margin-bottom: 12px;
}






.title_h2{
	margin: 35px 0px 17px 0px;
}




.container_2{
	width: 100%;
}

.container_2_2{
	padding: 25px 0px 40px 0px;
	width: 85%;
}

.container_3{
	width: 100%;
	margin-top: 0px;
	margin-bottom: 20px;
}
	
	
	
	

	
	.support_pray_button_block{
		margin: 30px auto;
	}
	.support_pray_button{
                display: block;
                text-align: center;
                margin-bottom: 3%;
    }
	.support_give_area_block{
		width: 100%;
	}
	
	
	
	.support_give_button{
		display: block;
		width: 100%;
		padding: 10px;
		margin-bottom: 10px;
	}
	
	
	
	
	/*-----------credit_block----------*/
	.credit_block{
		width: 100%;
		display: block;
	}
	.credit_content{
		display: block;
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.credit_content a{
		width: 100%;
		display: block;
		text-align: center;
	}
	


	
}