@charset "utf-8";
/*
	Theme Name: diver_child
	Template: diver
	Description:  Diverの子テーマです。
	Theme URI: http://tan-taka.com/diver/
	Author: Takato Takagi
 */


.article_col .sc_article_title{
	width:100%;
}

.article_col ul li {
    width: 33.3%;
    display: inline-block;
	border-bottom:none !important;
}

.article_col ul li a{
	padding:.5em;
	font-size: 1.1em;
    font-weight: bold;
    color: #3d7fbb;
	   background: #f9f9f9;
    border-radius: 3px;
	 overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
@media screen and (max-width:768px){
	.article_col ul li {
    		width: 100%;
	}
}

.popular-posts li:before{
	    position: static;}