@charset "UTF-8";
.profile_info > li {
	list-style: none;
	margin-bottom: 20px;
}
.profile_info > li:last-child {
	margin-bottom: 0;
}
.profile_info span.title {
	float: left;
	max-width: 100px;
	width: 100%;
	font-weight: 500;
	color: #333;
	text-transform: capitalize;
}
.profile_info span.title + * {
	overflow: hidden;
	margin: 0;
	line-height: normal;
	color: #687188;
}
.profile_info a:hover {
	color: #FF324D;
}
.profile_info span.title + *{
    line-height: 1.5em;
    color: #707070;
}
.store_map,
.store_map:link{
    cursor: pointer;
    white-space: nowrap;
    margin-right: 10px;
    display: inline-block;
}
.storeModal iframe {
    width: 100%;
}
.profile_info p.store_content_mark,
.profile_info a.store_content_mark{
    color: #B70000;
}
.profile_info > li{
    margin-bottom: 15px;
}
.store_content_block > table td:first-child{
	width: 85px;
	vertical-align: top;
	padding-right: 20px;
}
.store_addr_block{
	padding-left: 16px;
    position: relative;
}
.store_addr_block > i{
	position: absolute;
    left: 0px;
    top: 7px;
}
@media (max-width: 991px){
	.store_block > div {
		padding-bottom: 0px;
	}
	.store_block > div:last-child {
		padding-bottom: 70px;
	}
}