@charset "utf-8";

.pc {
	display: none;
}

/* -------------------------------------------------- */
/* ブログ */
/* -------------------------------------------------- */
#container {
	min-width: auto;
}

#homepage {
	width: 100%;
}

#blogWrap {
	padding-bottom: 50px;
	width: 100%;
}

#blogLeft {
	width: 90%;
	margin: 0 auto;
}

#blogRight {
	width: 90%;
	margin: 0 auto;
}

.blog {
	float: none;
	margin: 0 0 40px 0;
}

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

.blogImg {
	width: 100%;
}

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

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

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

.blogCat {
	padding: 0 10px;
	font-size: 1.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;
	font-size: 1.6rem;
}

.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_sp.png) 0 0 no-repeat;
	background-size: contain;
	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: 20px 0 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;
	-webkit-appearance: none;
}

#searchsubmit {
	width: 6%;
	height: auto;
	position: absolute;
	top: 17px;
	right: 15px;
}

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

#sideArchive {
	padding-bottom: 40px;
}

#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: 10px;
	display: table;
	width: 100%;
	position: relative;
}

#popularPost .sidePost li:first-child::before {
	content: '';
	display: inline-block;
	width: 25px;
	height: 25px;
	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: 25px;
	height: 25px;
	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: 25px;
	height: 25px;
	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: 25px;
	height: 25px;
	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: 25px;
	height: 25px;
	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 {
	width: 100%;
	height: auto;
	background: #f6f6f3;
	float: none;
	position: relative;
	display: flex;
	justify-content: center;
}

.sideImg {
	width: 30%;
	height: 100%;
	vertical-align: middle;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

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

.sideBlog {
	width: 70%;
	height: auto;
	padding: 2px 2% 0;
	vertical-align: middle;
	letter-spacing: normal;
}

.sideDate {
	display: inline-block;
	padding-right: 10px;
	font-size: 1.2rem;
	color: #888;
}

.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 {
	padding: 5px 0 0;
	font-size: 1.2rem;
	line-height: 1.1em;
}

@media screen and (max-width: 374px) {
	.sideTit {
		padding-top: 2px;
		font-size: 3.2vw;
	}
}

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

.sideLike {
	display: inline-block;
	width: 30%;
	padding: 0 5px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	font-size: 10px;
	text-align: right;
	vertical-align: middle;
}

.sideLike:before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 6px;
	margin: 1px;
	padding: 2px 2px 4px 0px;
	background: url(../../img/common/heart_sp.png) center center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	vertical-align: middle;
}

.sideLike span {
	display: inline-block;
	padding-left: 2px;
	font-size: 1.0rem;
	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: 0;
}

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

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

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

#sBlogInfo {
	padding-bottom: 15px;
}

#sBlogDate {
	display: inline-block;
	vertical-align: middle;
	color: #666;
	margin-right: 6px;
	font-size: 1.4rem;
}

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

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

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

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

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

#sBlogUserName {
	display: inline-block;
	vertical-align: text-top;
	color: #666;
	font-size: 1.4rem;
}

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

#sBlogTit {
	padding-bottom: 10px;
	line-height: 1.2;
	letter-spacing: 0.1em;
	font-size: 2.3rem;
	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: 1.6rem;
	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 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_sp.png) 0 0 no-repeat;
	background-size: contain;
}

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

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


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

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

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

#sUserComment {
	display: inline-block;
	vertical-align: middle;
	width: 68%;
}

#sUserName {
	font-weight: 600;
}

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

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

#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;
	font-size: 1.4rem;
}

#shareBtnWrap {
	text-align: center;
}

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

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

#shareBtn li {
	display: inline-block;
	vertical-align: middle;
	border: 1px #c9c9c9 solid;
	width: 32%;
	margin-bottom: 3px;
}

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

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

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

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


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

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

.linkBtn {
	width: 47%;
	height: 75px;
	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: 13%;
	background: url(../../img/common/icon21.png) 3% center no-repeat;
	background-size: 5%;
}

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

.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;
}

/* 関連記事 */

.relatedPost {
	width: 48%;
	float: left;
	margin: 0 4% 5px 0;
	position: relative;
}

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

.relatedPost .sideImg {
	width: 50%;
	margin-right: 0;
}

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

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

.rpDate {
	font-size: 1.2rem;
	color: #666;
	display: 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 {
	display: inline-block;
	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;
}

#relatedPostWrap {
	padding-bottom: 20px;
}

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

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

/* preタグ */
pre {
	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;
}

/* -------------------------------------------------- */
/* ノベルティ */
/* -------------------------------------------------- */
#homepage {
	width: 100%;
}

#noveltyWrap {
	padding-bottom: 100px;
}

