@charset "utf-8";
/*--------------------
	contents
--------------------*/
dl {
	margin-bottom: 40px;
}

dl dt,
dl dd {
	padding: 10px 0;
	border-bottom: 2px solid #000;
}
dl dt {
	float: left;
	text-align: right;
	padding-right: 100px;
	width: 220px;
	font-weight: bold;
}
dl .detail2 {
	height: 53px;
}
dl .detail3 {
	height: 77px;
}


dl dd {
	margin-left: 320px;
	width: 780px;
}
dl dt:last-of-type,
dl dd:last-of-type {
	border-bottom: 0;
}

dl dd.detail2 div {
	float: left;
	width: 480px;
}
dl dd.detail2 .btn {
	float: right;
	margin: 5px 0;
}

dl dd ul,
dl dd ul li:first-child {
	margin: 0;
}
dl dd ul {
	float: left;
	margin-right: 35px;
}
dl dd ul li:first-child {
	margin-right: -10px;
	list-style: none;
}

/*--------------------
	about
--------------------*/
#about .contents section img {
	float: left;
	margin-right: 20px;
}
#about .contents section::after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/*--------------------
	other
--------------------*/
#matsuda_auto p {
	line-height: 1.5em;
}
#matsuda_auto p span {
	display: block;
	margin: 20px 0;
	font-size: 1.3em;
}
#matsuda_auto p span b {
	display: block;
	color: #ff0000;
}

#greeting p b {
	float: right;
	font-size: 1.1em;
	margin-bottom: 10px;
}