@charset "UTF-8";
/* 購入ガイド上画像中央寄せ */
.rnk3item td.timg {
	text-align: center;
}
/* 購入ガイド下幅100％ th幅30％*/
.dsc1item {
  table-layout: fixed;  
  width: 100%;
}
.dsc1item th {
 text-align: center;
}
.dsc1item td {
 text-align:left;
}
.dsc1item th{
	width:30%;
}
/* スマホ回り込み */
@media (max-width:640px){
.rnk3item tr{
 display:flex;
 flex-direction:column;
}
.rnk3item {
    border: 1px solid #EEE;
}
.rnk3item td{
 border:none;
}
.dsc1item {
  table-layout: fixed;  
  width: 100%;
}
}