@charset "utf-8";
/* CSS Document */
/* ---reset.css--- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/* ---reset.css--- */


html {	
	font-family: "Gill Sans MT" ,"Microsoft JhengHei","微軟正黑";
	-webkit-text-size-adjust:none;
	width:100%;
	height:100%;
	
	}


/* ---pc--- */


#BOX1{
	width:22%;
	height:100%;
	background-image:url(img/bg.jpg);
	background-position:center center;
	background-repeat:repeat-X;
	border-right:#CCC 2px solid;
	position:fixed;
	float:left;
	z-index:2;
	
	
	}
	
#logo{
	width:80%;
	height:auto;
	padding-top:50px;
	padding-bottom:10%;
	text-align:right;
	padding-left:10%;
	
	}
#logo img{
	max-width:222px;
	max-height:99px;
	width:60%;
	height:auto;
	
	}
#nav{
	width:100%;
	height:auto;
	padding-top:10%;
	padding-bottom:10%;
	}
#nav ul{
	padding-right:10%;
	text-align:right;
	}
#nav li a{
	font-size:1.6em;
	font-weight:normal;
	line-height:2em;
	color:#FFF;
	padding:3px;
	text-decoration:none;
	text-shadow:1px 1px 1px #666;
	}
	
#nav li a:hover{
	border:#FFF 2px solid;
	padding:2px;
	}

#BOX2{
	width:72%;
	height:auto;
	float:right;
	}
	
#act{
	width:72%;
	height:auto;
	padding-top:50px;
	padding-bottom:10px;
	text-align:left;
	clear:both;
	}

#actlogo{
	width:30%;
	height:auto;
	padding-top:8px;
	float:left;
	}
#actlogo img{
	max-width:193px;
	max-height:90px;
	min-width:193px;
	min-height:90px;
	width:100%;
	height:auto;
	}
	
#actcont{
	width:60%;
	height:auto;
	padding-top:10px;
	float:left;
	}
	
#actcont h1{
	color:#666;
	font-size:2.6em;
	}

#actcont h3{
	color:#172336;
	font-size:1.4em;
	padding:5px 0;
	}
	
#actcont p{
	color:#172336;
	padding-top:5px;
	font-size:1.4em;
	line-height:1.2em;
	}
	
#product{
	width:88%;
	height:auto;
	padding-top:80px;
	text-align:left;
	clear:both;
	}

#product h2{
	border-top:#efefef 1px solid;
	font-size:2em;
	color:#333;
	padding-top:20px;
	font-weight:bold;
	}
#product h5{
	border-top:#efefef 1px solid;
	font-size:1.2em;
	color:#151515;
	padding-top:5px;
	}
#product img{
	max-width:800px;
	max-height:400px;
	min-width:170px;
	min-height:inherit;
	height:auto;
	width:90%;
	
	}
	
#product2{
	width:88%;
	height:auto;
	padding-top:20px;
	text-align:left;
	clear:both;
	}

#product2 h2{
	border-top:#efefef 3px solid;
	font-size:2em;
	color:#efefef;
	padding-top:20px;
	font-weight:bold;
	}

	
#product2 img{
	max-width:800px;
	max-height:400px;
	min-width:170px;
	min-height:inherit;
	height:auto;
	width:85%;
	
	}
.cont{
	width:90%;
	height:auto;
	margin-right:5%;
	margin-top:30px;
	margin-bottom:inherit;
	float:left;
	text-align:left;
	display:inherit;
	box-sizing:padding-box;
	}
	
.cont h1{
	color:#036;
	font-size:1.8em;
	padding:3px;
	border-left-style:solid #039;
	border-right-style:solid #039;
	font-weight: bold;
	}
.cont img{
	max-height:600px;
	width:auto;
	margin:8px 0;
	}
	
.cont p{
	font-size:1em;
	line-height:1.6em;
	text-align:left;
	padding:10px 5px;
	color:#172336;
	
	}
	
#poster{
	width:90%;
	height:auto;
	padding:2% 0;
	text-align:left;
	clear:both;
	}

#poster h2{
	border-top:#efefef 3px solid;
	font-size:2em;
	color:#333;
	padding-top:20px;
	font-weight:bold;
	}
	
#posterlink{
	width:80%;
	height:150px;
	padding:20px 0 0 0;
	}
#posterlink ul{
	text-align:center;
	}
	
#posterlink li{
	display:inline;
	}
#posterlink li a{
	font-size:0.9em;
	font-weight:normal;
	border:#efefef 2px solid;
	line-height:1.6em;
	color:#787878;
	margin:5px;
	padding:5px;
	text-decoration:none;
	float:left;
	}
	
#posterlink li a:hover{
	border:#e6002d 2px solid;
	color:#e6002d;
	}
	

#touchmail{
	width:90%;
	height:auto;
	padding:3% 0;
	text-align:left;
	clear:both;
	}

#touchmail h2{
	border-top:#efefef 3px solid;
	font-size:2em;
	color:#efefef;
	padding:20px 0;
	font-weight:bold;
	}

