@charset "utf-8";
/* CSS Document */

.style1 {
	color: #FF0000;
	font-weight: bold;
}
h4 {
margin:30px 0 10px 35px;
}

.flex {
	display: flex;
	justify-content: flex-start;
	align-content: flex-start;
	flex-wrap: wrap;
	margin-left: 25px;
}

 .sell{
	text-align:center;
	width:140px;
	margin: 20px 5px;
	display: inline-flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	
}

#maincontents .flex p {
	width:100%;
	margin: 0;
	padding: 0;
	font-size: 11px;
	line-height: 1.2rem;
}

.sell img {
	height: 150px;
}

.price {
	background: #cc0000;
	border: 3px solid #cc0000;

	color: #fff;
	font-weight: bold;
	border-radius: 5px;
}

.sold {
	display: none;
}

.riq {
	text-align: right;
}
.link a,
.riq a {
		text-decoration: none;
}
.link:before,
.riq:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 22px;
  background-image: url(img/root3.gif);
  background-size: contain;
  vertical-align: text-bottom;
}

.bnr {
	width: 560px;
	margin: -10px 0 20px 35px;
    padding-left: 0;
}