/* Layout サイト全体の幅を拡大する*/
.wrap {
max-width: 1200px;
padding-left: 3em;
padding-right: 3em;
}

/*
フッターの Proudly Powered by WordPress を削除
*/
.site-info { display: none; }

/* 見出しh4 */
.entry-content h4 {
padding: 0 0 0 10px ;
line-height: 2;
font-size: 18px;
font-weight: normal;
background: linear-gradient(transparent 60%, #d0102c 60%);
}

/* 見出しh3 */
.entry-content h3 {
border-left: 15px solid #d0102c;
border-bottom: 5px solid #d0102c;
	padding: 0 0 0 10px ;
line-height: 2;
font-size: 18px;
font-weight: normal;
}

/* 見出しh2 */
.entry-content h2 {
background-image: url(http://www.yoshiyukiharigae.com/wp-content/uploads/me_illust-1.gif);
background-repeat: no-repeat;
background-position: left center;
border-top: 1px solid #d0102c;
border-bottom: 1px solid #d0102c;
padding: 0 0 0 90px ;
line-height: 2;
font-size: 18px;
font-weight: normal;
background-color: #fff;}

/* 大文字にしているところの指定をなしにする */
button,
.contributor-posts-link,
input[type=”button”],
input[type=”reset”],
input[type=”submit”] ,
.site-navigation a ,
.entry-title ,
.entry-meta ,
.cat-links ,
.entry-meta .tag-links a ,
.entry-content th,
.comment-content th ,
.entry-content .edit-link ,
.page-links ,
.post-navigation .meta-nav ,
.paging-navigation .page-numbers ,
.comments-title ,
.comment-list .reply,
.comment-metadata ,
.no-comments ,
.comment-navigation ,
.widget .widget-title ,
.widget_calendar caption ,
.widget_twentyfourteen_ephemera .post-format-archive-link ,
.content-sidebar .widget .widget-title ,
.featured-content .entry-title {
text-transform: none;
}

.page .panel-content .entry-title, .page-title, body.page:not(.twentyseventeen-front-page) .entry-title {
      text-transform: none;
}

@media screen and (min-width: 783px) {
.primary-navigation {
text-transform: none;
}
}

/*-----------------------------
 箇条書き部分をインデントする
----------------------------*/

ul,
ol {
	margin: 0 2em 1.5em 3em ;
	padding: 0;
}

/* 2018-7/18 サイト幅・記事幅拡大 */
@media screen and (min-width: 48em) {
 
	/* Layout */
 
	.wrap {
		max-width: 1200px;   /* 全体の横幅 */
		padding-left: 2em;   /* 余白（左） */
		padding-right: 2em;  /* 余白（右） */
	}
 
	.has-sidebar:not(.error404) #primary {
		float: left;
		width: 66%;          /* 記事の横幅 */
	}
 
	.has-sidebar #secondary {
		float: right;
		padding-top: 0;
		width: 29%;          /* サイドバーの横幅 */
	}
 
	.navigation-top .wrap {
		max-width: 1200px;   /* グローバルナビゲーションメニューの横幅 */
		/* The font size is 14px here and we need 50px padding in ems */
		padding: 0.75em 3.4166666666667em;
	}
}

/* パンくずリスト */
.breadcrumbs {
	font-size: 0.8rem;
}
 
a.home,
a.taxonomy.category {
	color: #848484;/*リンク文字色*/
}
a.home:hover,
a.home:active,
a.taxonomy.category:hover,
a.taxonomy.category:active {
	color: #000;/*マウスオーバー時のリンク文字色*/
}

/* 目次の外枠を設定 */
#toc_container{
	border:2px solid #d0102c; /* 線の設定 */
	padding:0px;              /* 余白設定 */
	margin: 0 auto;           /* 中央に表示 */
	border-radius: 3px        /* 角に丸みを持たせる */
}

/* 目次の外枠を設定(PC表示設定) */
@media screen and (min-width: 48em) {
	#toc_container{
		min-width: 500px; /* 横幅の最低サイズを指定 */
	}
}
/* 目次のタイトル表示設定 */
#toc_container p.toc_title{
	padding:6px;         /* 余白設定 */
	background:#d0102c;  /* 背景色設定 */
	color:#fff;          /* 文字色設定 */
}
/* タイトル前にアイコン表示 */
#toc_container p.toc_title:before{
	font-family:FontAwesome;
	content: "\f0ca\00a0\00a0"; /* \00a0は余白 */
}
/* 目次の表示/非表示切り替えの色を設定 */
#toc_container p.toc_title a{
	color:#fff;
}
/* 目次の表示/非表示のマウスオーバー設定 */
#toc_container p.toc_title a:hover{
	color:silver;
}
/* 目次行の余白設定 */
#toc_container li{
	padding:3px;
}
/* 目次表示部分の余白設定 */
#toc_container p.toc_title+ul.toc_list{
	background: #fff;/*背景色*/
	margin-top:0px;
	padding:10px;
}

/* サイトタイトルの全大文字回避 */
.site-title {
    text-transform: none;
}

/* 引用カスタマイズ */
blockquote {
    position: relative;
    padding: 10px 15px 10px 60px;
    box-sizing: border-box;
    font-style: italic;
    background: #f5f5f5;
    color: #777777;
    border-left: 2px solid #d0102c;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.14);
}

blockquote:before{
    display: inline-block;
    position: absolute;
    top: 15px;
    left: 15px;
    vertical-align: middle;
    content: "\f10d";
    font-family: FontAwesome;
    color: #d0102c;
    font-size: 30px;
    line-height: 1;
}

blockquote p {
    padding: 0;
    margin: 7px 0;
    line-height: 1.7;
}

blockquote cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}

/* Milliard カスタマイズ */
.imgCell{
	height:140px;/* 各記事のアイキャッチ画像を140pxに設定 */
	overflow:hidden;
}
 
.titleCell{
	position:absolute;bottom:0px;left:0px;/* タイトルの表示位置を設定 */
	/* 以下、タイトルに関する文字の大きさ、背景、余白等設定 */
	height:52px;
	line-height:18px;
	font-size:12px;
	padding:5px;
	background-color:rgba(68,68,68,0.8);
}
 
a.ssTitleAnchor{
	color: #fff;/* タイトル文字色 */
}
 
.ssPoweredBy a{
	padding:2px 0px !important;
}
 
.contentContainer:hover{
	opacity: 0.5;/* 透過率50% */
	transition: 0.2s;/* アニメーション */
	-webkit-transition: 0.2s;
}
 
/* 60em以下の場合 */
.contentContainer{
	width :49%; /* 記事幅を設定 横に２記事並べる */
	float:left;
	position:relative;
	border:1px white solid; /* 記事間のラインを白に */
}
/* 60em以上の場合 */
@media screen and (min-width: 60em) {
	.contentContainer{
		width :33%; /* 記事幅を設定 横に３記事並べる */
		float:left;
		position:relative;
		border:1px white solid; /* 記事間のラインを白に */
	}
}

/* 投稿日時アイコン追加＆更新日時表示 */
time.published:before {
	font-family: FontAwesome;
	content: "\f017";
}
time.updated:not(.published) {
	display: inline;
}
time.updated:not(.published):before {
	font-family: FontAwesome;
	content: "\00a0\f021";
}