
@charset "utf-8";

/*ゴルフボールの転がる先 無冠の実力者たち 2017.6*/
h4.golf-uncrowned {
  font-size:22px;
  color:#816f2c;
  font-weight:bold;
  border-left:none;
  padding:10px 0 5px 0;
  line-height:1.8em;
  margin:20px 0 10px 1em;
  text-indent:-1em;
}
h4.golf-uncrowned span {
  border-bottom: 3px double #c6b474;
}

@media screen and (max-width:640px){
h4.golf-uncrowned {
  font-size:17px;
  line-height:1.6em;
  margin:15px 0 10px 1em;
}
}