@charset "utf-8";

.sp-tabs {
    width: 100%;
    text-align: center;
}
.center{
	text-align: center !important;z
}

#sp-tabs-main,
#sp-tabs-ranking {
   /* margin-top: 22px;*/
}

.sp-tabs .active.click-tab:after, .sp-tabs .sp-tab.active:after, .sp-tabs.enquete-list .active.list-click-tab:after {
    top: 100%;
    left: 50%;
    content: " ";
    position: absolute;
    margin-left: -4px;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(-315deg);
    transform: rotate(-315deg);
    background-color: #eeeeee;
    z-index: 1;
   }
.sp-tabs .click-tab, .sp-tabs .sp-tab, .sp-tabs.enquete-list .list-click-tab {
    width: 33.33%;
    width: -webkit-calc(100% / 3);
    width: calc(100% / 3);
    height: 30px;
    padding: 3px;
    float: left;
    background-color: #eee;
    position: relative;
}

.sp-tabs .active {
    background-color: #eeeeee;
}

.sp-tabs .active span {
    color: #444;
}



.sp-tabs-list .main-new, .sp-tabs-list .main-topic, .sp-tabs-list .main-feature,
.sp-tabs-list .main-daily, .sp-tabs-list .main-weekly, .sp-tabs-list .main-all-time,
.sp-tabs-list .ranking-list {
    padding-top: 5px;
}

.sp-tabs-list .main-list, 
.sp-tabs-list .main-ranking-list,
.sp-tabs-list .ranking-list {
    display: none;
}

.sp-tabs-list .active {
    display: block;
}

.article-line {
    width: 99%;
    overflow: hidden;
    position: relative;
    height: 90px;
}

.article-line .left-image {
    position: relative;
    float: left;
    width: 120px;
    height: 80px;
    margin: 3px 0 8px 8px;
    border-radius: 2px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}

.article-line .left-image .article-new {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 20px;
    height: 20px;
    margin: 2px;
    line-height: 16px;
    font-size: 11px;
    z-index: 2;
    background-image: url(/img/sp/new.png);
    background-size: contain;
    color: #fff;
    text-align: center;
}

.article-line .right-string {
    position: relative;
    height: 100%;
    overflow: hidden;
    top: 2px;
}

.article-line .right-string .rank-title, .article-line .right-string .title {
    margin-left: 10px;
    padding-right: 15px;
    color: #333;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: .2px;
}

.article-line .right-string .title {
    margin-top: 3px;
}

.article-line .right-string .parent-category-name {
    position: absolute;
    bottom: 12px;
    left: 10px;
    color: #888;
    font-size: 11px;
    line-height: 1.1;
    bottom: 0px;
    margin: 0 0 12px;
}

.article-line .right-string .app-induction-text, .article-line .right-string .writer {
    position: absolute;
    bottom: 10px;
    right: 15px;
    color: #888;
    font-size: 11px;
    line-height: 1.6;
    bottom: 0px;
    margin: 0 0 12px;
}

.horizontal-line {
    clear: both;
    border-bottom: solid 1px #ddd;
    margin: 0 15px;
}

.article-line .horizontal-line {
    padding-top: 96px;
}

.sp_ttitle_font{
	font-size: 13px;
}

.right-string a{
	text-decoration: none;
	color: black;
}

.right-string .parent-category-name  a{
	color: #888;
}

.right-string .writer  a{
	color: #888;
}


h2.title-section, h2.title-section.border-bottom, h2.title-section.border-top {
    display: table;
    position: relative;
    height: 40px;
    text-align: center;
    background-color: #fff;
    width: 100%;
    padding: 0;
}

h2.title-section span, h2.title-section.border-bottom span, h2.title-section.border-top span {
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 10px;
    color: #000;
}

h2.title-section span catname {
    letter-spacing: 2px;
}



.more a, .more span {
    display: table-cell;
    vertical-align: middle;
    height: 20px;
    font-size: 13px;
    letter-spacing: 2px;
    color: #333;
    text-decoration: none;
}



.feature-list {
	    padding: 0 15px 15px;
	}
	
	.feature-list .feature-data {
	    padding: 15px 0;
	}
	
	.feature-list .feature-data a {
	    text-decoration: none;
	}
	
	.feature-list .feature-data img {
		margin: 0 auto;
	    display: block;
	    max-width: 100%;
	    border-radius: 3px;
	}
	
	.feature-list .feature-data p {
	    height: 15px;
	    line-height: 1;
	    letter-spacing: .2px;
	    color: #333;
	    margin-top: 15px;
	}


@media (min-width: 769px) {
	  main#main {
	    padding: 12px;
	    margin-top: -10px;
	}
	
	.sp-tabs {
	    width: 99%;
	}
	
	section .more {
		margin: 0 auto;
	    display: table;
	    position: relative;
	    text-align: center;
	    background-color: #f6f6f6;
	    width: 300px;
	    height: 40px;
	    border: solid 1px #ddd;
	    /* border-bottom: solid 1px #ddd; */
	    margin-top: 5px;
	    border-radius: 5px;
	}
}

