@charset "utf-8";

.error_messaege {
	font-size: 16px;
	list-style:none;
	color: red;
}

.clear {
	clear: both;
}

body {

	font-family: "Meiryo", "メイリオ", " Meiryo UI", sans-serif;
	color:#606060;
	
}

select {
  color: #606060; 
}

input {
  color: #606060; 
}
