@charset "UTF-8";
.sidebar-sticky-info {
  padding-bottom: 50px;
  position: sticky;
  position: -webkit-sticky;
  top: 30px;
}
#sidebar h4 {
    margin: 30px 0;
    padding: 20px;
    font-size: 1em;
    color: #fff;
    font-weight: normal;
    background: #882e27;
    font-weight: bold;
}
#menu-side-navi li {
    border: solid 0.5px #ccc;
    margin: 10px 0;
}
/*--------------------------------------
 PROFILE
--------------------------------------*/
.profile {
  padding: 20px
}
.profile-rogo {
  margin: 10px auto;
  text-align: center
}
.profile-rogo img {
  width: 50%
}
.snsblock {
  display: flex;
  flex-wrap: wrap;
  font-size: 50px;
  margin: 30px 0 0;
}
.snsblock li {
  width: 18%;
  margin: 0 1%;
  padding: 0
}
/*--------------------------------------
  SEARCHBOX
--------------------------------------*/
#sbox {
  width: 100%;
}
.search_container {
  box-sizing: border-box;
  position: relative;
  padding: 1px 10px;
  border-radius: 10px;
  height: 2.3em;
  width: 100%;
  height: 3em;
  margin: 20px auto;
  background-color: #fff;
  appearance: none;
  -webkit-appearance: none;
}
.search_container input[type="text"] {
  border: none;
  height: 3em;
  vertical-align: middle;
  padding: 0px;
}
.search_container input[type="text"]:focus {
  outline: 0;
}
.search_container input[type="submit"] {
      font-family: "FontAwesome";
    position: absolute;
    top: 8px;
    right: 0;
    vertical-align: top;
    line-height: 23px;
    border: none;
    border-radius: 3px;
    width: 40px;
    padding: 8px 5px;
    background: 0 0;
    font-size: 21px;
    color: gray;
}
.borderbg {
  background-color: #ecebeb;
  background-image: repeating-linear-gradient(-45deg, #fff, #fff 2px, transparent 0, transparent 7px);
  padding: 3px 15px;
  border-radius: 10px;
  margin: 30px 0;
}
/*--------------------------------------
  RANKING
--------------------------------------*/
.ranking {
  counter-reset: number;
}
.ranking-post {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: dashed #ccc 1px;
  padding: 20px 0;
}
.ranking-post:before {
  counter-increment: number;
  content: counter(number);
  padding-right: 10px;
  text-align: center;
  padding: 5px 10px;
  color: #fff;
  font-weight: 700;
  font-size: .6em;
  background: #F33;
}
.ranking-post .img {
  width: 30%;
  height: auto;
  margin: 0 2%;
}
.ranking-post .title {
  background: none;
  color: #333;
  margin: 0;
  padding: 0;
  width: 54%;
  font-size: .75em;
  line-height:1.25em;
}
