
.fbox{
	display:flex;
	margin-bottom:2em;
}

.fbox .fim{
	border:1px solid #ccc;
	display:flex;
	margin:0.5em;
}

.fbox figure{
	margin:0.5em 1em 0 auto;
	flex: 0 0 20%;

}

.fbox figure img{
	width:100%;
	height:auto;
}




.table_container{
width: 100%;
overflow: auto;
-webkit-overflow-scrolling: touch;
padding-bottom:0.5em;
margin-bottom:1em;
}


.table_container td:nth-of-type(2){
	white-space:nowrap;
}

.table_container td span.kakaku{
	display:inline-block;
	float: right;
}

@media screen and (max-width: 767px){/*sp*/
.table_container table{
	font-size:80%;
}

.fbox figure{
	margin:0.5em 1em 0 auto;
	flex: 0 0 30%;

}

}

img.border{
border:solid #ccc 1px;
}