@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 {width:20%;font-size:15px}
.exForm td {width:80%;font-size:15px;}
.exForm input {border:1px solid #919191; background:#f7f7f7;margin:4px 0;width:1008px;padding:0 10px;height:40px; line-height:40px;border-radius:5px;-webkit-border-radius:5px; -moz-border-radius:5px;}
.exForm textarea {border:1px solid #919191; background:#f7f7f7;margin:4px 0;width:1008px;padding:12px 10px;border-radius:5px;-webkit-border-radius:5px; -moz-border-radius:5px;}
.exForm select {height:40px; line-height:40px;}
.exForm select{width:200px;}
.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)}

.text-limit {
	margin-left: 4px;
	font-size: 13px;
	color: #ff766a;
}
.text-check {
	float: right;
	font-size: 13px;
	font-weight: 600;
}
