.error_message {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.error_message span {
    color: red;
    font-size: 1.3em;
}
.success_message {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.success_message span {
    color: blue;
    font-size: 14px;
}
.login_error_message {
    color: red;
    font-size: 14px;
}
.note_message span {
    color: red;
    font-size: 14px;
    font-weight: normal;
}
.inquire_file {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 14px;
    margin-top: 20px;
    margin-top: 20px;
}
.inquire_file input[type="file"] {
    /*border: 1px solid;*/
    background-color: #f9f9f9;
}
#news dl.newsList span.individual {
	left: 100px;
	border: solid 1px #ffa500;
	background: #ffa500;
}
#news ul.site_url {
	position: relative;
	width: 100%;
	clear: both;
	padding: 20px 0;
	border-top: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
}
#news ul.site_url h4 {
	width: 100%;
	clear: both;
	margin-bottom: 10px;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.6em;
}
#news ul.site_url li {
	position: relative;
	width: 100%;
	clear: both;
	padding: 5px 0 5px 25px;
	font-size: 1.2em;
	line-height: 1.6em;
	/*background: url("../images/icon_pdf.svg") no-repeat left center;*/
	background-size: 20px;
	box-sizing: border-box;
}
#news ul.site_url li a {
	text-decoration: underline;
	color: #0c81c4;
}
.pager_display {
    width: 30px;
    height: 30px;
    display: block;
    text-align: center;
    color: #FFF;
    background: #0c81c4;
    margin: 0 5px;
    font-size: 1.6em;
    line-height: 30px;
}
.pager_custom_list {
    width: 30px;
    height: 30px;
    display: block;
    text-align: center;
    color: #0c81c4;
    border: solid 1px #0c81c4;
    background: #fff;
    margin: 0 5px;
    font-size: 1.6em;
    line-height: 30px;
}
.password_update_message {
    margin-top: 70px;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}
.password_update_message span {
    margin: 10px;
    font-size: 2em;
}