@charset "utf-8";

input[type="radio"],
input[type="checkbox"] { 
	margin: -2px 15px 0 0;
	font-family: "Noto Sans Japanese","Meiryo","メイリオ","MS PGothic","MS Pゴシック",sans-serif;
}
input[type="text"] {
	padding: 10px;
	height: 35px;
	width: 100%;
	border-radius: 2px;
	border: 1px solid #464646;
}
select {
    width: 60%;
	padding: 5px;
	height: 35px;
	border-radius: 2px;
	border: 1px solid #464646;
}
textarea {
	width: 100%;
	padding: 7px;font-family: "Noto Sans Japanese","Meiryo","メイリオ","MS PGothic","MS Pゴシック",sans-serif;
}

#formEnd { text-align:center; }
#formEnd input { display:inline-block; padding:6px 12px; cursor:pointer; font-weight:bold; }
/* ---IME ON--- */
.ime_on { ime-mode: active; }
/* ---IME KILL--- */
.ime_off { ime-mode: desabled; }