@charset "utf-8";

* {
  list-style:none;
  margin:0px;
  /*padding: 0px;*/
  text-decoration: none;
  font-family:"ＭＳ Ｐゴシック",Osaka,"ヒラギノ角ゴ Pro W3";
  /*line-height:150%;*/
  /*line-height:120%;*/
}
s,strike,del{
  text-decoration:line-through;
}
/* ▼リンク、画像border、hr▼ */
a:link, 
a:active{
  color: #0000cc;
  border-bottom: 0px solid ;
  text-decoration:none;
}
a:visited{
  color: #800080;
  line-height:auto;
}
/*
a:visited{
  color:#330066;
}*/
a:hover{
  color: #ff0000;
  text-decoration:underline;
}
img{
  border: 0;
  vertical-align:bottom;
}

p.prcolumn-h {
  background:url(/common/images/fx/v1/top/pr-icon.gif) no-repeat scroll left center transparent;
  padding:2px 0 2px 25px;
  margin:5px 0 10px 0;
  display: inline-block;
}
p.prcolumn-h a:visited{
  color: #0000ff;
}

p.prcolumn-t {
  background:url(/common/images/fx/v1/top/pr-icon.gif) no-repeat scroll left center transparent;
  padding:2px 0 2px 25px;
  margin:5px 0 10px 0;
}
p.prcolumn-t a:visited{
  color: #0000ff;
}
div.prcolumn-b {
  width:234px;
}

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

/*
********************************************
▼floatをクリアするためのCSS▼
********************************************
 */
 
.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */