@charset "utf-8";

.special article .singleImg {
	max-width: 750px;
	width: 100%;
	height: auto;
}

.special article .golfOfficialLink {
	margin: 28px 0 2em;
	text-align: center;
}

#mainContents  .buttonLink{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  margin-bottom: 20px;
  max-width: 500px;
  height: 5em;
  padding: 10px 25px;
  color: #007545;
  transition: 0.2s ease-in-out;
  font-weight: 600;
  background: #d7eea3;
  filter: drop-shadow(0px 2px 4px #ccc);
  border-radius: 3px;
  text-decoration: none;
}

#mainContents .buttonLink:hover {
  background: #007545;
  color: #fff;
}

#mainContents .buttonLink:after {
  margin: 0 0 0 0.5em;
  font-family: "Font Awesome";
  font-weight: 900;
}

#mainContents .buttonLink[target="_blank"]:after {
  content: '\f08e';
}

#mainContents .buttonLink:not([target="_blank"]):after {
  content: '\f061';
}

@media only screen and (min-width: 1122px), print {

}

@media only screen and (min-width: 768px) and (max-width: 1121px), print {	

}

@media only screen and (max-width: 767px) {
    
}
