@charset "UTF-8";

/*
Theme Name: apocreat theme
Description: The Themes
Version: 1.0
*/

#pharmacyList .flex .photo .photoinner {
	width: 100%;
    padding-top: 75%;
    position: relative;
    overflow: hidden;
}

#pharmacyList .flex .photo .photoinner img {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
	max-width:none;
	width:100%;
    transform: translate(-50%, -50%);
}


#newsDetail .kanren {
	margin-top:50px;
}
#newsDetail .kanren h3 {
	background:#003364;
	color:#fff;
	display:inline-block;
	border-radius:100px;
	padding:0 20px;
font-size:16px;
	margin:0  0 10px;
}
#newsDetail .kanren a {
	text-decoration:underline;
}
#newsDetail .kanren a:hover {
	text-decoration:none;
}