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

.campBLOCK{
	border:10px #b9bc9a solid;
		width:100%;
	padding: 5%;
/* 角丸 */
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;

    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

.campBLOCK p{
	font-size: 18px;
	line-height: 1.75;
}

.campBLOCK p span{
	font-size: 18px;
	font-weight: bold;
	color: #e21100;
}

.title01{
	background-color: #0079e2;
	color: #ffffff;
	text-align: center;
	padding: 10px;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 4px;
	
	margin: 20px 0;
/* 角丸 */
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}

.presentblock{
	text-align: center;
	margin-bottom: 30px;
}
.presentblock img{
	margin: 10px 0;
}

.title02{
	color: #0079e2;
	text-align: center;
	font-size: 30px;
	line-height: 1.75;
	font-weight: bold;
	letter-spacing: 4px;
	margin: 20px 0;
}

.phamfblock{
	text-align: center;
}

a.btnDL{
	margin-top: 20px;
	text-align: center;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-bottom: 4px solid rgba(0,0,0,0.2);
	display: inline-block;
	font-size:18px;
	cursor: pointer;
	text-decoration: none;
	padding:20px 80px;

background-color:#fe4b50;	color: #ffffff;
}


/*応募要項*/
.ouboyoukou{
	margin: 40px 0
}
.ouboyoukou h3{
	background-color: #f7f7f7;
	padding: 10px;
	border-left:4px #e2e2e2 solid;
	margin-bottom: 20px;
}
.ouboyoukou h4{
	color: #003eb2;
	margin-bottom: 10px;
}
.ouboyoukou p{
	margin-left: 20px;
	margin-bottom: 40px;
}

