﻿@charset "utf-8";
@import url("/tw/CSS/ugC_Form.css");

.form-box > .form-field-set > * > .other-input > input { left:85px; width: calc( 25rem - 85px ); max-width: calc( 100% - 85px );}

@media only screen and (min-width:0px) and (max-width:512px) {
	.form-box > .form-field-set > label,
	.form-box > .form-field-set > div:first-child { width:100%; padding-bottom:0; color:#847348;}
	.form-box > .form-field-set > .form-field { width:100%; padding-top:0;}
	
	.form-box > .form-field-set > * > .other-input > input { left:75px; width: calc( 25rem - 75px ); max-width: calc( 100% - 75px );}
}