/* common ************************************/
time {
  display: block;
  color: #555; }

@media only screen and (max-width: 690px) {
  time {
    font-size: 12px; } }

/* article list **********************************/
article {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dotted #dddddd; }
  article .post_thumbnail {
    float: left;
    width: 27%; }
    @media only screen and (max-width: 690px) {
      article .post_thumbnail {
        width: 34%; } }
    article .post_thumbnail img {
      width: auto;
      max-width: 100%;
      height: auto; }
  article:after {
    content: "";
    display: table;
    clear: both; }
  article .info {
    float: right;
    width: 70%; }
    @media only screen and (max-width: 690px) {
      article .info {
        width: 62%; } }
    article .info .title {
      font-size: 17px;
      line-height: 1.5;
      margin: 8px 0 15px; }
      @media only screen and (max-width: 690px) {
        article .info .title {
          margin: 6px 0 6px;
          font-size: 15px;
          line-height: 1.4; } }
    article .info time {
      line-height: 1;
      position: relative;
      font-size: 12px;
      color: #000000; }

/* SNS **********************************/
.sns_share.foot {
  padding-top: 20px;
  border-top: 1px dotted #dddddd;
  margin-top: 35px; }

.sns_share li {
  float: left;
  list-style: none;
  margin-bottom: 5px;
  margin-right: 10px;
  width: 90px;
  line-height: 22px; }

.sns_share .line a {
  background: #00c300 none repeat scroll 0 0;
  color: #ffffff;
  display: block;
  font-size: 11px;
  text-align: center; }

@media only screen and (max-width: 690px) {
  article .info .sns_share {
    display: none; } }

/* main detail **********************************/
.cover {
  text-align: content;
  margin: 25px auto 40px; }
  .cover img {
    max-width: 100%;
    height: auto;
    width: auto;
    display: block;
    margin: auto; }

#main {
  padding: 20px;
  border: 1px solid #eeeeee;
  line-height: 2;
  font-size: 15px; }
  @media only screen and (max-width: 690px) {
    #main {
      padding: 0;
      border: none; } }
  #main h1 {
    font-size: 30px;
    line-height: 1.5;
    margin: 10px 0 20px; }
    @media only screen and (max-width: 690px) {
      #main h1 {
        font-size: 24px;
        margin-bottom: 15px; } }
  #main .taglist {
    margin: 5px 0 16px; }
  #main h2 {
    font-size: 26px;
    line-height: 1.5;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 3px solid #007F92; }
    @media only screen and (max-width: 690px) {
      #main h2 {
        font-size: 24px; } }
  #main h3 {
    font-size: 22px;
    line-height: 1.5;
    padding-left: 12px;
    margin-bottom: 16px;
    border-left: 5px solid #007F92; }
    @media only screen and (max-width: 690px) {
      #main h3 {
        font-size: 20px; } }
  #main h4 {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 10px; }
    @media only screen and (max-width: 690px) {
      #main h4 {
        font-size: 17px; } }

/* next prev **********************************/
#nextprev {
  margin-top: 24px;
  margin-bottom: 56px; }
  #nextprev li {
    list-style: none; }
    #nextprev li a {
      font-weight: bold; }
      #nextprev li a:hover {
        color: #007F92;
        text-decoration: none; }
  #nextprev .prev {
    float: left; }
  #nextprev .next {
    float: right; }

/* contact **********************************/
.contact {
  margin-top: 32px; }
  .contact .title {
    text-align: center;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: .08em;
    padding: 15px 8px;
    background-color: #007f92; }
    @media only screen and (max-width: 560px) {
      .contact .title {
        font-size: 18px; } }
  .contact .txt {
    padding: 32px 16px;
    border-bottom: 2px solid #eeeeee;
    border-right: 2px solid #eeeeee;
    border-left: 2px solid #eeeeee;
    font-size: 0; }
    @media only screen and (max-width: 560px) {
      .contact .txt {
        padding: 26px 5%; } }
    .contact .txt div {
      display: inline-block;
      text-align: center;
      width: 100%;
      font-size: 20px;
      line-height: 1;
      vertical-align: middle; }
      @media only screen and (max-width: 560px) {
        .contact .txt div {
          width: 100%; } }
      .contact .txt div.tel {
        font-size: 28px; }
        @media only screen and (max-width: 560px) {
          .contact .txt div.tel {
            margin-bottom: 16px; } }
        .contact .txt div.tel span {
          background: url(../image/common/icon_tel.png) no-repeat left center/24px auto;
          padding-left: 35px; }
      .contact .txt div.mail {
        padding: 0 3%; }
        @media only screen and (max-width: 560px) {
          .contact .txt div.mail {
            padding: 0 10%; } }
        .contact .txt div.mail a {
          display: block;
          background-color: #007F92;
          color: #ffffff;
          padding: 15px;
          border-radius: 4px; }
          .contact .txt div.mail a .in {
            background: url(../image/common/icon_letter.png) no-repeat left center/24px auto;
            padding-left: 40px; }

/* relation **********************************/
#relation {
  margin-top: 40px; }
  #relation article {
    border-bottom: none;
    margin-bottom: 24px;
    padding-bottom: 0;
    float: left;
    width: 49%;
    margin-right: 2%; }
    #relation article:nth-of-type(2n) {
      margin-right: 0; }
    @media only screen and (max-width: 690px) {
      #relation article {
        float: none;
        width: 100%;
        margin-bottom: 15px; } }
  #relation .title {
    font-size: 24px;
    margin-bottom: 24px;
    padding-bottom: 10px;
    line-height: 1;
    border-bottom: 3px solid #eeeeee; }
  #relation:after {
    content: "";
    display: table;
    clear: both; }

.relationlist .post_thumbnail {
  float: left;
  width: 35%; }
  .relationlist .post_thumbnail img {
    max-width: 100%;
    width: auto;
    height: auto; }

.relationlist time,
.relationlist .txt {
  float: right;
  width: 60%; }

.relationlist time {
  color: #777777;
  margin-top: -5px;
  font-size: 12px; }

.relationlist .txt {
  font-size: 13px;
  margin-top: 3px; }
  @media only screen and (max-width: 690px) {
    .relationlist .txt {
      margin-top: 0; } }

/* original **********************************/
.sns_share li{
	width:auto;
}
.sns_share li.line{
	width:80px;
}
.sns_share li.fb{
	position:relative;
	top:-2px;
}
@media only screen and (max-width: 420px) {
.sns_share li.fb{
	clear:both;
}
}