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

#title {
	font-size: 10pt;
	text-align: center;
	padding-bottom: 40px;
	padding-top: 40px;
}

@media(max-width:500px) {
	label {
		font-size: 10px;
	}
}
#contactmainContentsContainer {
	margin: 40px auto 20px auto;
	width: 83%;
	max-width: 500px
}

input, textarea {
	margin: 3px 0 35px 0;
	padding: 5px;
	font-size: 9pt;
	border-bottom: 1px solid #ccc;
	width: 100%;
}

div#submitContainer {
	width: 102%;
	margin: 0;
	text-align: right;
}

button.submit {
	width: 117px;
	height: 36px;
	cursor: pointer;
	box-shadow: 0 1px 3px 0 rgba(0,0,0,0.15),0 4px 4px 0 rgba(0,0,0,0.12);
	will-change: box-shadow .15s;
	cubic-bezier:.4,0,1,1;
}

.send img{
	width: 117px;
	height: 36px;
}

label {
	font-size: 15px;
}