/*-------------------------------------------------
目錄

1F: 表單100%、邊框相同
2F: 
B1: BUG
-------------------------------------------------*/
/*-------------------------------------------------
使用過的class
.ClassName : 作用
-------------------------------------------------*/

/*1F*/
/*-------------------------------------------------
GC_Leisure
表單100%、邊框相同
-------------------------------------------------*/
@media only screen and (max-width: 768px){
	.gform_wrapper {
		max-width: 100%!important;
	}
	.gform_wrapper * {
		min-width: 100%!important;
		width: 100%!important;
		border-color: #ddd!important;
		padding-right: 0px!important;
	}
	.gform_wrapper .gform_footer input {
		min-width: initial!important;
		width: initial!important;
		float: right;
		margin: 0!important;
		padding: 0px 23px!important;
	}
}
/*B1*/
/*-------------------------------------------------
GC_Leisure
Form"送出"部分加回分隔
-------------------------------------------------*/
.gform_wrapper .gform_footer {
    padding: 1em 0 .625em!important;
    margin: 1em 0 0!important;
    clear: both!important;
}

