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

/*カテゴリータイトル*/
.category{
	background:url(../images/category_bg.jpg) no-repeat;
	background-size:cover;
	width:100%;
	padding:2.4em 0;
	font-size:32px;
	font-weight:500;
	text-align:center;
	color:#FFF;
	text-shadow:1px 1px 2px #244DB4;
	letter-spacing:0.035em;
}

@media all and (max-width: 800px) {
.category{
	padding:1.5em 0;
	font-size:6vw;
}
}


/*申し込みボタン*/
.btn01{
	background-color:#009EEC;
	font-size:18px;
	text-align:center;
	display:inline-block;
	font-weight:700;
	border-radius:60px;
	padding:10px 30px;
	color:#FFF;
}
	.btn01 img{
		width:12px;
		padding-right:0.3em;
	}
	
.btn02{
	background-color:#009EEC;
	font-size:15px;
	text-align:center;
	display:inline-block;
	font-weight:700;
	border-radius:60px;
	padding:8px 25px;
	color:#FFF;
}
	.btn02 img{
		width:12px;
		padding-right:0.3em;
	}
@media all and (max-width: 800px) {
.btn01{
	font-size:15px;
}
.btn02{
	font-size:12px;
}
}


/*日付強調*/
.date{
	font-size:150%;
}