.ZYO_REC{
	clear:both;
	width:95%;
	margin:0 auto;
	height:auto;
	overflow:hidden;
	background-color:#FFF;
	position:relative;
	border:3px solid#a8a8a8;
	margin-top:10px;}
.ZYO_REC>.COM03{
	clear:both;
	width:100%;
	margin:0 auto;
	height:auto;
	overflow:hidden;
	background-color:#FFF;
	padding:10px;
	border: none;}
.ZYO_REC .REC_TOP{
	width:100%;
	height:0;
	margin:0 auto;
	padding-bottom:26.27%;
	background-size:cover;
	background-repeat:no-repeat;
	border-bottom:3px solid #a8a8a8;
	margin:0 auto;}
.ZYO_REC .REC_T{
	width:100%;
	height:auto;
	overflow:hidden;
	background-color:#e4e4e4;
	padding:10px;
	margin-top:10px;
	-webkit-border-radius: 5px;
	border-radius: 5px;}	
.ZYO_REC .REC_T02{
	width:100%;
	height:0;
	padding-bottom:83.01%;
	background-repeat:no-repeat;
	background-size:cover;
	margin:0 auto;
	margin-top:5px;}	
.ZYO_REC .BT{
	width:100%;
	height:50px;}
.ZYO_REC .BT a{
	display:block;
	width:100%;
	height:50px;
	font-size: 1.5em;
	color: #fff;
	font-weight:bold;
	text-align:center;
	line-height:47px;
	background: -moz-linear-gradient(
		top,
		#456200 0%,
		#78a900);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#456200),
		to(#78a900));
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #78a900;
	-moz-box-shadow:
		inset 0px 0px 2px rgba(255,255,255,1);
	-webkit-box-shadow:
		inset 0px 0px 2px rgba(255,255,255,1);
	box-shadow:
		inset 0px 0px 2px rgba(255,255,255,1);}
	
	
/*選單*/

ul.FORM p{/*反饋紅字*/
	font-size:1em;
	color:#cc0000;
	font-weight:bold;}

ul.FORM{
	width:100%;}
ul.FORM li{
	width:100%;
	float:left;
	margin-bottom:8px;}

.textfieldA{
	width: 100%;
	font-size: 16px;
	height: 38px;
	line-height: 1.6em;
	padding: 2px 2px 2px 3px;
	color: #999999;
	border: 1px solid #999;
	background-color: #FFF;
	position: relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;}

.textfieldB{
	width:100%;
	font-size:16px;
	height:38px;
	line-height:1.6em;
	padding-left:3px;
	color:#cc0000;
	padding:2px 2px 2px 3px;
	background-color:#FFCC66;
	border:solid 1px #FF9900;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;}

.textfieldC{
	width:100%;
	font-size:16px;
	height:38px;
	line-height:1.6em;
	padding-left:3px;
	border:1px solid #999;
	background-color:#FFF;
	color:#333333;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;}
	
.textfieldA02{
	width: 100%;
	font-size: 16px;
	height: 114px;
	line-height: 1.6em;
	padding: 2px 2px 2px 3px;
	color: #999999;
	border: 1px solid #999;
	background-color: #FFF;
	position: relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;}

.textfieldB02{
	width:100%;
	font-size:16px;
	height:114px;
	line-height:1.6em;
	padding-left:3px;
	color:#cc0000;
	padding:2px 2px 2px 3px;
	background-color:#FFCC66;
	border:solid 1px #FF9900;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;}

.textfieldC02{
	width:100%;
	font-size:16px;
	height:114px;
	line-height:1.6em;
	padding-left:3px;
	border:1px solid #999;
	background-color:#FFF;
	color:#333333;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;}
	
.INPUT{
	clear:both;
    position:relative;	
	width:100%;
	padding:0px 2px 0px 1px;
	}
::-webkit-input-placeholder {
	font-size: 16px;
	color: #999999;
	background-color: #FFF;
	}

:-moz-placeholder { /* Firefox 18- */
   	font-size: 16px;
	color: #999999;
	background-color: #FFF; 
	}
::-moz-placeholder {  /* Firefox 19+ */
   	font-size: 16px;
	color: #999999;
	background-color: #FFF; 
	 }

:-ms-input-placeholder {  
   	font-size: 16px;
	color: #999999;
	background-color: #FFF;
	}
	
span.icon_clear{
	position: absolute;
	right: 0px;
	width: 25px;
	height: 25px;
	display: none;
	top: 7px;
	right:6px;	
	cursor: pointer;
	font: bold 1em sans-serif;
	color: #38468F;
	text-indent: -9999px;
	background-image:url(../images/x_icon.png);
	background-size:25px 25px;}

.styled-select {
  	width: 100%;
   	height: 38px;
   	overflow: hidden;
   	background: url(../images/select_icon.png) no-repeat right #fff;
   	background-size:15px 15px;
   	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;}

.styled-select select {
   	background: transparent;
   	width:100%;
   	padding-left:3px;
   	font-size: 16px;
   	border: 1px solid #999;
   	height: 38px;
   	-webkit-appearance: none;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; /*for chrome*/}


.styled-select02 {
   	width: 100%;
   	height: 38px;
   	overflow: hidden;
   	background: url(../images/select_icon.png) no-repeat right #FFCC66;
   	background-size:15px 15px;
   	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;}

.styled-select02 select {
  	background: transparent;
   	width:100%;
  	padding-left:3px;
   	font-size: 16px;
   	border:solid 1px #FF9900;
   	color:#cc0000;
   	height: 38px;
   	-webkit-appearance: none; /*for chrome*/
   	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;}
	
	
	
/*submit按紐	*/
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
	-webkit-appearance: none;
	}
.SUBMIT{
	width:98%;
	height:38px;
	background-color:#dcbdf4;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #bb90dc;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#380a5b;
	padding:0px 2px 0px 2px;
	text-align:center;
	}
	
.SUBMIT02{
	width:98%;
	height:38px;
	background-color:#cfcfcf;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #9d9d9d;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#333;
	padding:0px 2px 0px 2px;
	text-align:center;
	}
	
	

/*圓角選項*/

.radio{
	margin-bottom:15px;
	}

.radio label{  
    display: inline-block;  
    cursor: pointer;  
    position: relative;  
    padding-left: 25px;/*文字離框框距離*/
	padding-top:3px;/*文字上方離框框距離*/
	}  
.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: 5px;
  	background-color: #aaa;  
    box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, .3), 0px 1px 	0px 0px rgba(255, 255, 255, .8);}

.radio label:before { 
    border-radius: 20px;} 

input[type=radio]:checked + label:before {  
    content: "\2022";  
    color: #ffffff;  
    font-size: 35px;  
    text-align: center;  
    line-height: 18px;}
	
	


/*方形選取方塊*/
.checkbox{
	margin-top:10px;
	margin-bottom:10px;
	}

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: 0px;
	
}
.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;
	
} 


.REC_t01{
	font-size:1em;
	line-height:1.6em;
	color:#333;
	font-weight:bold;}	
.REC_t02{
	font-size: 1em;
	line-height: 1.6em;
	color: #6F25A7;
	font-weight: bold;}
.REC_t03{
	font-size:1em;
	line-height:1.6em;
	color:#CC0000;
	font-weight:bold;}
.REC_t04{
	font-size:1em;
	line-height:1.6em;
	color:#333;}	
.REC_t05{
	font-size:1.2em;
	line-height:2em;
	color:#000;
	font-weight:bold;
}
.REC_t06{
	font-size:1em;
	line-height:1.6em;
	color:#974400;
	font-weight:bold;}
.REC_t08{
	font-size:1em;
	line-height:1.6em;
	color:#008bff;
	font-weight:bold;}	
.REC_t08:link{
	font-size:1em;
	line-height:1.6em;
	color:#008bff;
	font-weight:bold;}
/*分隔線*/
.REC_LINE{
	width: 100%;
	height: 1px;
	background-color: #dcdcdc;
	margin-top: 8px;
	text-indent: -9999px;}
