@charset "UTF-8";

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

/* Simplicity子テーマ用のスタイルを書く */

/* 記事と記事の間に線を引く */
#main .entry {
    border-bottom: 1px dotted #333333;
    padding-bottom: 15px;
}

/*---------------------------------
記事タイトルを小さく
--------------------------------*/
.entry h2 a{
 font-size: 19px;
 line-height: 1.4;
}

/* 大項目 */
.article h2 {
	border-left: 20px solid #00bfff; /* 左ボーダーを20px幅の実線、線色#8B0000に デフォルト1px solid #000 */
	background-color: #0000ff; /* 背景色を#8B0000 */
	color: #ffffff; /* 文字色を#ffffff */
	padding:5px 0px 3px 10px; /* デフォルト25px 30px[上下][左右] */
	margin: 30px 0px 10px; /* デフォルト40px -29px 20px [上][左右][下] */
	font-size:24px; /* デフォルト26px */
}/* 中項目 */
.article h3 {
	border-left: 20px solid #00bfff; /* 左ボーダーを20px幅の実線、線色#8B0000に デフォルト1px solid #000 */
	background-color: #0000ff; /* 背景色を#8B0000 */
	color: #ffffff; /* 文字色を#ffffff */
	padding:5px 0px 3px 10px; /* デフォルト25px 30px[上下][左右] */
	margin: 30px 0px 10px; /* デフォルト40px -29px 20px [上][左右][下] */
	font-size:24px; /* デフォルト26px */
}

.article h5, .article h6{
	padding:0px 0px 0px 5px; /* デフォルト8px 0 [上下][左右] */
	font-size:16px; /* デフォルト20px */
}
/* 小項目 */
.article  h4{
	border-bottom:3px solid #eee; /* 下ボーダーを3px幅の実線、線色#eeeに デフォルト5px dashed #eee */
}

/*サイドバーのタイトルを中央寄せにする */
#sidebar h3 {
    text-align: center;
}

#sidebar h3{
text-align:center;
line-height: 24px;
font-size: 18px;
color: #ffffff;
background-color: #0000ff;
border-radius: 10px;
padding: 2px 10px;
}

/*フォントと文字色の変更 */
body {

  font-family: "Mplus 1p", sans-serif;

color:#333333 !important;

}

/************************
記事を読む
*************************/
.entry-read a{
 color:#fff;
 font-size:14px;
 background-color:#FF837B;
 border:1px solid #FF837B;
 border-radius:2px;
 padding:3px 10px 3px 5px;
 text-decoration:none;
 }

.entry-read a:hover{
 color:#fff;
 background-color:#FFC3BF;
 border:1px solid #FFC3BF;
}

/* simplicity2 グローバルメニュー文字幅 */
#navi ul{
text-align: center; /*センタリング*/
}
#navi ul li{width: 210px; /*ここはサイト毎に調整してください*/
}

/* Simplicity2 キャッチフレーズ非表示 */
#site-description{
    display:none;
}

/* Simplicity2 サイト幅 PC */
#header-in, #navi-in, #body-in, #footer-in{
     width: 1130px;
}
#main {
     width: 780px;
}
#sidebar {
     width: 300px;
}

/*ヘッダーブログタイトル文字上からの余白*/
#site-title{
margin-top:80px;
margin-bottom:10px;
}
/*ヘッダー文字の大きさの変更*/
#site-title a{
display:block;
text-decoration:none;
color:#fff;
font-size:50px;
line-height:100%;
font-weight:bold;
}