#noveltyLeft {
	width: 90%;
	margin: 0 auto;
	float: none;
}

#noveltyRight {
	width: 90%;
	margin: 0 auto;
	float: none;
}

#noveltyWrap {
	padding-bottom: 40px;
}

#noveltyList {
	text-align: left;
	padding-bottom: 30px;
}

#noveltyList li {
	padding-bottom: 20px;
}

#noveltyList li a {
	display: block;
	position: relative;
}

#noveltyList li a:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.3);
	z-index: 10;
	transition: all 0.3s ease-in-out 0s;
}

#infoPos {
	color: #FFF;
	position: absolute;
	top: 18px;
	left: 5%;
	z-index: 20;
}

#itemImg {
	width: 100%;
}

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

#want {
	width: 90%;
	margin: 0 auto;
	text-align: center;
}

#want p {
	padding: 20px 4%;
	border: 1px #c9c9c9 solid;
	display: inline-block;
	letter-spacing: -0.05em;
}

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

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

#singleNoveltyMain {
	padding: 20px 5%;
	margin-bottom: 40px;
	border: 1px #c9c9c9 solid;
}

#sNoveltyInfo {
	width: 100%;
}

#designerPhoto {
	width: 26%;
	display: inline-block;
	vertical-align: middle;
	padding: 0 2% 10px 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

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

#designerInfo {
	width: 72%;
	display: inline-block;
	vertical-align: middle;
}

#itemName {
	font-size: 1.6rem;
}

.subTit {
	font-size: 1.2rem;
	letter-spacing: 0.8em;
	font-weight: 100;
}

#designerName {
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: 0.1em;
}

#designerName span {
	font-size: 1.7rem;
}

#sNoveltyTit {
	width: 90%;
	margin: 0 auto;
	padding-bottom: 20px;
	line-height: 1.2;
	letter-spacing: 0.1em;
	font-size: 2rem;
	font-weight: bold;
}

.right {
	text-align: right;
}

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

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

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

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

/*
#sNoveltyContent h2 {
	padding: 15px;
	margin: 30px 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;
}

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

#sNoveltyContent h4 {
	margin: 30px 0 10px;
	font-size: 1.8rem;
	line-height: 1.2;
	font-weight: 600;
}
*/

#sNoveltyContent p {
	font-size: 1.6rem;
	padding-bottom: 1.5em;
}

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

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

#sNoveltyContent 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;
}


/* プロフィール */
#desinerProf {
	padding: 30px 5%;
	margin-bottom: 30px;
	background: #f6f6f3;
}

#profTit {
	letter-spacing: 0.5em;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 15px;
}

#profTit:after {
	content: "";
	width: 100px;
	height: 1px;
	background: #333;
	display: inline-block;
	vertical-align: middle;
}

#profName {
	letter-spacing: 0.1em;
	font-size: 2rem;
	padding-bottom: 15px;
}

#profDetail p {
	padding-bottom: 1em;
	font-size: 1.6rem;
}

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

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

#slider {
	margin-bottom: 30px;
}

/* シェア */
#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;
	font-size: 1.4rem;
}

#shareBtnWrap {
	text-align: center;
}

#shareBtnWrap .inner {
	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;
}

.snsIcon {
	display: table-cell;
	/*	width: 90px;*/
	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
}

/* サイド */
/* ---------------------------- */
#noveltySideNav {
	padding-bottom: 20px;
}

#noveltySideNav li {
	padding-bottom: 20px;
	position: relative;
	transition: all 0.3s ease-in-out 0s;
	overflow: visible;
}

.noveltyBnr {
	display: block;
	position: relative;
}

.noveltyBnr img {
	width: 100%;
}

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

.noveltyBnrName {
	font-size: 1.6rem;
}

/* 200330追記 */
#headerTxt br {
	display: none;
}

#toc_container li a {
	font-size: 1.6rem;
	line-height: 1.5;
}

#sBlogContent iframe {
	max-width: 100%;
}

blockquote {
	max-width: 100%;
	padding: 15px;
}

blockquote::before {
	content: "“";
	display: inline-block;
	position: absolute;
	top: 5px;
	left: 0px;
	color: #0095da;
	line-height: 1;
	font-size: 4rem;
	background: none;
}


blockquote::after {
	content: "”";
	display: inline-block;
	position: absolute;
	bottom: -20px;
	right: 10px;
	color: #0095da;
	line-height: 1;
	font-size: 4rem;
	background: none;
}

blockquote p {
	padding: 0 !important;
}

#sBlogContent blockquote a {
	word-break: break-all;
	line-height: 1.2;
}

.va3 {
	width: 100% !important;
}

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

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