@charset "UTF-8";


.wysiwyg h1{
    color: #252e80;
    border-bottom: 1px solid #8b90a1;
}
.wysiwyg h2{
    color: #252e80;
    border-bottom: 3px solid #3e393a;
}
.wysiwyg h3{
    color: #252e80;
}
.wysiwyg h4{color: #000;}
.wysiwyg h5{color: #000;}


/* ========================================================= */
.p-nav a {
    color: #252e80;
}

.p-nav-next:before,
.p-nav-pre:before{
    content: "";
    z-index: 1;
    position: absolute;
    background: url(../../factoryfurniture/img/point_1.png) 0 0 no-repeat;
    background-size: contain;
    width: 16px;
    height: 17px;
    top: 10px;
    right: 0;
}
.p-nav-next:before{
    left: 0;
    right: auto;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.introduction_title{
    color: #3e393a;
}
.itd_header p{
    color: #252e80;
}
.itd_ct ol li a{
    color: #252e80;
}
.itd_ct ol li{
    text-indent: -16px;
    padding: 13px 13px 13px 37px;
}
.s2_tab2 ul li{
    width: 50%;
}
.introduction .s2_tab2 ul{
    border-bottom: 3px solid #3e393a;
}


.column_list_ttl,
.column_ttl{
    color: #3e393a;
}

.column_name{
    border-color: #3e393a;
}
.column_side_ttl,
.column_name_tab{
    background: #3e393a;
}

.column_side_ttl,
.column_name_tab{
    color: #fff;
}

.column_list li:hover .column_list_ttl{
    color: #fabe00;
}

.column_list li:hover .column_list_a{
    border-color:#3e393a;
}
.column_list_tag a:hover {
    background: #3e393a;
    color: #fff;
}
.column_side_rank a:hover,
.column_side_tag a:hover {
    color: #3e393a;
}

.column_side_tag a:before{
    background-image: url(../../factoryfurniture/img/link2.png);
    width: 16px;
    height: 17px;
}








@media screen and (max-width: 680px) and (orientation: portrait) ,screen and (max-width: 737px) and (orientation: landscape) {


    .introduction_ct p {
        white-space: normal;
    }


  /* ========================================================= */


  .p-nav-pre:before{}
  .p-nav-next:before{}


    .s2_tab2 ul li a{
        border-bottom:none;
    }
    .s2_tab2 ul li:first-child a{
        padding: 16px 0;
    }

}