@charset "utf-8";
/* CSS Document */

header{
	width: 100%;
	}
	
body{
	font-size: 14px;
	}
	
#topbar{padding: 10px;}

.center-block{
	display: block;
	width: 100%;
	height: auto;
	margin: auto;
	}

.header-bar{
	display: inline-block;
	width: calc(100% - 12px);
	height: calc(3.5em - 12px);
	padding: 6px;
	background-image:url(https://lh3.googleusercontent.com/-hJNA7wR8XYU/V0VW3IM5ibI/AAAAAAAADV0/ldl40eHjlOED1oqnQNeWG_5ypRM-N22AACCo/s800/EPON_name_mb.png);
	background-repeat: no-repeat;
	background-position: 20px 10px;
	background-size: auto 60%;
	
	}



.upper-block{
	width: 100%;
/*	width: 94%;
	padding: 2% 3% 0 3%;*/
	/*margin-top: 80px;*/
	margin-bottom: 30px;
	}
	
.upper-left{
	width:calc(100% - 40px);
	height:auto;
	padding: 20px 20px 10px 10px;
}

.upper-left h1{
	color:#999;
}

.upper-left span{

}

.upper-right{
	width:100%;
	height: auto;
	padding-top: 0px;
}

.upper-right img{
	width: 100%;
	height:auto;
	}
	
.upper-block-title{
	display: block;
	width: 970px;
	height: 70px;
	margin: auto;
	padding: 0 15px;
	font-family:"Kristen ITC", "Century Gothic", Arial, "華康海報體W9(P)", "華康勘亭流(P)", "微軟正黑體", "細明體";
	font-size: 34px;
	line-height: 3;
	font-weight: bold;
	color:#630;
	}

.upper-block-title{
	width: 94%;
	padding: 1em 3% 0 3%;	
	font-size: 1.8em;
	line-height: 1.2;
	}

.intro-block{
	width: 100%;
	height: auto;
	margin-top: 0;
	}
	
.intro-block-text{
	font-size: 1.4em;
	}

.intro-block-img img{
	width: 80%;
	max-width: 350px;
	padding: 1% 0;
	}

.header-block, .info {
	display: inline-block;
	width: 100%;
	height: auto;
	}
	
.logo-block{
	width:calc(50%-10px);
	}
	
.topbar-right{
	width:calc(50%-10px);
}

.lang-block, .lang-block-btn, .lang-list{
	display: none;
	}

.lang-btn{
	display: block;
	float: right;
	width: 35px;
	height: 35px;
	border-radius: 5px;
	border: 1px solid #5A7A87;
	background-color:#87A5AF;
	background-image:url(../images/lang-btn.png);
	background-repeat: no-repeat;
	background-size: 20px 20px;
	background-position:center;
	}
	
.lang-list{
	padding: 0;
	margin: 0;
	}

.lang-list li a{
	display: inline-block;
	margin: 0;
	width: calc(100% - 2px - 2em);
	height: 1em;
	padding: 1em;
	border-bottom: 1px solid #CCC;
	text-decoration: none;
	color: #333;
	font-family:"Century Gothic", Arial, "微軟正黑體";
	font-size: 1.2em;
	background:#ECF0FF;
	}

.lang-list li a:hover{
	background:#0CF;
	}
	
.nav-block{
	width:calc(100%-15px); 
/* 	margin-left:15px; */
	}

	
.info{
	margin-bottom: 1.5em;	
	}
	
.solution-box{
	display: inline-block;
	width: calc(100% - 46px);
	margin: 10px 0 10px 10px;
	padding: 40px 12px;
}

.solution-box:first-child{}

.solution-block .center-block h1{
	/* margin-left:10px; */
	text-indent: 10px;
}

.solution-block{
	padding: 20px 0 50px 0;
}

.solution-box img{
	width:80px;
	height:auto;
}

.solution-box h2{
	font-size: 15px;
	height: 20px;
}

.info-imgblock{
	display: inline-block;
	width:100%;
	}
	
.info-imgblock img{
	width: 100%;
	height: auto;
	}

.info-textblock{
	display: inline-block;
	width:96%;
	height: auto;
	padding: 5px 2%;
	}

.info-textblock-title{
	padding-top: 10px;
	font-size: 20px;
	}

.info-textblock-content{
	font-size: 13px;
	}

.contact-block{
	margin: 30px 15px;
	width: calc(100% - 30px);
}


.contact{
	display: inline-block;
	width: calc(100% - 24px);
	height: auto;
	margin: 0;
	}

.contact-title{
	padding: 15px 0;
	}

.info-contactform, .info-rightblock{
	width: calc(100% - 24px);
	}

.info-stamp{
	display: none;
	margin: 0;
	}

.info-coblock{
	width: 100%;
	border-left: none;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 20px;
	border-bottom: 1px solid #CCC;
	font-size: 13px;
	}

.btnSub{margin-top:20px;}

label{
	font-size:14px;
	}

.info-coblock-name{
	padding-top: 0;
	font-size: 16px;
	}

.leftspace{
	margin: 0;
	}
	






