<style>
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/

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%;
font: inherit;
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;
}
ol, ul {
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;
}
</style>
@charset "utf-8";

.row {
  margin: 0;
}
.container .main_row{
	padding: 0 50px;
}
/*banner*/
.banner_block{
	margin-top: 25px;
	height: 210px;
}
/*麵包屑*/
.bread_crumb{
	text-align: right;
	padding-top: 5px;
}
.bread_crumb ul,
.bread_crumb li{
	list-style: none;
}
.bread_crumb li{
	display: inline-block;
}
.bread_crumb li a{
	display: inline-block;
	color: #999;
	font-size: 12px;
	line-height: 18px;
	text-decoration: none;
	padding-right: 2px;
}
.bread_crumb li a:hover{
	color:#ff6600;/* #81be51;#0b3d99;*/
}
.bread_crumb_list:before{
	content: '';
	display: inline-block;
	background-image: url("../images/assoc_home_page.png");
	width: 11px;
	height: 10px;
	background-position: 0 0;
	background-repeat: no-repeat;
}
.bread_crumb_list li:after{
	content: '/';
	color: #999;
	font-size: 12px;
	line-height: 18px;
}
.bread_crumb_list li:last-child:after{
	content: '';
}
/*標題*/
.title_block {
	text-align: center;
	
}
.title_block span{
	font-size: 24px;
	line-height: 1.5em;
}
.title_under_line{
	border-collapse: collapse;
	margin-bottom: 30px;
}
.title_under_line th{
	width: 300px;
	border-bottom: 1px solid #eda56b;
}
.title_under_line td{
	width: 370px;
	border-bottom: 1px solid #c9c9c9;
}

	/*back to top*/
	.back_to_top{
	  display: block;
      text-align: center;
	  padding: 40px 0 20px 0;
      vertical-align:bottom;
      z-index:10000;
      right: 70px;
      float:right;
      position: fixed;
      text-align: center;
      text-transform: uppercase;
      bottom: 10px;
      display: none;
	}
	.back_to_top a{
		display: block;
		width: 26px;
		height: 27px;
		margin: 0 auto;
		background-image: url("../images/assoc_home_page.png"); 
		background-position: -11px 0;
		background-repeat: no-repeat;
        float:right;
        position: fixed;
        right: 70px;
	}

/*----- 手機版 -----*/
@media screen and (max-width: 767px){
	.container .main_row{
		padding: 0 7%;
	}
	/*banner*/
	.banner_block{
		margin-top: 0px;
		height: 170px;
	}
	/*麵包屑*/
	.bread_crumb{
		display: none;
	}
	/*標題*/
	.title_block{
		padding-top: 30px;
	}
	.title_under_line{
		width: 90%;
		margin: 0 5% 30px 5%;
	}
	.title_under_line td{
		width: auto;
	}

	/*back to top*/
	.back_to_top{
		display: block;
		text-align: center;
		padding: 40px 0 20px 0;
	}
	.back_to_top a{
		display: block;
		width: 26px;
		height: 27px;
		margin: 0 auto;
		background-image: url("../images/assoc_home_page.png"); 
		background-position: -11px 0;
		background-repeat: no-repeat;
	}

}