@media print, screen {
  #contents h2 {
    width: 100%;
    text-align: center;
    margin-bottom: 4.375vw;
  }
  #contents h2 img {
    display: inline-block;
    width: 60.625vw;
  }
  #contents .border-white01 {
    padding: 6.25vw 3.125vw;
  }
  #contents .border-white01 ul li {
    margin-top: 3.125vw;
    -moz-border-radius: 4.6875vw;
    -webkit-border-radius: 4.6875vw;
    border-radius: 4.6875vw;
    border: 1.5625vw solid #FFA8C7;
    background-image: url(../../common/img/pattern07.png);
    background-size: 32.96875vw auto;
    background-position: center top;
    background-color: #FFE8F8;
  }
  #contents .border-white01 ul li:first-of-type {
    margin-top: 0;
  }
  #contents .border-white01 ul li .wrapper01 > img {
    width: 100%;
    -moz-border-radius-topleft: 3.125vw;
    -webkit-border-top-left-radius: 3.125vw;
    border-top-left-radius: 3.125vw;
    -moz-border-radius-topright: 3.125vw;
    -webkit-border-top-right-radius: 3.125vw;
    border-top-right-radius: 3.125vw;
  }
  #contents .border-white01 ul li .wrapper01 .bottoms01 {
    margin: 0 0 1.875vw 0;
    padding: 6.25vw 3.125vw;
    background-image: url(../../common/img/pattern09.png), url(../../common/img/pattern09.png);
    background-position: left top,left bottom;
    background-repeat: repeat-x,repeat-x;
    background-size: auto 3.125vw ,auto 3.125vw;
  }
  #contents .border-white01 ul li .wrapper01 .bottoms01 a {
    width: 100%;
    display: block;
    position: relative;
  }
  #contents .border-white01 ul li .wrapper01 .bottoms01 a img.thumb01 {
    width: 100%;
  }
  #contents .border-white01 ul li .wrapper01 .bottoms01 a div {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/play01_on.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16.875vw auto;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
  }
}
@media print, screen and (min-width: 640px) {
  #contents h2 {
    width: 100%;
    text-align: center;
    margin-bottom: 18px;
  }
  #contents h2 img {
    width: 495px;
  }
  #contents .border-white01 {
    padding: 18px 36px 36px 36px !important;
  }
  #contents .border-white01 ul li {
    width: 455px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    margin-top: 18px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    border: 5px solid #FFA8C7;
    background-size: 211px auto;
  }
  #contents .border-white01 ul li:first-of-type {
    margin-top: 18px;
  }
  #contents .border-white01 ul li:nth-child(odd) {
    margin-right: 9px;
  }
  #contents .border-white01 ul li:nth-child(even) {
    margin-left: 9px;
  }
  #contents .border-white01 ul li .wrapper01 > img {
    width: 100%;
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
  }
  #contents .border-white01 ul li .wrapper01 .bottoms01 {
    margin: 0 0 5px 0;
    padding: 20px 25px;
    background-size: auto 10px,auto 10px;
  }
  #contents .border-white01 ul li .wrapper01 .bottoms01 a {
    width: 100%;
    display: block;
    position: relative;
  }
  #contents .border-white01 ul li .wrapper01 .bottoms01 a img.thumb01 {
    width: 100%;
  }
  #contents .border-white01 ul li .wrapper01 .bottoms01 a div {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 107px auto;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
  }
  #contents .border-white01 ul li .wrapper01 .bottoms01 a:hover div {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
}
