.mainContent {
	width: 100%;
	max-width: 1100px;
	margin-top: -48px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 2;
    margin-top: 150px;
}
h2.title {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #069;
}
.txtBox a.pdff{
    background-image: url(../images/icn_pdf.png);
    background-repeat: no-repeat;
    background-size: 16px;
    padding-left: 25px;
    line-height: 24px;
    color: #069;
    text-decoration: underline;
}
.infoBox{
    width: 92%;
    margin-left: 2%;
    background-color: rgba(234, 235, 236, 0.53);
    border-radius: 5px;
    padding: 2%;
}
.txtBox{ background-color:#fff; border-radius:4px; padding:12px; font-size:13px; }
.txtBox b{
	font-weight: bold;
    line-height: 1.6;
}
.txtBox p{
    margin: 3px 0;
}
.txtBox table{
    border-collapse: collapse;
    border-spacing: 0;
}

.txtBox table, .txtBox th, .txtBox td{
    border: 0;
    font: inherit;
    vertical-align: baseline;
}
.boxApply{
    width: 80%;
    /* margin-left: 5%; */
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(234, 235, 236, 0.53);
    border-radius: 5px;
		padding:5%;
}
.boxApply h2.title {
    text-align: center;
    color: #0d3d6e;
    font-size: 25px;
    line-height: 25px;
    font-weight: 400;
}
.boxApply .pdf{
background-image: url(../img/icn_pdf.png);
    background-repeat: no-repeat;
    background-position: left 5px center;
    padding: 13px;
    padding-left: 50px;
    font-size: 16px;
    background-color: #fff;
    margin-bottom: 10px;
    border-radius: 3px;
}
.boxApply .pdf a{
	color:#069;
	text-decoration:none;
	display:block;
}
.boxApply .pdf a:hover{
	text-decoration:underline;
}
.boxApply p.date{
    padding: 5px;
    color: #f00;
    font-size: 13px;
}
.boxApply .lnk a{
    color: #7dac19;
    font-size: 13px;
    line-height: 2;
}
h3.info{ 
    font-size:15px; font-weight:bold; padding-bottom:10px; 
}
@media screen and (max-width: 640px) and (orientation:portrait){
	.mainContent {
		margin-top: 0px !important;
		padding-top: 125px;
	}
	.boxApply h2.title {
    font-size: 20px;
    line-height: 22px;
	}
	.sp{
		display:block;
	}
}