@charset "utf-8";
@import url('form.css?v=2');
/**  
 *	contact
 *	update.22.05.20
**/
@media print, screen and (min-width: 768px) {
	#mailform .col-head {
	    width: 100px;
	}
	#mailform .col-input .form-box > .checkbox ,
	#mailform .col-input .form-box > .radio {
		width:40%;
	}
	#RowMessageContent .col-head,
	#RowMessageDetail .col-head {
		width:170px;
	}
	.confirm #mailform .col-head {
		width:170px;
	}
}