@charset "UTF-8";
body {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color: #3333333;
	background-color: #ffffff;
}
a:link {
	color: #4682b4;
	/* text-decoration:none; */
}
a:visited {
	color: #4682b4;
}
a:hover {
	color: #df5656;
}
input, select, textarea {
	background-color: #ffffff;
	border: 1px solid #a9a9a9;
	/* border-radius: 5px; */
}
hr {
	border-top: 1px solid #c0c0c0;
}
.btn {
	color: #ffffff;
	background-color: #4682b4;
	border-color: #4bb4b7;
}
.err {
	color: #dc143c;
}
input[type=text]:focus, input[type=password]:focus, textarea:focus {
	color: #333333;
	background-color: #fff8dc;
}
input:-webkit-autofill {
	box-shadow: 0 0 0px 999px #fff inset;
}
.my-radio {
	accent-color: #df5656;
}
.fullheight {
	margin: 0;
	padding: 0;
	overflow: hidden;
	width:100%;
	height:100vh;
}
.form_conf {
	text-align: left;
}
.form_conf form {
	display: inline-block;
	/* margin: 0 10px; */
}
.return {
	text-align: right;
}
.selectbox {
	text-align: center;
}
