/*! 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/wpthk/
 *   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
 *   Text Domain: luxech
 *   Since: 20151206
 *   Modify: 20161121
 *   Version: 1.00
 *   Template Version: 1.
 *
 * ここから上を消すと正しく動作しなくなることがあります。
 * ( Erasing the elements above here might cause system issues. )
*/

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

.entry-title a:hover {
	color: #ee7800;
}

#side .widget {
	margin: 0 0px;
}

#sns-bottoms {
	margin: 16px 0 16px 0;
}

.post h2, .post h3, .post h4, .post h5, .post h6 {
	background: #faf9f8;
	margin-left: 0px;
}

.post h2, .post h3 {
	border-left: 8px solid #999897;
	padding: 8px 20px;
}
.post h4, .post h5, .post h6 {
	border-left: 0px solid #999897;
	padding: 4px 8px;
}

.head-cover {
	color: #FFFFFF;
	text-shadow: 0px 0px 2px black;
}
