/* サイトフォントの変更 */
body { font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

/* サイト名の色 */
.navbar-brand a {
color: #000000;
}

/* サイト名マウスオーバー時の色 */
.navbar-brand a:hover {
color: #fff8dc;
}

/*ヘッダー背景色の変更*/
.siteHeader {
background-color: #ffffff;
}

/*ヘッダーメニュー背景色・文字色の変更*/
ul.gMenu a{
background: #ffffff;
color:#000000;
}

/*ヘッダーメニューマウスオーバー時の文字色の変更*/
ul.gMenu a:hover{
color: #0091E6; 
}

/*サブメニューの文字色の変更*/
ul.gMenu>li>ul.sub-menu a{
color: #000000;
}

/*サブメニューの背景色の変更*/
ul.gMenu>li>ul.sub-menu li a {
background-color: #DCDCDC;
}

/*サブメニューマウスオーバー時の色 */
.gMenu > li > ul.sub-menu li a:hover {
color: #ffffff;
	background-color: #2bc4ba;
}


/*ヘッダーPHPを編集してヘッダー上部に挿入したキャッチフレーズの背景色・文字色の変更*/
.header-text {
width: 100%;
text-align: center;
float: none;
color: #000000;
margin: 0px 0 0.0px;
font-size: 16px;
background-color: #fffaf0;
}

/*ヘッダーメニューのアンダーラインのメニュー名との間隔変更*/
ul.gMenu a{
	margin-bottom: 0px
  height:55px;
}

/* 本文改行幅 */
div.entry-body p {
	margin-bottom: 40px
!important; }

/* 本文行間幅 */
p { line-height:1.6
!important; }

/*フッター背景色・コピーライト文字色の変更*/
.section.siteFooter {
background: #DCDCDC;
color: #000000;
}

/*フッターメニューの文字色の変更*/
.section.siteFooter a{
color: #000000; 
}


 
/* ページタイトルのスタイル */
.page-header_pageTitle,
h1.page-header_pageTitle:first-child {
    color: #ffffff;
    margin: 8px 0 8px;
    font-size: 50px;
}

/* 見出し２のスタイル */
h2 {
  padding: 0.5em;/*文字周りの余白*/
  color: #ffffff;/*文字色*/
	background: #2bc4ba;/*背景色*/
  border-bottom: solid 3px #f5f5f5;/*下線*/
	font-size: 20px;
}

/* 本文見出し３のスタイル */
h3 {
  padding: 0.5em;/*文字周りの余白*/
  color: #ffffff;/*文字色*/
  background: #f5f5f5;/*背景色*/
  border-bottom: solid 3px #2bc4ba;/*下線*/
	font-size: 20px;
}


/* サイドバーの見出し３スタイル変更 */
.widget .subSection-title {
    padding: .5em .75em;
    background-color: #ffffff !important;
    color: #000000;
    margin: 8px 0 8px;
    font-size: 16px;
		border-top: solid 1px #000000;/*上線*/
	  border-bottom: solid 1px #000000;/*下線*/
}

/* 見出し３のデフォルトスタイル打消し */
.subSection-title:after, h3:after {
content: initial;;
line-height: initial;
display: initial;;
overflow: initial;
position: initial;
bottom: initial;
width: initial;
border-bottom: initial;
}



/* カテゴリーリンクの文字色 */
.entry-meta_items_term a {
    color: #000;
}
  
/* カテゴリーリンクマウスオーバー時の文字色 */
.entry-meta_items_term a:hover {	    color: #000;
}

