@charset "utf-8";

/* リセット */
* {
  list-style: none;
  margin: 0;
  text-decoration: none;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

/* 打ち消し線 */
s, strike, del {
  text-decoration: line-through;
}

/* リンクスタイル */
a {
  text-decoration: none;
}
a:link,
a:active {
  color: #0000cc;
  border-bottom: none;
}
a:visited {
  color: #0000cc;
}
a:hover {
  color: #ff0000;
  text-decoration: underline;
}

/* 画像・段落 */
img {
  border: none;
  vertical-align: middle;
}
p {
  font-size: 16px;
  line-height: 1.6;
}

/* classes */
.hidden { display: none; }
.plus { color: #ff0000; }
.minus { color: #40b33a; }
.fs36 { font-size: 36px; }
.fs34 { font-size: 34px; }
.fs32 { font-size: 32px; }
.fs28 { font-size: 28px; }
.fs24 { font-size: 24px; }
.fs20 { font-size: 20px; }
.fs18 { font-size: 18px; }
.fs16 { font-size: 16px; }
.fs14 { font-size: 14px; }
.fs12 { font-size: 12px; }
.fs10 { font-size: 10px; }

/* 広告アイコン */
.prcolumn-h,
.prcolumn-t {
  background: url(/common/images/fx/v1/top/pr-icon.gif) no-repeat left center transparent;
  padding: 2px 0 2px 25px;
  margin: 5px 0 10px;
}
.prcolumn-h {
  display: inline-block;
}
.prcolumn-b {
  width: 234px;
}

/* SNSアイコン */
.share-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  overflow: hidden;
  border-radius: 3px;
  width: 90px;
  padding-left: 10px;
  height: 20px;
  color: #fff !important;
  background-position: left 2px center;
  background-repeat: no-repeat;
  background-size: 14px auto;
  margin: 0 auto 5px;
}
.share-btn:hover {
  text-decoration: none;
}
.facebook-share-btn {
  background-color: #385495;
  background-image: url(/common/images/common/v1/icon/icon-facebook.jpg);
}
.twitter-share-btn {
  background-color: #000;
  background-image: url(/mwimgs/b/e/-/img_be81bffccda577badd8f24db618e38bb2842.png);
}
.hatena-share-btn {
  background-color: #00a5df;
  background-image: url(/common/images/common/v1/icon/icon-hatena.jpg);
}

/* clearfix */
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
.clearfix {
  display: block;
}
.dummy {
  height: 1px;
  overflow: hidden;
  clear: both;
  width: 100%;
}
.dummy hr {
  visibility: hidden;
}
