@charset "utf-8";

.reservation.index .fIndex .listF li {
	font-size: 16px;
	float: left;
	margin: 0 15px 0 0;
}
.reservation.index .fIndex .tbCoat td {
	text-align: center;
}
.en.reservation.cancel.others .titGreen span {
	display: block;
	text-indent: -1.5em;
	margin-left: 1.5em;
}

@media screen and (max-width: 600px) {
	.tb.tbBuy th {
		padding: 10px;
		background-color: #c5d700 !important;
		width: 50%;
		font-size: 14px;
	}
	.tb.tbBuy td {
		padding: 10px;
		font-size: 13px;
	}
	.reservation.index .fIndex .icons {
		margin: 0 0 20px;
	}
	.reservation.index .fIndex .listF li {
		float: none;
		font-size: 14px;
	}
	.reservation.index .fIndex .tbCoat.listItem tr {
		display: block;
		min-height: 1%;
	}
	.reservation.index .fIndex .tbCoat.listItem tr:after {
		clear: both;
		content: ".";
		display: block;
		height: 0;
		visibility: hidden;
	}
/*	.reservation.index .fIndex .titLineB span {
		display: block;
		font-size: 10px;
	}*/
	* html .reservation.index .fIndex .tbCoat.listItem tr {
			height: 1%
	}
	.reservation.index .fIndex .tbCoat.listItem td {
		float: left;
		width: 33.33%!important;
		border-right: none;
	}
	.reservation.index .fIndex .tbCoat.listItem td:last-child {
		border-right: 1px solid #e3e3e3;
	}
	.reservation.beginner #tabReservSp ul.tab {
		margin: 0 10px 10px;
		border-bottom: 1px solid #c5d700;
	}
	.reservation.beginner #tabReservSp ul.tab li {
		float: left;
		width: 25%;
		border: 1px solid #dedede;
		background-color: #ececec;
		border-bottom: none;
		font-size: 9px;
		font-weight: bold;
		text-align: center;
		vertical-align: middle;
		line-height: 1.2;
		height: 30px;
		display: table;
	}
	.reservation.beginner #tabReservSp ul.tab li.select {
		background-color: #c5d700;
		border-color: #c5d700;
		color: #fff;
	}
	.reservation.beginner #tabReservSp ul.tab li span {
		display: table-cell;
		vertical-align: middle;
	}
	.reservation.beginner #tabReservSp ul.content .hide {
		display: none;
	}
	.reservation.cancel.index table td {
		padding: 0;
	}
	.reservation.cancel.index table td a {
		padding: 10px;
		display: block;
	}
}