@charset "UTF-8";

@media print, screen and (min-width: 751px) {
.sub h1 {
	background-image: url(/kodate2/imgs/branch_list/img/bg_mv.jpg);
}
.sub .mainContent {
	padding: 0 0 100px;
}
.mainContent {
	padding-bottom: 0 !important;
	background: #fff;
}
/* anchor
  --------------------------------------------------------- */
.anchor {
	text-align: center;
	background: #fff;
	padding: 35px 0 25px;
}
.anchor ul li a {
	width: 178px;
	margin: 0;
}
.anchor .btnGeneral:after {
	right: 10px !important;
}
.anchor .btnGeneral {
	padding: 16px 5px !important;
}
/*.list
  --------------------------------------------------------- */
.list {
	overflow: hidden;
	padding: 60px 0 100px;
	width: 100%;
	position: relative;
	background: #f9f8f3;
}
.list .inner {
	width: 945px;
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
}
a.detail {
	border-radius: 3px;
	background-color: #ffe100;
	color: #000000 !important;
	font-size: 18px;
	letter-spacing: 1.8px;
	line-height: 1;
	width: 120px;
	text-align: center;
	padding: 10px 10px;
	border: 1px solid #ffe100;
	transition: .3s;
	margin-left: 20px;
	display: inline-block;
	vertical-align: bottom;
	margin-top: -8px;
	position: relative;
	box-shadow: 0 2px 1px rgba(0,0,0,0.3);
}
a.detail:after {
	content: "";
	display: block;
	width: 7px;
	height: 7px;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -5px;
}
a.detail:hover {
	background-color: #ead003;
	border: 1px solid #ead003;
	box-shadow: 0 0 0 rgba(0,0,0,0);
}
.areaTtlWrap {
	margin: 70px 0 20px 0;
}
.areaTtlWrap h2 {
	font-size: 28px;
	line-height: 1.5;
	margin: -85px 0 0;
	padding: 85px 0 0;
}
.areaTtlWrap h2:before {
	content: "●";
	color: #ffe100;
	font-size: 14px;
	margin-right: 10px;
	vertical-align: middle;
}
.salesTtl {
	margin: 40px 0 20px 0;
}
.salesTtl h3 {
	font-size: 22px;
	margin-left: 30px;
}
table.branchInfo {
	border: 1px solid #dadada;
	width: 100%;
	border-collapse: collapse;
	letter-spacing: normal;
	background: #fff;
	text-align: center;
	font-size: 0;
}
table.branchInfo tr {
	display: inline-block;
	border-bottom: 1px solid #dadada;
	width: 100%;
	font-size: 18px;
}
table.branchInfo tr:last-child() {
	display: inline-block;
	border-bottom: none;
}
table.branchInfo th, table.branchInfo td {
	vertical-align: middle;
	padding: 15px 25px;
	text-align: left;
}
table.branchInfo th {
	width: 185px;
	background: #f2f2f2;
	border-right: none;
	font-weight: bold;
}
.sub .mainContent th, .sub .mainContent td {
	line-height: 1.5;
	vertical-align: middle;
}
.sub .mainContent th, .sub .mainContent td a:hover {
	opacity: 0.6;
}
.perf50 {
	width: 50% !important;
	float: left;
	display: table !important;
	border-right: 1px solid #dadada;
}
.perf50:nth-child(odd) {
	border-right: none;
}
.perf50:nth-child(n + 4) {
	border-bottom: none;
}
table.salesInfo {
	border: 1px solid #dadada;
	width: 100%;
	border-collapse: collapse;
	letter-spacing: normal;
	background: #fff;
	text-align: center;
	vertical-align: middle;
}
table.salesInfo tr {
	border-bottom: 1px solid #dadada;
	font-size: 18px;
}
table.salesInfo tr:last-child() {
	border-bottom: none;
}
table.salesInfo th, table.salesInfo td {
	padding: 15px 25px;
	border-right: 1px solid #dadada;
}
table.salesInfo th {
	width: 33.3%;
	font-weight: bold;
	background: #f2f2f2;
}
table.salesInfo td {
}
table.salesInfo td:nth-child(1) {
	background: #f8f8f8;
	font-weight: bold;
	text-align: left;
}
table.salesInfo th:nth-child(3), table.salesInfo td:nth-child(3) {
	border-right: none;
}
}
