/* common ************************************/
time {
  display: block;
  color: #555555;
}

@media only screen and (max-width: 690px) {
  time {
    font-size: 12px;
  }
}
/* article list **********************************/
article {
  margin-bottom: 16px;
  padding: 16px;
  border-width: 1px;
  border-style: solid;
}
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;
}

article.relationlist {
  padding: 0;
  border: none;
}

/* SNS **********************************/
.sns_share {
  margin-top: 16px;
}
.sns_share.foot {
  padding-top: 20px;
  border-width: 1px 0 0 0;
  border-style: solid;
  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 {
  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-width: 1px;
	border-style: solid;
	line-height: 2;
	font-size: 15px;
	@media only screen and (max-width:690px) {
		padding: 0;
		border: none;
	}
	h1{
		font-size: 30px;
		line-height: 1.5;
		margin: 10px 0 20px;
			@media only screen and (max-width:690px) {
				font-size: 24px;
				margin-bottom: 15px;
			}
	}
	.taglist{
		margin: 5px 0 16px;
	}
	h2{
		font-size: 26px;
		line-height: 1.5;
		padding-bottom: 10px;
		margin-bottom: 20px;
		border-width: 0 0 3px 0;
		border-style: solid;
		@media only screen and (max-width:690px) {
			font-size: 24px;
		}
	}
	h3{
		font-size: 22px;
		line-height: 1.5;
		padding-left: 12px;
		margin-bottom: 16px;
		border-width: 0 0 0 5px;
		border-style: solid;
		@media only screen and (max-width:690px) {
			font-size: 20px;
		}
	}
	h4{
		font-size: 18px;
		line-height: 1.5;
		margin-bottom: 10px;
		@media only screen and (max-width:690px) {
			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 {
  text-decoration: none;
}
#nextprev .prev {
  float: left;
}
#nextprev .next {
  float: right;
}

/* contact **********************************/
/*.contact{
	margin-top: 32px;
	.title{
		text-align: center;
		font-size: 20px;
		font-weight: bold;
		line-height: 1;
		letter-spacing: .08em;
		padding: 15px 8px;
		@media only screen and (max-width:560px) {
			font-size: 18px;
		}
	}
	.txt{
		padding: 32px 16px;
		border-width: 0 2px 2px 2px;
		border-style: solid;
		font-size: 0;
		@media only screen and (max-width:560px) {
			padding: 26px 5%;
		}
		div{
			display: inline-block;
			text-align: center;
			width: 50%;
			font-size: 20px;
			line-height: 1;
			vertical-align: middle;
			@media only screen and (max-width:560px) {
				width: 100%;
			}
			&.tel{
				font-size: 28px;
				@media only screen and (max-width:560px) {
					margin-bottom: 16px;
				}
				span{
					background-repeat: no-repeat;
					background-position: left center;
					background-size: 24px auto;
					padding-left: 35px;
				}
			}
			&.mail{
				padding: 0 3%;
				@media only screen and (max-width:560px) {
					padding: 0 10%;
				}
				a{
					display: block;
					padding: 15px;
					border-radius: 4px;
					.in{
						background-repeat: no-repeat;
						background-position: left center;
						background-size: 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-width: 0 0 3px 0;
  border-style: solid;
}
#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 {
  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;
  }
}

article#main p {
  margin-bottom: 20px;
}

article#main > div:not(.catelist):not(.taglist) {
  margin-bottom: 40px;
}

/*# sourceMappingURL=blog_layout.css.map */
