@charset "shift_jis";

/**********************************************************
 *
 * rd PCパEチE *
 **********************************************************/

/* /rd/index.html
-------------------------------------------*/
/*tit-cmn-lv1 s-second-top*/
.tit-cmn-lv1.s-second-top {
  margin-bottom: 50px;
}

.tit-recommend-contentsrd {
  margin: 10px 0px;
  line-height: 1.4;
  font-size: 115%;
  font-weight: bold;
}

/*rd-contents-top*/
.rd-contents-top {
  margin-bottom: 50px;
}

/*grid-cmn*/
.contents-main.full .grid-cmn.s-rd-4bnr > [class*=col4]{
  margin-right: 4px;
}
.contents-main.full .grid-cmn.s-rd-4bnr > .col4{
  width: 232px;
}
.contents-main.full .grid-cmn.s-rd-4bnr > .col4:last-child{
  margin-right: 0;
}
.contents-main.full .grid-cmn.s-rd-4bnr > .col4 figure img{
  max-width: 232px;
}



.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*?????????? 16:9?????k??*/
     height: 0;
     overflow: hidden;
}

.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}


