@charset "utf-8";

/* ==========================================================

title : ホームメイト・リサーチ
scope : 全国の天気予報　各都道府県

last modify :2017/05/11 307_itou 都道府県ページ制作
2017/05/01 230inagaki

========================================================== */

body {
  font-size: 1.6rem;
  height: 100vh;
  min-width: 1024px;
  position: relative;
}


/*--flex骨子--*/

.born {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.born_c {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.born_l {
  display: flex;
  flex-wrap: wrap;
}


/*--svgおや非表示--*/

.svg_parent {
  display: none;
}


/*--カラムサイズ--*/

.main_wrap {
  line-height: 1.6rem;
  margin: 0 auto;
  padding: 0;
  width: 1000px;
}

.top_left {
  letter-spacing: 0;
  position: relative;
  text-align: left;
  width: 670px;
}

.top_right {
  color: #444;
  margin: 0;
  padding: 0;
  width: 300px;
}


/*--都道府県map共通--*/

.pref_map_box {
  position: relative;
  width: 100%;
}

.pref_map_box_ttl {
  margin: 0 0 10px 0;
  position: relative;
}

.pref_map_box_ttl::before {
  background-image: linear-gradient(to right, transparent, #003ad0 25%, #003ad0 75%, transparent);
  background-position: center;
  background-repeat: no-repeat;
  content: '';
  height: 1px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 100%;
}

.pref_map_box_ttl::after {
  background-image: linear-gradient(to right, transparent, #003ad0 25%, #003ad0 75%, transparent);
  background-position: center;
  background-repeat: no-repeat;
  bottom: 0;
  content: '';
  height: 1px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: center;
  width: 100%;
}

.pref_map_box h1 {
  color: #00246e;
  font-family: source-han-serif-japanese, serif;
  font-style: normal;
  font-weight: 700;
  font-size: 3.6rem;
  height: 100%;
  letter-spacing: 3px;
  line-height: 40px;
  margin: 0;
  padding: 15px 0;
  position: relative;
  text-align: center;
}

.pref_map_box h1::before {
  background: url("/weather/image/icn_ttl_pref01.png") no-repeat 0 0/cover;
  content: "";
  display: block;
  height: 35px;
  left: 20px;
  position: absolute;
  top: 17px;
  width: 80px;
}

.pref_map_box h1::after {
  background: url("/weather/image/icn_ttl_pref02.png") no-repeat 0 0/cover;
  content: "";
  display: block;
  height: 35px;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 80px;
}

.pref_map_inner {
  margin: 0 auto 40px;
  position: relative;
}

.pref_map_menu {
  margin: 0;
  padding: 0;
}

.pref_map_menu li {
  position: absolute;
}

.pref_map_menu a {
  background: #fff;
  border: 2px solid #e24a79;
  border-radius: 18px;
  color: #e24a79;
  display: inline-block;
  font-family: Georgia, 'Hiragino Mincho ProN', 'Yu Mincho', serif;
  font-size: 1.7rem;
  font-weight: 800;
  height: 35px;
  text-align: left;
  transition: 0.3s;
  padding: 6px 10px;
  position: relative;
}

.pref_map_menu svg {
  height: 16px;
  margin-left: 1.2rem;
  position: relative;
  top: 2px;
  width: 16px;
}

.pref_map_menu use {
  fill: #e24a79;
}

.pref_map_menu a:hover {
  background: #e24a79;
  border: 2px solid #fff;
  color: #fff;
}

.pref_map_menu a:hover use {
  fill: #fff;
}

.pref_map_menu .b_pref_capital a {
  background: #e24a79;
  border: 2px solid #fff;
  color: #fff;
  font-size: 1.5rem;
  height: 34px;
  letter-spacing: -0.03em;
  padding: 8px 12px 7px 24px;
  position: relative;
  z-index: 1;
}

.pref_map_menu .b_pref_capital a:hover {
  background: #fff;
  border: 2px solid #e24a79;
  color: #e24a79;
}

.pref_map_menu .b_pref_capital a:hover:before {
  border-left: 8px solid #e24a79;
}

.pref_map_menu .b_pref_capital a:before {
  border-bottom: 4px solid transparent;
  border-left: 8px solid #fff;
  border-top: 4px solid transparent;
  content: "";
  height: 0;
  left: 10px;
  position: absolute;
  top: 10px;
  width: 0;
}

.pref_map_menu .b_pref_capital a:after {
  background: #fff;
  content: "";
  height: 2px;
  position: absolute;
  z-index: -1;
}

.capital_point {
  background: #e24a79;
  border-radius: 50%;
  border: 2px solid #fff;
  height: 14px;
  position: absolute;
  width: 14px;
}


/*--都道府県mapファイルとリンクボタンpos--*/

.pref01 {
  background: url("/weather/image/map_pref01.png") no-repeat 0 0/cover;
  height: 620px;
}

.b_pref01_01 {
  bottom: 530px;
  left: 237px;
}

.b_pref01_02 {
  left: 268px;
  top: 247px;
}

.b_pref01_03 {
  bottom: 418px;
  left: 190px;
}
.b_pref01_04 {
  bottom: 231px;
  left: 167px;
}

.b_pref01_05 {
  left: 207px;
  top: 293px;
}

.b_pref01_06 {
  bottom: 211px;
  left: 33px;
}

.b_pref01_07 {
  bottom: 367px;
  left: 475px;
}

.b_pref01_08 {
  left: 394px;
  top: 267px;
}

.b_pref01_09 {
  bottom: 407px;
  left: 353px;
}

.b_pref01_10 {
  bottom: 308px;
  left: 539px;
}

.b_pref01_11 {
  left: 472px;
  top: 354px;
}

.b_pref01_12 {
  bottom: 229px;
  left: 346px;
}

.b_pref01_13 {
  bottom: 163px;
  left: 144px;
}

.b_pref01_14 {
  left: 254px;
  top: 451px;
}

.b_pref01_15 {
  bottom: 59px;
  left: 119px;
}

.b_pref01_16 {
  bottom: 101px;
  left: 17px;
}

.pref02 {
  background: url("/weather/image/map_pref02.png") no-repeat 0 0/cover;
  height: 600px;
}

.b_pref02_01 {
  bottom: 214px;
  left: 186px;
}

.b_pref02_02 {
  left: 372px;
  top: 94px;
}

.b_pref02_03 {
  bottom: 159px;
  left: 418px;
}

.pref03 {
  background: url("/weather/image/map_pref03.png") no-repeat 0 0/cover;
  height: 630px;
}

.b_pref03_01 {
  bottom: 292px;
  left: 194px;
}

.b_pref03_02 {
  left: 410px;
  top: 196px;
}

.b_pref03_03 {
  bottom: 139px;
  left: 413px;
}

.pref04 {
  background: url("/weather/image/map_pref04.png") no-repeat 0 0/cover;
  height: 630px;
}

.b_pref04_01 {
  bottom: 414px;
  left: 374px;
}

.b_pref04_02 {
  left: 122px;
  top: 445px;
}

.pref05 {
  background: url("/weather/image/map_pref05.png") no-repeat 0 0/cover;
  height: 630px;
}

.b_pref05_01 {
  bottom: 300px;
  left: 222px;
}

.b_pref05_02 {
  left: 365px;
  top: 188px;
}

.pref06 {
  background: url("/weather/image/map_pref06.png") no-repeat 0 0/cover;
  height: 630px;
}

.b_pref06_01 {
  bottom: 277px;
  left: 371px;
}

.b_pref06_02 {
  left: 247px;
  top: 488px;
}

.b_pref06_03 {
  bottom: 404px;
  left: 203px;
}

.b_pref06_04 {
  bottom: 465px;
  left: 375px;
}

.pref07 {
  background: url("/weather/image/map_pref07.png") no-repeat 0 0/cover;
  height: 530px;
}

.b_pref07_01 {
  bottom: 263px;
  left: 394px;
}

.b_pref07_02 {
  left: 532px;
  top: 342px;
}

.b_pref07_03 {
  bottom: 210px;
  left: 115px;
}

.pref08 {
  background: url("/weather/image/map_pref08.png") no-repeat 0 0/cover;
  height: 630px;
}

.b_pref08_01 {
  right: 215px;
  top: 184px;
}

.b_pref08_02 {
  bottom: 184px;
  left: 206px;
}

.pref09 {
  background: url("/weather/image/map_pref09.png") no-repeat 0 0/cover;
  height: 620px;
}

.b_pref09_01 {
  bottom: 173px;
  left: 290px;
}

.b_pref09_02 {
  left: 290px;
  top: 166px;
}

.pref10 {
  background: url("/weather/image/map_pref10.png") no-repeat 0 0/cover;
  height: 630px;
}

.b_pref10_01 {
  bottom: 195px;
  left: 282px;
}

.b_pref10_02 {
  left: 260px;
  top: 181px;
}

.pref11 {
  background: url("/weather/image/map_pref11.png") no-repeat 0 0/cover;
  height: 420px;
}

.b_pref11_01 {
  bottom: 109px;
  left: 432px;
}

.b_pref11_02 {
  left: 303px;
  top: 115px;
}

.b_pref11_03 {
  bottom: 155px;
  left: 78px;
}

.pref12 {
  background: url("/weather/image/map_pref12.png") no-repeat 0 0/cover;
  height: 630px;
}

.b_pref12_01 {
  bottom: 431px;
  left: 187px;
}

.b_pref12_02 {
  left: 406px;
  top: 178px;
}

.b_pref12_03 {
  bottom: 118px;
  left: 157px;
}

.pref13 {
  background: url("/weather/image/map_pref13.png") no-repeat 0 0/cover;
  height: 704px;
}

.b_pref13_01 {
  right: 30px;
  top: 247px;
}

.b_pref13_02 {
  bottom: 241px;
  left: 11px;
}

.b_pref13_03 {
  bottom: 25px;
  left: 163px;
}

.b_pref13_04 {
  bottom: 22px;
  right: 20px;
}

.pref14 {
  background: url("/weather/image/map_pref14.png") no-repeat 0 0/cover;
  height: 530px;
}

.b_pref14_01 {
  bottom: 253px;
  left: 420px;

}

.b_pref14_02 {
  left: 134px;
  top: 209px;
}

.pref15 {
  background: url("/weather/image/map_pref15.png") no-repeat 0 0/cover;
  height: 580px;
}

.b_pref15_01 {
  bottom: 371px;
  left: 446px;
}

.b_pref15_02 {
  left: 323px;
  top: 374px;
}

.b_pref15_03 {
  bottom: 96px;
  left: 124px;
}

.b_pref15_04 {
  bottom: 391px;
  left: 182px;
}

.pref16 {
  background: url("/weather/image/map_pref16.png") no-repeat 0 0/cover;
  height: 540px;
}

.b_pref16_01 {
  bottom: 268px;
  left: 397px;
}

.b_pref16_02 {
  left: 102px;
  top: 239px;
}

.pref17 {
  background: url("/weather/image/map_pref17.png") no-repeat 0 0/cover;
  height: 630px;
}

.b_pref17_01 {
  bottom: 156px;
  left: 188px;
}

.b_pref17_02 {
  left: 376px;
  top: 82px;
}

.pref18 {
  background: url("/weather/image/map_pref18.png") no-repeat 0 0/cover;
  height: 570px;
}

.b_pref18_01 {
  bottom: 346px;
  left: 398px;
}

.b_pref18_02 {
  left: 153px;
  top: 455px;
}

.pref19 {
  background: url("/weather/image/map_pref19.png") no-repeat 0 0/cover;
  height: 600px;
}

.b_pref19_01 {
  bottom: 368px;
  left: 188px;
}

.b_pref19_02 {
  left: 438px;
  top: 286px;
}

.pref20 {
  background: url("/weather/image/map_pref20.png") no-repeat 0 0/cover;
  height: 630px;
}

.b_pref20_01 {
  bottom: 481px;
  left: 299px;
}

.b_pref20_02 {
  left: 302px;
  top: 251px;
}

.b_pref20_03 {
  bottom: 143px;
  left: 244px;
}

.pref21 {
  background: url("/weather/image/map_pref21.png") no-repeat 0 0/cover;
  height: 630px;
}

.b_pref21_01 {
  bottom: 196px;
  left: 215px;
}

.b_pref21_02 {
  left: 375px;
  top: 141px;
}

.b_pref21_capital {
  bottom: 20px;
  right: 170px;
}

.b_pref21_capital .capital_point {
  bottom: 106px;
  right: 126px;
}

.pref_map_menu .b_pref_capital.b_pref21_capital a:after {
  left: 23px;
  top: -40px;
  transform: rotate(109deg);
  width: 80px;
}

.pref22 {
  background: url("/weather/image/map_pref22.png") no-repeat 0 0/cover;
  height: 510px;
}

.b_pref22_01 {
  bottom: 222px;
  left: 265px;
}

.b_pref22_02 {
  left: 511px;
  top: 356px;
}

.b_pref22_03 {
  bottom: 303px;
  left: 457px;
}

.b_pref22_04 {
  bottom: 130px;
  left: 108px;
}

.pref23 {
  background: url("/weather/image/map_pref23.png") no-repeat 0 0/cover;
  height: 600px; 
}

.b_pref23_01 {
  bottom: 353px;
  left: 183px;
}

.b_pref23_02 {
  left: 450px;
  top: 270px;
}

.pref24 {
  background: url("/weather/image/map_pref24.png") no-repeat 0 0/cover;
  height: 630px;
}

.b_pref24_01 {
  bottom: 423px;
  left: 269px;
}

.b_pref24_02 {
  left: 214px;
  top: 444px;
}

.b_pref24_capital {
  left: 40px;
  top: 40px;
}

.b_pref24_capital .capital_point {
  left: 363px;
  top: 20px;
}

.pref_map_menu .b_pref_capital.b_pref24_capital a:after {
  left: 269px;
  top: 19px;
  transform: rotate(6deg);
  width: 95px;
}

.pref25 {
  background: url("/weather/image/map_pref25.png") no-repeat 0 0/cover;
  height: 630px;
}

.b_pref25_01 {
  left: 315px;
  top: 452px;
}

.b_pref25_02 {
  bottom: 435px;
  left: 398px;
}

.pref26 {
  background: url("/weather/image/map_pref26.png") no-repeat 0 0/cover;
  height: 630px;
}

.b_pref26_01 {
  bottom: 412px;
  left: 171px;
}

.b_pref26_02 {
  left: 365px;
  top: 355px;
}

.pref27 {
  background: url("/weather/image/map_pref27.png") no-repeat 0 0/cover;
  height: 630px;
}

.b_pref27_01 {
  left: 151px;
  top: 208px;
}

.pref28 {
  background: url("/weather/image/map_pref28.png") no-repeat 0 0/cover;
  height: 630px;
}

.b_pref28_01 {
  bottom: 213px;
  left: 279px;
}

.b_pref28_02 {
  left: 245px;
  top: 68px;
}

.pref29 {
  background: url("/weather/image/map_pref29.png") no-repeat 0 0/cover;
  height: 630px;
}

.b_pref29_01 {
  bottom: 445px;
  left: 265px;
}

.b_pref29_02 {
  left: 350px;
  top: 381px;
}

.pref30 {
  background: url("/weather/image/map_pref30.png") no-repeat 0 0/cover;
  height: 630px;
}

.b_pref30_01 {
  bottom: 444px;
  left: 226px;
}

.b_pref30_02 {
  left: 367px;
  top: 392px;
}

.pref31 {
  background: url("/weather/image/map_pref31.png") no-repeat 0 0/cover;
  height: 360px;
}

.b_pref31_01 {
  bottom: 215px;
  left: 481px;
}

.b_pref31_02 {
  left: 161px;
  top: 103px;
}

.pref32 {
  background: url("/weather/image/map_pref32.png") no-repeat 0 0/cover;
  height: 520px;
}

.b_pref32_01 {
  bottom: 303px;
  left: 462px;
}

.b_pref32_02 {
  left: 191px;
  top: 283px;
}

.b_pref32_03 {
  bottom: 428px;
  left: 27px;
}

.pref33 {
  background: url("/weather/image/map_pref33.png") no-repeat 0 0/cover;
  height: 630px;
}

.b_pref33_01 {
  bottom: 235px;
  left: 275px;
}

.b_pref33_02 {
  left: 282px;
  top: 145px;
}

.pref34 {
  background: url("/weather/image/map_pref34.png") no-repeat 0 0/cover;
  height: 590px;
}

.b_pref34_01 {
  bottom: 196px;
  left: 282px;
}

.b_pref34_02 {
  left: 343px;
  top: 175px;
}

.pref35 {
  background: url("/weather/image/map_pref35.png") no-repeat 0 0/cover;
  height: 480px;
}

.b_pref35_01 {
  left: 24px;
  top: 272px;
}

.b_pref35_02 {
  bottom: 191px;
  right: 263px;
}

.b_pref35_03 {
  bottom: 193px;
  right: 94px;
}

.b_pref35_04 {
  bottom: 300px;
  right: 382px;
}

.pref36 {
  background: url("/weather/image/map_pref36.png") no-repeat 0 0/cover;
  height: 535px;
}

.b_pref36_01 {
  left: 264px;
  top: 161px;
}

.b_pref36_02 {
  bottom: 157px;
  right: 235px;
}

.pref37 {
  background: url("/weather/image/map_pref37.png") no-repeat 0 0/cover;
  height: 520px;
}

.b_pref37_01 {
  left: 268px;
  top: 290px;
}

.pref38 {
  background: url("/weather/image/map_pref38.png") no-repeat 0 0/cover;
  height: 578px;
}

.b_pref38_01 {
  left: 201px;
  top: 308px;
}

.b_pref38_02 {
  right: 190px;
  top: 156px;
}

.b_pref38_03 {
  bottom: 100px;
  left: 185px;
}

.pref39 {
  background: url("/weather/image/map_pref39.png") no-repeat 0 0/cover;
  height: 540px;
}

.b_pref39_01 {
  left: 340px;
  top: 99px;
}

.b_pref39_02 {
  right: 65px;
  top: 160px;
}

.b_pref39_03 {
  bottom: 157px;
  left: 91px;
}

.pref40 {
  background: url("/weather/image/map_pref40.png") no-repeat 0 0/cover;
  height: 610px;
}

.b_pref40_01 {
  left: 139px;
  top: 232px;
}

.b_pref40_02 {
  right: 125px;
  top: 97px;
}

.b_pref40_03 {
  bottom: 362px;
  right: 209px;
}

.b_pref40_04 {
  bottom: 157px;
  right: 272px;
}

.pref41 {
  background: url("/weather/image/map_pref41.png") no-repeat 0 0/cover;
  height: 600px;
}

.b_pref41_01 {
  right: 222px;
  top: 296px;
}

.b_pref41_02 {
  left: 158px;
  top: 190px;
}

.pref42 {
  background: url("/weather/image/map_pref42.png") no-repeat 0 0/cover;
  height: 510px;
}

.b_pref42_01 {
  bottom: 123px;
  right: 72px;
}

.b_pref42_02 {
  right: 167px;
  top: 192px;
}

.b_pref42_03 {
  left: 125px;
  top: 104px;
}

.b_pref42_04 {
  bottom: 136px;
  left: 153px;
}

.pref43 {
  background: url("/weather/image/map_pref43.png") no-repeat 0 0/cover;
  height: 610px;
}

.b_pref43_01 {
  left: 267px;
  top: 178px;
}

.b_pref43_02 {
  right: 45px;
  top: 130px;
}

.b_pref43_03 {
  bottom: 158px;
  left: 31px;
}

.b_pref43_04 {
  bottom: 91px;
  right: 83px;
}

.pref44 {
  background: url("/weather/image/map_pref44.png") no-repeat 0 0/cover;
  height: 630px;
}

.b_pref44_01 {
  bottom: 286px;
  right: 165px;
}

.b_pref44_02 {
  left: 217px;
  top: 146px;
}

.b_pref44_03 {
  bottom: 328px;
  left: 123px;
}

.b_pref44_04 {
  bottom: 111px;
  right: 202px;
}

.pref45 {
  background: url("/weather/image/map_pref45.png") no-repeat 0 0/cover;
  height: 630px;
}

.b_pref45_01 {
  bottom: 170px;
  right: 180px;
}

.b_pref45_02 {
  right: 107px;
  top: 116px;
}

.b_pref45_03 {
  bottom: 228px;
  left: 100px;
}

.b_pref45_04 {
  left: 175px;
  top: 112px;
}

.pref46 {
  background: url("/weather/image/map_pref46.png") no-repeat 0 0/cover;
  height: 1110px
}

.b_pref46_01 {
  bottom: 298px;
  left: 231px;
}

.b_pref46_02 {
  left: 175px;
  top: 100px;
}

.b_pref46_03 {
  right: 122px;
  top: 293px;
}

.b_pref46_04 {
  bottom: 586px;
  left: 198px;
}

.pref47 {
  background: url("/weather/image/map_pref47.png") no-repeat 0 0/cover;
  height: 710px;
}

.b_pref47_01 {
  bottom: 340px;
  left: 267px;
}

.b_pref47_02 {
  right: 86px;
  top: 118px;
}

.b_pref47_03 {
  bottom: 299px;
  left: 17px;
}

.b_pref47_04 {
  bottom: 162px;
  right: 81px;
}
.b_pref47_05 {
  bottom: 84px;
  right: 179px;
}

.b_pref47_06 {
  bottom: 173px;
  left: 119px;
}

.b_pref47_07 {
  bottom: 54px;
  left: 12px;
}


/*--市区町村一覧--*/

.city_box {
  border: 2px solid #29a2a7;
  border-radius: 0 5px 5px 5px;
  position: relative;
  margin: 0 auto 70px;
  width: 100%;
}

.city_box h2 {
  background: #29a2a7;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 100;
  left: -2px;
  line-height: 40px;
  margin: 0;
  padding: 0 15px;
  position: absolute;
  top: -40px;
  width: 300px;
}

.city_box h2::after {
  border: none;
  border-right: solid 40px white;
  border-bottom: solid 54px transparent;
  content: '';
  left: 260px;
  position: absolute;
  top: -17px;
}

.city_box_txt {
	font-size: 1.4rem;
  position: absolute;
  left: 310px;
  top: -45px;
}

.city_menu {
  margin: 0 auto;
  padding: 0 0 15px;
  width: 610px;
}

.city_menu li {
  display: inline-block;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  line-height: 20px;
  margin: 15px 0 0 0;
  padding-left: 2rem;
  text-indent: -1.6rem;
  vertical-align: top;
  width: 145px;
}

.city_menu li::before {
  content: "●";
  color: #e24a79;
  font-size: 1rem;
  margin-right: 0.5rem;
}

.city_menu_hr {
  border-bottom: 1px solid #29a2a7;
  border-top: 0;
  margin: 0 auto;
  padding: 0;
  width: 92%;
}

.city_menu li.primary {
  width: 100%;
}


/*--お役立ち修正--*/

.useful_ttl {
  background: url("/search/image_cmn/ufl_ttl_bg2.png") no-repeat right bottom;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 800;
  height: 50px;
  line-height: 54px;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: left;
  text-indent: 2.4rem;
}

.relation2 h3 {
  margin: 15px 0 0;
  width: 620px;
}

.li_useful a:hover,
.li_search a:hover{
	color: #ea0000;
}

.fa_bnr a:hover img{
	opacity: 0.7;
}

* > .useful_box > .use_cate div.p_img h3 {
  background: url(/image_cmn/lst_40.png) no-repeat 5px 3px #e2ffc6;
  background-size: 20px;
  padding: 6px 0 6px 33px;
}

/*--seo--*/

.mo_box {
  border: 3px solid #ffdbe9;
  display: block;
  font-size: 1.3rem;
  /*line-height: 1.8rem;*/
  margin: 40px auto;
  padding: 15px 25px;
  text-align: left;
  width: 790px;
}


/*--font--*/

.w_800 {
  font-weight: 800;
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) {
  .pref_map_menu a:hover {
    background: #fff;
    border: 2px solid #e24a79;
    color: #e24a79;
  }
  .pref_map_menu a:hover use {
    fill: #e24a79;
  }
}

.bnr_box_golf {
  margin-bottom: 70px;
  text-align: center;
}

.bnr_box_golf a {
	display: inline-block;
  margin-bottom: 15px;
}

.bnr_box_golf a:hover {
	opacity: .7;
}