@charset "utf-8";
/* CSS Document */

table {background-color:transparent; width: 100%; border-collapse: collapse }
table.table-bordered { border-top: 1px solid #ddd; width: 100%; border-collapse: collapse  }
table thed th, table tbody th, table th,
table tbody td, table td
{ padding: 5px 8px; }
table.table-bordered  thed th, table.table-bordered  tbody th, table th,
table.table-bordered  tbody td
{ border-bottom: 1px solid #ddd; border-right: 1px solid #ddd; }

table.table-top-bordered { border-top:2px solid #AAAAAA}

.mypage .table-bordered>tbody>tr>th, .mypage .table-bordered>thead>tr>th  { color: #646464; font-size: 1.4rem }
.mypage .table-bordered>tbody>tr>td { color:#242424 }
.width_120px { width: 120px}

.menu_table td.order_counts { position: relative }
.menu_table td.order_counts .menu_icon { position: relative; top:auto; right:auto;left: auto }

@media (max-width: 480px) {
	.mypage .table-bordered>tbody>tr>th, .mypage .table-bordered>thead>tr>th { font-size: 0.9em}
}