@charset "Shift_JIS";

/*============================
#ttl
============================*/
#ttl {
	background-color: #FFFFFF;
	position: relative;
	height: 393px;
	overflow: hidden;
	background-image: url(../img/bg01.jpg);
	background-position: left center;
	background-repeat: no-repeat;
}

#ttl .ttl_inner {
	text-align: right;
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 46px;
}
.read {
	background-color: #0F9BC9;
	color: #FFFFFF;
	text-align: center;
	font-size: 16px;
	font-weight: lighter;
	line-height: 47px;
	padding-top: 40px;
	padding-bottom: 40px;
}

/*============================
#event_list
============================*/
#event_list {
	padding-top: 50px;
	background-image: url(../img/bg02.jpg);
	background-size: cover;
	padding-bottom: 320px;
	background-position: 0% bottom;
}

#event_list .contentsInr{
 margin-top: 0;
 margin-bottom: 0;
}
#event_list .event_list_title {
	text-align: center;
}
#event_list .event_list_block:after {
  content: "";
  clear:both;
  display: block;
}

#event_list .event_list_block .box {
  width:420px;
  float:left;
  margin-left: 50px;
  margin-bottom: 50px;
  position: relative;
}

#event_list .event_list_block .box:nth-child(2n+1) {
	margin-left: 10;
	text-align: left;
}
.event_list_block .new {
	background-image: url(../img/new.png);
	background-repeat: no-repeat;
	background-position: 60px 0px;
}
