/* ------------------------------------
基礎頁面共用樣式 
------------------------------------*/

img, object, embed, video {
	max-width: 100%;
}
/* IE 6 不支援最大寬度，因此寬度預設為 100% */
.ie6 img {
	width:100%;
}


@charset "utf-8";
/* ------------------------------------
基礎頁面共用樣式 
------------------------------------*/


body{                                   /* ------------- body共用樣式 ---------------------- */
	background-color: #000;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: "微軟正黑體";
	}	

img, object {
	-ms-interpolation-mode: bicubic;
	height: auto;
	border:none;
}
ol,ul { list-style:none; }
blockquote,q { quotes:none; }
blockquote:before,blockquote:after,q:before,q:after { content:'';content:none; }
ins { text-decoration:none; }
del { text-decoration:line-through; }
table { border-collapse:collapse;border-spacing:0; }



/* --------------------------------------------------------
h文字應用
-------------------------------------------------------- */
h1 {
　　　　font-size: 1.5em; 
　　}


.content-main-title-h2 {
	　　font-size: 1.5em;
	color: #C30;
	font-size: 13px;
}



/* --------------------------------------------------------
標題文字應用
-------------------------------------------------------- */
.font13{
	font-size: 12px;
	color: #CCC;
	}
	
.font16{
	font-size: 16px;
	font-weight: bold;
	color: #FC0;
	line-height: 22px;
	}
	
.font22{
	font-size: 22px;
	font-weight: bold;
	color: #FC0;
	line-height: 22px;
	}
	
.font18{
	font-size: 16px;
	font-weight: bold;
	color: #333;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	line-height: 22px;
	}

.font18s{
	font-size: 16px;
	font-weight: bold;
	color: #333;
	}
	
	.font26{
	font-size: 26px;
	font-weight: bold;
	color: #600;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	}
	
.font14{
	font-size: 13px;
	color: #333;
	}

font15{
	　　font-size: 0.9375em; 
	}

/* ------------------------------------
   畫面最大布局
--------------------------------------- */

#wrapper {
	width: 100%;
	font-family: "微軟正黑體";
	color: #FFF;
}

/* ------------------------------------
   標題區
--------------------------------------- */

#header {
	width: 100%;
}

.header {
	width: 100%;

}

