input.input_error {
	background-color: #EDCACA!important;
	border: 1px solid #983030!important;
}
.error_box {
	display: block;
	color: #9B191B;
	font-weight: bold;
}
.hidden {
	display: none;
}

.check_window {
	position: fixed;
	top: 0;
	bottom: auto;
	left: auto;
	right: auto;
	max-width: 1000px;
	width: 90%;
	max-height: 70%;
	height: 100%;
	margin: auto;
	overflow: hidden;
	z-index: 999999;
	background-color: #FFF;
	border-radius: 10px;
	visibility: hidden;
}
.check_window div {
	height: 100%;
	overflow-y: auto;
	padding: 4em;
}
.check_window div h2 {
	font-size: 1.6rem;
	color: #333;
	padding: 20px 5%;
	font-weight: bold;
}
.check_window div .attention {
	font-weight: bold;
	font-size: 0.9rem;
	color: #830B0B;
	padding: 0 0 3em 0;
	line-height: 1.4;
}
.check_window div dl {
	text-align: left;
}
.check_window div dl dt {
	float: left;
	clear: left;
	width: 17em;
	font-weight: bold;
	color: #666;
}
.check_window div dl dd {
	padding: 0 0 0 19em;
	border-bottom: 1px solid #CCC;
	margin-bottom: 1em;
	padding-bottom: 1em;
	min-height: 2em;
	line-height: 1.4;
}
.check_window_bg {
	width:100%;
	height:100%;
	background-color: rgba(0,0,0,0.6);
	position:fixed;
	top:0;
	left:0;
	z-index: 99999;
	display: none;
}
.check_window button {
	padding: 15px 30px;
	margin: 20px 1%;
	border: none;
	background-color: #535353;
	color: #FFF;
	cursor: pointer;
	max-width: 250px;
	width: 48%;
	font-weight: bold;
	font-size: 1rem;
	white-space: nowrap;
}
.check_window button.csubmit {
	background-color: #9B1919;
}
.check_window button.cclose {
	margin-bottom: 0;
}

@media screen and (max-width:900px) {
	.check_window div dl dt {
		float: none;
		display: block;
		width: 100%;
	}
	.check_window div dl dd {
		padding: 0.5em 0 1em 0;
	}
}
@media screen and (max-width:600px) {
	.check_window div {
		padding: 2em;
	}
}