
.container-body{
	top: 112px;
}

input.button {
/*	background: -webkit-gradient(linear, left top, left bottom, from(#FFCC00), color-stop(0.5,#FFFF99), to(#FFCC00)); /* グラデーション設定(Chrome) */
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFF66), to(#DAA520)); /* グラデーション設定(Chrome) */
	border: 1px solid #DDD000;
	color: #000000;
	width: 100%;
	height: 100%;
	font-size: 200%;
	border-radius: 15px;
}

.errorListPanel{
	text-align: center;
	padding-left: 4.5rem;
}

#errorMessage{
	height: 160px;
}

#errorMessage p{
	font-size: 26px;
    font-family: Times New Roman;
}

#button_line{
	margin-top: 38px;
	margin-bottom: 24px;
}

hr{
	margin: 0;
    opacity: 1;
    border-style: inset;
    border-width: 3.003px;
}




