@charset "UTF-8";

/* #titleArea タイトル背景画像
+=========================================================+*/
#titleArea {
  background:url(../images/pic_title.jpg) center center no-repeat;
  background-size:cover;
}

/*****CONTENT*****/
.racerName{
  padding-top: 40px;
  margin-bottom: 0;
  text-align: center;
}
.racerPlace{
  width: 100%;
  min-height: 350px;
  margin-bottom: 10px;
  padding: 10px;
  border: 2px solid #FFFFFF;
  background: #F4F4F4;
}

.racerImage{
  float: right;
  width: 115px;
  height: 154px;
}

/* 10/31追加 3列時の 3の倍数+1番目にclear:left; */
@media screen and (min-width: 992px){
  .racerOutlook .col-md-4:nth-child(3n+1) {
      clear: left;
  }
}

@media (max-width: 991px) and (min-width: 768px){
  .racerOutlook .col-md-4:nth-child(2n+1) {
      clear: left;
  }
}

/* 10/31追加 1列時の最低の高さ解除 */
@media screen and (max-width: 767px) {
  .racerPlace{
    min-height: 0;
  }
}

@media screen and (max-width: 360px) {
  .racerPlace .btn-arrow {
    font-size:.8em;
  }
}
