/*! 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 https://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: https://thk.kanzae.net/wp/
 *   Description: SEO optimized, Responsive layout, Super Fast, Multi Feature, Bootstrap
 *   Author: LunaNuko
 *   Author URI: https://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: 20170922
 *   Version: 2.00
 *   Template Version: 2
 *
 * ここから上を消すと正しく動作しなくなることがあります。
 * ( Erasing the elements above here might cause system issues. )
*/

/* 以下、好みに応じて子テーマ用のスタイルをお書きください。
 * ( Below here, please write down your own styles for the child theme. )
*/
.sitename {
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 0px;
        font-size:7vmin
}
.desc {
        font-size:3vmin
}

.info{padding:44vh 10px 40px 10px}

.side-title {
	color: #666 !important;
}

.c_twitter_text {
	font-size: 0.8em;
}

.entry-snippet {
    display: none;
}

.home .t_b{
  margin-bottom: 0px !important;
}

/* 人気記事*/
#wpp-2 li{
	margin-bottom:20px  !important;
        line-height: 1.5em !important;
}

/* RSS*/

.header_rss_table0{
	border: 1px solid #dddddd;
	background-color: #fff;
        color: #444444;
}

.header_rss_table0 th{
	text-align: center;  
      	background-color: #f5f5f5;  
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
}

.header_rss_block1{
        width:50%;
	height: 160px !important;
        overflow-y:scroll !important;
        float: left;
        margin: 0px !important;
}

.header_rss_table1{
         table-layout: fixed;
        width:100%;
        	color: #dddddd !important;
        	border: 1px none #900 !important;
                	padding: 0px !important;
                margin-top:8px !important;
        margin-bottom:8px !important;
}

.header_rss_table1 td{
        	color: #444444 !important;
        	border: 1px none #900 !important;
        padding-left: 12px !important;
	padding-right: 12px !important;
        	padding-bottom: 4px !important;
}

#primary {
        	margin-top: 0px !important;
}

/* フィードの設定 */
.header_rss_feed1 a:link {
	text-decoration: none !important;
        	font-size: 14px;
}

.header_rss_feed1{
          width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.m_header_rss_table0{
        	display: none;
}

/* モバイル */

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

/* RSS */

.header_rss_table0{
        	display: none;
}
        
.m_header_rss_table0{
        display: inline;
	border: 0px solid #dddddd;
	background-color: #fff;
        color: #444444;
}

.m_header_rss_table0 th{
	text-align: center;  
      	background-color: #f5f5f5;  
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
}
.m_header_rss_table0 td{
        background-color: #FFF;
        }
        
.m_header_rss_table1{
        table-layout: fixed;
        width:50%;
        color: #444444 !important;
        border: 1px none #900 !important;
        padding: 0px !important;
        margin-top:8px !important;
        margin-bottom:8px !important;
}

.m_header_rss_table1 td{
        	color: #444444 !important;
        	border: 1px none #900 !important;
        padding: 0px !important;
        padding-left: 8px !important;
	padding-right: 8px !important;        
}

#primary {
        	margin-top: 0px !important;
}
        
.m_header_rss_feed1 a:link {
	text-decoration: none !important;
        	font-size: 11px;
        letter-spacing:-0.07em;
}
        
.m_header_rss_feed1{
          width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}      

section {
	padding-left: 12px !important;
	padding-right: 12px !important;
	padding-top: 40px !important;
	padding-bottom: 40px !important;
	margin-bottom:20px;
        margin-left:8px;
        margin-right:8px;
	border: #000 !important;
}

.home .t_b{
	height: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0px !important;
	}
	
	.home .post{
		padding-bottom:0px;
	}
	.home .meta{
		margin-bottom:20px !important;
	}
	.read-more-link {
	margin-left:auto !important;
	margin-right:auto !important;
	display:block;
    width: 310px !important;
    height: 68px !important;
    background: url("https://monmonnews.com/wp-content/uploads/2018/01/button7.gif") 0 0 no-repeat !important;
        
    /*スコットケラムメソッド*/
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
			    border-radius: 0px;        /* CSS3草案 */  
    -webkit-border-radius: 0px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 0px;   /* Firefox用 */
	border:none;
}

.read-more-link:hover {
	display:block;
    width: 310px;
    height: 68px;
    background: url("https://monmonnews.com/wp-content/uploads/2018/01/button8.gif") 0 0 no-repeat !important;
        
    /*スコットケラムメソッド*/
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
}