@charset "utf-8";

@import "common.css";


/* メッセージフォーム
---------------------------------------------------- */
body {
	background-image: none;
	background-color: #000;
}

h1 {
	margin-bottom: 20px;
}

#mform {
	width: 625px;
	margin: 0 auto;
	text-align: left;
	font-size: 1.2em;
}

#mform p {
	margin-bottom: 20px;
}

#mform dl {
	margin: 20px 0;
	padding: 20px 0 30px 0;
	border-top: #8c8c8c dotted 1px;
	border-bottom: #8c8c8c dotted 1px;
}

#mform dt {
	float: left;
	width: 170px;
	padding-top: 15px;
	min-height: 4em;
	height: auto !important;
	height: 4em;
}

#mform dd {
	float: left;
	width: 450px;
	padding-top: 15px;
	min-height: 4em;
	height: auto !important;
	height: 4em;
}

#mform strong {
	color: #c5690f;
	font-weight: normal;
}

#mform .btn {
	text-align: center;
}





input,select,textarea {
	background: #212020;
	color: #ccc;
	border: #424242 solid 1px;
}


textarea {
	font-size: 1em;
}


.btnA {
	background: #584700;
	cursor:pointer;
	padding: 2px;
}

.btnB {
	background: #424242;
	cursor:pointer;
	padding: 2px;
}



#mform #complete {
	padding: 40px 0;
	border-top: #8c8c8c dotted 1px;
	border-bottom: #8c8c8c dotted 1px;
}








