@charset "utf-8";
#contents {
  font-size:16px;
  font-size:1.6rem;
}
.content-box {
  padding: 30px 7.8% 0;
}
.place,
.items {
  margin-top: 50px;
  padding-top: 50px;
  border-top: #c1c1c1 1px solid;
}

.place .thum {
  padding-right: 40px;
}
.place .thum img {border: 4px solid #f9c059;}

.items {
  vertical-align: middle!important;
}
.items .thum {
  padding-right: 10px;
  vertical-align: top;
}
.items .thum img {
  margin-top: -15%;
}
.items .text,
.items .thum {
  display: table-cell;
}
.items .text {
  vertical-align: middle;
}
.items .text .fontM {
  margin-top: 8px;
}
.items .btn {
  padding: 0!important;
  width: 240px;
  margin-top: 15px;
}

.btn-tachiyomi,
.btn-data,
.btn-red,
.btn-yel {margin-top: 16px;}
.btn-tachiyomi a,
.btn-data a,
.btn-red a,
.btn-yel a {
  display: block;
  text-decoration: none!important;
  text-align: center;
}

.btn-tachiyomi a span,
.btn-data a span,
.btn-red a span,
.btn-yel a span {
  cursor: pointer;
  display: inline-block;
  line-height: 1.3;
}

.btn-tachiyomi {
  -webkit-box-shadow: 0px 3px 0 #ebebeb;
          box-shadow: 0px 3px 0 #ebebeb;
      -webkit-border-radius: 2px;
              border-radius: 2px;
}
.btn-tachiyomi a {
  border: #CCC 1px solid;
  background: -webkit-gradient(top,  #ffffff 0%,#e6e6e6 100%);
  background: -webkit-linear-gradient(top,  #ffffff 0%,#e6e6e6 100%);
  background: linear-gradient(to bottom,  #ffffff 0%,#e6e6e6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e6e6',GradientType=0 );
  text-align: center;
      -webkit-border-radius: 2px;
              border-radius: 2px;
}
.btn-tachiyomi a p {
  border: #fff 1px solid;
  padding: 4px 0 2px;
      -webkit-border-radius: 2px;
              border-radius: 2px;
}
.btn-tachiyomi a span {
  font-size: 18px;
  font-size: 1.8rem;
  position: relative;
  color:#333;
  font-weight: bold;
  padding-left: 15px;
}
.btn-tachiyomi a span:before {
  content:"";
  background: url(./images/ico_tachiyomi.png) no-repeat left top;
  position: absolute;
  display: inline-block;
  left: 0;
  top:50%;
  width: 11px;
  height: 18px;
  margin-top: -9px;
}

.btn-tachiyomi a:hover {
  background: -webkit-gradient(top,  #e6e6e6 0%,#ffffff 100%);
  background: -webkit-linear-gradient(top,  #e6e6e6 0%,#ffffff 100%);
  background: linear-gradient(to bottom,  #e6e6e6 0%,#ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#ffffff',GradientType=0 );
  text-align: center;
}



.btn-data,
.btn-red,
.btn-yel {
  -webkit-box-shadow: 0px 3px 0 #d4d4d4;
          box-shadow: 0px 3px 0 #d4d4d4;
      -webkit-border-radius: 3px;
              border-radius: 3px;
}
.btn-data a,
.btn-red a {
  border: #b70000 2px solid;
  background: -webkit-gradient(top,  #d83d3d 0%,#cd0404 100%);
  background: -webkit-linear-gradient(top,  #d83d3d 0%,#cd0404 100%);
  background: linear-gradient(to bottom,  #d83d3d 0%,#cd0404 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d83d3d', endColorstr='#cd0404',GradientType=0 );
      -webkit-border-radius: 3px;
              border-radius: 3px;
}
.btn-data a p,
.btn-red a p {
  border: #e47964 1px solid;
  padding: 10px 0 8px;
      -webkit-border-radius: 3px;
              border-radius: 3px;
}
.btn-data a span,
.btn-red a span {
  font-size: 16px;
  font-size: 1.6rem;
  position: relative;
  color:#fff;
  padding-right: 23px;
}
.btn-red a span {
  font-size: 30px;
  font-size: 3.0rem;
  text-shadow: #000 1px 1px 1px;
}
.btn-red a span,
.btn-yel a span {
  padding-right: 36px;
}
.btn-data a span:after {
  content:"";
  background: #fff;
  position: absolute;
  display: inline-block;
  right: 0;
  top:50%;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  z-index: 1;
      -webkit-border-radius: 3px;
              border-radius: 3px;
}
.btn-data a span:before {
  content:"";
  background: url(./images/ico_detail.png) no-repeat center center;
  position: absolute;
  display: inline-block;
  right: 5px;
  top:50%;
  width: 6px;
  height: 10px;
  margin-top: -5px;
  z-index: 2;
}

.btn-data a:hover,
.btn-red a:hover {
  background: -webkit-gradient(top,  #cd0404 0%,#d83d3d 100%);
  background: -webkit-linear-gradient(top,  #cd0404 0%,#d83d3d 100%);
  background: linear-gradient(to bottom,  #cd0404 0%,#d83d3d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cd0404', endColorstr='#d83d3d',GradientType=0 );
}


.btn-yel a {
  border: #f39800 2px solid;
  background: -webkit-gradient(top,  #f5ab2f 0%,#f39b07 100%);
  background: -webkit-linear-gradient(top,  #f5ab2f 0%,#f39b07 100%);
  background: linear-gradient(to bottom,  #f5ab2f 0%,#f39b07 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5ab2f', endColorstr='#f39b07',GradientType=0 );
      -webkit-border-radius: 3px;
              border-radius: 3px;
}
.btn-yel a:hover {
  background: -webkit-gradient(top,  #f39b07 0%,#f39b07 100%);
  background: -webkit-linear-gradient(top,  #f39b07 0%,#f39b07 100%);
  background: linear-gradient(to bottom,  #f39b07 0%,#f39b07 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f39b07', endColorstr='#f39b07',GradientType=0 );
}
.btn-yel a p {
  border: #fff 1px solid;
  padding: 10px 0 8px;
      -webkit-border-radius: 3px;
              border-radius: 3px;
}
.btn-yel a span {
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: bold;
  position: relative;
  color:#000;
}


.btn-red,
.btn-yel {max-width: 500px;}
.btn-red a span:after,
.btn-yel a span:after {
  content:"";
  background: #fff;
  position: absolute;
  display: inline-block;
  background: url(./images/arr_wht.png) no-repeat center center;
  right: 0;
  top:50%;
  width: 26px;
  height: 26px;
  margin-top: -16px;
  z-index: 1;
}
.btn-yel a span:after {background: url(./images/arr_blk.png) no-repeat center center;}

.winSP .main-box {
  margin: 0 -3.125%;
}
.winSP .content-box {
  padding: 20px 0 0;
}
.winSP .place,
.winSP .items {
  margin-top: 30px;
  padding-top: 30px;
}

.winSP .place .thum {
  padding-right: 0;
}
.winSP .place .text {
  padding-left: 15px;
}
.winSP .place .thum img {border: 2px solid #f9c059;}

.winSP .items .thum {
  padding-right: 0;
}
.winSP .items .thum img {
  margin-top: -15%;
}
.winSP .items .text {
  vertical-align: top;
  padding-left: 15px;
}
.winSP .items .btn {
  padding: 0!important;
  width: 100%;
  margin-top: 0;
}
.winSP .btn-yel a span {
  font-size: 15px;
  font-size: 1.5rem;

}

.winSP .btn-red a span:after,
.winSP .btn-yel a span:after {
  -webkit-background-size: 18px auto;
       -o-background-size: 18px auto;
          background-size: 18px auto;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  z-index: 1;
  right: 10px;
}
.winSP .btn-red {
  margin-left: -40%;
}
.winSP .btn-red a span {
  font-size: 18px;
  font-size: 1.8rem;

}