@charset "utf-8";
/* CSS Document */

#header {
    height: 100vh;
    background-position: center center;
    background-size: cover;
    text-align: center;
    /* [disabled]vertical-align: bottom; */
    min-height: 800px;
}

@media only screen and (max-width:465px) {
    #header { min-height: 560px; }
}
@media only screen and (min-width:1920px) {
    #header { min-height: 1080px; }
}
#title {
	padding-bottom: 10px;


}
@media only screen and (max-width:767px) {
    #title { border-bottom: 1px solid #FFFFFF; }
}
#topitem  {
	color: #FFFFFF;
	text-align: justify;
	margin-top: 10px;
	margin-bottom: 10px;
}
#top_sticky{
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	background-image: url(../images/back.jpg);
	border-bottom: 1px solid #FFFFFF;
	z-index: 1000;
}
#main {
	margin-bottom: 10px;
	padding-top: 20px;
	font-size: 15px;
	text-align: left;
	line-height: 30px;
}
#maintxt {
	color: #FFFFFF;
	font-size: 12px;
	margin-bottom: 10px;
	margin-top: 10px;
}
#lineline {
	border-bottom: 1px solid #FFFFFF;
}

#linetxt {
	color: #FFFFFF;
	font-size: 10px;
	text-align: center;
	letter-spacing: 3px;
	top: 6px;
}
#bottomitem  {
	color: #FFFFFF;
	text-align: justify;
	margin-top: 10px;
	margin-bottom: 10px;
}

#footer {
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
	margin-bottom: 10px;
	line-height: 25px;
	border-top: 1px solid #FFFFFF;
	padding-top: 10px;
}
@media only screen and (max-width:465px) {
    #footer { font-size: 13px; }
}
@media only screen and (min-width:1920px) {
    #footer { font-size: 15px; }
}	
#contenttxt_t {
	color: #000000;
	font-size: 20px;
	line-height: 40px;
	font-weight: 700;
	text-align: center;
	letter-spacing: 6px;
	
}
#contenttxt_t2 {
	color: #8B090B;
	font-size: 16px;
	line-height: 40px;
	font-weight: 500;
	text-align: center;
	letter-spacing: 10px;
}
@media only screen and (max-width:767px) {
    #contenttxt_t2 { font-size: 20px; line-height: 30px;}
}
@media only screen and (min-width:992px) {
    #contenttxt_t2 { font-size: 20px; }
}	
#contenttxt {
	color: #000000;
	font-size: 15px;
	text-align: center;
	margin-bottom: 30px;
}
#bulletin_t {
	color: #000000;
	font-size: 15px;
	line-height: 30px;
	letter-spacing: 3px;
	border-bottom: 1px dashed #000000;
	
}
#bulletintxt {
	color: #000000;
	font-size: 15px;
	line-height: 30px;
	margin-bottom: 30px;
	min-height: 350px;
}
#bulletin_t2 {
	color: #000000;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 3px;
	border-bottom: 1px dashed #000000;
	
}
#bulletin_btn {
	margin-bottom: 30px;
}
#doc_t {
	color: #000000;
	font-size: 20px;
	line-height: 40px;
	font-weight: 700;
	letter-spacing: 6px;
}
#doc_txt {
	color: #000000;
	line-height: 26px;
	font-size: 15px;
	letter-spacing: 3px;
}
#doc_right {
	color: #000000;
	line-height: 26px;
	font-size: 15px;
	letter-spacing: 1px;
	padding-top: 30px;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 30px;
	border: 1px solid #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	max-width: 100%;
	margin-bottom: 30px;
}
#document_btn {
	border-bottom: 1px dashed #000000;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
#document_t {
	color: #8B090B;
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
	letter-spacing: 3px;
}
#document_t2 {
	color: #000000;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 3px;
	margin-bottom: 20px;
}
#document_txt {
	color: #000000;
	line-height: 24px;
	font-size: 15px;
	
}
	
.maintitle {
	font-size: 20px;
	vertical-align: middle;
	line-height: 30px;
	letter-spacing: 1px;
}
.txt_note {
	font-size: 8px;
	letter-spacing: 2px;
	vertical-align: middle;
}
.txt_red {
	color: #8B090B;
}
.txt_red2 {
	font-size: 40px;
	color: #8B090B;
}
.txt_white {
	color: #ffffff;
}
.txt_alignright {
	color: #ffffff;
	font-size: 12px;
	text-align: right;
}
.txt_aligncenter {
	color: #ffffff;
	font-size: 12px;
	text-align: center;
}