
#downket_matrix img{
	width: 100%;
}

#downket_matrix #midasi li{
	float: left;
	width: 33%;
}

#downket_matrix dl{
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-top: 2%;
}

#downket_matrix dl:nth-child(4){
	margin-right: 0%;
}

#downket_matrix dl:nth-child(5){
	clear: both;
}

#downket_matrix dl:nth-child(7){
	margin-right: 0%;
}


.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix{
	zoom:1;/*IE5.5-7用*/
}




/*PC*/
@media screen and (min-width: 640px){
	#downket_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: 5% auto 0%;
		font-size: 120%;
	}
	
	#downket_matrix dd p{
		width: 28%;
		float: left;
		text-align: center;
		font-size: 95%;
	}

	#downket_matrix dd a .value{
		font-size: 145%;
	}
	
	#downket_matrix dd p.set{
		font-size: 80%;
		line-height: 100%;
	}
	
	#downket_matrix dd .prices{
		float: right;
		width: 55%;
		padding-top: -10px;
		margin-top: -4%;
		text-align: right;
		margin-right: 5%;
	}
	
	
}



#downket_matrix dd a:after {
    content: '';
    position: absolute;
    bottom: 40%;
    right: 5px;
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 6px;
    border-color: transparent transparent transparent #ffffff;
}

#downket_matrix{
	clear: both;
}

#downket_matrix h4{
	margin-bottom: 0%;
	padding-bottom: 0%;
}

.green{
	background:#0ba909!important;
}







.tanpin a{
	-webkit-border-radius: 10;
	-moz-border-radius: 10;
	border-radius: 10px;
	color: #000000;
	font-size: 23px;
	background: #dddddd;/*ボタン背景*/
	padding: 5% 2%;
	text-decoration: none;
	width: 90%;
	display: block;
	font-weight: bold;
}

.set a{
	-webkit-border-radius: 10;
	-moz-border-radius: 10;
	border-radius: 10px;
	color: #000000;
	font-size: 23px;
	background: #dddddd;/*ボタン背景*/
	padding: 5% 2%;
	text-decoration: none;
	width: 90%;
	display: block;
	font-weight: bold;
}

#downket_matrix .spesicalprice{
	display: none;
}


#downket_matrix li .intax{
	width: 15%;
	float: left;
	font-size: 65%;
	margin-top: 10%;
}
#downket_matrix li .tanpin{
	margin-bottom: 4%;
}

#downket_matrix li .tanpin .buy_price{
	position: absolute;
	bottom: 3%;/*13%*/
	right: 0%;
	width: 100%;/*80%*/
}

#downket_matrix li .set .buy_price{
	position: absolute;
	bottom: 0%;
	right: 0%;
	width: 80%;
}

#downket_matrix .price{
	width: 40%;
	float: left;
	white-space: nowrap;
	text-align: right;
	color: #FFF;
	margin-top: -3%;
}

#downket_matrix .intax{
	width: 25%;
	float: right;
}



