
/* table */

.table {
	border-collapse:collapse;
	border-spacing:0;
	border-top: solid 1px #e2e2e2;
}
.table th,
.table td {
	vertical-align:middle;
	border-bottom: solid 1px #e2e2e2;
	padding-left: 1.5em;
}
.table th {}
.table td {padding-right: 1.5em;}

/* spview */
@media screen and (max-width:767px) {
	
	.table {
		display:block;
		width:auto;
		border-top:none;
		border-right:none;
	}
	
	.table thead,
	.table tbody,
	.table tr,
	.table th,
	.table td {
		display:block;
		width:auto;
	}
	.table td.pc {
		display:none;
	}
	
	.table tr { margin-bottom:1em; }
	.table tr:last-child { margin-bottom:0; }
	
	.table th,
	.table td {}
	.table th {
		padding:0.5em;
		margin-bottom:0;
		border-bottom:none;
	}
	.table td { padding:0.5em;font-size: 12px; }
	
	col { display:none; }
}

/* table_default */

.table_default { margin-bottom:1em; }

.table_default tr {background: #fff;}

.table_default thead th,
.table_default thead td {padding: 0;font-size: 12px;text-align: center;line-height: 3.5;}

.table_default th,
.table_default td { padding:16px;font-size: 13px; }

.table_default th {
	
	background-color:#F5F5F5;
	text-align:left;
}
@media screen and (min-width:768px) {
	
	.table_default th.sp { display: none; }
}
/* spview */
@media screen and (max-width:767px) {

	.table_default th,
	.table_default td { padding:0.5em; }
	.table_default td + th { border-top: none; }
	.table_default thead { display: none; }
}

/* table_striped */

.table_striped {}
.table_striped tr:nth-child(odd) td { background-color:#F2F2FF; }

/* table_price */

.table_price {}
.table_price td,
.table_price th {}

.table_price td {}
.table_price.joukin {}

.table_price th {}
.table_price .price {}

.table_price .box {}
.table_price .box:after {}

/* table_responsive */

.table_responsive {
	overflow-x: auto;
	min-height: 0.01%;
}

/* spview */
@media screen and (max-width:767px) {
	
	.table_responsive {
		padding:0 0 0.5em;
		position:relative;
		margin-bottom:2em;
	}
	.table_responsive table { margin:0; }
	.table_responsive th { white-space:nowrap; }
	
	.table_responsive_note{
		
		display:inline-block;
		-webkit-border-top-left-radius: 4px;
		-webkit-border-top-right-radius: 4px;
		-moz-border-radius-topleft: 4px;
		-moz-border-radius-topright: 4px;
		border-top-left-radius: 4px;
		border-top-right-radius: 4px;
		
		background-color:#E0FBFE;
		color:#959595;
		padding:0.5em;
		line-height:1em;
		font-size:80%;
	}
	.table_responsive_note i { margin:0 0.5em; }

/*	.table_responsive:before {
		
		content:'\e9d6　横にスクロールできます';
		font-family: 'icomoon' !important;
		position:absolute;
		top:0;
		left:0;
	}
*/

	.table_responsive::-webkit-scrollbar { height: 5px; }
	.table_responsive::-webkit-scrollbar-track { border-radius:5px; background: #e2e2e2; }
	.table_responsive::-webkit-scrollbar-thumb { border-radius:5px; background: #959595; }
}