@charset "utf-8";
/* CSS Document */

#title2 {
	display: block;
	height: 50px;
	border-left: solid 12px #076098;
	font-size: 25px;
	font-weight: bold;
	text-shadow: 1px 1px 2px #999;
	padding-left: 20px;
	line-height: 50px;
	background: linear-gradient(90deg, #ffffff, #70b6d0);
}

#content {
	/*width: 600px;
	margin: auto;*/
	font-size: 14px;
}
#content #p_title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}
#content #p_title a {
	display: block;
}
#content #fare {}
#content #fare table {
	border: solid 1px #000;
	border-collapse: collapse;
	width: 100%;
	box-sizing: border-box;
}
#content #fare table th,
#content #fare table td {
	border: solid 1px #000;
	padding: 10px;
}
#content #fare table th {
	background-color: #CCC;
	text-align: center;
	letter-spacing: 3em;
	text-indent: 3em;
}
#content #fare table td {
}
#content #fare table td dl {
	display: grid;
	grid-template-columns: 1fr auto;
	margin: 0;
}
#content #fare table td.item_n {
	text-align:justify;
	text-align-last:justify;
}
#content #fare table td.item_l {
	text-align:justify;
	text-align-last:justify;
	padding-left: 3em;
	padding-right: 3em;
}
