@charset "UTF-8";

/* CSS Document */

/*====================================

	page_ttl

====================================*/

.page_ttl {
	background: url(../images/page_ttl_bg.jpg) top 50% right 0 no-repeat #F9F7E8;
	background-size: 50%;
}

/*====================================

	cell_passengers

====================================*/

.cell_passengers {
}
.cell_passengers .investigation {
	width: 100%;
	text-align: right;
	font-size: 90%;
	margin-bottom: 10px;
}
.cell_passengers .list {
}
.cell_passengers .list table {
	width: 100%;
	margin-bottom: -1px;
}
.cell_passengers .list table:nth-child(odd) {
	background: #f7f7f7;
}
.cell_passengers .list table tr {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.cell_passengers .list table tr td {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 16%;
	text-align: center;
	padding: 8px 0;
}
.cell_passengers .list table tr .ttl {
	width: 20%;
}
.cell_passengers .list table:last-child {
	border-top: 1px solid #9B0040!important;
	margin-top: 10px;
	background: #9B0040;
}
.cell_passengers .list table:last-child tr,
.cell_passengers .list table:last-child td {
	font-weight: 600;
	color: #fff;
}





