@charset "UTF-8";

/*!
Theme Name: moto
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/


/*-- サイトタイトル --*/
.site-name-text {
	font-size: 40px;
	font-weight: bold;
	color: #333;
}


/*-- サイトキャッチフレーズ --*/
.tagline{
	font-size: 0.85em;
	margin-top: -40px;
	margin-bottom: 20px;
	color: #333;
}


/*-- 本文部分全体の囲み --*/
.header-container, 
.main, 
.sidebar, 
.footer {
	border-radius: 2px;
	background-color: #efefef;
}


/*-- デフォルトリンク --*/
a {
	color: #E93449;
}
a:hover {
	color: #fb8996;
}


/*-- パンくず --*/
.breadcrumb {
	margin: 0 0 15px 0;
	color: #888;
	font-size: 13px;
}
#breadcrumb.breadcrumb .fa.fa-folder.fa-fw{
	display: none;
}


/*サイドバーのデザイン*/
.sidebar h3 {
	padding: 0.1em 0.5em;
	margin: 0 0 0.3em 0;
	background: transparent;
	border-left: solid 5px #E93449;
	border-radius: 0;
}
.widget-entry-card-content {
	font-size: 13px;
	line-height: 1.5em;
	text-align: initial;
	margin: 0 0;
}

/* エントリーカテゴリーラベル非表示 */
.entry-card .cat-label{
	display: none;
}


/*エントリーカードのデザイン*/
.entry-card-wrap{
	transition: all .3s ease;
	margin: 5px 0 !important;
	padding: 0 0.3em !important;
	background-color:  #fff;
	border-radius: 0px;
	border: 1px solid #fff;
}
.entry-card-wrap:hover{
	background-color: #fff;
}
.entry-card-thumb {
}
.entry-card-title {
	margin: 0 0;
	font-size: 0.85em;
	font-weight: normal;
	line-height: 1.5em;
	padding: 0 0 !important;
	text-align: initial;
}
.entry-card-snippet {
	font-size: 0.9em;
	color: #7b7b7b;
	line-height: 1.5em;
	padding: 0 0 0 1.5em;
	margin: 1em 0 0 0;
	text-align: initial;
}
/*カテゴリのラベル*/
.cat-label{
	margin: -2.5px -4px -4px -2.5px;
	padding: 1px 7px;
	border: none;
}
/*エントリーカードのタグ調整*/
.entry-card-tags-hito3{
	padding: 0 0;
	margin-top: 0.5em;
}


/*-- カテゴリーのリンクタグ --*/
.cat-link {
	display: inline-block;
	width: auto;
	border-radius: 20px;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	letter-spacing: 0.05em;
	outline: none;
	padding: 3px 10px;
	margin: 5px 0;
}
.cat-link::before,
.cat-link::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.cat-link,
.cat-link::before,
.cat-link::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.cat-link {
	text-decoration: none !important;
	background-color: #f5f5f5;
	border: 1px solid #f13986;
	color: #f13986;
}
.cat-link:hover {
	background-color: inherit; 
    opacity: 1;       
	text-decoration: none !important;
	background-color: #f13986;
	border: 1px solid #f13986;
	color: #fff;
}
.cat-link::before{
 display:none;
}
/*カテゴリのリンクのアイコン消し*/
.entry-categories .fa-folder:before {
	display: none;
}


/*-- タグのリンクタグ --*/
.tag-link {
	display: inline-block;
	width: auto;
	border-radius: 20px;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	letter-spacing: 0.05em;
	outline: none;
	padding: 5px 13px 4px 10px;
	margin: 3px 1px;
}
.tag-link::before,
.tag-link::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.tag-link,
.tag-link::before,
.tag-link::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.tag-link {
	text-decoration: none !important;
	background-color: #fafafa;
	border: 1px solid #d5d5d5;
	color: #666;
}
.tag-link:hover {
	text-decoration: none !important;
	background-color: #666;
	border: 1px solid #666;
	color: #fff;
}
.tag-link::before{
 display:none;
}
/*タグのリンクのアイコン消し*/
.entry-tags .fa-tag:before {
	display: none;
}


/*-- h見出し --*/
.article h1 {
	font-size: 22px;
	line-height: 1.5em;
	margin: 20px 0 10px 0;
	padding: 0 0;
}

.article h2 {
    padding: 0;
    background: none;
}

.article h2 {
    background: #efefef;
	font-size: 18px;
	color: #333;
	line-height: 1.5em;
	border-left: solid 5px #E93449;
	border-radius: 0;
	padding: 4px 10px;
	margin: 2.5em 0 0.7em 0;
}

.article h3 {
    padding: 8px 0;
	font-size: 18px;
	color: #333;
	border: none;
	border-bottom: solid 1px #ccc;
	position: relative;
	margin-top: 60px;
}
.article h3:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 1px #e5367f;
	bottom: -1px;
	width: 20%;
}	


/*-- 関連記事の見出し --*/
.related-entry-heading{
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	letter-spacing: 1px;
	margin-top:30px;
	margin-bottom:4px;
}


/*-- 関連記事カスタマイズ --*/
.related-entry-card-wrap.a-wrap.cf{ /*下余白クリア*/
	margin-bottom:0px;
	padding-bottom:0px;
}
.related-entry-card-content.card-content.e-card-content{ /*カード下余白設定*/
	padding-bottom:2px;
}
.related-entry-card-title.card-title.e-card-title{
	font-size: 13px;
	font-weight: normal;
	line-height: 1.5em;
	height: auto !important;
	margin: 5px 0 15px 0;
	display: flex;
}


/************************************
** 投稿ページのスタイル
************************************/

/*アフィリエイトボタン調整*/
.aff_btn {
	margin: 0 0;
}

/************************************
** 投稿ページのスタイルここまで
************************************/


/************************************
**テーブル
************************************/
table {
	font-size: 0.9em;
	font-weight: normal!important;
	line-height: 1.6em;
	table-layout: fixed;
}
th,td {
	padding: 0.4em 1em!important;
	border: 1px solid #e7e7e7!important;
	background-color: #fff;
	vertical-align: top;
}
th {
	font-weight: normal!important;
	width: 25%;
}
.title td{
    font-size: 0.9em;
	line-height: 1.5em;
	padding: 0.5em 0.5em!important;
}

/************************************
**テーブルここまで
************************************/


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

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/

/*-- h見出し --*/
.article h1 {
	font-size: 18px;
	line-height: 1.5em;
	margin: 0 0 10px 0;
	padding: 0 0;
}
}
