@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
body{
	text-align:inherit !important;
}
.content {
    margin-top: 80px;
}
#container .footer{
	position:inherit;
}
.entry-card-content h1,
.entry-card-content h2,
.entry-card-content h3,
.entry-card-content h4,
.entry-card-content h5,
.entry-card-content h6{
	clear:inherit;
}
.related-entry-card-content h1,
.related-entry-card-content h2,
.related-entry-card-content h3,
.related-entry-card-content h4,
.related-entry-card-content h5,
.related-entry-card-content h6{
	clear:inherit;
}
.author-description{
	text-align:left;
}
.article h1 {
    color: #ea5700;
    margin-bottom: 1.1em;
}
.pagination-next{
	display:none;
}
.pagination .page-numbers.current {
    padding: inherit;
    color: inherit;
    background-color: inherit;
    margin-right: inherit;
	background-color: rgba(234, 87, 0, .1);
}
.pagination .page-numbers {
    padding: inherit;
    color: inherit;
    background-color: inherit;
    font-size: inherit;
    text-decoration: none;
    margin-right: inherit;
}
.pagination .next.page-numbers, .prev.page-numbers {
    padding: inherit;
    color: inherit;
    background-color: inherit;
    font-size: inherit;
    text-decoration: inherit;
}
.pagination a.page-numbers:hover,
.pagination .next.page-numbers:hover,
.pagination .prev.page-numbers:hover{
	opacity: 1;
	text-decoration: none;
	color: #fff;
	background: #ea5700;
}
.pagination .next.page-numbers,
.pagination .prev.page-numbers {
    padding: inherit;
    color: inherit;
    background-color: inherit;
    font-size: inherit;
    text-decoration: inherit;
}
#pager-post-navi a:hover,
.sns-share-buttons a:hover{
	text-decoration:none;
}
.sidebar-scroll{
	top:100px;
}
.widget_author_box .widget-title{
	font-size: 1.3em;
    font-weight: bold;
	text-align: left;
    margin: 0 0 0.5em;
}
.blogName {
    font-size: 1.5em;
	font-weight: bold;
    text-align: center;
	line-height: 1.8em;
    padding: 1em 0 1.2em;
    margin: 0;
    background: #f7f7f7;
}
.blogName a{
	color:#333;
	transition:0.5s;
}
.blogName a:hover{
	color:#333;
	opacity: 0.5;
	text-decoration:none;
}
.a-wrap:hover{
	text-decoration:none;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
	.content {
		margin-top: 71px;
	}
	main.main{
		padding: 20px 16px 32px;
	}
	#g-navi ul#navi-list li a{
		text-align:center;
	}
	.page main #breadcrumb,
	.single main #breadcrumb{
		margin-bottom: 30px;
		width: 100%;
	}
	main #breadcrumb{
		padding: 0;
	}
}

/*480px以下*/
@media screen and (max-width: 480px){
	.entry-title{
		padding: 0.6em 0em;
	}
}
