.entryTitle {
  font-size: 1.8rem;
  line-height: 1.8;
  color: #545454;
  background: url("../../images/common/bg_dot.png") left bottom repeat-x;
  padding-bottom: 10px;
  margin-bottom: 10px; }

.entryDate {
  color: #525252;
  font-weight: bold; }

#entryBody {
  clear: both;
  zoom: 1;
  padding: 27px 0 40px; }

#entryBody:afater {
  content: '';
  clear: both;
  display: block; }

#entryBody blockquote {
  padding: 36px 0;
  position: relative;
  margin-bottom: 75px; }

#entryBody blockquote:before {
  content: '';
  background: url("../../images/common/sprite.png") -250px -100px no-repeat;
  width: 32px;
  height: 26px;
  position: absolute;
  left: 0;
  top: 0; }

#entryBody blockquote:after {
  content: '';
  background: url("../../images/common/sprite.png") -300px -100px no-repeat;
  width: 32px;
  height: 26px;
  position: absolute;
  right: 0;
  bottom: 0; }

#entryBody p + blockquote {
  margin-top: 75px; }

#entryBody img {
  height: auto;
  max-width: 800px;
  width: 100%; }
  #entryBody img.news-img-pc {
    display: none; }

@media screen and (min-width: 961px) {
  #entryBody img.news-img-sp {
    display: none; }
  #entryBody img.news-img-pc {
    display: inline; } }

@media screen and (min-width: 641px) and (max-width: 960px) {
  .entryTitle {
    font-size: 1.6rem;
    line-height: 1.5;
    padding-bottom: 10px;
    margin-bottom: 10px; }
  #entryBody {
    clear: both;
    zoom: 1;
    padding: 27px 0 0; }
  #entryBody:afater {
    content: '';
    clear: both;
    display: block; }
  #entryBody blockquote {
    padding: 36px 0;
    position: relative;
    margin-bottom: 35px; }
  #entryBody p + blockquote {
    margin-top: 35px; }
  #entryBody img {
    height: auto;
    max-width: 400px;
    width: 100%; } }

@media screen and (max-width: 640px) {
  .entryTitle {
    font-size: 1.5rem;
    line-height: 1.4; }
  #entryBody {
    clear: both;
    zoom: 1;
    padding: 17px 0 20px; }
  #entryBody:afater {
    content: '';
    clear: both;
    display: block; }
  #entryBody blockquote {
    padding: 18px 0;
    position: relative;
    margin-bottom: 35px; }
  #entryBody blockquote:before {
    content: '';
    background: url("../../images/common/sprite.png") -125px -50px no-repeat;
    background-size: 500px auto;
    width: 16px;
    height: 13px;
    position: absolute;
    left: 0;
    top: 0; }
  #entryBody blockquote:after {
    content: '';
    background: url("../../images/common/sprite.png") -150px -50px no-repeat;
    background-size: 500px auto;
    width: 16px;
    height: 13px;
    position: absolute;
    right: 0;
    bottom: 0; }
  #entryBody p + blockquote {
    margin-top: 35px; }
  #entryBody img {
    height: auto;
    max-width: 400px;
    width: 100%; } }

pre {
  background: #f7f7f7;
  color: #222;
  line-height: 18px;
  margin: 18px 0;
  padding: 1.5em;
  overflow: auto;
  white-space: pre-wrap;
  word-wrap: break-word; }

sup,
sub {
  height: 0;
  line-height: 1;
  position: relative;
  vertical-align: baseline; }

sup {
  bottom: 1ex; }

sub {
  top: .5ex; }

.entry-sns li {
  float: left;
  margin: 0 0 0 8px;
  height: 20px;
  line-height: 20px !important; }
  .entry-sns li:first-child {
    margin: 0; }
  .entry-sns li:hover {
    text-decoration: none; }
