@charset "utf-8";
/* CSS Document */

#comennt {
	border-bottom:1px solid #ccc;
	padding-bottom:10px;
	margin-bottom:20px;
}
#comennt h2 {
	font-size:100%;
	margin-bottom:10px;
}
#comennt p {
	font-size:90%;
	margin-bottom:10px;
}
#comennt a {
	color:#888;
	text-decoration:none;
}
#form dt {
	font-size:90%;
	font-weight:bold;
	margin-bottom:7px;
}
#form dt span {
	background:#f76053;
	color:#fff;
	font-size:70%;
	padding:2px 5px;
	margin-left:5px;
}
#form dd {
	font-size:90%;
	margin-top:3px;
	margin-bottom:15px;
}
#form dd input[type="text"],#form dd input[type="email"],#form dd input[type="tel"],#form dd textarea{
	width:96%;
	padding:5px 3px;
	font-size:90%;
	
}

#form dd input.small {
	width:50%;
}
#form dd textarea{
	height:100px;
}
#form dd input[type="checkbox"],#form dd input[type="radio"]{
	margin-right:5px;
}
#form dd label {
	font-size:100%;
}
#form h2 {
	border-top:1px solid #ccc;
	margin-top:20px;
	font-size:100%;
	padding:10px 0 15px 0;
}
#form p {
	font-size:90%;
}
#form input[type="image"]{
	width:100%;
}
#form input[type="file"]{
	font-size:90%;
	margin:5px 0;
	width:100%;
}
 #foot-bn-satei {
	display:none;
}


#thanks h2 {
	margin-top:20px;
	font-size:100%;
	padding:15px 0;
}
#thanks p {
	font-size:90%;
}