@charset "UTF-8";

/*!
Theme Name: Simplicity2 child
Template:   simplicity2
Version:    20151225
*/

/* Simplicity子テーマ用のスタイルを書く  */



/* ★ここから下はカスタマイズのスペース★ */

/* 記事を読むの装飾 */
.entry-read a{
 color:#fff;
 font-size:14px;
 background-color:#8B0000;
 border:1px solid #8B0000;
 border-radius:2px;
 padding:3px 10px 3px 5px;
 text-decoration:none;
 }
 
.entry-read a:hover{
 color:#fff;
 background-color:#8B0000;
 border:1px solid #8B0000;
}

/* 大項目 */
.article h2 {
	border-left: 20px solid #8B0000; /* 左ボーダーを20px幅の実線、線色#8B0000に デフォルト1px solid #000 */
	background-color: #641923; /* 背景色を#8B0000 */
	color: #ffffff; /* 文字色を#ffffff */
	padding:5px 0px 3px 10px; /* デフォルト25px 30px[上下][左右] */
	margin: 30px 0px 10px; /* デフォルト40px -29px 20px [上][左右][下] */
	font-size:24px; /* デフォルト26px */!important
}
/* 中項目 */
.article h3,
#comment-area h3,
#related-entries h3{
	border-left: 10px solid #8B0000; /* 左ボーダーを10px幅の実線、線色#8B0000に */
	border-bottom: 2px dashed #641923; /* 下ボーダーを2px幅の破線、線色#641923に デフォルト5px solid #e7e7e7 */
	padding:0px 0px 0px 20px; /* デフォルト10px 0 [上下][左右] */
	font-size:19px; /* デフォルト23px */!important
}
 
.article h4, .article h5, .article h6{
	padding:0px 0px 0px 5px; /* デフォルト8px 0 [上下][左右] */
	font-size:16px; /* デフォルト20px */!important
}
/* 小項目 */
.article  h4{
	border-bottom:3px solid #eee; /* 下ボーダーを3px幅の実線、線色#eeeに デフォルト5px dashed #eee */!important
}





/* サイドバーの装飾 */
#sidebar h4{
  text-align:center; /* タイトルの中央寄せ */
  border:solid 1px #8B0000; /* 枠線色 */
  box-shadow: 5px 5px 0 #ccc; /* 影付けと影色 */

strong {
    background: linear-gradient(transparent 40%, rgb(255, 170, 170) 40%);
}

/* 記事と記事の間に線 */
#main .entry {
    border-bottom: 1px dotted #333333;
    padding-bottom: 15px;


}

/* ウィジェットのボーダーとタイトルしたボーダー */
.widget {
    border: 1px solid #ccc;
}

.widget h4 {
    border-bottom: 1px solid #66cccc;
}