.syohou_box{
	position:relative;
	width:690px;
	margin:0 auto 40px;
}

.syohou_box_detail{
	width:340px;
	height:80px;
	display:table;
	text-align:center;
	background:#f9f8f2;
	box-sizing:border-box;
	border:solid 1px #e3d9ab;
	color:#b9a02e;
	font-size:24px;
	font-weight:bold;
	line-height:1.2;
	float:left;
	margin-right:10px;
}

.syohou_box_detail:nth-of-type(2n){
	margin-right:0;
}

.syohou_box_detail:nth-of-type(n+3){
	margin-top:10px;
}

.syohou_box_detail .inner{
	display: table-cell;
	vertical-align: middle;
}