@charset "utf-8";
@import url(//fonts.googleapis.com/earlyaccess/notosanstc.css);

/*header*/
.div-title_a {
	height:40px;
	background-color:#83b5d8;
	position:fixed;
	top:0;
	right:0;
	left:0; 
}
.div-title_b {
	background:url(image/headerBg.jpg) no-repeat center top;
	padding:25px 58px;
	height:48px;
	margin:38px 0;
	margin-left:-90px;
	margin-right:-10px;
}
.span-head_a{
	line-height:40px;
	
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	padding-right: 5em;
	text-align: right;
	border: none;
	word-spacing: 30px;
}
a.head{
	color: #000;
	font-size: 1rem;
	font-weight: 20;
	text-align: right;		
}
a.head:link{
	text-decoration: none;
}
a.head:visited{
	text-decoration: none;
}
a.head:hover{
	text-decoration: none;
}
.span-head_b{
	position:static; 
	width:100%;
	margin-left:73px;
}
.img-head_b{
	/*max-width:365px; */
	position:static;
	margin-top:5px;
	margin-bottom:-5px;
}