@charset "UTF-8";
/* CSS Document */
article img{
	width:auto !important;
	float:none !important;
}
article h3{
	text-align:center;
	color:#537096;
	font-size:140%;
	line-height:150%;
	margin-bottom:40px;
}
article h4{
	text-align:center;
	color:#EB5A73;
	font-size:130%;
}
#page_btn{
	overflow:hidden;
	padding:0 30px;
	margin:0 auto 50px;
	}

#page_btn img{
	float:left !important;
	display:block;
	margin:0 !important;
}

#page_btn a +a img{
	float:right !important;
}
#workshop {
	padding-top:50px;
}
#workshop h3{
	font-size:200%;
	font-weight:bold !important;
	margin-bottom:20px;
}
#workshop p{
	text-align:center;
	margin:30px auto;
}
#workshop img{
	margin-bottom:40px;
}

@media screen and (max-width: 580px) {
	#page_btn{
		margin-top:10px;
	}
	#page_btn a +a img,
	#page_btn img{
	float:none !important;
	width:100% !important;
	height:auto;
}
article img{
	width:100% !important;
	height:auto;
}
#workshop img{
	margin-bottom:20px;
}

}