@charset "UTF-8";
/*
Takamitool STELLA Custom CSS Color Setting Green
Created on : 2017/01/27, 12:24:26
Author     : mynetwork
C:030
*/

body {
    /* background-color: #fff0f5; */
}
#header .sitetitle {
    background-color: transparent;
}
#header .sitetitle a{
    color: #333;
}
#header-in {
    /* background-color: #ffb6c1;*/
}

#footer-bottom {
    border-top: 3px solid #dda0dd;
}

h2.toppage-fixed-page-title{
    background-color: #ebc9eb;
}
h2.toppage-blog-page-title{
    border-bottom: 5px solid #ebc9eb;
}
h2.postsubtitle{
    /*background-color: #ebc9eb;*/
    border-bottom: 3px solid #dda0dd;
}

h2.pagesubtitle {
    background-color: #ebc9eb;
}

[id^=sidebar] ul li:before {
    color: #4763c2;
}

[id^=sidebar] h2.widgettitle {
    color: #333;
    font-size: 1.05em;
    background-color: #ff69b4;
    border-top-color: #dda0dd;
}

#pagenavi .gotop-active ,
#pagenavi .gobottom-active,
#entry-footer-pagenavi .gotop-active ,
#entry-footer-pagenavi .gobottom-active {
    color: #666;
    background-color: #ebc9eb;
}
#footer-widget ul li:before {
    color: #4763c2;
}

#article h3::after {
    color: #db7093;
}
@media (min-width: 992px) {
    #header .header-menu-box-in {
        border-top: 3px solid #dda0dd;
    }
}
/*スマホ　グローバルメニュー　アクティブタブ*/
.header-menu-box div.menu > ul > li.current_page_item,
.header-menu-box ul.menu > li.current_page_item{
    border-bottom: 4px solid #db7093;
    background-color: #ebc9eb;
}
#header .sitetitle {
    /* スマホタイトルの背景色を変更する場合下記を有効にする*/
    background-color: #ebc9eb; 
}
@media (min-width: 992px) {
    #header .sitetitle {
        background-color: transparent;
    }
    .header-menu-box div.menu > ul > li.current_page_item,
    .header-menu-box ul.menu > li.current_page_item{
        border-bottom: 2px solid transparent;
        background-color: transparent;
    }
    
} 
#category-postlist h2.category-postlist-title {
    color:#000;
    background-color: #ebc9eb;
    border-left: 6px solid #dda0dd;
}
#category-postlist h2.category-postlist-title span.category-postlist-subtitle {
    color:#777;
}

#header-rsearch-panel .rsearchnavi ul li a,
#rsearch .rsearchnavi ul li a {
    background-color:#ebc9eb;
    color: #333;
    border: 1px solid #dda0dd;
}

/*本文中のHタグ*/
#article .entry-body h1{
  background-color: #e9e8ff;
}

#article .entry-body h2{
  background-color: #e9e8ff;
}

#article .entry-body h3{
  background-color: #e9e8ff;
}

#article .entry-body h4{
  border-bottom: 5px solid #e9e8ff;
}

#article .entry-body h5{
  border-bottom: 2px solid #e9e8ff;
}

#article .entry-body h6{
  background-color: #e9e8ff;
}

#category-postlist table.tablesorter thead tr th,
#category-postlist table.tablesorter tfoot tr th {
    background-color: #ffccdd;
}

#category-postlist table.tablesorter thead tr .headerSortDown,
#category-postlist table.tablesorter thead tr .headerSortUp {
    background-color: #ff99bb;
}

