@charset "utf-8";
/* CSS Document */

#btn_magnetic {
	margin: 1em auto;
	width: 96%;
}
#btn_magnetic a {
	font-size: 14px;
	font-weight: 600;
	color: #FFF;
	text-align: left;
	background-image: url(../images/urology/u07/click.png), url(../images/urology/u07/btn_bg.jpg);
	background-repeat: no-repeat;
	background-position: right center, left top;
	text-shadow: rgb(254, 116, 114) 2px 0px 0px, rgb(254, 116, 114) 1.75517px 0.958851px 0px, rgb(254, 116, 114) 1.0806px 1.68294px 0px, rgb(254, 116, 114) 0.141474px 1.99499px 0px, rgb(254, 116, 114) -0.832294px 1.81859px 0px, rgb(254, 116, 114) -1.60229px 1.19694px 0px, rgb(254, 116, 114) -1.97999px 0.28224px 0px, rgb(254, 116, 114) -1.87291px -0.701566px 0px, rgb(254, 116, 114) -1.30729px -1.51361px 0px, rgb(254, 116, 114) -0.421592px -1.95506px 0px, rgb(254, 116, 114) 0.567324px -1.91785px 0px, rgb(254, 116, 114) 1.41734px -1.41108px 0px, rgb(254, 116, 114) 1.92034px -0.558831px 0px;
	display: block;
	padding-left: 1em;
	min-height: 32px;
	width: 100%;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-sizing: border-box;
}

@media only screen and (min-width: 769px) {
#btn_magnetic a {
	display: block;
	margin: 0;
	height: 32px;
	width: 980px;
}
#btn_magnetic a:hover {
	opacity: 0.7;
}
}