@charset "utf-8";
/* CSS Document */
.contact-form {
	width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}
.contact-form p{
	width: 100%;
	margin-bottom: 40px;
	line-height: 1.4;
	text-align: left;
}
.contact-form p.mgn-b-pls {
	margin-bottom: 10px;
}

.contact-form p input{
	width: 100%;
	height: 35px;
	border: 1px solid #CCC;
	background-color: #EEE;
	padding-left: 10px;
	padding-right: 10px;
}
.bluebtn.sbmt-btn a {
	height: 100%;
	line-height: 40px;
	line-height: 
}
.bluebtn.sbmt-btn a input {
	background-color: rgba(00,00,00,0.0);
	height: 100%;
	color: #FFF;
	padding: 0 10px;
	font-size: large;
	border: none;
}
.bluebtn.sbmt-btn {
	max-width: 150px;
	height: 40px;
	
}
.hissu-kmk {
	color: #FF0004;
	font-size: 90%;
	margin-left: 20px;
}
.contact-form textarea {
	width: 100%;
	height: 150px;
}
