/*! Luxeritas Child CSS */
/* Luxeritas WordPress Theme - free/libre wordpress platform
 *
 * @copyright Copyright (C) 2015 Thought is free.
 * @license http://www.gnu.org/licenses/gpl-2.0.html GPL v2 or later
 * @author LunaNuko
 * @link http://thk.kanzae.net/
 * @translators rakeem( http://rakeem.jp/ )
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 *
 *   Theme Name: Luxeritas Child Theme
 *   Template: luxeritas
 *   Text Domain: luxech
 *   Theme URI: http://thk.kanzae.net/wp/
 *   Description: SEO optimized, Responsive layout, Super Fast, Multi Feature, Bootstrap
 *   Author: LunaNuko
 *   Author URI: http://thk.kanzae.net/
 *   License: GNU General Public License v2 or later
 *   License URI: http://www.gnu.org/licenses/gpl-2.0.html
 *   Tags: one-column, two-columns, three-columns, right-sidebar, left-sidebar, custom-header, custom-background, custom-colors, custom-menu, theme-options, featured-image-header, editor-style, sticky-post, threaded-comments, translation-ready
 *   Since: 20151206
 *   Modify: 20180517
 *   Version: 3.0.0
 *   Template Version: 3
 *
 * ここから上を消すと正しく動作しなくなることがあります。
 * ( Erasing the elements above here might cause system issues. )
*/

/* 以下、好みに応じて子テーマ用のスタイルをお書きください。
 * ( Below here, please write down your own styles for the child theme. )
*/


@import url("/css/global_blog.css");



.home #main{
    max-width: 1070px;
    flex: 0 1 1070px;
}


/* 1. リンクの基本設定（通常時は黒） */
.home a {
    color: #000000 !important;
    text-decoration: none !important;
    /* 色の変化を滑らかにする設定 */
    transition: color 0.3s ease, opacity 0.3s ease;
}

/* 2. マウスオーバー時の設定 */
.home a:hover {
    color: #666666 !important; /* マウスを置いたときにグレーに変化 */
    opacity: 0.7;             /* 少し透明にして柔らかい印象に */
    text-decoration: none !important;
}

/* 3. 日付・カテゴリーのアンダーラインなし */
.home .post-date, 
.home .post-category, 
.home .cat-links a, 
.home .entry-meta a {
    text-decoration: none !important;
    border-bottom: none !important;
}

/* 4. h2タイトルの調整（英語：大、日本語span：小） */
.home h2 {
    font-family: "DINCondensed-Bold"; 
    font-size: 70px !important;
    line-height: 1.2;
    display: block;
	border-left: 8px solid #000;
	margin-top: 80px !important;
}

.home h2 span {
    font-size: 14px;
    font-weight: normal;
    display: block;
    margin-top: -5px;
}

.wp-show-posts .wp-show-posts-entry-title {
    margin: 0;
    line-height: 1.5em;
    font-weight: 700;
}

.wp-show-posts-entry-summary p{
    font-size: 16px;
	line-height: 1.5em;
}

#wpsp-6714,#wpsp-6724 .wp-show-posts-single{
	margin-bottom: 15px;
}

#wpsp-6714,#wpsp-6724 .wp-show-posts-entry-title{
	font-size: 15px;
}

.top-cat-line {
    background-color: #eee;
    padding: 1px 30px;
}

/* トップページのみパンくずリストを非表示 */
.home .breadcrumb,
.home .breadcrumbs,
.home #breadcrumb,
.home .breadcrumb-trail {
    display: none !important;
}
/*「記事を読む」ボタン・リンクを非表示 */
.home .read-more,
.home .more-link,
.home .view-more,
.home .entry-more {
    display: none !important;
}


/*--------------------コンテンツ*/

.entry-title, #front-page-title {
    font-weight: 700;
    font-size: 24px;
}


div[id^=tile-] h2, div[id^=card-] h2 {
    font-size: 2.2rem;
    margin: 0 0 2px;
}

.post h2 {
    border-left: 6px solid #000;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 700;
    padding: 2px 18px;
    margin-top:80px;
}
.post h3 {
    display: block;
    margin: 80px 0px 30px 0;
    padding: 16px 20px;
    font-size: 1em;
    font-weight: 700;
    background: #f3f3f3;
    border-left: none;
    border-radius: 8px;
}
.post h4 {
    border-left: 6px solid #000;
   font-size: 20px;
    font-size: 2rem;
    font-weight: 700;
    padding: 2px 18px;
}

ol li{
list-style: decimal;
border-bottom: 1px solid #ddd;
padding: 25px 0;
}

.blocks-gallery-grid{
padding: 0px !important;
}

.ad-table td{
border: none;
}

#list .read-more {
    margin: 30px 0;
}

blockquote {
border-left: none;
}

hr {
    border-top: none;
}


@media (min-width: 10px){
#pnavi .next {
    float: right;
    border-left: 1px solid #ddd;
}}

@media (min-width: 10px){
#pnavi .next, #pnavi .prev {
width: 50%;
}}

#pnavi .next {
    border-bottom: none;
}
#pnavi .no-img-next i, #pnavi .no-img-prev i {
   display: none;
}
#pnavi a>img, #pnavi a:hover>img {
    display: none;
}
#pnavi i.navi-home {
    display: none;
}

.term img {
    border: none;
    border-radius: 4px;
    box-shadow: none;
    border-radius: 0px;
}
.toc .exsp p{
font-size: 92%;
line-height: 1.7em;
}


/*--------------------サイドバー*/

#side ul li {
    font-size: .9em;
    line-height: 1.6em;
    margin: 0;
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
}

#side ul li a{
color:#000;
}


#thk-new .toc {
    border-bottom: 1px solid #eee;
}



/*--------------------toc細部*/


#list .toc {
border-bottom: 1px solid #ddd;
margin: 0 0 80px;
}
#list div[id^=tile-] .read-more {
    position: inherit;
    margin-bottom: 20px;
}

.toc .meta, .post .meta{
border-top: none;
padding: 0 0 16px 0;
}

.meta, .post .meta{
border-top: 2px solid #000;
}

.post .meta-u {
    overflow: hidden;
    text-align: right;
    padding-top: 8px;
}
.meta-box {
    margin: 30px 0px;
}

.meta a {
    color: #999;
    text-decoration: none;
}

.posts-list-upper-widget{
border-bottom: none !important;
margin-bottom: 20px !important;
}

/*--------------------グリッド*/

@media (min-width: 749px){
#tile-2 .toc {
max-width: 44%;
width: 44%;
}
.container {
    max-width: 960px;
}
}

@media (max-width: 750px) {
#tile-2 .toc {
    max-width: 100%;
    width: 100%;
}
.container {
    max-width: 750px;
}
}

@media (min-width: 920px) {
#tile-2 .toc {
max-width: 47%;
width: 47%;
}
.container {
max-width: 950px;
width: 950px;
}
}

/*--------------------WPアソシエイトポスト*/

.wpap-tpl-with-detail {
display: block;
margin: 1.5em 0;
padding: 2em 2em;
}

.wpap-tpl-with-detail .wpap-price {
    display: none;
}







