@charset "UTF-8";
/*
Theme Name: Emanon Free child
Theme URI: https://wp-emanon.jp
Author: 株式会社イノ・コード
Author URI: https://innocord.co.jp/
Description: Emanon Free の子テーマです。
Template: emanon-free
Version: 1.0.0
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, left-sidebar, right-sidebar, theme-options

Emanon Free 子テーマ用のスタイルを以下に記述 
*/

.cat-name {
	position: static;
	display: inline-block;
	vertical-align: top;
}

.post-meta {
	display: inline-block;
	margin: 2px 0 0;
}
.eye-catch {
	padding-bottom: 10px;
}
.featured-title {
	padding: 0 16px;;
}
.featured-title h2 {
	padding: 0
}

#featured-slider .title-wrap {
	padding: 0 16px;
}
.related-thumbnail a {
	width: auto;
}

.related-thumbnail img {
	width: auto;
}
.related-date {
	padding: 0;
}
#featured-slider a {
	display: block;
}
.featured-title h2 {
	color: #000c15;
}
.featured-title h2:hover {
	color: #000c15;
}
#featured-slider a:hover h2 {
	color: #b5b5b5;
	-webkit-transition: 0.4s ease-in;
	transition: 0.4s ease-in;
}

@media screen and (min-width: 768px) {
	.featured-title h2 {
		font-size: 2.0rem;
	}
	.archive-header-title {
		font-size: 2.0rem;
	}
	.ar-one-column .archive-list {
		padding: 2.92% !important;
	}
	.article-header h1 {
		font-size: 2.4rem;
	}
	.archive .ar-one-column .archive-header,
	.search .ar-one-column .archive-header,
	.home .one-column .archive-header, .blog .one-column .archive-header {
		float: none;
		width: 100%;
	}
	.home .one-column .eye-catch, .blog .one-column .eye-catch,
	.archive .ar-one-column .eye-catch,
	.search .ar-one-column .eye-catch {
		width: 30%;
		margin-right: 4%;
	}
}