/*
ここに独自の CSS を追加することができます。

詳しくは上のヘルプアイコンをクリックしてください。
*/


/* ryus style expand */
.ryusImageAdvertise {
    border: 1px solid rgba(0,0,0,0.4);
    box-shadow: 5px 5px rgba(0,0,0,0.4);
}

/* TOC 目次 */
#toc_container{
	display: block !important;
	width: 80% !important;
	margin-top:30px;
	border: 1px dotted #DCD7B1;
	font-size: 0.9em;
	padding-right: 16px;
	padding-left: 16px;
	background-color: #fff;
}
#toc_container .toc_title{
	color: #3A3A3A;
	text-align: center; /* 中央寄せ */
}
#toc_container .toc_title:before{
	content: "\f0f6";
	font-family: FontAwesome;
	padding-right: 6px;
	font-weight: normal;
	color: #999;
}
#toc_container .toc_toggle a{
	color: #444;
}
#toc_container ul{
	counter-reset:number;
list-style:none;
}
#toc_container ul li{
	line-height: 1.25em;
	margin-bottom: 0.5em;
	margin-left:16px;
}
#toc_container ul li:before{
	counter-increment: number;
	content: counter(number);
	color: #444;
	padding-right:10px;
	margin-left:-20px;
}
#toc_container ul li a{
	color: #444;
	text-decoration: none;
}
#toc_container ul li a:hover {
	text-decoration: underline;
}
#toc_container ul ul{
	margin-top: 0.5em;
}
#toc_container ul ul li{
	line-height: 1.25em;
	margin-bottom: 0.5em;
	margin-left:-2px;
}
#toc_container ul ul li:before{
	content: "\f0da";
	font-family: FontAwesome;
	padding-right: 6px;
	margin-left:0px;
	color: #CCC;
	font-weight: normal;
	margin-left:-11px;
}
#toc_container ul ul li a{
	color: #3D3D3D;
	font-weight: normal;
	padding-right:6px;
}


/* サイドバーのウィジェットのアイキャッチサイズを変更 */
.sidebar .widget .entry-img {
  width: 120px;
  max-height: 120px;
}

/* サイドバーのウィジェットの概要の文字サイズを変更 */
.sub .widget_recent_entries_myd p {
    font-size: 13px;
    font-size: 1.3rem;
}

/* 最新情報のタイトルの文字の大きさを変更 */
.main .widget.widget_recent_entries_myd .entry-title {
  font-size: 14px;
}

@media(max-width: 640px) {
  .widget .entry-img {
    max-width: 33% !important;
    margin-bottom: .5em !important;
    margin-left: 1em !important;
  }
}


/* スマホでアイキャッチを右寄せにする */
/* はじめに、オプション＞アイキャッチ画像＞右表示を選択 */
@media(max-width: 768px) {
  .entry-img {
    margin-bottom: .5em !important;
    margin-left: 1em !important;
    width: 33% !important;
  }
}

/* スマボで投稿タイトルのフォントサイズを変更する */
@media(max-width: 768px) {
  .home .hentry .entry-header .entry-title, 
  .home .main > div > .widget .widget-title, 
  .home .category-description > .widget .widget-title {
      font-size: 21px;
      font-size: 2.1rem;
  }
}

/* スマボで投稿本文のフォントサイズを変更する */
@media(max-width: 768px) {
  body.home .entry-content p, 
  body.home .textwidget p {
    line-height: 1.8;
    font-size: 15px;
    font-size: 1.5rem;
  }
}


/* 吹き出しイメージサイズ */
/*　１４０→８０ */
.illust-bubble__illust img {
	width: 80px;
}


/* 吹き出しイラストが左 */
/* １６０→ １００*/
.illust-bubble--left .illust-bubble__bubble {
	margin-left: 100px;
}


/* 吹き出しイラストが右 */
/*　１６０→１００ */
.illust-bubble--right .illust-bubble__bubble {
	margin-right: 100px;
}

