@charset "UTF-8";
@import url("reset.css");
@import url("booklog-pc.css") screen and (min-width: 769px);
@import url("booklog-smart.css") screen and (max-width: 768px);

/*----------------------------------------
title：boolog,Inc.
update：2015.03.31
----------------------------------------*/

/*----------------------------------------
  default
----------------------------------------*/

a {
  overflow: hidden;
  text-decoration: none;
  color: #2786c2;
}
a: link {
  text-decoration: none;
  color: #2786c2;
}
a:visited {
  text-decoration: none;
  color: #2786c2;
}
a:hover,
a:active {
  text-decoration: none;
  color: #da4740;
}

/*----------------------------------------
  ウィジェット
----------------------------------------*/
.fb-like-box,
.fb-like-box iframe[style],
.fb-like-box span {
    width: 100% !important;
}
#twitter-widget-1[style]{
  width: 100% !important;
}

/*----------------------------------------
  float clearfix
----------------------------------------*/
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
