/* --------------------------------------------------
  cc/leaks 文春リークス
-------------------------------------------------- */
#special-contents .sp_show {
  display: none;
}
section#special-contents{
  background-color:#fff;
  padding:20px;
}
#special-contents #editor {
  padding-top: 0;
}
#special-contents #editor #wrapper {
  padding: 40px 0;
  position: relative;
}
#special-contents #editor #wrapper h1 {
  text-align: center;
  margin-bottom: 40px;
}
#special-contents #editor #wrapper img {
  width: 100%;
  height: auto;
}
#special-contents #editor #wrapper p.bold {
  text-align: center;
  font-weight: bold;
}
#special-contents #editor #wrapper p.bold .scoopImg {
  width: 70px;
  height: auto;
}
#special-contents #editor #wrapper p span.scoop {
  position: relative;
}
#special-contents #editor #wrapper p span.scoop::before {
  content: "SCOOP!";
  display: inline-block;
  width: 80px;
  height: 10px;
  color: #f72b2b;
  text-shadow: 1px 1px 0 #fff;
  right: 0;
  top: 18px;
  position: absolute;
  transform: translateY(-50%) rotate(-10deg);
  -moz-transform: translateY(-50%) rotate(-10deg);
  -webkit-transform: translateY(-50%) rotate(-10deg);
  -o-transform: translateY(-50%) rotate(-10deg);
  border-top: medium none;
  border-left: medium none;
}
#special-contents #editor #wrapper p span.scoop::after {
  position: relative;
}
#special-contents #editor #leaks {
  width: 100%;
  margin: 0 auto;
  padding: 0 60px 62px 60px;
  background-color: #FFF;
  line-height: 1.6;
}
#special-contents #editor #leaks h2 {
  border: 0;
  padding: 0;
  margin-bottom: 40px;
}
#special-contents #editor p.leaksBtn a {
  position: relative;
  font-size: 24px;
  display: block;
  width: 500px;
  margin: 30px auto 50px auto;
  padding: 15px 0 12px 0;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  zoom: 1;
  background-color: red;
  border-radius: 36px;
  -moz-border-radius: 36px;
  -webkit-border-radius: 36px;
}
#special-contents #editor p.leaksBtn a::after {
  content: "";
  border: 2px solid #fff;
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%) rotate(-45deg);
  -moz-transform: translateY(-50%) rotate(-45deg);
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -o-transform: translateY(-50%) rotate(-45deg);
  border-top: medium none;
  border-left: medium none;
}
#special-contents #editor p.leaksBtn a:active {
  width: 499px;
  padding: 16px 0 11px 1px;
}
#leaksBox {
  border: 2px solid #333;
  padding: 35px 35px 10px 35px;
  background-color: #f2f2f2;
}
#special-contents #editor #leaksBox h2 {
  text-align: center;
  font-size: 20px;
  margin-bottom: 30px;
}
#special-contents #editor #leaksBox h2 span {
  padding-bottom: 2px;
  border-bottom: 2px solid #333;
}
#leaksBox p {
  font-size: 14px;
  margin-bottom: 15px;
}
#leaksBox a {
  text-decoration: underline;
}
#leaksBox a:hover {
  text-decoration: none;
}
#leaksBox ul {
    font-size: 14px;
    margin-bottom: 1em;
    line-height: 1.8;
    padding-left: 2em;
    list-style-type: disc;
}

#special-contents #editor + .article-tools {
  margin: 0;
}
/* --------------------------------------------------
  cc/leaks 文春リークス
-------------------------------------------------- */