.header-logo-bg {
	width: 100%;
    background-color: #000;
	background-image: url(../images/header-bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

.header-logo {
	width: 300px;
	margin-right: auto;
	margin-left: auto;
}

.header-nav {
	width: 100%;
	background: rgb(16,53,41); /* Old browsers */
	background: -moz-linear-gradient(top,  rgb(90,37,150) 1%, rgb(16,53,41) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgb(90,37,150) 1%,rgb(16,53,41) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgb(90,37,150) 1%,rgb(16,53,41) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a2596', endColorstr='#103529',GradientType=0 ); /* IE6-9 */
　　　	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #103529;
}

.header-banner {
	width: 100%;
 	float: left;
}

.header-contact {
	width: 100%;
    float: left;
	background-image: url(../images/header-contact-bg.jpg);
	background-repeat: repeat;
	background-position: center top;
}

.header-contact-col-md-1 {
	width: 25%;
	float: left;
}



/* ------------------------------------
   選單區
--------------------------------------- */

　　　　#mainnav {
	width: 100%;
　　　　　　
　　　　}

/* ------------------------------------
   內容區
--------------------------------------- */
.row{
	padding-right: 15px;
	padding-left: 15px;
}

.row-content{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #C96;
	padding: 15px;
	margin-bottom: 25px;
}

.row-content-con{
	width: 94%;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	padding-bottom: 10px;
}

#content {
	width: 96%;
	float: left;
	margin-top: 2%;
	margin-right: 2%;
	margin-bottom: 0%;
	margin-left: 2%;
}

.content {
	background-color: #FFF;
	float: left;
	width: 91%;
	margin-right: 4%;
	margin-left: 4%;
}

.content-main{
	float: left;
	width: 100%;
}


.content-main-title{
	float: left;
	width: 96%;
	padding-left: 2%;
	padding-top: 20px;
	padding-right: 2%;
}

.content-main-title-line{
	float: left;
	width: 40%;
	background-color: #999;
	line-height: 1px;
	height: 1px;
	margin-top: 5px;
}


.content-main-icon-line{
	width: 96px;
	height: 66px;
	background-image: url(../images/main-icon.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-right: auto;
	margin-left: auto;
}

.content-main-line{
	width: 100%;
	float: left;
}

.content-main-title-h1{
	font-size: 28px;
	color: #333;
	float: left;
}

.content-main-title-h2{
	font-size: 16px;
	color: #CC0000;
	float: left;
	display: inline-block;
	line-height: 2.5em;
}

.font-15{
	color: #FFF;
}
.font-15 a,a:hover{
	color: #FFF;
}

.font-15s{
	color: #666;
}
.font-15s a,a:hover{
	color: #C00;
}

.pro-line{
	margin-top: 5px;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	text-align: center;
}

.content-main-con{
	width: 100%;
	color: #333;
	padding-top: 5px;
	padding-bottom: 15px;
	float: left;
}

.content-main-cons{
	width: 100%;
	color: #333;
	padding-top: 5px;
	padding-bottom: 15px;
	float: left;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}


.main-contact-col-md-1 {
	width: 20%;
	float: left;
}

.main-contact-col-md-2 {
	width: 16%;
	float: left;
	text-align: center;
	margin-right: 6px;
}



/* ------------------------------------
   icon區
--------------------------------------- */
.icon-all{
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 5px;
}

.icon-all-logo{
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 61px;
	width: 61px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}


.icon-all-row{
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}

.icon-h1{
	font-size: 16px;
	color: #FFF;
}

.icon-h2{
	font-size: 20px;
	color: #FFF;
	text-shadow:1px 1px 2px #333;
	}
	
.icon-h2 a,a:link,a:hover{
	font-size: 16px;
	}
	
.icon-text{
	font-size: 15px;
	color: #FFF;
	}
		


/* ------------------------------------
   版權宣告區
--------------------------------------- */
#footer{
	width: 100%;
	margin-top: 20px;
	float: left;
}

.footer{
	font-size: 200%;
	color: #FFF;
	background-color: #3d3d3d;
	text-align: center;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	font-family: "微軟正黑體";
}

.footer-copyright{
	font-size: 12px;
	color: #FFF;
	padding: 10px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* ------------------------------------
   如果屏幕宽度小于1024像素,調用此區語法
--------------------------------------- */

@media screen and (max-device-width: 1024px) {

	
/* ------------------------------------
   內容區
--------------------------------------- */

.main-contact-col-md-1 {
	width: 20%;
	float: left;
}

.main-contact-col-md-2 {
	width: 32%;
	float: left;
	text-align: center;
}
	

/* ------------------------------------
   標題區
--------------------------------------- */

.header-contact-col-md-1 {
	width: 50%;
	loat: left;
}


.header-logo {
	width: 240px;
	margin-right: auto;
	margin-left: auto;
}
　　}

	
@media screen and (max-device-width: 768px) {	
.header-contact-col-md-1 {
	width: 50%;
	loat: left;
}
	
.main-contact-col-md-1 {
	width: 100%;
	float: left;
}
.content-main-line{
	width: 125%;
	float: left;
}
.main-contact-col-md-2 {
	width: 33.333%;
	float: left;
	text-align: center;
}
	

	}
	
@media screen and (max-device-width: 667px) {
.icon-all-logo{
	float: left;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 5px;
	height: 45px;
	width: 45px;
}		
.header-contact-col-md-1 {
	width: 50%;
	loat: left;
}

.main-contact-col-md-1 {
	width: 100%;
	float: left;
}	
.footer{
	font-size: 160%;
	color: #FFF;
	background-color: #3d3d3d;
	text-align: center;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	font-family: "微軟正黑體";
}	
	
	}

@media screen and (max-device-width: 568px) {
.icon-all-logo{
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 5px;
	height: 51px;
	width: 51px;
}
.header-contact-col-md-1 {
	width: 100%;
	loat: left;
}

.main-contact-col-md-1 {
	width: 100%;
	float: left;
}	


.content-main-line{
	width: 125%;
	float: left;
}

.footer{
	font-size: 120%;
	color: #FFF;
	background-color: #3d3d3d;
	text-align: center;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	font-family: "微軟正黑體";
}	
}
