@charset "UTF-8";

/*!
Theme Name: Simplicity2 child
Template:   simplicity2
Version:    20161002
*/

/* Simplicity子テーマ用のスタイルを書く */
/* ヘッダー画像用　CSS*/
.site-title-img{
	max-width: 700px;
	height: 100%;
	width: 100%;
	display: block;
}



/* サイト内の文字色を変える */
body, h1, h3, h4, h5, h6, p, div, code, #footer {
    font-family: “Meiryo”, sans-serif;
    color:#f7f7f7 !important;
}


/* h2の文字色を変える */
body, h2{
    font-family: “Meiryo”, sans-serif;
    color:#f7f7f7 !important;
}




/* ページ上部のメタ情報の色 */
.post-meta {
	background: #333333;
}


/* 行間と改行間の設定*/

.entry-content>p {
  margin: 22px 0;
}

.article {  
  line-height: 180%;
}







/************************************
** 見出し（H1-6）
************************************/
h1, h2, h3, h4, h5, h6{
  line-height:130%;
  color:#333;
}

.article h1,
.article h2,
.article h3,
.article h4,
.article h5,
.article h6{
  position:relative;
  margin-top:35px;
  margin-bottom:20px;
}
.article h1 {
  margin-top:23px;
  margin-bottom:-12px;
  font-size: 26px;
  line-height:117%;
}

#archive-title{
  padding-bottom:20px;
  font-size:26px;
}

.article h2 {
  border-left:1px solid #000;
  margin: 50px 0px -10px;
  padding:15px 10px;
  font-size:24px;	
}

.article h3{
  font-size:22px;
  border-bottom:2px solid #f7f7f7;
	margin: 20px 0px -10px;
  padding:5px 5px 10px;
}











.article h4,{
  font-size:18px;
	margin: 5px 5px -20px;
  padding:15px 2px 1px;
}



.article  h4{
  border-bottom:1px dashed #000;
}






.article h5, .article h6{
  font-size:19px;
	margin: 5px 0px -20px;
  padding:15px 2px 12px;
}











.entry-content{
  margin-bottom: 60px;
}


/* 一覧の見出し色 */
.archive .entry-title a {
  color: #f7f7f7;
}


/* 関連記事見出し色 */
.related-entry-title .related-entry-title-link {
    color: #f7f7f7;
}




/* 一覧の見出し色 */
.entry h2 a {
    color: #f7f7f7;
}

.related-entry-title a {
    color: #f7f7f7;
}



/* 記事を読むボタン背景 */
.entry-read a ,
.related-entry-read a {
	padding: 5px 15px;
	background: #333333;
	border: 1px solid #000000;
	border-radius: 5px;
	text-decoration: none;
}





/* 記事を読むボタン文字 */
.entry-read .entry-read-link {
    color: #f7f7f7;
}




/*--------------------------------------
記事URLコピーボタン
--------------------------------------*/
.copy_main {
	margin: 0 0 2.4em;
}
.copy_btn {/*ボタンデザイン*/
	padding: 15px 0;
	border: solid 1px #f7f7f7;/*ボタンの枠線*/
	color: #f7f7f7;/*ボタンの文字色*/
	text-align: center;
	font-size: 20px;
	cursor: pointer;
	background: #333333;/*ボタンの背景色*/
	transition: .3s;
}
.copy_btn:hover {/*ホバーエフェクト*/
	border: solid 1px #f7f7f7;/*ボタンの枠線*/
	background: #555555;/*ボタンの背景色*/
	color: #11ebff;/*ボタンの文字色*/
}
.copy_btn i:before {
	display: inline-block;
	margin-right: 8px;
	content: '\f0c5';
	font-size: 25px;
	vertical-align: middle;
}
.copy_btn.copied {/*コピー成功時*/
	border: solid 1px transparent;
	background: #444444;/*背景色*/
	color: #000000;/*文字色*/
	pointer-events: none;
}
.copy_btn.copied i:before {
	content: '\f00c';
}
.copy_btn.not-copied {/*コピー失敗時*/
	border: solid 1px transparent;
	background: #d87f74;/*背景色*/
	color: #fff;/*文字色*/
	pointer-events: none;
}
.copy_btn.not-copied i:before {
	content: '\f06a';
}

@media (max-width:575px) {/*スマホ表示*/
.copy_btn span {
	font-size: 16px;
}
.copy_btn.copied span {
	font-size: 18px;
}
}




/* 引用符の色変更 */
blockquote::before,
blockquote::after {
  color: #333333;
}


/*パンクズリストの色 */
#breadcrumb a {
	color: #dddddd;
}


/*カテゴリーページの説明文の文字部分の背景色と文字色 */
.category-description {
    background-color: #000;

}




