@charset "utf-8";

/* -------------------------------------------------- */
/* ブログ */
/* -------------------------------------------------- */
#blogWrap {
	padding-bottom: 100px;
}

#blogLeft {
	width: 690px;
	float: left;
}

#blogRight {
	width: 270px;
	float: right;
}

.blog {
	float: left;
	margin: 0 10px 10px 0;
}

.blog:nth-child(2n) {
	float: left;
	margin-right: 0;
}

.blog a:hover {
	opacity: 0.7;
	color: #333;
}

.blogInfo {
	width: 340px;
	padding: 15px;
	background: #f6f6f3;
}

.blogDate {
	font-size: 1.2rem;
	color: #666;
	padding-right: 10px;
	display: inline-block;
	vertical-align: middle;
}

.blogCat {
	padding: 0 10px;
	font-size: 1rem;
	border: 1px #0095da solid;
	background: #FFF;
	border-radius: 20px;
	color: #0095da;
	display: inline-block;
	vertical-align: middle;
	margin-right: 3px;
}

.blogTit {
	padding: 10px 0;
	line-height: 1.2;
}

.blogUser {
	text-align: right;
}

.blogUser .inner {
	display: inline-block;
}

.blogUser li {
	display: inline-block;
	vertical-align: middle;
}

.blogUser span {
	font-size: 1.5rem;
	display: inline-block;
	vertical-align: middle;
}

.blogUser .count {
	padding-right: 5px;
}

.blogUser .count:before {
	content: "";
	width: 14px;
	height: 12px;
	background: url(../../img/common/heart.png) 0 0 no-repeat;
	display: inline-block;
	vertical-align: middle;
	padding-right: 2px;
}

.userImg {
	width: 30px;
	height: 30px;
	border-radius: 30px;
	overflow: hidden;
}

.userImg img {
	width: 100%;
	height: auto;
}

#moreBtn {
	padding-top: 40px;
	clear: both;
	text-align: center;
}

/* 検索ボックス */
#sideSearch {
	position: relative;
	padding-bottom: 20px;
}

#s {
	font-size: 1.6rem;
	width: 100%;
	padding: 15px 50px 15px 20px;
	background: #f6f6f3;
	border: 1px #c9c9c9 solid;
	border-radius: 45px;
}

#searchsubmit {
	position: absolute;
	top: 15px;
	right: 15px;
}

/* セレクトボックス */
#sideCategory {
	padding-bottom: 20px;
}

#sideArchive {
	padding-bottom: 20px;
}

#blogWrap select {
	width: 100%;
}


/* 人気記事・最新の記事 */
#popularPost {
	padding-bottom: 20px;
}

#recentPost {
	padding-bottom: 20px;
}

.sideMainTit {
	padding-bottom: 5px;
	margin-bottom: 10px;
	font-size: 1.8rem;
	border-bottom: 1px #c9c9c9 solid;
	font-weight: bold;
}

.sidePost {

}

.sidePost li {
	margin-bottom: 5px;
	display: table;
	width: 100%;
	position: relative;
}

#popularPost .sidePost li:first-child::before {
	content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../../img/blog/ranking1_sp.png);
  background-size: contain;
  vertical-align: middle;
	position: absolute;
	top: -3px;
	left: -3px;
	z-index: 10;
}

#popularPost .sidePost li:nth-child(2)::before {
	content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../../img/blog/ranking2_sp.png);
  background-size: contain;
  vertical-align: middle;
	position: absolute;
	top: -3px;
	left: -3px;
	z-index: 10;
}

#popularPost .sidePost li:nth-child(3)::before {
	content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../../img/blog/ranking3_sp.png);
  background-size: contain;
  vertical-align: middle;
	position: absolute;
	top: -3px;
	left: -3px;
	z-index: 10;
}

#popularPost .sidePost li:nth-child(4)::before {
	content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../../img/blog/ranking4_sp.png);
  background-size: contain;
  vertical-align: middle;
	position: absolute;
	top: -3px;
	left: -3px;
	z-index: 10;
}

#popularPost .sidePost li:nth-child(5)::before {
	content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../../img/blog/ranking5_sp.png);
  background-size: contain;
  vertical-align: middle;
	position: absolute;
	top: -3px;
	left: -3px;
	z-index: 10;
}

