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

body {
    font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, "微軟正黑體", "Microsoft JhengHei", sans-serif;
	background: #efefef;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, "微軟正黑體", "Microsoft JhengHei", sans-serif; }

/*footer*/
.sub-nav dt, .sub-nav dd, .sub-nav li { font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, "微軟正黑體", "Microsoft JhengHei", sans-serif; color: #333;}
.sub-nav dt a, .sub-nav dd a, .sub-nav li a  { color: #333;}

.panel h5 { color: #C30; font-weight: bold;}






/*  main_menu
----------------------------------------------------------------------------------------------------*/
div.main_menu {
	display: none; width: 20%;
}



/*  main_cont
----------------------------------------------------------------------------------------------------*/
div.main_cont { width: 100%;}
div.main_cont div.panel { background: none; border: none; border-left: 1px dotted #999; padding-left: 25px;}
div.main_cont div.panel h3 { font-weight: bold; margin-bottom: 0.8rem;}


div.main_cont_one { width: 100%;}
div.main_cont_one div.panel { background: none; border: none;}



/*  qa
----------------------------------------------------------------------------------------------------*/
div.main_cont div.panel  ul.qa { padding: 0; margin: 0;}
div.main_cont div.panel  ul.qa li { list-style: none; padding: 0 0 0 33px; margin: 0 0 12px 0;}
div.main_cont div.panel  ul.qa li ol li { list-style: auto; background: none;}
div.main_cont div.panel  ul.qa li:nth-child(odd) { background: url(../img/icon_q.png) left top no-repeat; background-size: 22px;}
div.main_cont div.panel  ul.qa li:nth-child(even) { background: url(../img/icon_a.png) left top no-repeat; background-size: 22px; border-bottom: 1px dotted #666666; padding-bottom: 15px; margin-bottom: 25px;}
div.main_cont div.panel  ul.qa li:nth-child(even) li { list-style: decimal; background: none; padding: 0; margin: 0 0 0 5px; border-bottom: none;}
div.main_cont div.panel  ul.qa li p { margin: 12px 0 0 0;}



/*  goTop
----------------------------------------------------------------------------------------------------*/
a.goTop {
	position: relative;
	display: block;
	margin: 0 auto;
	padding: 12px 0;
	width: 80%;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
a.goTop, a.goTop:link, a.goTop:visited {
	background: rgba(195,35,46,.4);
	text-decoration: none;		
	bottom: 0;
	-webkit-transition: bottom 0.2s ease-in-out;
	-moz-transition: bottom 0.2s ease-in-out;
	-o-transition: bottom 0.2s ease-in-out;
	transition: bottom 0.2s ease-in-out;	
}
a.goTop:hover, a.goTop:focus, a.goTop:active {
	background-color: #b7c7d0;
	text-decoration: none;
	bottom: 0;
}
a.goTop img {
	display: block;
	margin: 0 auto;
	padding: 0;
	font-size: 40px;
	height: 20px;
	text-align: center;
}



table.donation_list th { text-align: center;}
table.donation_list td { text-align: center;}





@media screen and (min-width: 800px) {



/*  main_menu
----------------------------------------------------------------------------------------------------*/
div.main_menu { display: block;}
div.main_menu div.panel {
	background: #ffffff;
	border: 1px solid #e2dfd7;
	background: #ececec;
	padding: 0.9rem;
}
div.main_menu div.panel h3 {
	font-size: 20px;
	padding: 10px 0 15px 0;
	border-bottom: dotted 1px #999;
	font-weight: bold;
}
div.main_menu div.panel ul { margin: 0; padding: 0;}
div.main_menu div.panel ul li {
	list-style: none; padding: 15px 0 10px 0;
	border-bottom: dotted 1px #999;
	line-height: 150%;
}
div.main_menu div.panel ul li:first-child {
	padding-top: 0;
}
div.main_menu div.panel ul li:last-child {
	border-bottom: none;
}


/*  main_cont
----------------------------------------------------------------------------------------------------*/
div.main_cont { width: 80%;}




/*  goTop
----------------------------------------------------------------------------------------------------*/
	a.goTop {
		position: relative; /*position: absolute;*/
		display: block;
		margin: 0 auto;
		padding: 12px 0;
		width: 40%;
	}
	a.goTop, a.goTop:link, a.goTop:visited {
		bottom: -50px;
		-webkit-transition: bottom 0.2s ease-in-out;
		-moz-transition: bottom 0.2s ease-in-out;
		-o-transition: bottom 0.2s ease-in-out;
		transition: bottom 0.2s ease-in-out;	
	}
	a.goTop:hover, a.goTop:focus, a.goTop:active {
		bottom: -12px;
	}
	a.goTop img {
		display: block;
		margin: 0 auto;
		padding: 0;
		font-size: 50px;
		height: 50px;
		text-align: center;
	}


}





/*  footer
----------------------------------------------------------------------------------------------------*/
.footer {
	background: #b7c7d0;
	padding: 15px 0;
	z-index: 99;
	width: 100%;
	position: absolute;
}






/*  css_button
----------------------------------------------------------------------------------------------------*/
.button{
	-webkit-border-radius:8px;
    -moz-border-radius:8px;
    -ms-border-radius:8px;
    -o-border-radius:8px;
    border-radius:8px;
    color:#fff;
    display:inline-block;
    font-weight:bold;
    -webkit-font-smoothing:antialiased;
    text-decoration:none;
    text-transform:uppercase;
}
    
.button--black{background-color:#000}

.button--black:focus, .button--black:hover{
	background:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #444444), color-stop(100%, #000000));
    background:-webkit-linear-gradient(top, #444444,#000000);
    background:-moz-linear-gradient(top, #444444,#000000);
    background:-o-linear-gradient(top, #444444,#000000);
    background:linear-gradient(top, #444444,#000000);
}












/*  index modal
----------------------------------------------------------------------------------------------------*/
.index.reveal-modal {
    background: none;
    box-shadow: none;
    border: none;
}

.index.reveal-modal .close-reveal-modal { top: -2rem;}






