@charset "utf-8";

.wrap {
    position: relative;
}

/*=======================================================
ヘッダー・フッター部bootstrap打ち消し
=======================================================*/
header #header-inner h1 {
	font-size: 12px;
	margin-bottom: initial;
    font-weight: normal;
    line-height: 1.6;
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
}
header #header-logo {
    margin-bottom: initial;
}
#en {
	text-decoration: underline;
    font-family: initial;
}
article #heading h1 {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	font-weight: initial;
}
article #heading .heading-title,
article #heading .title {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	font-weight: initial;
}
article #pan-list .pan-list-wrapper{
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
    font-weight: initial;
}
article #pan-list .pan-list-wrapper a{ 
	font-family: sans-serif;
    font-weight: initial;
}
footer .footer-wrap-bottom-inner .footer-bottom-block.base p {
	margin-bottom: 0;
}


/*bootstrap 打ち消し*/
.main-op-col .col-main {
    width: 100%;
    padding: 10px;
}

.quick_link {
    height: 28px;
    display: block;
    text-align: center;
    font-size: 14px;
    padding: 3px 15px;
    margin: 5px 0 10px auto;
    background-color: #fff;
    border: solid 1px #666;
    border-radius: 3px;
    position: relative;
    color: #666;
    float: right;
}
.quick_link:focus {
    outline: none;
}
.quick_link:hover {
    cursor: pointer;
}
.quick_link:active {
    background-color: #eee;
}
.quick_link.active:active {
    background-color: #eee;
}        

.wood_lineup {
    width: 890px;
    margin: 0 auto;
    padding: 20px;
    background: rgba(248,248,248,0.95);
    opacity: 0;
    position: absolute;
    top: -9999px;
    z-index: 6;
    position: absolute;
    column-count: 4;
}
.wood_lineup.active {
    opacity: 1;
    top: 40px;
}
.wood_lineup li {
    width: 174px;
    height: 28px;
    padding: 0;
    margin: 0;
    border: none;
    float: left;
    position: relative;
    width: 100%;
    height: auto;
}
.wood_lineup li a {
    width: 100%;
    display: block;
    font-size: 12px;
    line-height: 28px;
    text-indent: 22px;
    background-color: transparent;
    text-decoration: none;
    color: #666;
}
.wood_lineup li a:before {
    content: "";
    display: inline;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 8px;
    left: 5px;
    background: url(../img/flooring/jushu_search/list-marker-allowR.png);
    background-size: contain;
}
.wood_lineup li a:hover {
    background-color: #42957d;
    color: #fff;
}

@media screen and (max-width:768px) {
	
    .wood_lineup {
        width: 100%;
    }
    .wood_lineup li {
        width: 30%;
    }
}

@media screen and (max-width:576px) {

    .wood_lineup li {
        width: 50%;
    }

    .quick_link {
        font-size: 10px;
    }
}


.op_h2 {
	position: relative;
    width: 100%;
    height: 40px;
    text-align: left;
    background: url(http://www.prairie.co.jp/html/img/common/op/op_h2.jpg) bottom no-repeat;
    margin: 0 0 35px 0;
}
.op_h2 h1 {
	font-size: 24px;
	line-height: 1.67;
	padding: 0;
}
.op_h2 .quick_link {
	position: absolute;
	top: 0;
	right: 0;
	margin-top: 0;
}
.op_h2 .quick_link.active:before {
    content: "▶";
    display: inline-block;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}  
.op_h2 .quick_link:before {
    content: "▶";
    display: inline-block;
    transition: all 0.2s;
}

.sub-title {
	font-size: 14px;
}

h3 {
    width: 100%;
    box-sizing: border-box;
    padding-left: 8px;
    font-size: 16px!important;
    line-height: 2!important;
    border-bottom: 2px solid #42957d;
    border-left: 6px solid #42957d;
    margin-bottom: 20px!important;
    color: #666!important;
}

.wood_list dl img{
    width: 100%;
}

.wood_list dt,
.wood_list dt span{
    text-align: center;
    margin: 10px 0;
    color: #8c7a63;
    letter-spacing: 1px;
}

.wood_list dt.sml{
    letter-spacing: -1px;
}

a:hover {
    text-decoration: none!important;
    }
