
@import url("reset.css");

/*表單樣式區*/

/*======桌機版========*/
@media screen and (min-width: 641px) {
ul.FORM .XX p{/*反饋紅字*/
	font-size:1em;
	color:#cc0000;
	font-weight:bold;
	margin: 0 auto;
	}

ul.FORM{
	clear:both;
	width:100%;
	margin:0 auto;
	}
ul.FORM li{
	width:100%;
	float:left;
	-webkit-box-sizing:border-box;
	margin-bottom:8px;
	}

.INPUT .textfieldA{
	width:70%;
	height: 45px;
	font-size: 1.3em;
	line-height: 45px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding-left:6px;
	border-top:1px solid #888889;
	border-right:1px solid #888889;
	border-bottom:1px solid #888889;
	background-color:#FFF;
	color:#333333;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;	
}

.INPUT .textfieldB{
	width:100%;
	height: 45px;
	font-size: 1.1em;
	line-height: 45px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding-left:6px;
	border:1px solid #888889;
	background-color:#FFF;
	color:#333333;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;	
	-webkit-box-sizing:border-box;
}

.INPUT .textfieldC{
	width:70%;
	height: 45px;
	font-size: 1.1em;
	line-height: 45px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding-left:6px;
	border:1px solid #888889;
	background-color:#FFF;
	color:#333333;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;	
	float: right
}

.INPUT{
	width:100%;
	}

.INPUT .IN_TEX a{
	display: block;
	font-size: 1em;
	line-height: 1.6em;
	color: #221814;
	margin-top: 5px;
	}

.T_LIST{
	float: left;
	width:30%;
	height: 45px;
	font-size: 1.3em;
	line-height: 45px;
	background-color:#888889;
	color:#fff;
	text-align: center;

}
.T_LIST02{
	float: left;
	width:27%;
	height: 45px;
	font-size: 1.3em;
	line-height: 45px;
	background-color:#888889;
	color:#fff;
	text-align: center;

}

::-webkit-input-placeholder {
	color: #C9C9CA;
	}

:-moz-placeholder { /* Firefox 18- */
	color: #C9C9CA;
	}
::-moz-placeholder {  /* Firefox 19+ */
	color: #C9C9CA;
	 }

:-ms-input-placeholder {  
	color: #C9C9CA;
	}


/*圓角選項*/

.radio{

	height: auto;
	overflow: hidden;
	margin-bottom:5px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	}

.radio label{  
    display: inline-block;  
    cursor: pointer;  
    position: relative;  
    padding-left: 25px;/*文字離框框距離*/
	padding-top:8px;/*文字上方離框框距離*/
	}  
.radio input[type=radio] {  
    display: none; 
	}
.radio label:before {  
    content: "";
	display: inline-block;  
	width: 20px;  
    height:20px;  
	margin-right: 10px;   
    position: absolute;  
    left:0px;  
	top: 10px;
  	background-color: #fff;  
	box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8);
	border: 1px solid #888;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

.radio label:before { 
    border-radius: 20px;} 

input[type=radio]:checked + label:before {  
    content: "\2022";  
    color: #366E1F;  
    font-size: 35px;  
    text-align: center;  
    line-height: 15px;
	}
	
.radio label.HALF{  
    cursor: pointer;  
    position: relative;  
	float:left;
	width:49%;
	height:40px;
	text-align:center;
	background-color:#fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color:#333;
	line-height:30px;
	border:1px solid #999;
	padding-top:4px;
	}
	
.radio input[type=radio] {  
    display: none; 
	}
.radio label.HALF:before {  
    content: "";
	display: inline-block;  
	width: 20px;  
    height:20px;  
	margin-right: 10px;   
    position: absolute;
	left:30%;
	top: 10px;
  	background-color: #aaa;  
    box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8);
	border-radius: 20px;
	}
	
	
.radio label.HALF02{  
    cursor: pointer;  
    position: relative;  
	float:left;
	width:49%;
	height:40px;
	text-align:center;
	background-color:#fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color:#333;
	line-height:30px;
	border:1px solid #999;
	padding-top:4px;
	}
	
.radio label.HALF02:before {  
    content: "";
	display: inline-block;  
	width: 20px;  
    height:20px;  
	margin-right: 10px;   
    position: absolute;
	left:18%;
	top: 10px;
  	background-color: #aaa;  
    box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8);
	border-radius: 20px;
	}



	

	
	


/*方形選取方塊*/
.checkbox{
	margin:8px auto;
	}

input[type=checkbox] {
	display: none;
	}
