@charset "UTF-8";

/* ------------------------------
初期デザインを読み込み
------------------------------- */

/* FontAwesome のアイコンを利用できるようにする
（通常は他で読み込んでいるので不要 リストのアイコンなどが出ない場合に適用してみる）*/


/* ------------------------------
ここから案件ごとにカスタマイズするCSS
-------------------------------- */

/* ブログの記事一覧の投稿タイトル */
.blog-container h4.post-title{
	font-size:120%;
	font-weight: bold;
}

#Crumbs {
    margin-top: 20px;
    margin-bottom: 20px;
}
/* ウィジェットの枠 */
.widget{
	border-color:#815F5F;
}

/* ウィジェットのタイトル */
.widget h2 {
   background: #815F5F;
	color:#FFFFFF;
	/* border-radiusで、カドを丸くする */
	border-radius:3px;
	
}

/* カレンダーのヘッダー */
.widget-blog-calendar td[colspan="7"] center {
   background: #815F5F;
	 color:#FFFFFF;
    margin-bottom: 10px;
    display: block;
		/* border-radiusで、カドを丸くする */
		border-radius:3px;
}


/* 詳細ページの記事タイトル */
.blog-container h3 {
   color:#815F5F;
	font-size:1.4em;
    padding-bottom: 10px;
}


/* ヘッドライン
---------------------------------------*/
.post-list .post{
	border-bottom:none;
}


/* カテゴリボタン */
.post-list .post-cat a{
	background-color:darkred;
	border-radius:3px;
    line-height: 2;
}

/* new-blog */
.post-list .post-cat.new-blog a{
	background-color:navy;
}

/* new-blog */
.post-list .post-cat.information-blog a{
	background-color:lightcoral;
}

/* staff-blog */
.post-list .post-cat.staff-blog a{
	background-color:brown;
}

/*20180928 追加*/
/* 詳細ページの記事タイトル */
.blog-container h3 {
    font-size: 1.4em;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #815F5F;
    padding-left: 15px;
    margin-bottom: 20px;
    line-height: 1.4;
}

.blog-container h4.post-title {
	font-size:1.4em;
	padding-bottom:10px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #815F5F;
    padding-left: 15px;
    margin-bottom: 20px;
}
.blog-container h4.post-title a {
   color:#815F5F;
}