#cl_greet img {
	display: inline-block;
	margin: 0 10px 10px 0;
}
#cl_st_list {
	display: flex;
	flex-flow: row wrap;
	align-items: stretch;
	justify-content: flex-start;
	padding-right: 10px;
}
#cl_st_list > * {
	flex: 1 0 50%;
	max-width: 50%;
	padding-left: 10px;
	padding-bottom: 10px;
}
@media screen and (min-width: 786px) {
	#cl_st_list > * {
		flex: 1 0 33.33%;
		max-width: 33.33%;
	}
}
#cl_st_list dt { font-size: 1.2em; }
#cl_st_list dd { font-size: .9em; }
#cl_st_list dd > a {
	display: inline-block;
	padding: 3px 20px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #deb253;
	color: #b32425;
	text-align: center;
}
#cl_st_list dd > a:hover {
	background-color: #b32425;
	color: #deb253;
}

#cl_contact address {
	position: relative;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	margin: auto;
	padding: 10px 10px;
	text-align: center;
	z-index: 100;
}
#cl_contact address dl {
	flex: 0 0 auto;
	padding: 10px 0;
}
#cl_contact address dt {
	font-size: 1.2em;
	font-weight: bold;
}
@media screen and (min-width: 980px) {
	#cl_contact address { flex-flow: row nowrap; }
	#cl_contact address dl { flex: 0 0 50%; }
	#cl_contact address dl:first-child { border-right: 1px #666 solid; }
}