.sidePost a {
	padding: 5px 10px;
	display: block;
	background: #f6f6f3;
	width: 100%;
	letter-spacing: -0.4em;
}

.sidePost a:hover {
	color: #333;
	opacity: 0.7;
}

.sideImg {
	display: inline-block;
	width: 80px;
	height: 50px;
	margin-right: 5px;
	vertical-align: middle;
	letter-spacing: normal;
}

.sideBlog {
	width: 165px;
	display: inline-block;
	vertical-align: middle;
	letter-spacing: normal;
}
.sideDate {
	display: inline-block;
	font-size: 1rem;
	color: #666;
}
.sideCat {
	display: inline-block;
	padding: 0 10px;
	font-size: 0.9rem;
	border: 1px #0095da solid;
	background: #FFF;
	border-radius: 20px;
	color: #0095da;
	display: inline-block;
	vertical-align: middle;
}
.sideTit {
	display: block;
	font-size: 1rem;
	line-height: 1.1;
}

.right {
	text-align: right;
	line-height: 0;
}

.sideLike {
	display: inline-block;
}

.sideLike:before {
	content: "";
	width: 8px;
	height: 9px;
	background: url(../../img/common/heart.png) center center no-repeat;
	-webkit-background-size: 8px auto;
	background-size: 8px auto;
	display: inline-block;
	vertical-align: middle;
	padding-right: 2px;
}

.sideLike span {
	font-size: 1rem;
	display: inline-block;
	vertical-align: middle;
}

/* 検索結果ページ */
/* ---------------------------- */
#searchResult {
	font-size: 1.6rem;
	width: 1000px;
	margin: 0 auto 5px;
}

#searchResult span {
	font-weight: bold;
}

#bc {
    padding-bottom: 20px !important;
}

#bc.searchBc {
	padding-bottom: 21px;
}

#noPost {
	font-size: 1.8rem;
	text-align: center;
	padding-top: 100px;
}

/* 詳細ページ */
/* ---------------------------- */
#mainImg {
	width: 690px;
	padding-bottom: 20px;
}

#mainImg img {
	width: 100%;
	height: auto;
}

#singleBlogMain {
	padding: 30px;
	margin-bottom: 40px;
	border: 1px #c9c9c9 solid;
}

#sBlogInfo {
	padding-bottom: 15px;
}

#sBlogDate {
	display: inline-block;
	vertical-align: middle;
	color: #666;
	margin-right: 10px;
}

#sBlogCat {
	display: inline-block;
	vertical-align: middle;
}

#sBlogCat li {
	display: inline-block;
	vertical-align: middle;
}

#sBlogCat li a {
	padding: 0 10px;
	font-size: 1.2rem;
	border: 1px #0095da solid;
	background: #FFF;
	border-radius: 20px;
	color: #0095da;
	display: block;
	vertical-align: middle;
}

#sBlogCat li a:hover {
	opacity: 0.7;
}

#sBlogUser {
	margin-top: -5px;
	float: right;
}

#sBlogUserImg {
	width: 36px;
	height: 36px;
	border-radius: 36px;
	margin-right: 5px;
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
}

#sBlogUserName {
	display: inline-block;
	vertical-align: middle;
	color: #666;
}

#sBlogUser img {
	width: 100%;
	height: auto;
	padding-bottom: 1em;
}

#sBlogTit {
	padding-bottom: 10px;
	line-height: 1.2;
	letter-spacing: 0.1em;
	font-size: 2.6rem;
	font-weight: bold;
}

#sCount:before {
	content: "";
	width: 18px;
	height: 18px;
	background: url(../../img/common/heart_large.png) 0 0 no-repeat;
	display: inline-block;
	vertical-align: middle;
	padding-right: 2px;
}

#sCount span {
	display: inline-block;
	vertical-align: middle;
	font-size: 2rem;
	font-weight: bold;
}

#singleBlog {
	border-top: 5px #eeeeee solid;
	padding-top: 30px;
	margin-top: 15px;
}

/* ブログコンテンツ */

