@charset "UTF-8";

/*近隣エリア表示css*/

#緑色 h3{
	color: #3E9129;
}
#緑色 input{
 border: solid 1px #3E9129;
}
#肌色 h3{
	color: #F1D29B;
}
#肌色 input{
 border: solid 1px #F1D29B;
}
#青色 h3{
	color: #36727A;
}
#青色 input{
 border: solid 1px #36727A;
}
#橙色 h3{
	color: #F2C876;
}
#橙色 input{
 border: solid 1px #F2C876;
}
#黄色 h3{
	color: #DDCC10;
}
#黄色 input{
 border: solid 1px #DDCC10
}
#紫色 h3{
	color: #5B4265;
}
#紫色 input{
 border: solid 1px #5B4265;
}
#水色 h3{
	color: #2C3776;
}
#水色 input{
 border: solid 1px #2C3776;
}
#ピンク1 h3{
	color: #A35556;
}
#ピンク1 input{
 border: solid 1px #A35556;
}
#ピンク2 h3{
	color: #E7BECE;
}
#ピンク2 input{
 border: solid 1px #E7BECE;
}
/*近隣エリア表示cssここまで*/

.conpulsory {
	font-weight: bold;
	color: #FF0000;
}