#touchmail p{
	font-size:1em;
	padding:2px;
	margin:8px 0;
	color:#787878;
	line-height:1.6em;
	}
#touchmail a{
	font-size:1em;
	padding:3px;
	margin:8px 0;
	color:#000;
	font-weight:bold;
	text-decoration:none;
	}
#touchmail a:hover{
	color:#e6002d;
	background-color:#FFF;
	}
	

#touch{
	display:none;
	width:90%;
	height:auto;
	padding:3% 0;
	text-align:left;
	clear:both;
	}

#touch h2{
	border-top:#efefef 3px solid;
	font-size:2em;
	color:#efefef;
	padding:20px 0;
	font-weight:bold;
	}
	
label{
float:left;
claear:left;
margin:30px 20px 0 0;
width:80px;
text-align:right;
font-size:16px;
color:#787878;
text-transform:uppercase;
}

input{
width:50%; 
height:30px;
padding:5px 20px;
margin:5px 0;
border-radius:5px;
-webkit-border-radius:5px;
-moz-box-shadow:0;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border:#efefef 2px solid;
font-size:1em;
font-family:"微軟正黑體", "Microsoft YaHei", simhei, Helvetica, sans-serif;
color:#787878;
}
input::-webkt-input-placeholder{
color:#787878;
}
input:-moz-placeholder{
color:#787878;
}

textarea{
width:50%;
height:170px;
font-size:1em;
font-family:"微軟正黑體", "Microsoft YaHei", simhei, Helvetica, sans-serif;
color:#787878;
padding:12px 20px;
margin:0 0 20px 0;
border-radius:5px;
border:#efefef 2px solid;
-moz-border-radius:5px;
-webkit-border-radius:5px;
}

textarea::-webkit-input-placeholder{
color:#787878;
}
textarea:-moz-placeholder{
color:#787878;
}

input:focus, textarea:focus {
	background:#dedede;
}

input[type=submit] {
	width: 185px; height: 30px; float: left; padding: 5px 15px; margin: 0 0 0 90px;
	border: 0 solid #787878;
	background: #dedede;
	cursor: pointer;
}

#footer{
	width:22%;
	height:90px;
	bottom:0;
	z-index:3;
	position:fixed;
	
	}
	
#footer ul{
	padding-right:6%;

	}
	
#footer li{
	display:inline;
	font-family: "Gill Sans MT Light";
	}
#footer li a{
	padding:3px 5px;
	text-decoration:none;
	float:right;
	}

#footer li a:hover{
	background-color:e6002d;
	}

#footer img{
	max-width:60px;
	max-height:60px;
	width:90%;
	height:auto;
	}
/* ---mobile--- */

@media screen and (max-width:767px){
	
	
#BOX1{
	width:100%;
	height:70px;
	background-image:url(img/bg2.jpg);
	background-position:center center;
	background-repeat:repeat-x;
	position:absolute;
	float:left;
	z-index:1;
	clear:both;
	}
	
#logo{
	width:100%;
	height:70px;
	padding-top:10px;
	text-align:center;
	padding-left:0;	
	}
#logo img{
	max-width:180px;
	max-height:77px;
	width:60%;
	height:auto;
	padding:0px;
	margin:0 auto;


	}
#nav{
	display:none;
	width:90%;
	height:auto;
	padding-top:10%;
	padding-bottom:10%;
	}
#nav ul{
	padding:0px;
	text-align:right;
	}
#nav li a{
	font-size:1.2em;
	font-weight:normal;
	line-height:1.6em;
	color:#FFF;
	padding:3px;
	text-decoration:none;
	}
	
#nav li a:hover{
	background-color:#e6002d;
	padding:3px;
	}

#BOX2{
	width:90%;
	height:auto;
	float:left;
	text-align:center;
	clear:both;
	}
	
#act{
	width:100%;
	height:auto;
	padding-top:100px;
	padding-bottom:5%;
	text-align:center;	
	}

#actlogo{
	width:100%;
	height:auto;
	text-align:center;
	padding-left:7%;
	}
#actlogo img{
	width:80%;
	height:auto;
	margin:0 auto;
	}
	
#actcont{
	width:100%;
	height:auto;
	border-left:#666 solid 0;
	margin:0 auto;
	float:left;
	padding-left:6%;

	text-align:center;
	}
	
#actcont h1{
	color:#787878;
	font-size:1.3em;
	padding:5px 0;
	}

#actcont h3{
	color:#787878;
	font-size:1em;
	padding:3px 0;
	}
	
#actcont p{
	color:#787878;
	padding-top:5px;
	font-size:0.7em;
	line-height:1.2em;
	}
	
#product{
	width:100%;
	height:auto;
	padding:0 5%;
	text-align:left;
	clear:both;
	}

#product h2{
	display:none;
	border-top:#efefef 0 solid;
	font-size:2em;
	color:#efefef;
	padding-top:20px;
	font-weight:bold;
	}
	
#product2{
	width:100%;
	height:auto;
	padding:10px 5%;
	text-align:left;
	clear:both;
	}

