/* CSS Reset *//**********************************************************/
blockquote,body,dd,div,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,input,li,ol,p,pre,td,textarea,th,ul{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}abbr,acronym,fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:400}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400}q:after,q:before{content:''}

/* Global *//**********************************************************/

body{font-size:13px;font-family: 'Ubuntu',"Microsoft JhengHei","\5FAE\x8EDF\6B63\9ED1\9AD4","Microsoft Yahei","\5FAE\8F6F\96C5\9ED1","Trebuchet MS", Arial, Helvetica, sans-serif;	color:#515151;line-height:22px; background:transparent;}
h2{ font-size:36px; line-height:normal; margin-bottom:20px}
h3{ font-size:24px; line-height:normal; margin-bottom:10px}
a{ text-decoration:none; color: #00908f;transition:all 0.3s linear}
a:hover{color: #666;}
select{-moz-appearance:none; -webkit-appearance:none; appearance:none; background-image: url("data:image/svg+xml;utf8,<svg fill='%233A8A89' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>"); background-repeat: no-repeat; background-size: auto 32px; background-position:right center;  border:0; background-color:#F2F2F2; padding: 10px 70px 10px 20px; color:#00908f; font-size:18px; font-weight:300; font-family: 'Ubuntu',"Microsoft JhengHei","\5FAE\x8EDF\6B63\9ED1\9AD4","Microsoft Yahei","\5FAE\8F6F\96C5\9ED1","Trebuchet MS", Arial, Helvetica, sans-serif;}
p{ font-size:18px;line-height: 30px; font-weight: 300; margin: 10px 0;}
.subtitle{ font-weight:700}
.greyFullbox { background-color: #F1F1F1;}
.siteInside{width:100%; max-width:1170px; margin:0 auto; box-sizing:border-box; padding:50px 15px;}
.greyFullbox .siteInside{padding:30px 15px 70px;}

.yearPulldown{ padding-bottom:50px}
.yearPulldown select{ box-sizing:border-box}

.document-item a{ display:block; border-top:1px solid #C2B8B2; font-weight:300; padding:20px; box-sizing:border-box}
.document-item a .date{ display:block; color:#8a716a; font-size:16px; margin-bottom:10px }
.document-item a .title{ display: -webkit-box; -webkit-box-orient: vertical;-webkit-line-clamp: 3; overflow: hidden; font-size:18px; line-height:24px; color:#333333; transition:all 0.3s linear}
.document-item a:hover{ background-color:#f0f0f0}
.document-item a:hover .title{ color:#666}
.noInfoNote{ font-size:18px}

.document-group{ margin-bottom:20px}
.document-group b{ font-size:18px; font-weight:700; margin-bottom:10px; display: block;}

.noInfoNote{ display: block; padding: 20px; /*border-top:1px solid #C2B8B2;*/}

@media only screen and (max-width:290px) {
	
}