.checkbox label {
	display: inline-block;
	cursor: pointer;
	position: relative;
	padding-left: 25px;/*文字離框框距離*/
	}
.checkbox label:before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right:10px;
	position: absolute;
	left: 0;
	top: 3px;
	background-color: #999;
	box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8);
	}
.checkbox label {
	margin-bottom: 10px;
	margin-left:10px;
	
	}
.checkbox label:before {
	border-radius: 3px;
	}

input[type=checkbox]:checked + label:before {
	content: "\2713";
	text-shadow: 2px 2px 2px rgba(0, 0, 0, .2);
	font-size: 20px;
	color: #ffffff;
	text-align: center;
	line-height: 18px;
	}


/*搜尋BAR*/

#SEARCH{
	width: 100%;
	height: 50px;
	border: none;
	position: relative;
	background-color:none;
	}
	
#SEARCH span.icon_clear{
	position: absolute;
	right: 0px;
	width: 25px;
	height: 25px;
	display: none;
	top: 12px;
	right:63px;	

	cursor: pointer;
	font: bold 1em sans-serif;
	text-indent: -9999px;
	background-image:url(../images/x_icon.png);
	background-size:25px 25px;}

#SER_BOX{
	width: 100%;
	height: 50px;
	border: none;
	background-color:#FFF;
	color: #000;
	text-align:left;
	font-size:1.2em;
	text-indent:5px;
	padding-left:0px;
	border-radius:0px;
	border:1px solid #8866a3;
	}
	
#SER_BOX02{
	width: 100%;
	height: 50px;
	border: none;
	background-color:#FC3;
	color: #CC0000;
	text-align:left;
	font-size:1.2em;
	text-indent:5px;
	padding-left:0px;
	border-radius:0px;
	border:1px solid #CC0000;

	}
	
#SER_SUBMIT{
	width: 50px;
	height: 50px;
	cursor: pointer;
	border: none;
	position:absolute;
	right:0px;
	top:0px;
	background-color:#8866a3;
	background-image:url(../images/search_icon.png);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:30px 30px;
	border-radius:0px;
	text-indent:-9999px;
	}
}
/*======桌機版尾========*/


