/*! 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: 20210517
 *   Version: 3.0.4
 *   Template Version: 3
 *
 * ここから上を消すと正しく動作しなくなることがあります。
 * ( Erasing the elements above here might cause system issues. )
 */

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

a { text-decoration: none;
    transition-property: all;
    transition: 0.3s linear; }
a:hover,
a img:hover { opacity:0.8; }

.section {}
.section.first-section {}
.section h2.lower-title {}
.section .lower-text {}

@media screen and (max-width: 768px) {

a { text-decoration: none;
    transition-property: all;
    transition: 0.3s linear; }
a:hover,
a img:hover { opacity:0.8; }

.section {}
.section.first-section {}
.section h2.lower-title {}
.section .lower-text {}

	
}

/* about */
.section .about-lead-text {}
.section .about-table {}
.section .about-table tr {}
.section .about-table tr th,
.section .about-table tr td {}
.section .about-table tr th {}
.section .about-table tr td {}
.section .about-table tr td a {}

@media screen and (max-width: 768px) {
.section .about-lead-text {}
.section .about-table {}
.section .about-table tr {}
.section .about-table tr th,
.section .about-table tr td {}
.section .about-table tr th {}
.section .about-table tr td {}
.section .about-table tr td a {}

}

.rss_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 100%;
    height: 250px;
    overflow-y: scroll;
}

.rss_item {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    height: auto;
    padding: 10px;
}

.blogroll-list-wrap {
    list-style: none;
    font-size: 1em;
}

.blogroll-list-wrap a {
    text-decoration: none;
}

.blogroll-list-wrap a:hover {
    color: red;
}

@media screen and (max-width: 600px) {
    .rss_item {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}