
div.wrap{
  max-width: 1000px;
  margin: auto;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  padding: 0 0 60px 0;
}

main#topics #postlist{
  margin-top: 0;
}

aside{
  width: 280px;
  font-size: 14px;
}

aside h3{
  letter-spacing: normal;
  font-family: 'Crimson Text', serif;
  font-size: 22px;
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 20px;
  margin-top: 50px;
  border-bottom: 1px dashed #8c742a;
}

aside h3:first-child{
  margin-top: 0;
}

aside div.btnbox{
  display: block;
}

aside div.btnbox a{
  background: #fff;
  color: #333;
  border-radius: 0;
  border: 1px solid #333;
}

ul.linklist{
  line-height: 1.5em;
}

ul.linklist li{
  margin: 10px 0;
}

ul.linklist li a:before{
  content: "";
  display: inline-block;
  width: 7px;
  height: 8px;
  vertical-align: middle;
  background: url("../common/img/textlink_black.svg") no-repeat;
  background-size: contain;
  margin-right: 5px;
}

ul.taglist li{
  display: inline-block;
  margin-bottom: 4px;

}

ul.taglist li a{
  display: block;
  font-size: 13px;
  color: #999999;
  border: 1px solid #999999;
  border-radius: 3px;
  padding: 5px 5px;
}

ul.taglist li a:before{
  content: "#";
}

#tabcontainer #tabs{
	display:flex;
	align-items:center;
	justify-content: center;
  border-bottom: 1px solid #999999;
}

#tabcontainer #tabs li{
  flex-grow: 1;
  flex-basis: 0;
  border: 1px solid #999999;
  border-radius: 5px 5px 0 0;
  position: relative;
  bottom: -1px;
  background: #f2f2f2;
}

#tabcontainer #tabs li.active{
  border-bottom-color: #fff;
  background: #fff;
}

#tabcontainer #tabs li + li{
  margin-left: 5px;
}

#tabcontainer #tabs li a{
  display: block;
  text-align: center;
  color: #666666;
  padding: 10px 0;
}

aside .snsbnr li + li{
  margin-top: 10px;
}

aside .snsbnr li a{
  text-align: left;
  font-size: 26px;
}

aside .snsbnr li a img{
  vertical-align: -6px;
  margin: 0 10px;
}

.rightcol{
  width: 100%;
  max-width: 670px;
}

#postlist{
  display: block;
}

#postlist article{
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #999999;
  padding: 30px 0;
  margin-right: 0;
}

#postlist article:nth-child(3n) ~ article{
  margin-top: 0;
}

#postlist article .img{
  width: 240px;
}

#postlist article .text{
  width: 400px;
  padding-left: 20px;
  flex-grow: 1;
}

#postlist article .text h1{
  line-height: 1.5em;
  font-size: 22px;
}

#postlist article .meta{
  margin: 10px 0;
}

#postlist article .meta .cat{
  margin-top: 20px;
}

article#post{
  width: 670px;
}

article#post h1{
  font-size: 32px;
  line-height: 1.5em;
  border-bottom: 1px solid #4b494a;
}

article#post h1:after{
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #4b494a;
  margin-bottom: 2px;
  margin-top: 10px;
}

article#post .meta{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px 0 60px 0;
}

article#post .meta .date{
}

article#post .eyecatch{
  margin-bottom: 70px;
}

#postshare{
  background: #f2f2f2;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}

#postshare .original-social-buttons{
  width: 370px;
  display: flex;
}

#postshare .original-social-buttons a{
  flex-grow: 1;
  flex-basis: 0;
  text-align: center;
  background: #fff;
  font-size: 11px;
}

#postshare .original-social-buttons a + a{
  margin-left: 10px;
}

#postshare .original-social-buttons a img{
  width: 30px;
  height: auto;
  margin: 10px 0 5px 0;
}

#postshare div.btnbox{
  margin: 0;
  width: 250px;
}

#postshare div.btnbox a{
  height: 70px;
  line-height: 70px;
  border-radius: 0;
}

main .taglist{
  margin: 40px 0;
}

.wpp-list li{
  padding: 10px 0;
  border-bottom: 1px solid #999;
  font-size: 13px;
  line-height: 1.5em;
}

@media only screen and (max-width: 800px) {
  div.wrap{
    padding: 0;
    display: block;
  }
  
  #topics #postlist{
    display: block;
  }
  
  #postlist article{
    padding: 15px;
  }
  
  #postlist article .img{
    width: 30%;
  }
  
  #postlist article .text{
    width: 70%;
    padding-left: 15px;
  }
  
  #postlist article .text h1{
    font-size: 16px;
  }
  
  main .taglist{
    margin: 30px 15px;
  }
  
  .meta .date{
    font-size: 11px;
  }
  
  #postlist article .meta .cat{
    margin-top: 10px;
  }
  
  aside{
    width: 100%;
    padding: 0 15px;
    margin-bottom: 50px;
  }
  
  aside h3{
    margin-top: 30px;
    font-size: 18px;
  }
  
  article#post{
    width: auto;
    padding: 30px 15px;
  }
  
  article#post h1{
    font-size: 18px;
  }
  
  article#post .meta{
    margin-bottom: 30px;
  }
  
  article#post .eyecatch{
    margin-bottom: 30px;
  }
  
  #postshare div.btnbox{
    margin-left: 10px;
  }
  
  
  
}/*media*/


















