/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
html, body {
	font-family: 'Raleway', sans-serif;
	font-size: 100%;
	background-color: #f3f3f3;
	background-image: url(../images/back01.png);
	background-repeat: repeat;
}
body a {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
h1, h2, h3, h4, h5, h6 {
	color: #333333;
}
h1 {
	font-size: 38px;
	font-weight: 700;
	margin-bottom: 20px;
}
h2 {
	font-size: 28px;
	margin-bottom: 15px;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 18px;
	font-weight: 700;
}
h5 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
}
h6 {
	font-weight: 700;
}
h1 span, h2 span, h3 span, h4 span {
	color: #FF0000;
}
img{
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;	
}

.text-red {
	font-family: "微軟正黑體", "新細明體";
	color: #CC3300;
}
.text-blue {
	font-family: "微軟正黑體", "新細明體";
	color: #0033FF;
}
/*-- header --*/
.header, .single_header {
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	min-height: 830px;
	position: relative;
}
.single_header {
	min-height: 100px;
}
.hrline {
	padding: 1em 0 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CC3300;
}
/*-- footer --*/
.footer {
	padding: 1.8em 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CC3300;
}
.footer-left {
	float: left;
}
.footer-right {
	float: right;
}
.footer-left p {
	color: #000000;
	font-size: 1em;
	margin: 0;
}
.footer-left p a {
	color: #FF0000;
	text-decoration: none;
}
.footer-left p a:hover {
	color: #CC0033;
}
.footer-right ul {
	margin: 0;
	padding: 0;
}
.footer-right ul li {
	display: inline-block;
	margin-right: 0.1em;
}
.footer-right ul li a span {
	width: 22px;
	height: 22px;
	display: inline-block;
	background: url(../images/social-icons.png) no-repeat 0px 0px;
}
.footer-right ul li a span.face {
	background-position: 0px 0px;
}
.footer-right ul li a span.face:hover {
	background-position: 0px -22px;
}
.footer-right ul li a span.twit {
	background-position: -21px 0px;
}
.footer-right ul li a span.twit:hover {
	background-position: -21px -22px;
}
.footer-right ul li a span.dri {
	background-position: -50px 0px;
}
.footer-right ul li a span.dri:hover {
	background-position: -50px -22px;
}
.footer-right ul li a span.tech {
	background-position: -80px 0px;
}
.footer-right ul li a span.tech:hover {
	background-position: -80px -22px;
}
/*--single--*/
.single {
	padding: 1em 0;
}
.single p {
	color: #000;
	font-size: 0.9em;
	line-height: 1.8em;
	margin: 0.5em 0;
}
.header {
	min-height: 520px;
}
.head-section h2 {
	font-size: 2em;
}
}
@media(max-width:768px) {
.single_header {
	min-height: 120px;
}
.single {
	padding: 3em 0;
}
}
@media(max-width:640px) {
.header {
	min-height: 460px;
}
.single_header {
	min-height: 85px;
}
}
@media(max-width:480px) {
.single_header {
	min-height: 60px;
}
}
@media(max-width:320px) {
.header {
	min-height: 310px;
}
.head-section h2 {
	font-size: 1.5em;
}
.head-section span {
	width: 20%;
	height: 4px;
}
.footer-left {
	float: none;
}
.footer-right {
	float: none;
	margin-top: 1em;
}
.catch-on {
	padding: 1em 0;
}
.footer {
	padding: 1em 0;
	text-align: center;
}
.single {
	padding: 2em 0.5em;
}
.single p {
	margin: 1em 0;
	font-size: 0.8125em;
}
}
.one {
	list-style-type: decimal; /*阿拉伯數字*/
	font-family: "微軟正黑體", "新細明體";
	font-size: 18px;
}
.fonttit {
	text-align: center;
	font-family: "微軟正黑體", "新細明體";
}
.fonttxt {
	font-family: "微軟正黑體", "新細明體";
}