@charset "utf-8";
/* CSS Document */


body{
	background-color: #E5E5E5;
	font-family: "微軟正黑體";
}



footer{
	margin-top: 15%;
	}


.container {
	background-color:#fff;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
  
}




.left {
	width: 50%;
	background-color:#fff;
	margin-left: 0.5%;
	margin-right: 0.5%;
}



.right {
	width: 50%;
	background-image: url(../images/bghome.png);
	background-size: 100%;
	background-repeat: no-repeat;
}




.time {
	width: 100%;
	padding-top: 2%;
	}
	
	
	
	
.title {
	width: 100%;
	background-image: url(../images/icon.png);
	background-size: 100%;
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	padding-left: ;
}




/*表格*/
.form{
	background-image: url(../images/hr.png);
	background-repeat: no-repeat;
	background-size: 95%;
	margin-left: 2%;	
}


/*pic from*/
.image-1y {   
	background-image: url(../images/btn01.png);
	background-repeat: no-repeat;
	background-size: 100px;
	width: 90px;
	height: 20px;
	padding-right: 10px;
	line-height: 22px;
	top: 0px;
	left: 0px;
}
.image-1r {
	background-image: url(../images/btn02.png);
	background-repeat: no-repeat;
	background-size: 100px;
	width: 90px;
	height: 20px;
	padding-right: 10px;
	line-height: 22px;
	top: 0px;
	left: 0px;
}

.image-1w {
	background-image: url(../images/btn03.png);
	background-repeat: no-repeat;
	background-size: 100px;
	width:90px;
	height: 20px;
	padding-right: 10px;
	line-height: 22px;
	top: 0px;
	left: 0px;
}

.image-1b {
	background-image: url(../images/btn04.png);
	background-repeat: no-repeat;
	background-size: 100px;
	width: 90px;
	height: 20px;
	padding-right: 10px;
	line-height: 22px;
	top: 0px;
	left: 0px;
}



.image-2y {   
	background-image: url(../images/btn05.png);
	background-repeat: no-repeat;
	background-size: 56px;
	width: 52px;
	height: 24px;
	padding-right: 4px;
	line-height: 20px;
	top: 0px;
	left: 0px;}

.image-2r {
	background-image: url(../images/btn06.png);
	background-repeat: no-repeat;
	background-size: 56px;
	width: 52px;
	height: 24px;
	padding-right: 4px;
	line-height: 20px;
	top: 0px;
	left: 0px;}
}


.image-2w {
	background-image: url(../images/btn07.png);
	background-repeat: no-repeat;
	background-size: 56px;
	width: 52px;
	height: 24px;
	padding-right: 4px;
	line-height: 20px;
	top: 0px;
	left: 0px;
}

.image-2b {
	background-image: url(../images/btn08.png);
	background-repeat: no-repeat;
	background-size: 56px;
	width: 52px;
	height: 24px;
	padding-right: 4px;
	line-height: 20px;
	top: 0px;
	left: 0px;
}


/* pic index */ 
.image1 {
    width: 2%;
	height:2%;
}


.image-icon {
    width: 2%;
	height:100%;
}


.image-logo {
	width: 55%;
	padding-top: 8%;
	padding-left: 22%;
}






@media (min-width: 600px) {
  .left {
    width: 50%;
  }
  .right {
	width: 50%;
  }
}




@media (min-width: 800px) {
  .left {
    width: 59%;
  }
  .right {
    width: 40%;
  }

}




@media (min-width: 800px) {
  .container {
    width: 95%;
	margin-left: auto;
    margin-right: auto;

  }
}
