@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Alex+Brush');



#topics {
  margin-bottom:3%;
}
#topics .title {
  font-size:1.5rem;
  font-weight: bold;
  line-height: 1.6;
  margin: 0 auto 20px;
}
#topics h2 {
    padding: 4% 0 2%;
}
#topics li {
  border-bottom: 1px solid #999999;
  margin: 0 0 50px;
  padding: 0 0 50px;
  width:100%;
}
#topics li:last-child {
    border-bottom: none;
    margin: 0;
}
#topics ul {
  margin: 0 auto;
  max-width:1350px;
  width:98%;
}
#topics h3 span {
  font-size:1rem;
  display: block;
}
#topics .inner {
}
#topics .thum {
  width:35%;
	float:left;
}
#topics .thum img {
  width:100%;
	max-width:inherit;
}
#topics .thum a:hover img {
    opacity: 0.5;
}
#topics .thumr {
    width: 64%;
	word-break: break-all;
}
.btn_more2 {text-align: right;margin-bottom: 2%;}
.btn_more2 a{background: #222;padding:10px 15px;}


#topics .photo{
	text-align:center;
	margin:4% auto;
}

#topics .comment{
	text-align:center;
	margin:4% auto;
	font-size: 1rem;
}

#topics .comment img{
	max-width:100%;
}
#bn_blog{
text-align:center;
margin:30px auto 0;
}

#bn_blog img{
width:600px;
}