/*=================================================
 * CSS for PC
 * ================================================= */

main{	padding-bottom: 40px;}


/** event **/

.mainbox{
	margin-bottom: 40px;
}
.mainbox .img{
	font-size: 0;
	line-height: 0;
	text-align: center;
	margin: 0 0 30px 0;
}
.mainbox .img img{
	max-width: 100%;
	height: auto;
}
.mainbox h3{
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	color: #16288a;
	margin: 0 0 20px 0;
}
.mainbox .event_main{
	font-size: 16px;
	line-height: 1.5;
}
.event_main i{	font-style: italic; font-family: 'Hiragino Kaku Gothic ProN','Hiragino Sans','Yu Gothic UI', Meiryo, sans-serif;}
.event_main u{	text-decoration: underline;}


/*=================================================
 * CSS for SP
 * ================================================= */

@media screen and (max-width: 650px) {

	main{	padding-bottom: 10px;}

	/** event **/
	.mainbox{	margin-bottom: 10px;}
	.mainbox .img{
		font-size: 0;
		line-height: 0;
		text-align: center;
		margin: 0 0 15px 0;
	}
	.mainbox .img img{
		max-width: 100%;
		height: auto;
	}
	.mainbox h3{
		font-size: 16px;
		font-weight: bold;
		line-height: 22px;
		margin: 0 0 10px 0;
	}
	.mainbox .event_main{
		font-size: 14px;
		line-height: 1.5;
	}

}
