/*—————————————————————————
タイトル
—————————————————————————*/

.art__h1 {
  text-align: center;
  margin: 6% 2% 0 2%;
  font-size: 1.8rem;
}

@media screen and (min-width: 1080px) {
  .art__h1 {
    text-align: center;
    margin: 6% 0 0 0;
    font-size: 18px;
  }
}

/*—————————————————————————
パンくず
—————————————————————————*/
div.pankuzu {
  margin: 10px 0px;
  overflow-x: scroll;
  font-size: 12px;
  padding: 10px 0;
}

.Breadcrumb {
  background: #eee;
  border-width: 1px;
  border-style: solid;
  border-color: #f5f5f5 #e5e5e5 #ccc;
  border-radius: 5px;
  box-shadow: 0 0 2px rgba(0, 0, 0, .2);
  display: table;
}

.Breadcrumb li {
  display: table-cell;
  white-space: nowrap;
}

.Breadcrumb a {
  padding: .5em 1em .5em 2em;
  float: left;
  text-decoration: none;
  color: #444;
  position: relative;
  text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
  background-color: #ddd;
  background-image: linear-gradient(to right, #f5f5f5, #ddd);
}

.Breadcrumb li:first-child a {
  padding-left: 1em;
  border-radius: 5px 0 0 5px;
}

.Breadcrumb a:hover {
  background: #fff;
}

.Breadcrumb a::after,
.Breadcrumb a::before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1.5em;
  border-top: 1.5em solid transparent;
  border-bottom: 1.5em solid transparent;
  border-left: 1em solid;
  right: -1em;
}

.Breadcrumb a::after {
  z-index: 2;
  border-left-color: #ddd;
}

.Breadcrumb a::before {
  border-left-color: #ccc;
  right: -1.1em;
  z-index: 1;
}

.Breadcrumb a:hover::after {
  border-left-color: #fff;
}

.Breadcrumb .current,
.Breadcrumb .current:hover {
  font-weight: bold;
  background: none;
}

.Breadcrumb .current::after,
.Breadcrumb .current::before {
  content: normal;
}

/*—————————————————————————
投稿アンカーバナー
—————————————————————————*/

.renraku {
  width: auto;
  margin: 15px 10px;
  border: 2px solid #E7E7E7;
  border-radius: 5px;
  padding: 0 0 0 4%;
}

  @media screen and (min-width: 1080px) {
  .renraku {
    width: auto;
    margin: 3% 25% 3% 25%;
    border: 2px solid #E7E7E7;
    border-radius: 5px;
    padding: 0 0 0 4%;
    }
  }

.renrakuman {
  display: inline-block;
  width: 7%;
}

@media screen and (min-width: 1080px) {
    .renrakuman {
      display: inline-block;
      width: 9%;
    }
  }

.renrakubutton {
  width: 70%;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  padding: 8px 0 10px;
  color: #706F6D;
}

.renrakuarrow {
  width: 5%;
}

/*—————————————————————————
週間月間ランキング
—————————————————————————*/

.dateranking {
  display: flex;
  padding: 10px;
}

ul.dateranking li {
  border: 1px solid #E7E7E7;
  padding: 5px;
  background: #F6F6F6;
  width: 25%;
  text-align: center;
  font-size: 1.2rem;
  border-radius: 5px;
}

ul.dateranking li:first-of-type {
  line-height: 30px;
}

ul.dateranking li a {
  text-decoration: none;
  color: #000000;
}

ul.dateranking li:hover {
  background-color: #ddd;
}

/*—————————————————————————
記事一覧
—————————————————————————*/

.comment__Art {
  font-size: 80%;
  width: 90%;
}

.commentAd__Art {
  font-size: 80%;
}

/* トライアングルアド */
  .triangleadArt {
    margin: 0 auto;
    position: relative;
    padding: 30px 15px 15px 22px;
    height: 180px;
  }

  @media screen and (min-width: 1080px) {
    .triangleadArt {
      margin: 0 auto;
      position: relative;
      height: 200px;
      padding: 30px 15px 15px 22px
    }
  }

/* ラベル部分 左上に表示 */
.triangleadArt::before {
  content: "";
  top: 0;
  left: 0;
  border-bottom: 3em solid transparent;
  border-left: 3em solid #7ac4d3;
  /* ラベルの色はここで変更 */
  position: absolute;
  z-index: 100;
}

/*—————————————————————————
投稿フォーム
—————————————————————————*/

form.formtop {
  border-top: 2px solid #c4b1fd;
  margin-top: 20px;
}

.toukou {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 2px;
  margin: 10px;
  text-align: center;
}

.toukou__inner {
  margin: 10px;
}

.toukouselect {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 2px;
  margin: 0 0 0 10px;
  text-align: center;
  color: red;
}

.toukoucaution {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 2px;
  margin: 0 0 0 10px;
}

textarea.toukou__space {
  width: 100%;
}

.form__mid {
  margin: 0 30% 0 30%;
  padding: 2px 0 2px 3px;
  width: 40%;
  text-align: center;
  font-size: 16px;
}

input.inputbutton {
  width: 300px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  margin: 15px auto;
  display: block;
  text-align: center;
  padding: 10px 0 12px;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fb823e), color-stop(1, #fd6e19));
  border-radius: 10px;
  border: none;
}
