@charset "UTF-8";

#spirit .ttl01 {
	font-size: 112.50%;
	font-weight: bold;
	color: #bc272d;
	letter-spacing: 0.3em;
	line-height: 1.6em;
}

#spirit .txt01 {
	font-size: 156.25%;
	font-family: "Yu Mincho", "YuMincho", serif;
	line-height: 2.3em;
}

#spirit .spiritTable01 {
	border-collapse: collapse;
	width: 660px;
	margin: 0 auto 30px;
	font-size: 93.75%;
}

#spirit .spiritTable01 tbody tr th {
	padding: 10px 1.2em 10px;
	width: 20%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}

#spirit .spiritTable01 tbody tr td {
	padding: 10px 0 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}



@media screen and (max-width:768px) {}

@media screen and (max-width:480px) {
	#spirit .spiritTable01 {
		width: 95%;
	}

	#spirit .spiritTable01 tbody tr th {
		text-align: left;
		display: block;
		width: 98%;
		background: #f5f5f5;
		padding-left: 2%;
		border: none;
	}

	#spirit .spiritTable01 tbody tr td {
		display: block;
	}



}
