@charset "UTF-8";

strong {
	color: #c22047;
}

.notice {
	font-size: 90%;
	line-height: 150%;
	color: #009900;
	font-weight: bold;
	display: table;
	text-align: justify;
	margin: 1em auto;
}

#contactform ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#contactform ul li {
	margin-bottom: 1.5em;
}

#contactform input[type=text] {
	width: 50%;
	min-width: 200px;
}

#contactform textarea {
	width: 100%;
}

#contactform button, #contact-console button {
	padding: 0.5em 1em;;
	font-size: 90%;
	line-height: 100%;
	font-weight: bold;
	background: #c22047 none;
	color: #ffffff;
	border: none;
	border-radius: 0.2em;
}

#contactform button:hover, #contact-console button:hover {
	color: #ffff00;
}

#contact-console-sheet {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: #cccccc none;
	background-color: rgba(255, 255, 255, 0.5);
	z-index: 999;
}

#contact-console {
	width: 70%;
	max-width: 480px;
	background: #ffffff none;
	border: #c22047 2px solid;
	border-radius: 0.25em;
	padding: 1em 2em;
	margin: 0px auto;
	margin-top: 20%;
}

#contact-console p {
	margin: 0px;
	margin-bottom: 1em;
}

#contact-console-control {
	text-align: right;
}
