.detail_bnrgrp .left {
	float: left;
}
.detail_bnrgrp .right {
	float: right;
	width: 369px;
	border-top: 2px solid #8F8D8A;
}
.detail_bnrgrp .right img {
  width: 100%;
}

h1{
        color:#000000;
        font-size:2em;
        font-weight:bold;
}
.sns li{
display:inline-block;
width:120px;
}
.bnr_grp p{
margin:10px 0;
}
.s1 {
	color: #444;
	font-size: 24px;
	display: flex;
	align-items: center;
}
.s1:before, .s1:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #444;
	display: block;
}
.s1:before {
	margin-right: .4em;
}
.s1:after {
	margin-left: .4em;
}
.clear {
	clear:both;
  	display:block;
  	width:100%;
	height:1px;
}