@charset "UTF-8";
/* CSS Document */
@media screen and (min-width:601px) { /*桌面*/
/*=========================首頁=========================*/
	#page_title{
	color:#956134;
	padding: 2% 21% 0% 21%;
	}
	
	#from_page{
	display: flex;
	margin-left:21%;
	margin-right:21%;
	padding-bottom: 5%;
	border: 0px solid hsla(0,0%,0%,0.30);
	}
	
	#from_page_right{
	width:30%;
	margin-left:5%;
	border: 0px solid hsla(0,0%,0%,0.30);
	}
	
	#from_wrap{
    border: 0px solid hsla(0,0%,0%,0.30);
    padding: 0;
	display: flex;
	flex-wrap: wrap;
	margin:0 auto 0 auto;
	width:65%;
}
	
label{
display: block;
	padding:10px 2% 10px 0;
	width:30%;
	color: #7F4F21;
	text-align: right;
}
	
.from_item{
	width:100%;
	padding:1%;
	border: 0px solid hsla(0,0%,0%,0.30);
	display: block;
	display: flex;
}
	
.from_item_input{
	width: 70%;
	height: 40px;
	border: 1px solid #7F4F21;
	border-radius: 0px;
	padding: 0 2% 0 2%;
	color: #7F4F21;
}
	
.from_item_textarea{
	width:70%;
	height:200px;
	border: 1px solid #7F4F21;
	border-radius: 0px;
	padding:1%;
	color: #7F4F21;
}
	
.from_item_select{
	width:70%;
	height:50px;
	border: 1px solid #7F4F21;
	border-radius: 0px;
	padding: 0 2% 0 2%;
	color: #7F4F21;
}
	
.from_item_radio{
	display: inline-block;
	padding: 1% 2% 1% 2%;
}
	
.from_item_radio_Options{
	margin-right: 5px;
	position: relative;
	top: 3px;
	width:16px;
	height:16px;
}
	
.from_item_checkbox{
	display: inline-block;
	padding: 1% 2% 1% 2%;	
}
	
.from_item_checkbox_Options{
	margin-right: 5px;
	position: relative;
	top: 3px;
	width:16px;
	height:16px;	
}
	
.from_submit{
	width: 70%;
	height: 40px;
	border: 0;
	background-color: #956134;
	color: hsla(0,0%,100%,1.00);
	border-radius: 0px;
	margin-left: 30%;
}
/*=========================首頁=========================*/
}

	
@media screen and (max-width:600px) { /*行動裝置*/

/*=========================首頁=========================*/

#page_title{
	color:#956134;
	}
	
#from_page{
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 5%;
	border: 0px solid hsla(0,0%,0%,0.30);
	color:hsla(28,48%,39%,1.00);
	}
	
	#from_page_right{
	width:90%;
	border: 0px solid hsla(0,0%,0%,0.30);
	order:1;
	margin:0 auto 0 auto;
	}

#from_wrap{
    border: 0px solid hsla(0,0%,0%,0.30);
    padding: 0 ;
	display: flex;
	flex-wrap: wrap;
	width:100%;
	order:2;
}
	
label{
	display: block;
	padding:10px 0 10px 0;
}
	
.from_item{
	width:100%;
	padding:1%;
	border: 0px solid hsla(0,0%,0%,0.30);
	display: block;
}
	
.from_item_input{
	width:100%;
	height:40px;
	border: 1px solid hsla(0,0%,0%,0.30);
	padding:0 2% 0 2%;
}
	
.from_item_textarea{
	width:100%;
	height:200px;
	border: 1px solid hsla(0,0%,0%,0.30);
	padding:2%;
}
	
.from_item_select{
	width:100%;
	height:50px;
	border: 1px solid hsla(0,0%,0%,0.30);
	padding: 0 2% 0 2%;
}
	
.from_item_radio{
	display: inline-block;
	padding: 1% 2% 1% 2%;
}
	
.from_item_radio_Options{
	margin-right: 5px;
	position: relative;
	top: 3px;
	width:16px;
	height:16px;
}
	
.from_item_checkbox{
	display: inline-block;
	padding: 1% 2% 1% 2%;	
}
	
.from_item_checkbox_Options{
	margin-right: 5px;
	position: relative;
	top: 3px;
	width:16px;
	height:16px;	
}
	
.from_submit{
	width: 100%;
	height: 40px;
	border: 0;
	background-color: hsla(28,48%,39%,1.00);
	color: hsla(0,0%,100%,1.00);
	margin-top: 20px;
}
/*=========================首頁=========================*/	
	}