.box1 {background-color:#F5F5F5; margin: 2em 0; line-height: 2; font-family: メイリオ, monospace; padding: 1em; border: solid 1px #000000;/*線*/}

.box2 {padding: 0.5em 1em; margin: 2em 0; font-family: メイリオ, monospace; font-weight: bold; border: solid 3px #000000}

.title1 {
padding: 0.5em;/*文字周りの余白*/
color: #494949;/*文字色*/
background: #fffaf4;/*背景色*/
border-left: solid 5px #ffaf58;/*左線（実線 太さ 色）*/
}

.box3 {
  padding: 0.5em 1em;
  margin: 2em 0;
  border: solid 2px #6091d3;/*線*/
  border-radius: 10px;/*角の丸み*/
  font-family: メイリオ, monospace;
}


.line1 {
  /*線の種類（実線） 太さ 色*/
  border-bottom: solid 1px black;
}

.box4 {background-color:#F5F5F5; margin: 2em 0; line-height: 2; font-family: メイリオ, monospace; padding: 1em;}

.textBox5 {
margin-top:50px;
border: solid 2px #6091d3;/*線*/
border-radius: 10px;/*角の丸み*/
padding: 1.5em 1em;
position: relative;
margin-bottom: 3em;
}

.textBox5::before {
background-color: #fff;
color: #333;
content: "【関連記事】";
font-weight: bold;
left: 13px;
padding: 3px 10px;
position: absolute;
top: -15px;
font-size:1.1em; /* タイトルの文字サイズ */
}


.box6 {
margin: 2em 0;
line-height: 2;
font-family: メイリオ, monospace;
padding: 1em;
border: solid 1px #000000;/*線*/
border-radius: 10px;/*角の丸み*/
}


.doubleline { /*二重取り消し線*/
background-image:url(画像のURL);
background-repeat:repeat-x;
background-position: center;
}

.box7 {
	font-family: メイリオ, monospace;
font-size: 27px;
border-bottom: solid 3px black;/*線の種類（実線） 太さ 色*/
margin-top: 60px; 
margin-right: 5px; 
margin-bottom: 20px; 
margin-left: 5px;
	font-weight:  bold;
	line-height:1.5
}

.textBox8 {
margin-top:50px;
border: solid 1px #000000;/*線*/
border-radius: 10px;/*角の丸み*/
padding: 1.5em 1em;
position: relative;
margin-bottom: 3em;
}

.textBox8::before {
background-color: #fff;
color: #333;
content: "【登場記事】";
font-weight: bold;
left: 13px;
padding: 3px 10px;
position: absolute;
top: -15px;
font-size:1.1em; /* タイトルの文字サイズ */
}

.textBox9 {
margin-top:50px;
border: solid 1px #000000;/*線*/
border-radius: 10px;/*角の丸み*/
padding: 1.5em 1em;
position: relative;
margin-bottom: 3em;
}

.textBox9::before {
background-color: #fff;
color: #333;
content: "【該当記事】";
font-weight: bold;
left: 13px;
padding: 3px 10px;
position: absolute;
top: -15px;
font-size:1.1em; /* タイトルの文字サイズ */
}

/************************************
サイドバー新着・人気記事のボタン化
************************************/
/* 記事へのリンクをボタンに */
.widget_popular_ranking ul li, .widget_new_entries ul li {
  display:block;
  overflow: hidden;
  background: #ffffff;
}
/* ホバー時の色 */
.widget_popular_ranking ul li:hover, .widget_new_entries ul li:hover {
  background-color: #dd9933;
}
/* wppタイトルスタイル */
a.wpp-post-title, a.new-entry-title {
  display: block;
  color: #1e73be;
  padding: 2px;
}
a.wpp-post-title:hover, a.new-entry-title:hover {
  text-decoration: none !important;
  color: #555555;
}


/*文字の行間*/
p {
    margin-bottom: 1.5em;
    line-height: 2.3;
}

/* ブログカードの抜粋非表示 */
.blog-card-excerpt {
  display:none;
}

/* ブログカードのリンクホバー色 */
.linkcard *:hover {
	color:#dd9933;
text-decoration:underline;
}

/************************************
YARPP
************************************/
.yarpp-thumbnails-horizontal .yarpp-thumbnail, .yarpp-thumbnail-default, .yarpp-thumbnail-title {
	display: inline-block;
}
.yarpp-thumbnails-horizontal .yarpp-thumbnail {
	border: 1px solid rgba(127,127,127,0.1);
	vertical-align: top;
}
.yarpp-thumbnails-horizontal .yarpp-thumbnail > img, .yarpp-thumbnails-horizontal .yarpp-thumbnail-default {
	display: block;
}
.yarpp-thumbnails-horizontal .yarpp-thumbnail-title {
	font-size: 1em;
	max-height: 10em;
	line-height: 1.4em;
	text-decoration: inherit;
	overflow: hidden;
}

.yarpp-thumbnail-default {
	overflow: hidden;
	

}
