
/* ↓商品検索用　20180906↓ */

.side_box h2{
    background-color: transparent;
	margin-top: 5px!important;
}

.side_box .section_title h2:before {
    position: absolute;
    top: 20px;
    display: block;
    width: 100%;
    height: 1px;
    content: "";
    background-color: #000000;
}

.side_box h2 .title_text {
    display: inline-block;
	padding: 0px 18px;
	background-color: #FFFFFF;
	position: relative;
	z-index: 1;	
}


/*************************************************************/
/* sns */

.article_social {
    padding-top: 10px;
    border-top: 1px solid #E0DFE3;
}

.article_comment {
    margin-top: 15px;	
}

.page_box .article_comment h2 {
    font-size: 108%;	
}

