div#shipping_method table.table th,
div#payment_method table.table th{
 display: none;
}
h4 {
  font-size: 110%;
  margin-bottom: 2px;
}
table.table td {
  padding: 10px;
}
div#shipping_method .ryokin table th{
	display:table-cell !important;
}
.ryokin table {
	border-right: 1px solid #ccc;
  width: 100%;
}
.ryokin table th {
	border-top: 1px solid #ccc;
}
.ryokin br {
	display:none;
}
/*size:767px°Ê²¼¶¦ÄÌ
----------------------------------------------------*/
@media screen and (max-width:767px){
.ryokin table td {
	padding:5px;
}
}