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



#topics {
}
#topics .title {
    font-size: 1.1rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.3;
}
#topics h2 {
    padding: 4% 0 2%;
}
#topics li {
    margin: 0 0 10px;
    overflow: hidden;
    padding: 3%;
    border-bottom: 1px solid #000;
}
#topics li:last-child {
    border-bottom: none;
}
#topics ul {
	height: 580px;
    margin: 0 0 25px;
    overflow: auto;
      text-align: left;
}
#topics .date {
    font-size: 0.8rem;
    margin: 0 0 7px;
    color:#ccc;
}
#topics .inner {
}
#topics .thum {
    width: 33%;
    margin-right: 2%;
}
#topics .thum img {
    width: 100%;
	opacity: 1;
    transition: all 0.3s ease-in-out 0s;
}
#topics .thum a:hover img {
    opacity: 0.5;
}
#topics .thumr {
    width: 65%;
	word-break: break-all;
}
#main .btn_more2 {text-align: right;margin-bottom: 2%;}
#main .btn_more2 a{background: #222;padding:10px 15px;}
