
/* content header */
.contentsHeaderArea {
  width: 100%;
	background-color: #022070;
}
.contentsHeaderArea .imageUnit {
	display: block;
  width: 100%;
  height: 400px;
  background: url(/img/pages/central_champions2015/stories/contentsHeader03.png) no-repeat;
  background-size: cover;
  background-position: 50%;
}
.contentsHeaderArea .subjectUnit {
  padding: 0.25em 0;
}
.contentsHeaderArea .subjectUnit h1 {
  color: #deb97b;
}
.contentsHeaderArea .subjectUnit h1 span {
  font-size: 0.8em;
  color: #fff;
  text-indent: 0.5em;
  margin-left: 0.15em;
}

/* content */
.contentsArea {
  width: 100%;
}
.contentsArea h1 {
  display: inline-block;
  font-size: 1em;
  padding: 0.5em 2.0em 0.25em;
  border: 1px solid #022070;
  color: #022070;
}
.contentsArea .rowUnit {
  display: inline-block;
  position: relative;
  width: 100%;
}
.contentsArea .rowUnit.online .baseUnit {
  width: 50%;
}
.contentsArea .baseUnit {
  display: inline-block;
  position: relative;
  width: 25%;
  float: left;
  margin-bottom: 2em;
}
.contentsArea .innerUnit {
  padding: 10px;
  margin: 0 10px 0 0;
  background: #eee;
  min-height: 336px;
}
.contentsArea .online .innerUnit {
  min-height: 540px;
}
.contentsArea .panelUnit {
  display: inline-block;
  position: relative;
  width: 100%;
}
.contentsArea .panelUnit img {
  width: 100%;
}
.contentsArea .cardUnit h2 {
  color: #022070;
  font-size: 1em;
  font-weight: bold;
  font-family: Meiryo, メイリオ, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif !important;
  letter-spacing: 0;
  margin-top: 0.5em;
}
.contentsArea .btn {
  display: inline-block;
  margin: 10px 29px;
  background: #022070;
  border-radius: 0.75em;
  -moz-border-radius: 0.75em;
  -webkit-border-radius: 0.75em;
  -o-border-radius: 0.75em;
  -ms-border-radius: 0.75em;
	transition: all  0.6s ease;
}
.contentsArea .btn  a {
  display: inline-block;
  padding: 0.5em 2em 0.5em 1em;
  margin: 4px;
  background: #022070;
  border: 2px solid #deb97b;
  border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  -o-border-radius: 0.5em;
  -ms-border-radius: 0.5em;
	transition: all  0.3s ease;
}
.contentsArea .btn a:hover {
  background: #deb97b;
  border: 2px solid #022070;
  color: #022070;
  border-radius: 0em;
  -moz-border-radius: 0em;
  -webkit-border-radius: 0em;
  -o-border-radius: 0em;
  -ms-border-radius: 0em;
}
.contentsArea .btn:hover {
  background: #deb97b;
  border-radius: 0em;
  -moz-border-radius: 0em;
  -webkit-border-radius: 0em;
  -o-border-radius: 0em;
  -ms-border-radius: 0em;
}

.contentsArea .online .btn {
  display: inline-block;
  margin: 10px 117px;
}
.contentsArea .online .btn  a {
  padding: 0.5em 4em 0.5em 3em;
}

/* footer */
footer {
	display: block;
	position: relative;
	bottom: 0;
	width: 100%;
	background-color: #022070;
	border-top: 2px solid #deb97b;
}
