@charset "UTF-8";
@import "../../common/css/reset.css";
@import "../../common/css/core.css";
@import "../../common/css/content.css";
@import "../../common/css/media-query.css";
@import "../../common/css/media-query-inside.css";


*{
	font-family: Arial, "微軟正黑體", Microsoft JhengHei, Microsoft YaHei, 新細明體, Arial, Helvetica, sans-serif !important;
}

b, strong {
    font-weight: 700;
}
header #header-right a.dept-logo, #mobile-wrap a.dept-logo{
	max-width: 216px;
}

h1{
	font-size: 2.5em;
    padding-right: 4%;
}
#breadcrum h2,
.form #content-outer-wrap #breadcrum h1{
	font-size: 2.333em;
}
/* h1,
h2,
h3,
h4,
#breadcrum h2{
	font-weight: 500;
}
 */

@media screen and (max-width: 1280px){
	h1{
		font-size: 2.4em;
	}
	#breadcrum h2,
	.form #content-outer-wrap #breadcrum h1{
		font-size: 2.222em;
	}
	header #header-right a.dept-logo, #mobile-wrap a.dept-logo{
		max-width: 246px;
	}
}

@media screen and (max-width: 767px){
	h1{
		font-size: 2em;
	}
	#breadcrum h2,
	.form #content-outer-wrap #breadcrum h1{
		font-size: 2.25em;
	}
}