body#blog a,
body#blog a img,
body#blog a:before,
body#blog a:after {
  -moz-transition: all, 0.25s, ease-in;
  -o-transition: all, 0.25s, ease-in;
  -webkit-transition: all, 0.25s, ease-in;
  transition: all, 0.25s, ease-in;
}
body#blog #contents {
  max-width: 1200px;
  width: auto;
  overflow: hidden;
  padding-top: 35px;
}
@media (max-width: 1300px) {
  body#blog #contents {
    margin: 0 50px;
  }
}
@media (max-width: 768px) {
  body#blog #contents {
    margin: 0;
  }
}
body#blog .column--main {
  width: calc(100% - 330px);
  float: left;
}
@media (max-width: 768px) {
  body#blog .column--main {
    width: 100%;
    padding: 0 4%;
    float: none;
  }
}
body#blog .column--main #sns-area {
  margin-bottom: 10px;
}
body#blog .column--main #sns-area ul {
  text-align: right;
}
body#blog .column--main #sns-area li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
body#blog .column--main #sns-area img {
  width: 25px;
  height: 25px;
}
body#blog .column--main #sns-sharearea {
  border: 1px solid #ccc;
  margin-bottom: 5px;
  padding: 15px;
}
body#blog .column--main #sns-sharearea h3 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 13px;
  text-align: center;
}
body#blog .column--main #sns-sharearea ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
body#blog .column--main #sns-sharearea li {
  margin: 0 3px;
}
body#blog .column--main #sns-sharearea li a.twitter {
  background-color: #1b95e0;
  border-radius: 5px;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  font-size: 0.75em;
  height: 61px;
  line-height: 2em;
  padding-top: 10px;
  text-align: center;
  vertical-align: middle;
  width: 61px;
}
body#blog .column--sub {
  width: 283px;
  float: right;
}
@media (max-width: 768px) {
  body#blog .column--sub {
    width: 100%;
    padding: 0 4%;
    float: none;
  }
}
body#blog .post--item {
  margin-bottom: 90px;
}
body#blog .post--item--header {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.6;
  color: #161616;
  position: relative;
  padding: 22px 10px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  body#blog .post--item--header {
    font-size: 23px;
    padding: 0;
  }
}
body#blog .post--item--header:before, body#blog .post--item--header:after {
  content: '';
  display: block;
  width: 100%;
  height: 7px;
  position: absolute;
  left: 0;
  right: 0;
  background: #fff url(../images/blog/border-stripe.gif) left center repeat-x;
  border: 1px solid #000;
  border-width: 0 1px;
}
@media (max-width: 768px) {
  body#blog .post--item--header:before, body#blog .post--item--header:after {
    content: none;
  }
}
body#blog .post--item--header:before {
  top: 0;
}
body#blog .post--item--header:after {
  bottom: 0;
}
body#blog .post--item--header a {
  color: #161616;
}
body#blog .post--item--header a:hover {
  text-decoration: none;
  color: #0068b7;
}
body#blog .post--item--postdata {
  font-size: 12px;
  margin-bottom: 30px;
  overflow: hidden;
}
body#blog .post--item--postdata--time {
  color: #a0a0a0;
  float: right;
}
body#blog .post--item--imgarea {
  margin-bottom: 24px;
}
body#blog .post--item--imgarea img {
  max-width: 100%;
  height: auto;
}
body#blog .post--item--imgarea a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
body#blog .post--item--content--thumbnail {
  margin-bottom: 2em;
}
body#blog .post--item--content p {
  margin-bottom: 2em;
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  body#blog .post--item--content p {
    font-size: 15px;
    padding: 0;
  }
}
body#blog .post--item--content img {
  max-width: 100%;
  height: auto;
}
body#blog .post--item--content .headline {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.42;
  color: #161616;
  position: relative;
  padding: 16px 10px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  body#blog .post--item--content .headline {
    font-size: 23px;
    padding: 0;
  }
}
body#blog .post--item--content .headline:after {
  content: '';
  display: block;
  width: 100%;
  height: 7px;
  position: absolute;
  left: 0;
  right: 0;
  background: #fff url(../images/blog/border-stripe.gif) left center repeat-x;
  border: 1px solid #000;
  border-width: 0 1px;
}
@media (max-width: 768px) {
  body#blog .post--item--content .headline:after {
    content: none;
  }
}
body#blog .post--item--content .headline:after {
  bottom: 0;
}
body#blog .post--item--content .heading {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.42;
  padding: 16px 0;
  border-bottom: 3px solid #000;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  body#blog .post--item--content .heading {
    font-size: 20px;
    padding: 0;
  }
}
body#blog .post--item--content .subhead {
  font-size: 23px;
  font-weight: 700;
  line-height: 1.42;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  body#blog .post--item--content .subhead {
    font-size: 18px;
    padding: 0;
  }
}
body#blog .post--item--content ul li, body#blog .post--item--content ol li {
  font-size: 18px;
  line-height: 1.67;
  margin-bottom: 5px;
}
body#blog .post--item--content pre code {
  font-size: 16px;
  line-height: 1.8;
}
body#blog .post--item--author {
  background-color: #f1f3f1;
  border-bottom: 3px solid #dfe5e6;
  padding: 20px 0 20px 20px;
  overflow: hidden;
}
body#blog .post--item--author.single {
  margin-bottom: 70px;
}
@media (max-width: 768px) {
  body#blog .post--item--author {
    padding: 20px;
  }
}
body#blog .post--item--author--photo {
  width: 100px;
  height: 100px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  background-color: #ddd;
  float: left;
}
@media (max-width: 768px) {
  body#blog .post--item--author--photo {
    float: none;
    margin: 0 auto;
  }
}
body#blog .post--item--author--photo img {
  max-width: 100%;
  height: auto;
}
body#blog .post--item--author--personal {
  padding-left: 120px;
}
@media (max-width: 768px) {
  body#blog .post--item--author--personal {
    padding: 0;
  }
}
body#blog .post--item--author--data {
  font-size: 12px;
  line-height: 16px;
  padding: 15px 15px 10px 0;
}
@media (max-width: 768px) {
  body#blog .post--item--author--data {
    line-height: 1.6;
  }
}
body#blog .post--item--author--data--name {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
@media (max-width: 768px) {
  body#blog .post--item--author--data--name {
    text-align: center;
    display: block;
  }
}
body#blog .post--item--author--data--sns {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding-left: 6px;
}
@media (max-width: 768px) {
  body#blog .post--item--author--data--sns {
    display: none;
  }
}
body#blog .post--item--author--data--sns li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin-left: 18px;
}
body#blog .post--item--author--data--time {
  float: right;
}
@media (max-width: 768px) {
  body#blog .post--item--author--data--time {
    float: none;
    text-align: center;
    display: block;
  }
}
body#blog .post--item--author--comment {
  background-color: #fff;
  padding: 10px 25px;
  position: relative;
  -moz-border-radius: 15px 0 0 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px 0 0 15px;
}
@media (max-width: 768px) {
  body#blog .post--item--author--comment {
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    font-size: 12px;
  }
}
body#blog .post--item--author--comment:before {
  content: '';
  background: url(../../blog/images/balloon.jpg) 0 0 no-repeat;
  display: block;
  width: 17px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 10px;
  margin-left: -17px;
}
@media (max-width: 768px) {
  body#blog .post--item--author--comment:before {
    content: none;
  }
}
body#blog #other {
  background: transparent none repeat scroll 0 0;
  border-top: 1px dotted #000;
  clear: both;
  font-size: 15px;
  line-height: 186.6%;
  margin-top: 40px;
  margin-bottom: 70px;
  padding-top: 27px;
}
body#blog #other h2 {
  background: transparent url("/wp/wp-content/themes/imd/column/dot_recommend.gif") no-repeat scroll left 10%;
  color: #0b0b0b;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.33;
  margin: 10px 0 40px;
  padding: 0 0 0 25px;
}
body#blog .fb-like-box, body#blog .fb-like-box span, body#blog .fb-like-box iframe[style] {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  body#blog .fb-like-box, body#blog .fb-like-box span, body#blog .fb-like-box iframe[style] {
    width: 100% !important;
    margin: 0 auto;
  }
}
body#blog .sub-section {
  margin-bottom: 50px;
}
body#blog .sub--title {
  margin-bottom: 20px;
}
body#blog .sub--title--en {
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  border-bottom: 1px solid #ccc;
  display: block;
  position: relative;
  padding: 3px 0;
  margin-bottom: 5px;
}
body#blog .sub--title--en:after {
  background-color: #c90915;
  width: 90px;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: -3px;
  content: "";
  display: block;
}
body#blog .sub--title--ja {
  background: url(../images/blog/maru.gif) no-repeat left center;
  font-size: 14px;
  padding-left: 18px;
}
body#blog .liststyle--item {
  background: url(../images/blog/dotline.gif) repeat-x left bottom;
  overflow: hidden;
  padding: 7px 0 14px;
}
body#blog .liststyle--metadata {
  display: block;
  margin-bottom: 5px;
  overflow: hidden;
}
body#blog .liststyle--time {
  font-size: 12px;
  font-family: 'tex';
  float: left;
}
body#blog .liststyle--author {
  font-size: 12px;
  float: right;
}
body#blog .liststyle--thumbnail {
  width: 85px;
  max-height: 64px;
  display: block;
  float: left;
  position: relative;
  overflow: hidden;
}
body#blog .liststyle--thumbnail a {
  display: block;
  position: relative;
}
body#blog .liststyle--thumbnail a:after {
  content: '';
  border: 0px solid rgba(0, 0, 0, 0.3);
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
body#blog .liststyle--thumbnail a:hover:after {
  border-width: 7px;
}
body#blog .liststyle--thumbnail img {
  max-width: 100%;
  height: auto;
}
body#blog .liststyle--title {
  float: right;
  width: calc( 100% - 95px);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.6;
  text-transform: none;
}
body#blog .liststyle--title a {
  color: #222;
}
body#blog .liststyle.other {
  margin-bottom: 70px;
  overflow: hidden;
}
body#blog .liststyle.other .liststyle--item {
  background: none;
  padding: 0;
  margin-bottom: 31px;
  width: 48%;
  margin-right: 4%;
  float: left;
}
body#blog .liststyle.other .liststyle--item:nth-child(2n) {
  margin-right: 0;
}
@media (max-width: 768px) {
  body#blog .liststyle.other .liststyle--item {
    width: 100%;
    margin-right: 0;
  }
}
body#blog .liststyle.other .liststyle--thumbnail {
  width: 100px;
  max-height: 75px;
}
body#blog .liststyle.other .liststyle--textblock {
  display: block;
  width: calc( 100% - 110px);
  float: right;
}
body#blog .liststyle.other .liststyle--title, body#blog .liststyle.other .liststyle--time {
  float: none;
  display: block;
  width: auto;
}
body#blog .liststyle.other .liststyle--time {
  color: #9f9f9f;
}
body#blog #ranking .liststyle--item {
  background: url(../images/blog/dotline.gif) repeat-x left bottom;
  overflow: hidden;
  padding: 7px 0 14px;
}
body#blog #ranking .liststyle--item:nth-child(1) .liststyle--thumbnail:after {
  content: "1";
}
body#blog #ranking .liststyle--item:nth-child(2) .liststyle--thumbnail:after {
  content: "2";
}
body#blog #ranking .liststyle--item:nth-child(3) .liststyle--thumbnail:after {
  content: "3";
}
body#blog #ranking .liststyle--item:nth-child(4) .liststyle--thumbnail:after {
  content: "4";
}
body#blog #ranking .liststyle--item:nth-child(5) .liststyle--thumbnail:after {
  content: "5";
}
body#blog #ranking .liststyle--item:nth-child(6) .liststyle--thumbnail:after {
  content: "6";
}
body#blog #ranking .liststyle--item:nth-child(7) .liststyle--thumbnail:after {
  content: "7";
}
body#blog #ranking .liststyle--item:nth-child(8) .liststyle--thumbnail:after {
  content: "8";
}
body#blog #ranking .liststyle--item:nth-child(9) .liststyle--thumbnail:after {
  content: "9";
}
body#blog #ranking .liststyle--item:nth-child(10) .liststyle--thumbnail:after {
  content: "10";
}
body#blog #ranking .liststyle--thumbnail:after {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid #fff;
  color: #fff;
  width: 20px;
  line-height: 20px;
  text-align: center;
  position: absolute;
  left: 1px;
  top: 1px;
  font-weight: bold;
  z-index: 3;
}
body#blog .archivestyle {
  margin-left: 35px;
}
body#blog .archivestyle li {
  line-height: 30px;
}
body#blog .archivestyle li ul {
  margin-left: 2em;
  margin-bottom: 1.5em;
  font-size: 12px;
}
body#blog .archivestyle li ul mb
li {
  line-height: 25px;
}
body#blog .archivestyle li:not(:first-child) ul {
  display: none;
}
body#blog .twitter {
  margin-bottom: 20px;
}
body#blog .rssbtn {
  margin-bottom: 40px;
}
body#blog #blogbnr {
  margin-bottom: 40px;
}
body#blog #amazontag {
  width: 160px;
  margin: 0 auto;
}
body#blog .link {
  text-align: center;
  margin-bottom: 60px;
}
body#blog .link li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
body#blog .link li a {
  font-size: 14px;
  font-weight: normal;
}
body#blog .link li.prev {
  margin-right: 13px;
  background: url(../../news/single/dot_ichiran.gif) no-repeat right 7px;
  padding-right: 35px;
}
body#blog .link li.prev a {
  color: inherit;
}
body#blog .link li.prev img {
  vertical-align: -1px;
  padding-right: 10px;
}
body#blog .link li.next {
  margin-left: 13px;
  background: url(../../news/single/dot_ichiran.gif) no-repeat left 7px;
  padding-left: 35px;
}
body#blog .link li.next a {
  color: inherit;
}
body#blog .link li.next img {
  vertical-align: -1px;
  padding-left: 10px;
}
body#blog #respond {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  body#blog #respond {
    width: 93.75%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
  }
}
body#blog #respond h3 {
  margin-bottom: 5px;
  font-size: 14px;
}
body#blog #respond p {
  vertical-align: middle;
}
body#blog #respond p input {
  width: 180px;
  margin-bottom: 15px;
  vertical-align: 10px;
  font-size: 12px;
}
body#blog #respond p input.w85 {
  padding: 4px 6px;
  width: auto;
  font-size: 12px;
}
body#blog #respond p label {
  vertical-align: 10px;
  margin-left: 5px;
}
body#blog #respond p label small {
  font-size: 12px;
}
body#blog #respond textarea {
  width: 100%;
  margin-bottom: 0px;
  font-size: 12px;
  margin-bottom: 10px;
}
