@charset "utf-8";
/*------------------------------------------------------------
	投稿フォーム共通
------------------------------------------------------------*/

#header {
	margin-bottom: 15px;
}

#conts .formBox {
	margin-bottom: 30px;
}

#conts .formBox .name {
	margin: 0 auto;
	color: #630;
	text-align: center;
	font-size: 1.3em;
}

#conts .errors {
	font-weight: bold;
	margin-bottom: 30px;
}

#conts .errors p {
	color: #FF6600;
}

#conts .errors p img {
	margin: 0 2px;
	vertical-align: middle;
}

#postsFull .formBox input[type="radio"] {
	float: left;
	margin-left: 0;

}

	*html #postsFull .formBox .income input {
		float: left;
	}

#postsFull .formBox label {
	margin: 4px 10px 0 0;
	float: left;
	color: #333;
}

#postsFull .formBox #otherNote {
	font-weight: normal;
}
#postsFull .formBox #otherNote span {
	color: #FF6600;
	font-weight: bold;
}