@charset "UTF-8";

/*--------------------------------------------------------------------------------
▼ form
--------------------------------------------------------------------------------*/
select {
	padding: 5px 3px;
	background-color: #fff;
	background-image: none;
	border: 1px solid #CCC;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
textarea {
	width: 100%;
	border: 1px solid #bbb;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	height: 80px;
}

@media screen and (max-width:768px) {
	textarea {
		width:100%;
		height: 100px;
	}
	input[type="text"].career{
		line-height: normal;
		width:100%;
	}
	input[type="text"].ent_career{
		line-height: normal;
		width:100%;
	}
}
.imeD {
	ime-mode: disabled;
}
.imeA {
	ime-mode: active;
}

.upload_btn {
	display: inline-block;
	overflow: hidden;
	position: relative;
	padding: 6px;
	background-color: #2b99e0;
	color: #fff;
	box-shadow: 0 2px 3px 0 rgba(0,0,0,0.25),0 2px 3px 0 rgba(0,0,0,0.25);
	min-width: 120px;
	text-align: center;
	border-radius: 4px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.upload_btn:hover, .upload_btn:focus {
	opacity: 0.8;
}
.upload_btn input[type="file"] {
	opacity: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	position: absolute;
	right: 0;
	top: 0;
	margin: 0;
	cursor: pointer;
	height: 30px;
	font-size: 15px;
}