@charset "utf-8";
/* CSS Document */

header{
	width: 100%;
	}
	
body{
	font-size: 14px;
	}

.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;

	}

.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{
/*	display: inline-block;
	width:100%;
	height: 75px; */
	display: none;
	}

.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:100%; 
	height: 3em;
	}

.nav-btn{
	display: block;
	height: 2em;
	font-size:1em;
	padding: 1em 0;
	line-height: 2;
	}

.nav-btn a{
	height: 2em;
	color:#333;
	}

a.btn1:hover{
	height:2em;
	}
	
.info{
	margin-bottom: 1.5em;	
	}

.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{
	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;
	}

label{
	font-size:14px;
	}

.info-coblock-name{
	padding-top: 0;
	font-size: 16px;
	}

.leftspace{
	margin: 0;
	}
	