#sBlogContent h2 {
	padding: 15px;
	margin: 40px 0 10px;
	font-size: 2.2rem;
	color: #0095da;
	border-top: 1px #0095da solid;
	border-bottom: 1px #0095da solid;
	line-height: 1.2;
	font-weight: 500;
	clear: both;
}

#sBlogContent h3 {
	padding: 15px;
	margin: 20px 0 10px;
	font-size: 2rem;
	line-height: 1.2;
	font-weight: 500;
	background: #f1f1f1;
	clear: both;
}

#sBlogContent h4 {
	margin: 10px 0 5px;
	font-size: 1.8rem;
	line-height: 1.2;
	font-weight: 600;
	clear: both;
}

#sBlogContent .subTit {
	margin: 10px 0 5px;
	padding: 0;
	font-size: 1.8rem;
	line-height: 1.2;
	font-weight: 600;
}

#sBlogContent p {
	font-size: 1.6rem;
	padding-bottom: 1.5em;
	clear: both;
}

#sBlogContent a {
	color: #0095da;
}

#sBlogContent a {
	position: relative;
	display: inline-block;
	transition: .3s;
	color: #0095da;
}

#sBlogContent a:after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 0;
	height: 1px;
	background-color: #0095da;
	transition: .3s;
}
#sBlogContent a:hover:after {
	width: 100%;
}
#sBlogContent a.noLinkAction:hover:after {
	width: 0%;
}

#sBlogContent img {
	max-width: 100%;
	height: auto;
}

.quotation {
	background: #f7f7f5;
	padding: 30px;
	margin-bottom: 30px;
	position: relative;
}

.quotation:before {
	content:"";
	position: absolute;
	top: 5px;
	left: 5px;
	width: 15px;
	height: 13px;
	background: url(../../img/common/quo_left.png) 0 0 no-repeat;
}

.quotation:after {
	content:"";
	position: absolute;
	bottom: 5px;
	right: 5px;
	width: 15px;
	height: 13px;
	background: url(../../img/common/quo_right.png) 0 0 no-repeat;
}

.quotation a {
	font-size: 1.2rem;
}


/* ブログユーザー*/
#sUserInfo {
	padding: 30px;
	margin: 30px 0;
	position: relative;
	background: #f7f7f5;
}

#sUserInfoImg {
	width: 75px;
	height: 75px;
	border-radius: 75px;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
}

#sUserInfoImg img {
	width: 100%;
	height: auto;
}

#sUserComment {
	display: inline-block;
	vertical-align: middle;
	width: 480px;
}

#sUserName {
	font-weight: 600;
}

#sUserDesc {
	font-size: 1.2rem;
	line-height: 1.4;
}

/* シェア */
#yokaneBtn {
	text-align: center;
	padding-bottom: 10px;
}

#yokaneCount:before {
	content: "";
	width: 14px;
	height: 12px;
	background: url(../../img/common/heart.png) 0 0 no-repeat;
	display: inline-block;
	vertical-align: middle;
	padding-right: 2px;
}

#yokaneCount span {
	display: inline-block;
	vertical-align: middle;
}

#shareBtnWrap {
	text-align: center;
}

#shareBtnWrap .inner {
	width: 84%;
	display: inline-block;
}

#shareTit {
	padding-bottom: 5px;
	color: #666;
	text-align: left;
}

#shareBtn li {
	display: inline-block;
	vertical-align: middle;
	border: 1px #c9c9c9 solid;
}

#shareBtn a {
	width: 100%;
	padding: 5px 0;
	display: table;
	background: none;
}

#shareBtn a:hover {
	opacity: 0.7;
	color: #333;
}

.snsIcon {
	display: table-cell;
	width:100px;
	height: 35px;
	vertical-align: middle;
	text-align: center;
}

.snsIcon img{
	width: 10%;
	min-width: 20px;
	vertical-align:middle;
}

.num {
	background: #eeeeee;
	text-align: center;
	border-radius: 3px;
	line-height: 1;
	font-size: 1.2rem
}

/* ページャー */
#pager {
	width: 690px;
	height: 100px;
	margin: 0 auto 60px;
	position: relative;
}


.prev {
	position: absolute;
	top: 0;
	left: 0;
}

.next {
	position: absolute;
	top: 0;
	right: 0;
}

