/*
color style
*/

@charset "UTF-8";

/* background color
-------------------------------------------------------------- */
body {
    background: none repeat scroll 0 0 #3e3e3e; /* 下地の色 */
}
#headerWrap {
    background: none repeat scroll 0 0 #212121; /* ヘッダー背景色 */
}
#breadcrumb {
    background: none repeat scroll 0 0 #444; /* パンくず背景色 */
}
#menu {
    background: none repeat scroll 0 0 #3e3e3e; /* menuの背景色 */
}
#menu li a {
    background: none repeat scroll #333; /* menuの背景色 */
}
#menu li a:hover {
    background: none repeat scroll #444;　/* menuのa:hover背景色 */
}
.inner_s1 {
    background: none repeat scroll 0 0 #fff;　/* indexの記事背景色（左） */
}
.inner_s1 h2{
    color: #444;
}
.inner_s2 {
    background: none repeat scroll 0 0 #3e3e3e;　/* indexの記事背景色（右） */
}
.inner_s2 .textwidget{
    color:#fff;
}

.sectionLink {
    background: none repeat scroll 0 0 #fefefe;　/* リンクの背景色 */
}
#catBox {
    background: none repeat scroll 0 0 #fefefe; /* カテゴリーページの背景色 */
}
#postArticle {
    background: none repeat scroll 0 0 #fefefe; /* シングル背景色 */
}
#page {
    background: none repeat scroll 0 0 #fefefe; /* 固定ページの背景色 */
}
#newPost { 
    background: none repeat scroll 0 0 #3e3e3e; /* 最近の投稿の背景色 */
}
#category {
    background: none repeat scroll 0 0 #fff;　/* カテゴリーの背景色 */
    }
#category h2,
#category a{
    color: #444 !important;
    

}
#footerWrap {
    background: none repeat scroll 0 0 #212121; /* フッター背景色 */
}

/* font color
-------------------------------------------------------------- */
body {
    color: #444; /* 基本文字の色 */
}
a {
    color: #585f8d; /* リンクの色 */
}
#logo a{
    color: #eee;　/* ロゴの色 */
}
#breadcrumb ul li > span {
    color: #a1d8e6; /* パンクズの文字色 */
}
#breadcrumb ul li a {
    color: #ddd; /* パンクズのa文字色 */
}
#breadcrumb ul li:before {
    color: #fff; /* パンクズの矢印文字色 */
}
#menu li a {
    color: #fff; /* menuのa文字色 */
}
#secondary h2 {
    color: #eee; /* secondaryのh2文字色 */
}
#primary .inner > h2,#page h2 {
    color: #555;　/* primary、#pageのh2文字色 */
}
#catBox h2 {
    color: #555; 　/* カテゴリーページのh2文字色 */
}
.section h2,section h2 {
    color: #ff7400; /* .section,sectionのh2文字色 */
}
.status {
    color: #999; /* statusの文字色 */
}
#postArticle > h2 {
    color: #2e2e2e; /* シングルのh2文字色 */
}
#newPost a,#category a {
    color: #eee;　/* asideのa文字色 */
}
#footerWrap a {
    color: #a1d8e6; /* フッターのリンク文字色 */
}
.copyright {
    color: #d2c3ac; /* コピーライトの文字色 */
}

/* h1,h2,h3,h4
-------------------------------------------------------------- */
h1 {
    color: #d2c3ac; /* h1文字色 */
}
h2 {
    color: #fff; /* h2文字色 */
}
h3 {
    color: #444; /* h3文字色 */   
}
h3 a {
    color: #4e0c42;　/* h3のリンク文字色 */   
}

/* border
-------------------------------------------------------------- */
#containerWrap h2 {
    border-left: 5px solid #454545; /* h2のボーダー色 */   
}
#postArticle > h2 {
    border-left: 5px solid #dd18b7; /* シングルのh2ボーダー色 */ 
}
h3 {
    border-left: 5px solid #dd18b7;;　/* h3のボーダー色 */
}
#menu li {
    border-bottom: 1px solid #444; /* メニューリストのボーダー色 */
}
#postNavi {
    border-top: 1px dotted #bbb; /* シングルページのナビゲーションボーダー色 */
}
.status {
    border-bottom: 1px solid #aaa;　/* 記事ステータスのボーダー色 */
}
#catList li {
    border-top: 1px dotted #bbb; /* 記事一覧のボーダー色 */
}

/* other
-------------------------------------------------------------- */
.arrow li::before {
    border-color: transparent transparent transparent #624a0b; /* リストマーカーの三角の色 */
}
