/* �F�i�G���[���b�Z�[�W�Ŏg�p�j */
.red 	{ color: red; }
.purple	{ color: purple; }
.green	{ color: green; }
.black	{ color: black; }

/* ���b�Z�[�W�G���A */
div.messageArea{
	margin: 0px 0px 10px 0px;
}

/* 2020.09.09 ADD START */
div.errorArea{
	width:100%;
	text-align:center;
	margin: 30px 0 30px 0;
}

div.errorArea p{
	background-color:#FF5050;
	margin-bottom:0px!important;
	padding:5px;
	color:#fff;
}

div.errorArea img{
	width:30px;
}

div.errorArea div{
	text-align:center;
	margin: auto;
	background-color:#fff;
	border:solid 2px #FF5050;
	color:#FF5050;
	padding:10px;
	font-size:1em;
}

/* 2020.09.09 ADD END */


/* ime-mode:disabled�i�p���A�ύX�s�j */
.imeMode_disabled {
	ime-mode:disabled;
}

/* ------------------------------------------------------------ */
/* <input type="number">�̃X�s���{�^���i�E�̃{�^���j������      */
/* ------------------------------------------------------------ */
/* Chrome�ASafari */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox�AIE */
input[type="number"] {
    -moz-appearance:textfield;
}
/* ------------------------------------------------------------ */

/* -----------------------------------------------------
　　就農事業用スタイル
 * ----------------------------------------------------- */
.title-kind01{
	font-weight:bold;
	color:#ff0066;
}