﻿@charset "utf-8";


.write_option {
	margin: 0 0 1em 0;
}
.write_option label {
	margin: 0 10px 0 0;
}



.exForm li {
	display: inline;
}

.exForm {width:100%}
.exForm tr {border:0px solid #dedede;}
.exForm tr:last-child {border-bottom:0;}
.exForm th, .exForm td {padding:8px 12px}
.exForm th {width:20%;font-size:15px;background-color:#f3f3f5;border-right:1px solid #dedede;border-bottom:1px solid #dedede}
.exForm td {width:80%;font-size:15px;border-bottom:1px solid #dedede}
.exForm input, 
.exForm textarea { width:100%; border:1px solid #919191; background:#f7f7f7; padding:0 12px !important; margin:4px 0 !important}
.exForm input, 
.exForm select {height:32px !important; line-height:32px !important}
.exForm select{width:200px;}
.exForm textarea {padding-top:12px !important; padding-bottom:12px !important}
.exForm label {margin:4px 10px;}
.exForm p {color:#ef7e7e; font-size:15px}
.exForm p:before {content:'-'; margin-right:4px}
.exForm {background: #fff;padding: 10px 0;}

/* checkbox */
.exForm input[type="checkbox"], .exForm input[type="radio"] {display:none; visibility:hidden}
.exForm input[type="checkbox"] + label, 
.exForm input[type="radio"] + label {cursor:default;transition:border-color 0.3s ease-in-out, background-color 0.3s ease-in-out}
.exForm input[type="checkbox"] + label:before, 
.exForm input[type="radio"] + label:before {display:inline-block; content:""; margin:-2px 4px 0; vertical-align:middle; width:14px; height:14px; background-color:rgba(0,0,0,0.1);border:1px solid #000000;}
.exForm input[type="checkbox"]:checked + label:before, 
.exForm input[type="radio"]:checked + label:before {background-color:#0572b9; background-repeat:no-repeat; background-position:50% 50%; -webkit-background-size:10px auto; -moz-background-size:10px auto; -o-background-size:10px auto; background-size:10px auto; background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjIwcHgiIGhlaWdodD0iMTVweCIgdmlld0JveD0iMCAwIDIwIDE1Ij4NCjxwb2x5Z29uIGZpbGw9IiNGRkZGRkYiIHBvaW50cz0iNy4xNDMsMTQuOTM4IDAsNy43OTYgMi4wMjEsNS43NzYgNy4xNDMsMTAuODk4IDE3Ljk3OSwwLjA2MiAyMCwyLjA4MiAiLz4NCjwvc3ZnPg0K)}