#sunoko_matrix{
	width: 750px;
	margin: 0 auto;
}

#sunoko_matrix ul,
#sunoko_matrix li,
#sunoko_matrix p,
#sunoko_matrix dt,
#sunoko_matrix dd {
	list-style: none;
	padding: 1%;
	margin: 0%;
	line-height: 100%;
}

#sunoko_matrix img{
	width: 100%;
}

#sunoko_matrix #midasi li{
	float: left;
	width: 33%;
}

#sunoko_matrix dl{
	float: left;
	width: 32%;
	margin-right: 2%;
    margin-bottom: 2%;
}


#sunoko_matrix dl:nth-child(4){
	margin-right: 0%;
}

#sunoko_matrix dl:nth-child(5){
	clear: both;
}

#sunoko_matrix dl:nth-child(8){
	margin-right: 0%;
}



#sunoko_matrix .clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

#sunoko_matrix .clearfix{
	zoom:1;/*IE5.5-7—p*/
}


	#sunoko_matrix dd a{
		position: relative;
		-webkit-border-radius: 10;
		-moz-border-radius: 10;
		border-radius: 10px;
		color: #FFFFFF;
		background: #0087fa;
		padding: 5% 2%;
		text-decoration: none;
		width: 95%;
		display: block;
		font-weight: bold;
		min-height: 20px;
		margin: 2% auto 0%;
		font-size: 120%;
		display: flex;
		align-items: center;
	}
	#sunoko_matrix dd a:hover{
		color: #fff !important;
		background-color: #0060b2;
	}
	#sunoko_matrix dd p{
		width: 35%;
		/*float: left;*/
		text-align: center;
		font-size: 80%;
		display: inline-block;
		vertical-align: middle;
	}

	#sunoko_matrix dd a .value{
		font-size: 145%;
	}
	
	#sunoko_matrix dd p.set{
		font-size: 80%;
		line-height: 100%;
	}
	
	#sunoko_matrix dd .prices{
		float: right;
		width: 55%;
		padding-top: -10px;
		margin-top: -4%;
		text-align: right;
		margin-right: 5%;
	}
	



#sunoko_matrix dd a:after {
    content: '';
    position: absolute;
    bottom: 40%;
    right: 14px;
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 6px;
    border-color: transparent transparent transparent #ffffff;
}

#sunoko_matrix{
	clear: both;
}

#sunoko_matrix h4{
	margin-bottom: 0%;
	padding-bottom: 0%;
}

#sunoko_matrix .buy_price {
    display: inline-block;
    width: 60%;
    vertical-align: middle;
}








/*-----------------‰¿Ši•”•ª----------------------*/
#sunoko_matrix .spesicalprice{
	display: none;
}

#sunoko_matrix li .intax{
	width: 15%;
	float: left;
	font-size: 65%;
	margin-top: 10%;
}
#sunoko_matrix li .tanpin{
	margin-bottom: 4%;
}

#sunoko_matrix li .tanpin .buy_price{
	position: absolute;
	bottom: 3%;/*13%*/
	right: 0%;
	width: 100%;/*80%*/
}

#sunoko_matrix li .set .buy_price{
	position: absolute;
	bottom: 0%;
	right: 0%;
	width: 80%;
}

#sunoko_matrix .price{
	width: 40%;
	/*float: left;*/
	white-space: nowrap;
	text-align: right;
	color: #FFF;
	margin-top: -3%;
}

#sunoko_matrix .intax{
	font-size: 12px;
    color: #fff;
    margin-left: 3px;
    /* vertical-align: -webkit-baseline-middle; */
}


.buy_price>ol, .buy_price>ul{
	justify-content: space-between;
}