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

.header {
    height: 180px;
}

.boxApply{
    width: 80%;
    margin-left: 5%;
    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;
}
.boxApply .lnk a{
    color: #7dac19;
}
@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;
	}
}