@charset "utf-8";
#ttl_top{
	height:35rem;
	background: url(../img/header_top_bg.jpg) top left no-repeat;
	background-size: cover;
}
#ttl_top h1 {visibility:hidden;}

.ttl-sec{
	margin: 0 auto 3rem;
	height :5.5rem;
	text-align:center;
}
	.ttl-sec img{
		height:100%;
	}


#todayWrap,#eventWrap,#newfaceWrap {
	width:100%;
	display:inline-block;
}

#main{
	text-align:center;
}

.lst_girl{
	display:inline-block;
	margin:0 auto;
	width: auto;
}

#eventlist{
	display: inline-block;
	width: 86rem;
	height:auto;
	margin: 0 auto 4rem;
	}
	#eventlist .event-col{
		display: inline-block;
		float:left;
		width:43rem;
		padding:1rem;
	}
	#eventlist .event-col img{
		width:100%;
		vertical-align:bottom;
	}
