@charset "utf-8";

/* ---------------------------------------------------------------------------------------------

　   SINGLE

--------------------------------------------------------------------------------------------- */
#latestEntries{display:none;}
#padSection {
	border: 1px solid #e6e8e7;
}
#padSection h4 {
	display: none;
}
#padSection dl dt {
	position: relative;
}
#padSection dl dt:before {
	content: "この記事を書いた人";
	display: block;
	color: #adadad;
	font-size: 10px;
}
#padSection dl dd {
	color: #adadad;
	margin-top: 10px;
}
#padSection .avatar img {
	width: 50px;
}
#padSection .profileTxtSet {
	margin-left: 70px;
}
.single .main_contents {
	background: #fff;
}
.single_contents time {
	font-size: 11px;
}
.single_contents h2 {
	border-bottom: 3px solid #fbe334;
	padding-bottom: 0.4em;
}
.single_contents p {
	margin-bottom: 2em;
	line-height: 1.8em;
}
.single_contents figure {
	display: block;
	margin-bottom: 2em;
	text-align: center;
}
.single_contents figcaption {
	display: block;
	color: #adadad;
	font-size: 13px;
	margin-top: 20px;
	text-align: left;
}
.writer_wrap {
	border: 1px solid #e6e8e7;
}
.single_contents .writer_wrap p {
	margin-bottom: 0;
}
.writer_comment {
	color: #adadad;
}
.related_tit {
	font-weight: bold;
}
.single_share li {
	margin-right: 15px;
}
.single_share li:last-child {
	margin-right: 0;
}
.single_share li a {
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 50%;
	box-shadow: 0 0 7px rgba(0,0,0,.16);
}
.share_fb a {
	color: #3b5998;
}
.share_tw a {
	color: #1da1f2;
}

@media only screen and ( max-width : 991px ) {
	.single .main_contents {
		padding: 15px;
	}
	.single_contents h1 {
		font-size: 24px;
		margin-bottom: 20px;
	}
	.single_contents h2 {
		font-size: 20px;
		margin-top: 40px;
		margin-bottom: 20px;
	}
}

@media only screen and ( max-width : 767px ) {
	.writer_wrap {
		padding: 15px;
		margin-top: 40px;
	}
	.single_thumb,#related {
		margin-left: -15px;
		margin-right: -15px;
	}
	.writer_comment {
		font-size: 12px;
		margin-top: 15px;
	}
	.related_box {
		width: 49%;
		margin-right: 2%;
		margin-top: 30px;
	}
	.related_box:nth-child(1),.related_box:nth-child(2) {
		margin-top: 0;
	}
	.related_box:nth-child(2n) {
		margin-right: 0;
	}
	.related_thumb img {
		height: 120px;
	}
	.related_txt {
		padding: 10px 0;
	}
	.related_tit {
		margin-top: 5px;
	}
	#padSection {
		margin-bottom: 20px;
		padding: 15px;
	}
	#padSection dd {
		font-size: 12px;
	}
}
@media only screen and ( max-width : 575px ) {
	.related_thumb img {
		height: 90px;
	}

}

@media print, screen and ( min-width : 768px ) {
	#padSection {
		margin-bottom: 40px;
		padding: 25px;
	}
	#padSection dd {
		font-size: 13px;
	}
	.writer_wrap {
		padding: 30px;
		margin-top: 50px;
	}
	.writer_comment {
		font-size: 13px;
		margin-top: 20px;
	}
	.related_box {
		width: 32%;
		margin-right: 2%;
		margin-top: 30px;
	}
	.related_box:nth-child(1),.related_box:nth-child(2),.related_box:nth-child(3) {
		margin-top: 0;
	}
	.related_box:nth-child(3n) {
		margin-right: 0;
	}
	.related_txt {
		padding: 20px 0;
	}
	.related_tit {
		margin-top: 10px;
	}
}

@media print, screen and ( min-width : 992px ) {
	.single .main_contents {
		padding: 40px;
	}
	.single_contents h1 {
		font-size: 30px;
		margin-bottom: 40px;
	}
	.single_contents h2 {
		font-size: 25px;
		margin-top: 60px;
		margin-bottom: 30px;
	}
	.related_thumb img {
		height: 80px;
	}
}
@media print, screen and ( min-width : 1200px ) {
	.related_thumb img {
		height: 120px;
	}
	.related_box {
		margin-top: 40px;
	}

}

/* ---------------------------------------------------------------------------------------------

　   RANKING

--------------------------------------------------------------------------------------------- */
.ranking .focus_post {
  counter-reset: number 0;
}
.ranking .focus_post .focus_post_box {
  position: relative;
}
.ranking .focus_post .focus_post_box:before {
  counter-increment: number 1;
  content: counter(number) " ";
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  background: #fbe334;
  font-weight: bold;
  font-size: 16px;
  z-index: 20;
}
.ranking .focus_post .focus_post_box .focus_tit {
	margin-bottom: 0;
	margin-top: 0;
}
@media only screen and ( max-width : 767px ) {
	.ranking .focus_post_thumb img {
		height: 120px;
	}
}
@media only screen and ( max-width : 575px ) {
	.ranking .focus_post_thumb img {
		height: 120px;
	}
}
@media print, screen and ( min-width : 768px ) {
	.ranking .focus_post .focus_post_box:before {
		width: 45px;
		height: 45px;
		line-height: 45px;
		font-size: 24px;
	}
}

/* ---------------------------------------------------------------------------------------------

　   XXX

--------------------------------------------------------------------------------------------- */


@media only screen and ( max-width : 991px ) {
}

@media only screen and ( max-width : 767px ) {
}

@media print, screen and ( min-width : 768px ) {
}

@media print, screen and ( min-width : 992px ) {
}