@charset "utf-8";
/*! theme-html CSS Copyright (C) IID, Inc. All rights reserved. */
.thm-body {
    margin: 0 auto;
    margin-top: 10px;
    max-width: 1050px;
    padding: 0 0.5%;
    width: 99%;
}
.thm-footer, .thm-header {
    min-width: 1050px;
}
.thm-footer .inner {
    margin: 0 auto;
    width: 96%;
}
.thm-main {
    width: 710px;
}
.news-list .figcaption .date {
    font-size: 10px;
}
.thm-main .figcaption .group, .news-list .figcaption .group, .main-topics .item--main .group {
	font-size: 12px;
}
.news-list .figcaption .title, .main-ranking-group .title, .main-topics--detail .item--main .title, .main-topics--detail .item--main .title, .main-topics .item--main .title {
    font-size: 16px;
}
.cover {
    display: none !important;
}

/* ジャック広告 */
.jackad {
    position: relative;
	max-width: 1050px;
	width: 100%;
	margin: 0 auto;
}
.jackad a img {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}
.jackad img  {
	max-width: 1050px;
	width: 100%;
	height: auto;
}
.jackad .fixed-item {
	width: 1050px;
}
.jackad .fixed-item .right,
.jackad .fixed-item .left  {
	position: absolute;
}
.fixed {
	transition: 0.3s;
}
.main-pickup .pickup-list.cf .item--box {
    margin: 0 0 1% 2%;
    width: 22%;
}
@media screen and (max-width: 974px) {
.news-list .figcaption .date {
    font-size: 11px;
}
.thm-main .figcaption .group, .news-list .figcaption .group, .main-topics .item--main .group {
	font-size: 13px;
}
.news-list .figcaption .title, .main-ranking-group .title, .main-topics--detail .item--main .title, .main-topics--detail .item--main .title, .main-topics .item--main .title {
    font-size: 17px;
}
.thm-main {
    width: 100%;
}
.jackad .fixed-item  {
	display: none;
}
}