@charset "utf-8";

/* ////////////////////////////////////////////////////////////
	File Name	style.css
*/

#dealer {
	padding-top: 60px;
	padding-bottom: 80px;
}
#dealer .h1 {
	text-align: center;
	font-size: 48px;
	line-height: 1.5;
}
#dealer .h2 {
	padding: 40px 0 0 0;
	text-align: center;
	font-size: 30px;
	line-height: 1.5;
}
#dealer table {
	margin: 30px 0;
	width: 100%;
	border-top: 1px dotted #999999;
}
#dealer table th,
#dealer table td {
	vertical-align: middle;
	padding: 20px 30px;
	border-bottom: 1px dotted #999999;
	font-size: 16px;
	line-height: 1.6;
}
#dealer table th {
	width: 320px;
	background-color: #e7e7e7;
	font-weight: bold;
	white-space: nowrap;
}
#dealer table th br {
	display: none;
}
#dealer table tr:nth-child(even) th {
	background-color: #f7f7f7;
}
#dealer table td {
	padding-right: 0;
}
#dealer table td div {
	position: relative;
	padding-right: 130px;
}
#dealer table td div a {
	position: absolute;
	top: 50%; right: 0;
	display: block;
	margin-top: -15px;
	width: 120px;
	border: 1px solid #000000;
	text-align: center;
	font-size: 16px;
	line-height: 30px;
	color: #000000;
}
/* ホバー */
.os-other #dealer table td div a {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.os-other #dealer table td div a:hover {
	background-color: #000000;
	color: #ffffff;
}

/* ////////////////////////////////////////////////////////////
	ブレイクポイント
*/
@media screen and (max-width: 680px) {

	#dealer {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	#dealer .h1 {
		font-size: 24px;
		line-height: 1.5;
	}
	#dealer .h2 {
		padding: 10px 0 0 0;
		font-size: 18px;
		line-height: 1.5;
	}
	#dealer table {
		margin: 10px 0 20px 0;
		width: 100%;
	}
	#dealer table th,
	#dealer table td {
		padding: 15px 10px;
		font-size: 12px;
		line-height: 1.6;
	}
	#dealer table th {
		width: 130px;	
	}
	#dealer table th br {
		display: block;
	}
	#dealer table td div {
		padding-right: 0;
	}
	#dealer table td div a {
		position: static;
		margin-top: 10px;
		width: 100%;
		font-size: 14px;
		line-height: 24px;
	}

}