.linkBtn {
	width: 285px;
	height: 100px;
	border-radius: 5px;
	overflow: hidden;
}

.linkBtn a {
	display: block;
	width: 100%;
	height: 100%;
}

.linkBtn span {
	display: block;
	width: 100%;
	height: 100%;
	padding: 10px;
	position: absolute;
	top: 0;
	left: 0;
	color: #FFFFFF;
	z-index: 3;
	font-weight: bold;
	font-size: 1.2rem;
}


.linkBtn img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

.prev span {
	text-align: left;
	padding-left: 10%;
	background: url(../../img/common/icon21.png) 3% center no-repeat;
}

.next span {
	text-align: right;
	padding-right: 10%;
	background: url(../../img/common/icon20.png) 98% center no-repeat;
}

.linkBtn:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.3);
	z-index: 2;
	transition: all 0.3s ease-in-out 0s;
}

.linkBtn:hover:after {
	opacity: 0;
}


/* 関連記事 */

.relatedPost {
	float: left;
	margin: 0 3px 5px 0;
	position: relative;
}

.relatedPost:nth-child(4n) {
	float: left;
	margin: 0 0 5px 0;
}

.relatedPost a:hover {
	opacity: 0.7;
	color: #333;
}

.rpInfo {
	display: block;
	width: 170px;
	padding: 5px 10px 10px;
	background: #f6f6f3;
}

.rpDate {
	font-size: 1.2rem;
	color: #666;
	padding-right: 10px;
	display: inline-block;
	vertical-align: middle;
}

.rpCat {
	padding: 0 10px;
	font-size: 1rem;
	border: 1px #0095da solid;
	background: #FFF;
	border-radius: 20px;
	color: #0095da;
	display: inline-block;
	vertical-align: middle;
}

.rpTit {
	padding: 5px 0;
	line-height: 1.2;
	font-size: 1.1rem;
}

.rpCount{
	position: absolute;
	top: 5px;
	left: 10px;
}

.rpCount:before {
	content: "";
	width: 14px;
	height: 12px;
	background: url(../../img/common/heart.png) 0 0 no-repeat;
	display: inline-block;
	vertical-align: middle;
	padding-right: 2px;
}

.rpCount span {
	display: inline-block;
	vertical-align: middle;
	color: #FFF;
}

#relatedList .sideImg {
	width: 100%;
	height: auto;
	margin-right: 0;
}

#relatedList .sideImg img {
	width: 100%;
	height: auto;
}

#relatedPostWrap {

}

#relatedList {

}

.relatedItem {

}

.relatedItem a {

}

.relatedItem a img {

}


/* preタグ */
pre {
	margin-bottom: 24px;
	border: 1px solid #989898;
	font-size: 0.9em;
	padding: 1em;
	font-family: Monaco, 'MonacoRegular', 'Courier New', monospace !important;
}

/* blockquoteタグ */
blockquote {
	position: relative;
	padding: 10px 15px 10px 60px;
	box-sizing: border-box;
	font-style: italic;
	background: #f5f5f5;
	color: #777777;
	border-left: 4px solid #9dd4ff;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.14);
	margin-bottom: 24px;
}

blockquote:before{
	display: inline-block;
	position: absolute;
	top: 15px;
	left: 15px;
	vertical-align: middle;
	/*font-family: FontAwesome;*/
	content: url(../../img/quotation-mark.png);
	color: #9dd4ff;
	line-height: 1;
}

blockquote h2 {
	font-size: 1em !important;
}

blockquote p {
	padding: 0;
	margin: 7px 0;
	line-height: 1.7;
	font-size: 0.9em !important;
}

blockquote cite {
	display: block;
	text-align: right;
	color: #888888;
	font-size: 0.9em !important;
}

/* 180804追記 */
.wp-caption {
	max-width: 100%!important;
	height: auto;
}

/*200407追記*/
#sBlogContent .imgFrame {
	padding: 15px;
	margin-bottom: 1.5em;
	border: 1px #CCC solid;
	color: #777777;
	font-style: italic;
	border-radius: 5px;
	font-size: 1.3rem;
}

#sBlogContent .imgFrame img {
	margin-bottom: 0;
	max-width: 100%;
	height: auto;
	text-align: center;
}
