@charset "utf-8";
/* ==================== Sales Office ==================== */


.topicpath + p {
	font-weight: bold;
	margin-bottom: 10px;
}


.salesofficeTable {
	margin-bottom: 50px;
}

.salesofficeTable th,
.salesofficeTable td {
	padding: 5px 10px;
	line-height: 1.5;
	text-align: center;
}

.salesofficeTable thead th {
	color: #FFF;
	background: #06479B;
}

.salesofficeTable thead th.name {
	width: 20em;
}

.salesofficeTable thead th.tel {
	width: 10em;
}

.salesofficeTable tbody tr:nth-child(odd) {
	background: #F5F5F5;
}

.salesofficeTable tbody th ,
.salesofficeTable tbody td:nth-child(2) {
	text-align: left;
}

.salesofficeTable tbody th {
	background: transparent;
	font-weight: bold;
}

.salesofficeTable tbody th a {
	font-weight: normal;
}



@media screen and (max-width: 480px) {
.salesofficeTable thead {
	display: none;
}

.salesofficeTable tbody tr {
	padding: 10px;
	display: block;
	border-top: 1px solid #CCC;
}

.salesofficeTable tbody th ,
.salesofficeTable tbody td {
	display: block;
	padding: 0;
	width: 100%;
	text-align: left;
	border: 0;
}

.salesofficeTable tbody td:nth-child(3):before ,
.salesofficeTable tbody td:nth-child(4):before {
	display: inline-block;
	width: 3.5em;
	font-weight: bold;
}
.salesofficeTable tbody td:nth-child(3):before {content: "[TEL]";}
.salesofficeTable tbody td:nth-child(4):before {content: "[FAX]";}
}