/*======手機版========*/
@media screen and (max-width: 640px) {
	ul.FORM .XX p{/*反饋紅字*/
		font-size:1em;
		color:#cc0000;
		font-weight:bold;
		margin: 0 auto;
		}
	
	ul.FORM{
		clear:both;
		width:100%;
		margin:0 auto;
		}
	ul.FORM li{
		width:100%;
		float:left;
		margin-bottom:8px;
		}
	
	.INPUT .textfieldA{
		width:70%;
		height: 45px;
		font-size: 1.1em;
		line-height: 45px;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
		padding-left:6px;
		border-top:1px solid #888889;
		border-right:1px solid #888889;
		border-bottom:1px solid #888889;
		background-color:#FFF;
		color:#333333;
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
		border-radius: 0px;	
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
	}

	.INPUT .textfieldB{
		width:100%;
		height: 45px;
		font-size: 1.1em;
		line-height: 45px;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
		padding-left:6px;
		border:1px solid #888889;
		background-color:#FFF;
		color:#333333;
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
		border-radius: 0px;	
	}
	
	.INPUT .textfieldC{
		width:70%;	
		height: 45px;
		font-size: 1.1em;
		line-height: 45px;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
		padding-left:6px;
		border:1px solid #888889;
		background-color:#FFF;
		color:#333333;
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
		border-radius: 0px;	
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		float: right
	}

	.INPUT{
		position:relative;	
		width:100%;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
		}
	
	.INPUT .IN_TEX a{
		display: block;
		font-size: 1em;
		line-height: 1em;
		color: #221814;
		margin-top: 8px;
		}
	
	.T_LIST{
		float: left;
		width:30%;
		height: 45px;
		font-size: 1.1em;
		line-height: 45px;
		background-color:#888889;
		color:#fff;
		text-align: center;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
		margin-right: -1px;	
	
	}

	.T_LIST02{
		float: left;
		width:30%;
		height: 45px;
		font-size: 1.3em;
		line-height: 45px;
		background-color:#888889;
		color:#fff;
		text-align: center;
	
	}
	::-webkit-input-placeholder {
		color: #C9C9CA;
		}
	
	:-moz-placeholder { /* Firefox 18- */
		color: #C9C9CA;
		}
	::-moz-placeholder {  /* Firefox 19+ */
		color: #C9C9CA;
		 }
	
	:-ms-input-placeholder {  
		color: #C9C9CA;
		}
	
	/*圓角選項*/
	
	.radio{
		height: auto;
		overflow: hidden;
		margin-bottom:10px;
		}
	
	.radio label{  
		display: inline-block;  
		cursor: pointer;  
		position: relative;  
		padding-left: 25px;/*文字離框框距離*/
		padding-top:10px;/*文字上方離框框距離*/
		}  
	.radio input[type=radio] {  
		display: none; 

		}
	.radio label:before {  
		content: "";
		display: inline-block;  
		width: 20px;  
		height:20px;  
		margin-right: 10px;   
		position: absolute;  
		left:0px;  
		top: 10px;
		background-color: #fff;  
		box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8);
		border: 1px solid #888;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	
	}
	
	.radio label:before { 
		border-radius: 20px;} 
	
	input[type=radio]:checked + label:before {  
		content: "\2022";  
		color: #366E1F;  
		font-size: 35px;  
		text-align: center;  
		line-height: 15px;
		}
		
	.radio label.HALF{  
		cursor: pointer;  
		position: relative;  
		float:left;
		width:49%;
		height:40px;
		text-align:center;
		background-color:#fff;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		color:#333;
		line-height:30px;
		border:1px solid #999;
		padding-top:4px;
		}
		
	.radio input[type=radio] {  
		display: none; 
		}
	.radio label.HALF:before {  
		content: "";
		display: inline-block;  
		width: 20px;  
		height:20px;  
		margin-right: 10px;   
		position: absolute;
		left:30%;
		top: 10px;
		  background-color: #aaa;  
		box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8);
		border-radius: 20px;
		}
		
		
	.radio label.HALF02{  
		cursor: pointer;  
		position: relative;  
		float:left;
		width:49%;
		height:40px;
		text-align:center;
		background-color:#fff;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		color:#333;
		line-height:30px;
		border:1px solid #999;
		padding-top:4px;
		}
		
	.radio label.HALF02:before {  
		content: "";
		display: inline-block;  
		width: 20px;  
		height:20px;  
		margin-right: 10px;   
		position: absolute;
		left:18%;
		top: 10px;
		background-color: #aaa;  
		box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8);
		border-radius: 20px;
		}
	
	
	
		
	
		
		
	
	
	/*方形選取方塊*/
	.checkbox{
		margin:8px auto;
		}
	
	input[type=checkbox] {
		display: none;
		}
	.checkbox label {
		display: inline-block;
		cursor: pointer;
		position: relative;
		padding-left: 25px;/*文字離框框距離*/
		}
	.checkbox label:before {
		content: "";
		display: inline-block;
		width: 20px;
		height: 20px;
		margin-right:10px;
		position: absolute;
		left: 0;
		top: 3px;
		background-color: #999;
		box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8);
		}
	.checkbox label {
		margin-bottom: 10px;
		margin-left:10px;
		
		}
	.checkbox label:before {
		border-radius: 3px;
		}
	
	input[type=checkbox]:checked + label:before {
		content: "\2713";
		text-shadow: 2px 2px 2px rgba(0, 0, 0, .2);
		font-size: 20px;
		color: #ffffff;
		text-align: center;
		line-height: 18px;
		}
	
	
	/*搜尋BAR*/
	
	#SEARCH{
		width: 100%;
		height: 50px;
		border: none;
		position: relative;
		background-color:none;
		}
		
	#SEARCH span.icon_clear{
		position: absolute;
		right: 0px;
		width: 25px;
		height: 25px;
		display: none;
		top: 12px;
		right:63px;	
	
		cursor: pointer;
		font: bold 1em sans-serif;
		text-indent: -9999px;
		background-image:url(../images/x_icon.png);
		background-size:25px 25px;}
	
	#SER_BOX{
		width: 100%;
		height: 50px;
		border: none;
		background-color:#FFF;
		color: #000;
		text-align:left;
		font-size:1.2em;
		text-indent:5px;
		padding-left:0px;
		border-radius:0px;
		border:1px solid #8866a3;
		}
		
	#SER_BOX02{
		width: 100%;
		height: 50px;
		border: none;
		background-color:#FC3;
		color: #CC0000;
		text-align:left;
		font-size:1.2em;
		text-indent:5px;
		padding-left:0px;
		border-radius:0px;
		border:1px solid #CC0000;
	
		}
		
	#SER_SUBMIT{
		width: 50px;
		height: 50px;
		cursor: pointer;
		border: none;
		position:absolute;
		right:0px;
		top:0px;
		background-color:#8866a3;
		background-image:url(../images/search_icon.png);
		background-position:center center;
		background-repeat:no-repeat;
		background-size:30px 30px;
		border-radius:0px;
		text-indent:-9999px;
		}
	}
