@charset "utf-8";
/* CSS Document */
body{
	margin: 0;
	padding: 0;
	font-family:"微软雅黑","Microsoft YaHei","微軟正黑體","Microsoft JhengHei","Lucida Grande","Tahoma","Verdana","Arial","sans-serif","新細明體","PMingLiU";-webkit-text-size-adjust:100%;
	overflow-y:scroll;
	}
a{
   outline: none;
   text-decoration: none;
}
img{
   border:0;
}
.left{
	float:left;
}
.input_left{
	float:left;
}
.input_right{
	float:right;
	text-align: left;
}
.clear{
	clear:left;
}
.close_btn{
	cursor: pointer;
}
.header{
	background-color:#fabe00;
	color:#562500;
	width: 100%;
	padding: 2px 0;
}
.table_in{
	width: 100%;
	margin:5px 0; 
}
.table_in .div_left,.table_in .div_right{
	width: 50%;
	float:left;
	box-shadow: 0px 0px 2px #000000;

}
.table_outer .div_left .title{
	background-image: url('../img/left_bg.jpg');
	background-repeat: repeat-y;
	text-align: center;	
	color:#ffffff;
	display: table;
	float:left;
}
.cell{
	display: table-cell;
	vertical-align:middle;
}
.table_outer .div_left .text_div{
	background-color: #efefef;
	float:left;
    position: relative;
}
.table_outer .div_left .text_div textarea{
	position: absolute;
	margin: auto;
    top:0;
    right:0;
    bottom:0;
    left:0;
	display: block;
	background-color: #ffffff;
	border-radius: 10px;
	border: 0;
}
.table_outer .div_right .title{
	width: 100%;
	background-image: url('../img/right_bg.jpg');
	background-repeat: repeat-x;
	color:#ffffff;
	display: table;
}
.table_outer .div_right .text_div{
	position: relative;
	width: 100%;
	background-color: #efefef;
}
.table_outer .div_right .text_div textarea{
	position: absolute;
	margin: auto;
    top:0;
    right:0;
    bottom:0;
    left:0;
	display: block;
	background-color: #ffffff;
	border-radius: 10px;
	border: 0;	
}
.table_outer .center_button{
	text-align: center;
	padding:15px 0;
}
.table_outer .center_button input{
	width: 160px;
	height: 30px;
}
@media screen and (min-width: 1000px) {
     /*如果使用者之視窗寬度 >= 1280px，將會再載入這裡的 CSS。 電腦*/
/*全部高度以 .table_outer .div_left .title為主*/
.table_outer .div_left .title{
	height: 390px;
}
.muto1250{
	max-width: 1220px;
	margin:auto;
	padding: 15px;
}
.input_left{
	margin-top: 20px;
}
.input_left span{
	display: inline-block;
	margin:2px 0;
	min-width: 177px; 
}
.table_outer{
	margin-top:20px; 
}
.table_outer .div_left .title{
	width: 60px;
}
.table_outer .div_right .title{
	height: 60px;
}
.table_outer .center_button{
	width: 50%;
}
}
@media screen and (max-width: 999px) {
     /*如果使用者之視窗寬度 <= 1279px，將會再載入這裡的 CSS。手機板*/
/*全部高度以 .table_outer .div_left .title為主*/
.table_outer .div_left .title{
	height: 250px;
}
.input_left span{
	display: inline-block;
	margin:2px 0; 
}
.muto1250{
	width: 96%;
	padding: 2%;
}
.input_left{
	margin-top: 10px;
}
.table_outer{
	margin-top:10px; 
}
.table_outer .div_left .title{
	width: 40px;
}
.table_outer .div_right .title{
	height: 40px;
	text-align: center;
}
.table_in .div_left{
	border-bottom:2px #efefef solid; 
}
.table_in .div_left,.table_in .div_right{
	width: 100%;
	float:none;
}
.table_outer .center_button{
	width: 100%;
}
.header{
	margin-bottom:10px; 
}
}
@media screen and (max-width: 600px) {
     /*如果使用者之視窗寬度 <= 500px，將會再載入這裡的 CSS。手機板*/
.input_left{
	float: none;
	margin-bottom: 10px;
}
.input_right{
	float: none;
}


}