#training {
  min-width:1300px;
  background: #E9E9E8;
  padding-bottom: 40px;
}

#training .wrapper {
  width:1300px;
  margin-top: 0 auto;
}

#training #mv {
  background: #98bfd9 url(../../img/training/bgTraining.png) center top no-repeat;
  width:100%;
  padding: 227px 0 0px;
  height: 197px;
}

#trainingBox {
  border-top: 1px solid #E9E9E8;
  border-left: 1px solid #E9E9E8;
  margin: -100px 0 0;
  background: #fff;
}
#trainingBox .title {
  padding: 25px 18px 22px;
  border-bottom: 1px solid #231815;
  font-size: 20px;
  font-weight: bold;
}
#trainingBox .content {
  position: relative;
  padding: 24px 50px 15px;
  font-size: 14px;
  line-height: 1.8;
}
#trainingBox .content .indent {
  text-indent: -2.1em;
  margin-left: 2.1em;
}
#trainingBox dl.ttl {
  margin-bottom: 10px;
}
#trainingBox dl.ttl .yellow {
  background: #FAEE00;
  font-weight: bold;
  text-align: center;
  width: 130px;
  display: inline-block;
}
#trainingBox dl.ttl dd {
  display: inline-block;
  font-weight: bold;
}
#trainingBox .photoBox {
  position: absolute;
  bottom: 50px;
  right: 50px;
  text-align: center;
  font-size: 12px;
}
#trainingBox .photoBox p {
  margin-top: 5px;
}

#rNav{
	margin: 0 auto 0;
}