@charset "UTF-8";
#wrapper {
	background-color: #F4F5EB;
	background-image: url(../images/news/phtalbm2014/bg.gif);
}
#wrapper footer {
	margin: 0px;
	padding-top: 12px;
}

#wrapper header {
	margin: 0px;
	height: 65px;
	background-image: url(../images/news/phtalbm2014/bg_ttl.gif);
	background-repeat: repeat-x;
	background-color: #e5c073;
	padding-top: 17px;
}
#wrapper section {
	margin: auto;
	padding: 0px;
	height: auto;
	width: 980px;
	position: relative;
}
#wrapper section h2 {
	text-align: left;
	padding: 0px;
	border-bottom-style: none;
	margin: 30px 100px 16px;
}
#wrapper section h3 {
	margin-top: 30px;
}
#wrapper section p#kojo {
	text-align: left;
	padding: 0px;
	margin-top: 16px;
	margin-right: 100px;
	margin-bottom: 30px;
	margin-left: 100px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 1.2em;
}
#wrapper section p.kojo {
	text-align: left;
	padding: 0px;
	margin-top: 16px;
	margin-right: 100px;
	margin-bottom: 30px;
	margin-left: 100px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 1.2em;
}
#wrapper section ul {
	text-align: left;
	padding: 0px;
	height: auto;
	width: 910px;
	list-style-position: outside;
	list-style-type: none;
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#wrapper section li {
	display: table-cell;
	float: left;
	width: 280px;
	height: 200px;
	position: relative;
	text-align: center;
	padding: 0px;
	list-style-position: outside;
	list-style-type: none;
	margin-top: 16px;
	margin-right: 11px;
	margin-bottom: 16px;
	margin-left: 11px;
	vertical-align: bottom;
}
#wrapper section li.t {
	height: 280px;
}

#wrapper section li img {
	border: 6px solid #FFF;
	box-shadow: 3px 2px 7px 3px #999;
	left: 0px;
	right: 0px;
	bottom: 0px;
	position: absolute;
	margin-right: auto;
	margin-left: auto;
}
#wrapper section #past {
	width: 910px;
	margin: 60px auto 0;
	padding: 30px 30px 20px;
	border-top: solid 1px #999;
	border-bottom: solid 1px #999;
	text-align: center;
	overflow-x: scroll;
    white-space: nowrap;
}

/* 過去の一覧 */
.past {
  padding: 10px 0;
  background-color: #e4e1da;
  margin-top: 70px;
}
.past img {
	width: 100%;
	height: auto;
}
.past__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
}
.past__list__item {
  width: min(35%, 160px);
  text-align: center;
  line-height: 1.5;
  margin: 1rem;
}
.past h2 {
  font-size: 1.8rem;
  text-align: center;
  padding-bottom: 20px;
}
@media (max-width: 580px) {
  .past h2 {
    font-size: 1.3rem;
  }
}
