@charset "utf-8";
/* CSS Document */

/* ※デスクトップファースト※
-------------------------------------------*/
table {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}

table th {
	padding: 1rem;
	text-align: center;
	vertical-align: middle;
	background: #F8F5EF;
	border-bottom: 2px solid #fff;
}
table td {
	padding: 1rem;
	text-align: left;
	background: #fff;
}

.mb_plan table {
	border: #FFE6E6 1px solid;
	width: 100%;
	font-size: 0.8rem;
}

.mb_plan table th {
	background: #FFE6E6;
	border-bottom: none;
	border-right: 1px solid #fff;
	padding: 0.5rem;
}
.mb_plan table th{ border-right: none;}
.mb_plan table td {
	background: #fff;
	border-bottom: none;
	text-align: center;
	padding: 0.5rem;	
}
.mb_plan table tr:nth-child(odd) td {
	background:#FFF4F4;
	border-right: 1px solid #fff;
}
.mb_plan table tr:nth-child(odd) td:last-child {
	border-right: 0;
}

.mb_plan.tuxedo table {
	border: #E2EFFE 1px solid;
}
.mb_plan.tuxedo table th {
	background: #E2EFFE;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.mb_plan.tuxedo table th:last-child{ border-right: none; border-bottom: 0;}
.mb_plan.tuxedo table tr:nth-child(odd) td {
	background:#F1F9FF;
	border-right: 1px solid #fff;
}
.mb_plan.tuxedo table tr:nth-child(odd) td:last-child {
	border-right: 0;
}
.mb_plan.tuxedo table tr:last-child > th,td {
	border-bottom: 0;}
.mb_plan.tuxedo table tr:first-child th:nth-child(1) { width: 20%;}
.mb_plan.tuxedo table tr:first-child th:nth-child(2) { width: 20%;}
.mb_plan.tuxedo table tr:first-child th:nth-child(3) { width: 20%;}
.mb_plan.tuxedo table tr:first-child th:nth-child(4) { width: 20%;}
.mb_plan.tuxedo table tr:first-child th:nth-child(5) { width: 20%;}


.shop table th { width: 30%;}



@media screen and (max-width: 767px) {
/* ------------------------
レスポンシブ有
------------------------ */

table.move {
	font-size:small;
	}

table.move th, table.move td {
	padding:0.5rem
	}

/*table.move th,table.move td {
	display: block;
	width: 100%;}	
table.move td {
	border-top: none;
	border-bottom: none;	
	}
table.move tr:last-child td { border-bottom: 1px solid #999;}
*/

/* ------------------------
レスポンシブ無
------------------------ */
table.stat th {
	width: 25%;
	padding: 6px;
	text-align: center;
	vertical-align: middle;
	background: #E8E2D3;
	border: 1px solid #999;
}
table.stat td {
	padding: 6px;
	text-align: left;
	background: #fff;
	border: 1px solid #999;
}

}
@media screen and (max-width: 479px) { /* 479px以下に適用 */ }