@charset "UTF-8";


/* -------------------------------------
contact
------------------------------------- */
#contact .cap {
	margin-bottom:35px;
}
#contact dt label {
	font-size:18px;
	font-weight:bold;
	line-height:18px;
	width:100%;
	margin-bottom:10px;
	display:block;
}
#contact dt label .require {
	font-size:14px;
	font-weight:normal;
	color:#fff;
	text-align:right;
	float:right;
	padding:1px 5px;
	background-color:#000;
	vertical-align:middle;
}
#contact .item {
	margin-bottom:30px;
}
#contact .item input, #contact .item textarea {
	font-size:18px;
	line-height:18px;
	width:100%;
	padding:11px;
	border:none;
	background-color:#f2f2f2;
	box-sizing:border-box;
}
#contact .item textarea {
	height:240px;
}

#contact .ctg_detail {
	font-size:18px;
	color:#fff;
	width:280px;
	margin:0 auto;
	padding:15px 20px;
	border:none;
	background-color:#000;
	box-sizing:border-box;
	display:block;
	cursor:pointer;
}
#contact .ctg_detail:hover {
	opacity:0.8;
}

input[type="text"]:focus, textarea:focus {
	box-shadow: 0 0 0px 3px rgba(247,182,52,0.8) inset;
	outline: 0;
}

#contact .lead {
	color:#ff0000;
	margin-bottom:20px;
}


@media screen and (max-width:640px) {
	header {
		border-bottom:1px solid #ccc;
	}
	#contact dt label {
		font-size:16px;
		margin-bottom:5px;
	}
	#contact .item input, #contact .item textarea {
		font-size:16px;
		line-height:16px;
	}
	#contact .ctg_detail {
		width:90%;
	}
}