.bor_l{
    border-left:solid 1px #d7d7d7;
}
.bg_pink {
	background-color: #faa9a9 !important;
}

.bor_r_pink {
	border-right-color: #faa9a9 !important;
}
.bor_l_pink {
	border-left-color: #faa9a9 !important;
}

.section .branch_list > li > a{
	height:45px;
	flex-direction: column;
}

.section .branch_list > li > a > span{
	font-size:11px;
}

.border_box{
	border:solid 1px #d7d7d7;
	padding:10px;
}


@media screen and (min-width: 1137px), print {
	.section .branch_list > li > a{
		height:60px;
	}
	.section .branch_list > li > a > span{
		font-size:14px;
	}
	.border_box{
		padding:20px;
	}
}
