@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
*/
/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}
/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}
/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}
/*****************************
** ■共通
*****************************/
/* 記事下に罫線を入れる */
article{ border-bottom: 2px solid #000000; border-spacing: 0px 5px; }
/* リンク */
a { text-decoration: none; }
a:hover { text-decoration: none; }
/* タイトル文字サイズ */
.entry-card-title { font-size: 20px; }
/* 表記 */
.notation{
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	margin: 10px;
}
/* コンタクト7　必須ボタン */
.required::after {
    content: "必須";
    color: #ffffff;
    background: #cc0000;
    font-size: 0.8em;
    padding: 0.3em;
    border-radius: 0.5em;
    margin-left:0.3em;
}
/* 記事内 Sourdeタグ */
.source{
	text-align: right;
	font-weight: bold;
	margin-top: 3px;
	margin-bottom:3px;
}
/***  ■目次カスタマイズ ***/
.toc {
	width: 98%;
  border: 2px solid #ff33cc; /*全体の枠線の色*/
  font-size: 14px; /*フォントサイズ*/
  line-height: 1.5; /*行の高さ指定*/
  padding: 0;
  margin-top: 3em; /*目次上の空間*/
  margin-bottom: 1em; /*目次下の空間*/
  min-width:65%; /*目次横幅*/
  border-radius: 6px;/*角丸コーナー*/
  background: #fff9fc; /*背景カラー*/
  box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.3); /*シャドー（影）*/
}
.toc-title {
  background: #191970; /*目次タイトル背景カラー*/
  color: #fff; /*目次タイトルフォントカラー*/
  font-size: 16px; /*目次タイトルフォントサイズ*/
  text-align: center; /*目次タイトル中央寄せ*/
  padding: 6px 16px;
  font-weight: bold; /*文字強調*/
  font-style: oblique; /*斜体フォント*/
}
.toc-title::before {
  font-family: FontAwesome;
  content: '\f0f6'; /*目次タイトルのアイコン指定*/
  margin-right: 0.3em;
  font-weight: 500; /*アイコンの太さ*/
  font-style: normal; /*通常フォント*/
}
.toc-content {
  padding: 6px;
}
.toc-content li a:hover {
  text-decoration:none; /*選択時装飾無し*/
  background: #e0ffff; /*選択時の背景カラー*/
  transition: all 0.8s ease; /*ふわっと変化するアニメーション*/
}
.toc ul.toc-list>li, .toc ol.toc-list>li {
  margin-top: 0.4em; /*h2の上側の空間*/
}
.toc ul.toc-list>li>a, .toc ol.toc-list>li>a {
  border-bottom: 1px solid #191970; /*h2のアンダーラインの太さとカラー*/
  font-weight: bold;
}
.toc ul li a, .toc ol li a {
  display: block;
  border-bottom: 1px dotted #191970; /*h3～h6のアンダーラインの太さとカラー*/
  margin-left: 0px; /*アンダーライン調整*/
  padding-left: 20px; /*アンダーライン調整*/
}
/*** livedoor カスタム ***/
/* スタイルを初期化 */
.blogroll-channel { margin: 0; padding: 0; }
.blogroll-channel .blogroll-list-wrap { margin: 0; }
.blogroll-channel .blogroll-list { margin: 0; }
.blogroll-list-wrap li { margin: 0; padding: 0; border: none; background: none; list-style :none; }
/* 下部のテキスト広告を装飾 */
.blogroll-ad-default { padding-right: 10px; font-size: 12px; text-align: right; border-top: 1px solid #D5D5D5; }
/* 日時非表示 */
.blogroll-link-time { display: none; }
/* ヘッドライン見出し */
.feed-headline { margin-bottom: 20px; border: 1px solid #D5D5D5; border-radius: 4px; }
.article .feed-headline h2,
.feed-block h3 { margin: 0 !important; padding: 10px; font-size: 18px; border-left: none; border-bottom: 1px solid #D5D5D5; background: #ffffff; background: -moz-linear-gradient(top,#FAFAFA 0%,#E9E9E9 100%); background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#FAFAFA),color-stop(100%,#E9E9E9)); background: -webkit-linear-gradient(top,#FAFAFA 0%,#E9E9E9 100%); background: -o-linear-gradient(top,#FAFAFA 0%,#E9E9E9 100%); background: -ms-linear-gradient(top,#FAFAFA 0%,#E9E9E9 100%); background: linear-gradient(top,#FAFAFA 0%,#E9E9E9 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA',endColorstr='#E9E9E9'); -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA',endColorstr='#E9E9E9')"; -webkit-border-top-left-radius: 4px; -webkit-border-top-right-radius: 4px; -moz-border-radius-topleft: 4px; -moz-border-radius-topright: 4px; border-top-left-radius: 4px; border-top-right-radius: 4px; }
/* リスト */
.blogroll-channel .blogroll-list { font-size: 14px; margin-left: -40px; }
.blogroll-list-wrap li { border-bottom: 1px solid #D5D5D5; background: #ffffff; }
.blogroll-list-wrap li:last-child { border-bottom: none; }
.blogroll-list-wrap li:nth-child(odd) { background: #ffffff; }
/* リスト内のa要素を装飾 */
.blogroll-list-wrap li a { position: relative; margin: 0; padding: 10px; display: block; overflow: hidden; text-decoration: none; text-overflow: ellipsis; white-space: nowrap; background: url(images/icon_rss.png) no-repeat 10px 10px; background-size: 16px 16px; }
.blogroll-list-wrap li a:hover { text-decoration: underline; }
/*****************************
** ■PC用
*****************************/
/* PC ヘッダー BOX */
#pc-box{
	width: 1256px;
    height: auto;
	margin: 0px auto;
	padding: 5px;
	text-align: left;
	background-color: #393939;
}
/* PC ヘッダー livedoor */
#livedoor_pc_box{
	width: 405px;
    height: 500px;
	margin: 5px 2px 5px;
    display: inline-block;
    vertical-align: top;
    overflow: auto;
	border: 2px solid #000;
}
/* PC ヘッダー 固定リンク */
.pc-kotei{
	display: flex;
	flex-wrap: wrap;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 7px;
}
.pc-kotei ul{ }
.pc-kotei li{
	list-style: none;
	width: 300px;
	height: 320px;
	margin: 4px;
    vertical-align: top;
} 
.pc-kotei img{
	width: 300px;
	height: 250px;
	border-radius: 5px;
}
/* PC 記事中 livedoor */
#livedoor_pc_box_kizi{
	width: 800px;
    height: 500px;
	margin: 5px 2px 5px;
    display: inline-block;
    vertical-align: top;
    overflow: auto;
	border: 2px solid #000;
}
/* PC RSS サイド */
.side_link {
	height: auto;
	font-weight: bold;
	color: #000000;
	margin: 10px 0px;
	padding: 8px;
	text-align: center;
	border-radius: 5px;
	background-color: #dd9933;
	border: 2px solid #808080;
}
.side_link a {
	font-weight: bold;
	color: #000000;
}
.side_link a:hover {
	font-weight: bold;
	color: #000000;
}
/* PC RSS サイド リンク */
.side-link{
	font-size:12px;
	text-align: center;
	font-weight: bold;
	margin-top: -3px;
	margin-bottom: 15px;
}
/* PC ボトム 相互リンク */
#sougo-title{
	color: #ffffff;
    font-weight: bold;
	padding: 15px;
}
#sougo_box{
    width: 270px;
    height: auto;
    font-size: 12px;
    display: inline-block;
    vertical-align: top;
    margin: 18px;
}
#link-title{
	color: #ffffff;
	text-align: left;
    font-size: 14px;
    font-weight: bold;
    padding: 5px;
}
#link-sougo{
	color: #ffffff;
    font-size: 12px;
	font-weight: bold;
    margin-top: 5px;
    margin-bottom: 5px;
}
/* アクセス解析研究所　逆アクセスランキング */
#access{
	height: 800px;
    overflow: auto;
	border: 1px solid #000;
	background-color: #ffffff;
}
/*****************************
** ■スマホ用
*****************************/
/*480px以下*/
/***  ■目次カスタマイズ スマホ用 ***/
@media screen and (max-width: 480px){
.toc {
    min-width:100%; /*モバイル時の目次横幅*/
  }
}
.sm-afi{
	width: 336px;
	height: 300px;
	margin: 5px auto;
}
.sm-afi-long{
	width: 98%;
	height: auto;
	margin: 15px auto;
}
.sm-livedoor{
	width: 98%;
	height: 300px;
	margin: 5px auto;
    overflow: auto;
	border: 1px solid #808080;
}
.sm-livedoor-kizi{
	width: 98%;
	height: 300px;
	margin: 3px auto;
	padding-left: 8px;
    overflow: auto;
	border: 1px solid #808080;
}
/*モバイルのフッターメニューを非表示 */
 #navi-footer {
    display: none;
}
/* スマホ　ボトム　リンク */
.sm_link-title{
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin: 8px auto;
}
.sm_link{
	width: 96%;
	height: auto;
	font-weight: bold;
	color: #000;
	margin: 10px auto;
	padding: 8px;
	text-align: center;
	border-radius: 5px;
	background-color: #dd9933;
	border: 2px solid #fff;
}
.side_link a {
	font-weight: bold;
	color: #fff;
}
.side_link a:hover {
	font-weight: bold;
	color: #fff;
}
/* END */