#product2 h2{
	display:none;
	border-top:#efefef 0 solid;
	font-size:2em;
	color:#efefef;
	padding-top:20px;
	font-weight:bold;
	}
#product h5{
	border-top:#efefef 1px solid;
	font-size:0.9em;
	text-align: center;
	color:#151515;
	padding-top:5px;
	line-height:1.2em;

	}
	
.cont{
	width:100%;
	height:auto;
	margin-right:5%;
	margin-top:30px;
	margin-bottom:10px;
	float:left;
	text-align: center;
	display:inline;
	}
	
.cont h1{
	color:#036;
	font-size:1.3em;
	padding:7px;
	text-align:left;
	border-left-style:solid #039;
	border-right-style:solid #039;
	}
.cont img{
	max-height:200px;
	width:auto;
	margin:20px 0;
	}
	
.cont p{
	background-color:#FFF;
	font-size:0.9em;
	line-height:1.2em;
	text-align:left;
	padding:5px 5px;
	color:#787878;
	
	}
	
#poster{
	width:100%;
	height:auto;
	padding:5%;
	text-align:center;
	clear:both;
	}

#poster h2{
	border-top:#efefef 3px solid;
	font-size:2em;
	color:#333;
	padding-top:20px;
	font-weight:bold;
	}
	
#posterlink{
	width:100%;
	height:150px;
	padding:20px 0 0 0;
	}
#posterlink ul{
	text-align:center;
	}
	
#posterlink li{
	display:inline;
	}
#posterlink li a{
	font-size:0.9em;
	width:90%;
	font-weight:normal;
	border:#efefef 2px solid;
	line-height:1.6em;
	color:#787878;
	margin:5px;
	padding:5px;
	text-decoration:none;
	float:left;
	}
	
#posterlink li a:hover{
	border:#e6002d 2px solid;
	color:#e6002d;
	}
	

#touchmail{
	width:100%;
	height:auto;
	padding:5%;
	text-align:left;
	clear:both;
	margin-bottom:70px;
	}

#touchmail h2{
	border-top:#efefef 3px solid;
	font-size:2em;
	color:#efefef;
	padding:20px 0;
	font-weight:bold;
	}

#touchmail p{
	font-size:1em;
	padding:2px;
	margin:8px 0;
	color:#787878;
	line-height:1.6em;
	}
#touchmail a{
	font-size:1em;
	padding:5px;
	margin:8px 0;
	color:#000;
	font-weight:bold;
	text-decoration:none;
	}
#touchmail a:hover{
	border:#e6002d 2px solid;
	color:#e6002d;
	padding:5px;
	background-color:#FFF;
	}
	

#touch{
	display:none;
	width:90%;
	height:auto;
	padding:3% 0;
	text-align:left;
	clear:both;
	}

#touch h2{
	border-top:#efefef 3px solid;
	font-size:2em;
	color:#efefef;
	padding:20px 0;
	font-weight:bold;
	}
	
label{
float:left;
claear:left;
margin:30px 20px 0 0;
width:80px;
text-align:right;
font-size:16px;
color:#787878;
text-transform:uppercase;
}

input{
width:50%; 
height:30px;
padding:5px 20px;
margin:5px 0;
border-radius:5px;
-webkit-border-radius:5px;
-moz-box-shadow:0;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border:#efefef 2px solid;
font-size:1em;
font-family:"微軟正黑體", "Gill Sans MT", simhei, Helvetica, sans-serif;
color:#787878;
}
input::-webkt-input-placeholder{
color:#787878;
}
input:-moz-placeholder{
color:#787878;
}

textarea{
width:50%;
height:170px;
font-size:1em;
font-family:"微軟正黑體", "Gill Sans MT", simhei, Helvetica, sans-serif;
color:#787878;
padding:12px 20px;
margin:0 0 20px 0;
border-radius:5px;
border:#efefef 2px solid;
-moz-border-radius:5px;
-webkit-border-radius:5px;
}

textarea::-webkit-input-placeholder{
color:#787878;
}
textarea:-moz-placeholder{
color:#787878;
}

input:focus, textarea:focus {
	background:#dedede;
}

input[type=submit] {
	width: 185px; height: 30px; float: left; padding: 5px 15px; margin: 0 0 0 90px;
	border: 0 solid #787878;
	background: #dedede;
	cursor: pointer;
}

#footer{
	width:100%;
	height:60px;
	bottom:0;
	z-index:999;
	position:fixed;
	border-left:#e6002d 0 solid;
	border-top:#333 3px solid;
	background-color:rgba(192, 192, 192, 0.7);
	text-align:center;
	
	}
	
#footer ul{
	padding-right:0;


	}
#footer li{
	text-align:center;
	}	

#footer li a{
	padding:3px 5px;
	text-decoration:none;
	text-align:center;
	float:inherit;
	}


#footer img{
	max-width:50px;
	max-height:50px;
	width:95%;
	height:auto;
	padding-top:3px;
	}	
	}
