@charset "UTF-8";

.find-container {
	width: 50%;
	margin: 100px auto;
}

.find-header>h1 {
	margin: 0;
	padding: 0 15px;
	border-bottom: 1px solid #ececec;
	background: #494949;
	font-size: 16px;
	color: #fff;
	line-height: 45px;
}

div.find-contents {
	padding: 15px;
}

div.find-contents fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

.find-footer {
	padding: 10px;
	text-align: center;
}

.find-footer a.find-btn {
	display: inline-block;
	border: 1px solid #bbb;
	border-radius: 3px;
	background: #ccc;
	box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.3);
	font-size: 12px;
	font-weight: bold;
	color: #333;
	text-align: center;
	text-decoration: none;
	line-height: 35px;
	cursor: pointer;
	height: 35px;
	padding: 0 20px;
	line-height: 33px;
	margin: 2px;
}

.find-txt {
	margin: 0;
	padding: 20px 10px;
	border-radius: 5px;
	border: 1px solid #ececec;
	background: #fafafa;
	font-size: 12px;
	line-height: 24px;
	text-align: center;
}

.find-footer a.find-btn-right {
	border: 1px solid #373737;
	background: #3d3d3d;
	color: #fff;
}

.find-title {
	margin: 0 0 10px;
	margin-top: 20px;
	font-size: 16px;
	font-weight: 600;
	color: #000;
}

.find-title:before {
	content: '';
	position: relative;
	top: 0;
	margin-right: 8px;
	border-left: 3px solid #777;
}

.find-form-ul {
	margin-top: 30px;
	padding: 20px 30px;
	border-top: 2px solid #ececec;
	border-bottom: 2px solid #ececec;
}

.find-form-ul>li>label {
	display: inline-block;
	width: 120px;
	font-size: 13px;
	font-weight: bold;
}

input.find-input-txt {
	width: 150px;
	max-width: 100%;
	height: 25px;
	margin: 0;
	padding: 0 5px;
	font-size: 13px;
	border: 1px solid #ddd;
	line-height: normal;
	box-sizing: border-box;
}

div.find-contents fieldset legend {
	overflow: hidden;
	position: absolute;
	top: -9999px;
	left: -9999px;
	width: 0;
	height: 0;
	font-size: 0;
}

.find-radio>input {
	vertical-align: middle;
}

.find-radio>label {
	margin-right: 10px;
	font-size: 13px;
	vertical-align: middle;
}
/* find -------------------------*/