@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
/*デザイン*/
.article h2 {
    position: relative;
    margin-top: 0px;
    margin-bottom: 0px;
    border: none;
}

table#denmando_salelist {
	width: 100%;	
	table-layout: fixed;
	word-break: break-all;
	word-wrap: break-all;
}
table#denmando_salelist tr td {
	background:initial;
}
table#denmando_salelist tr {
    background: #f7f7f7;
}
table#denmando_salelist tr:nth-child(2n+1) {
	background: #eee;
}

table#denmando_salelist ul {
	list-style-type: none;
	margin: 0px 0px 5px 0px;
	font-size: 1.4rem;
}
table#denmando_salelist div.denmanlist_pic ul {
	width: 100%;
	margin: 0;
	padding-top: 4px;
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
	border: 1px solid #ddd;
	background: #fff;
}
table#denmando_salelist div.denmanlist_pic li {
	display: inline-block;
	margin: 0 2%;
}
table#denmando_salelist .danmanlist_title {
	font-weight:700;
	font-size: 1.6rem;
	border-left: 6px #d33 solid;
	padding-left: 6px;
}

/*denmando_smallsale*/
div.denman_smallsale {
	display:flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
}
div.denman_smallsale div.smallsale_item {
	max-width: 160px;
	min-width: 150px;
	margin: 3px;
	border: double #ccc;
}
div.denman_smallsale div.smallsale_item a {
	display: block;
	display:flex;
	position: relative;
}
div.denman_smallsale div.smallsale_item img {
	max-width: 150px;
	min-width: 140px;
	max-height: 205px;
}
div.denman_smallsale div.smallsale_item div.smallsale_two {
	margin: 0;
	padding: 0;
	font-size: 1.4rem;
	border: none;
	font-weight: normal;
	padding: 0.2em;
	bottom: 0;
	left: 0;
	color: #eee;
	background: rgba(0,0,0,0.8);
	display: block;
	width: 100%;
	max-width: 150px;
	position: absolute;
}

div.denman_smallsale div.smallsale_item span.smallsale_price,
div.denman_smallsale div.smallsale_item span.smallsale_point {
	display: block;
	font-size: 1.4rem;
}

div.denmando_item a.btn-sticky {
	display: inline-block;
	padding: 0.5em 1em;
	text-decoration: none;
	background: #f7f7f7;
	border-left: solid 6px #ffcc33;/*左線*/
	font-weight: bold;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
	text-decoration: none;
}

/*denmando-amazon*/

.denmando-salelist article.denmando figure {
    max-width: initial;
    max-height: initial;
}


h2.denmando-check {
	border: 1px solid #ccc;
}
.has-lines {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.has-lines:before,
.has-lines:after {
  content: '';
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 1px;
  background: #ccc;
  min-width: 15px;
  display: inline-block;
  vertical-align: middle;
}
.has-lines:before {
  margin-right: 1rem;
}
.has-lines:after {
  margin-left: 1rem;
}
div.denmando_item {
	background: #f7f7f7;
    border: 1px solid #ddd;
	border-left: 5px solid #cf2e2e;
    padding: 1em;
    width: 100%;
    max-width: 100%;
    line-height: 1.4;
	margin-bottom: 1em;
	display: flex;
    justify-content: space-between;
}
div.denmando_item:last-child {
	margin-bottom: 0;
}
div.denmando_item div.denmando_left {
	max-width: 160px;
	height: auto;
}
div.denmando_item div.denmando_left img {
	border: 1px solid #ddd;
	max-width: 160px;
	height: auto;
}
div.denmando_item div.denmando_right {
    width: calc(100% - 200px);
}
div.denmando_item div.denmando_right h4 {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 1.8rem;
}
div.denmando_item dl.detail {
	font-size: 1.6rem;
	margin-left: 1em;
}
@media only screen and (min-width: 768px) {/*768px以上*/
	div.denmando_item dl.detail {
		font-size: 1.4rem;
	}
	table caption {
		font-size: 1.3rem;
	}
}
div.denmando_item dl dt, div.denmando_item dl dd {
    display: inline;
	padding: 3px 0;
}
div.denmando_item dl dd + dt:before {
    content: "\000a";
    white-space: pre;
}
div.denmando_item a.btn-sticky {
    background: #fff;
	width: 100%;
	text-align: center;
}
div.denmando_item blockquote {
    margin: 5px;
    padding: 3px;
}
div.denmando_item blockquote p {
	margin: 0px;
    font-size: 1.4rem;
}

@media only screen and (max-width: 600px) {
	div.denmando_item {
		padding: 5px;
	}
	div.denmando_item div.denmando_left {
		max-width: 100px;
	}
	div.denmando_item div.denmando_left img {
		max-width: 100px;
		border: 3px solid #ddd;
	}
	div.denmando_item div.denmando_right {
		width: calc(100% - 120px);
	}
	div.denmando_item div.denmando_right h4 {
		border: none;
		margin-bottom: 0;
	}
	div.denmando_item blockquote,div.denmando_item dl.detail dt:last-of-type ,div.denmando_item dl.detail dd:last-child {
		display: none;
	}
	div.denmando_item dl.detail {
		padding: 0 5px 5px;
		font-size: 1.3rem;
		margin-left: 0.5em;
	}
	div.denmando_item a.btn-sticky {
		padding: 5px;
	}
}

/*denmando-salelist*/
table.denmando-salelist th:nth-of-type(1) {
	width: 5em;
}
table.denmando-salelist th:nth-of-type(2) {
	width: 5em;
}
table.denmando-salelist tr td:nth-of-type(1),
table.denmando-salelist tr td:nth-of-type(2),
table.denmando-salelist tr td:nth-of-type(3) {
	vertical-align: top;
}
table.denmando-salelist tr td:nth-of-type(1),
table.denmando-salelist tr td:nth-of-type(2) {
	text-align: center;
}
table.denmando-salelist thead tr,
table.denmando-salelist tbody tr {
	display: grid;
	grid-template-columns: 5em 5em 1fr;
}
table.denmando-salelist tbody {
	display: grid;
	grid-template-columns: 1fr;
}

input[type=radio] {
    display: none;
}
.button {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 10px 5px 2em;
    position: relative;
    width: auto;
    font-size: 1.5rem;
    border: 1px solid #ddd;
	background: #933;
	color: #fafafa;
	margin-bottom: 0.5em;
	border-radius: 6px;
}
input:checked + label {
  background-color: #db3e3e;
}
.button::before {
    background: #fff;
    border: 1px solid #231815;
    border-radius: 50%;
    content: '';
    display: block;
    height: 16px;
    left: 5px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px;
}
.button::after {
    background: #4480ee;
    border-radius: 50%;
    content: '';
    display: block;
    height: 10px;
    left: 8px;
    margin-top: -5px;
    opacity: 0;
    position: absolute;
    top: 50%;
    width: 10px;
}
input[type=radio]:checked + .button::after {
    opacity: 1;
}

.sort-radio[id="reco"]:checked ~ table.denmando-salelist tbody tr.reco[data-reco="reco"],
.sort-radio[id="end"]:checked ~ table.denmando-salelist tbody tr.end[data-end="end"],
.sort-radio[id="new"]:checked ~ table.denmando-salelist tbody tr.new[data-new="new"],
.sort-radio[id="close"]:checked ~ table.denmando-salelist tbody tr.close[data-close="close"] {
background: #ddd;
  order: -1;
}
table.denmando-salelist tbody tr#close-none,
table.denmando-salelist tbody tr#end-none {
	display: none;
}
.sort-radio[id="close"]:checked ~ table.denmando-salelist tbody tr#close-none,
.sort-radio[id="end"]:checked ~ table.denmando-salelist tbody tr#end-none {
	display: grid;
}

table.denmando-salelist tbody tr {
	background: #f7f7f7;
}
table.denmando-salelist tbody tr:nth-child(2n+1) {
	background: #eee;
}
table.denmando-salelist tbody tr:hover {
	background: #fff;
}
table.denmando-salelist tbody td {
	background: none;
}
table.denmando-salelist h4 {
	border: 0;
	margin: 0 0 4px 0;
	padding: 0;
}

table.denmando-salelist ul{
	width:100%;
	margin: 0;
	padding-top: 4px;
	overflow-x: auto;
	white-space: nowrap;
	border: 1px solid #ddd;
	background: #fff;
}
table.denmando-salelist li{
	display:inline-block;
	width: 18%;
	margin: 0 2%;
}

@media only screen and (max-width: 768px) {
	table.denmando-salelist li{
		width: 31.3%;
	}
}
table.denmando-salelist li img{
	border: none;
	margin: 0;
	width: 100%;
	height: 100%;
	border: 1px solid #ddd;
}
table.denmando-salelist p.saletoday a.btn-sticky,
table#denmando_salelist p.saletoday a.btn-sticky{
	font-size: 1.4rem;
	padding: 0.3em 0.5em;
	margin: 3px;
}

@media only screen and (max-width: 1024px) {/*1024px以下*/
	#individual table.denmando-salelist td:nth-child(even),
	#individual table.denmando-salelist th:nth-of-type(2){
		display: none;
	}
	#individual table.denmando-salelist thead tr,
	#individual table.denmando-salelist tbody tr {
		display: grid;
		grid-template-columns: 5em 1fr;
}
}

a#commentary {
	text-decoration: none; 
    color: initial;
	pointer-events: none;
}



/* 768px以上*/

@media only screen and (min-width: 768px) {
	/*初期設定*/
	[role="banner"] {
		margin-bottom: 1em;
	}
	article {
		position: relative;
	}
	article h3.title {
		padding: 0 5px;
	}
	article div.set {
		margin: 0;
	}
	section.sticky-topics article div.set h3,
	section.denmando-indexsale article.denmando h3.title {
		padding: 5px 0 0 5px;
	}
/*sticky-topics and denmando-indexsale*/
	divsection.sticky-topics article a,
	divsection.denmando-indexsale article a {
		padding: 1em;
	}
	divdiv.wrapper {
	    background: #fff;
		border:1px solid #ddd;
		padding: 0.5em;
	}
/*ここまで*/
	divsection {
		margin-bottom: 1em;
	}
	divsection.new-entry {
		margin-bottom: 0;
	}
	[role="banner"] div.headwrap {
		margin: 0 auto;
		max-width: 1140px;
		width: 100%;
		-webkit-flex: 1;
		-moz-flex: 1;
		-ms-flex: 1;
		-o-flex: 1;
		flex: 1;
		/*-webkit-justify-content: flex-end;
		-moz-justify-content: flex-end;
		-ms-justify-content: flex-end;
		-o-justify-content: flex-end;
		justify-content: flex-end;*/
		position: relative;
	}

	[role="banner"] div.headwrap h1 {
		text-align: left;
		margin: 25px 0;
	}

	[role="banner"] h1 a {
		
	}
	[role="banner"] h1 a::before {
	  content: '';
	  position: absolute;
	  bottom: 0;
	  right: -7px;
	  width: 100%;
	  height: 1px;
	  background-color: #bbbbbb;
	  transition: 0.2s ease 0s;
	}
	[role="banner"] h1 a::after {
	  content: '';
	  position: absolute;
	  top: 0;
	  right: -7px;
	  width: 1px;
	  height: 100%;
	  background-color: #bbbbbb;
	  transition: 0.2s ease 0.2s;
	}

	[role="banner"] h1 a:hover::before {
	  width: 0%;
	}

	[role="banner"] h1 a:hover::after {
	  height: 0%;
	}

	ul#about_navi {
		position: absolute;
		top: 5px;
		right: 0;
	}

	ul#external_navi {
		text-align: left;
		position: absolute;
		top: 30px;
		right: 0;
	}

	ul#navi {
		border-top: none;
	}
	ul#navi li.home {
	width:10%;
	}

	ul#navi li {
		width:20%;
		border-bottom: none;
	}

	ul#navi li:nth-child(3) {
		border-right: 1px solid #aaa;
	}

	ul#navi li:nth-child(2) ul {
		left: 10%;
		width: 15%;
	}

	ul#navi li:nth-child(3) ul {
		left: 25%;
		width: 15%;
	}

	ul#navi li:nth-child(4) ul {
		left: 40%;
		width: 15%;
	}

	ul#navi li:nth-child(5) ul {
		left: 55%;
		width: 15%;
	}

	ul#navi li ul li:nth-child(5) {
		border-right: none;
	}

	header [role="search"] {
		padding: 0;

	}

	ul#navi li.searchfrom {
		width:20%;
	}

	header [role="search"] form input.text {
		width: 75%;
		margin: 0 auto;
	}

	header [role="search"] form input.button {
		width: 15%;
		text-align: center;
		margin: 0 auto;
	}

	#content {
		width: 100%;
		margin: auto;
		max-width: 1140px;
	}
	.head-ads {
		margin: auto;
		text-align: center;
		max-width: 1140px;
		margin-bottom: 1em;
		min-width: 768px;
		min-height: 90px;
	}

	nav.topicpath {
		display: block;
		width: 100%;
		border: 1px solid #ddd;
		font-size: 1.2rem;
		background: #fff;
		margin-bottom: 1em;
	}

	nav.topicpath ol {
		list-style-type: none;
	}

	nav.topicpath ol li {
		display: inline-block;
		padding: 5px 20px 5px 5px;
		background: url("css/images/topicpath-arrow.png") no-repeat center right;
	}

	#top-news h2.new-topics,
	.second-news h2.new-topics,
	.second-news h2.topics-tag,
	#pickup h2,
	[role="complementary"] .widget h2,
	[role="complementary"] .widget h2.topics-tag {
		margin: 0;
		padding-left: 1.4em;
		text-align: left;
		font-size: 1.4rem;
	}

	div#top-news aside,
	div#top-news h2.new-topics,
	div#top-news article.third {
		width: 100%;
	}

	div#top-news article {
		width:50%;
	}

	div#top-news article div.image-post {
		width: 100%;
		max-width: 320px;
		margin: 0 auto;
	}

	div#top-news article div.image-post figure img {
		max-height: 180px;
	}

	div#top-news article div.set h1 {
		margin: 10px 5px;
	}

	div#top-news article div.set {
		max-width: 330px;
		width: 100%;
	}

	div#top-news article.third div.set,
	article div.set {
		width: 60%;
		max-width: initial;
	}

	div#top-news article.third div.image-post,
	article div.image-post {
		width: 39%;
		max-width: initial;
		position: relative;
	}

	div.second-news article div.image-post figure {
		max-width: initial;
		max-height: initial;
	}
	/**article a {
	    padding: 1em;
	}**/
	#pickup h2,
	#pickup article,
	[role="complementary"] .widget {
		margin: 0 0 1em 0;	
	}
	#single [role="complementary"] .widget {
		margin: 0;	
	}
	
	#pickup h2 {
		border-top: 1px solid #ddd;
	}

	[role="complementary"] ul#category li {
		width: 50%;
	}

	[role="complementary"] ul#yearly-archives li {
		width: 50%;
	}
	#single [role="complementary"] div.complementary-grid {
		display: grid;
		grid-template-columns: 50% 50%;
	}
	div[role="main"] {
		max-width: 800px;
		width: 100%;
		padding-right: 2%;
	}
	#single div[role="main"] {
		padding-right: 0;
	}
	div[role="complementary"] {
		max-width: 340px;
		min-width: 340px;
		width: 100%;
	}
	#single div[role="complementary"] {
		max-width: initial;
		min-width: initial;
	}

	footer[role="contentinfo"] {
		margin: 2% auto 0;
	}

	footer[role="contentinfo"] div.footer {
		max-width: 1140px;
		margin: 0 auto;
	}

	div.footer div.parsonallink,
	div.footer div.about-site,
	div.footer div.about-author {
		margin: 5px;
		width: 49%;
	}
	
	{
		padding: 1.5em 2em 0.5em;
	}

	#talk {
		padding: 1em 2em 0.5em;
	}

	#talk h2 {
	text-align: left;
	}
	article#individual footer aside {
		padding: 0 2em;
	}
	article#individual footer aside div.entry-ads {
		max-width: 310px;
	}

	article#individual footer ul.relate {
		padding: 1em 4em;
	}

	section#comment fieldset {
		margin: 1em 1em;
		padding: 10px;
	}
	.prevnext {
	display: -webkit-flex;
	display: flex;
	}

	.previous {
		width: 50%;
		border-right: 1px dashed #ddd;
	}
	.next_post {
		width: 50%;
	border-top: 0;
	}
	#individual header {
		padding-top: 2.4em;
	}
	#individual .single-category {
	    font-size: 1.4rem;
	    border-bottom: 0;
	}
}

/*1024px以上*/
@media only screen and (min-width: 1024px) {
	/*初期設定*/
	article h3.title,
	section.sticky-topics article div.set h3,
	section.denmando-indexsale article.denmando h3.title {
		padding-left: 10px;
	}
	#single div[role="main"] {
		padding-right: 2%;
	}
	#single div[role="complementary"] {
		max-width: 340px;
		width: 100%;
	}
	#single [role="complementary"] .widget {
		margin: 0 0 1em 0;
	}
	#single [role="complementary"] div.complementary-grid {
		display: block;
	}
	/*ads*/
	.head-ads {
		min-width: 1024px;
		min-height: 280px;
	}
/*sticky-topics and denmando-indexsale*/
	/*デバッグ
	divsection.sticky-topics {
		background: #fff;
		border:1px solid #ddd;
	}*/
	/*section type1*/
	section.denmando-indexsale {
		border-bottom: initial;
	}
	divsection.type1 article.top-topics,
	divsection.type1 article.denmando {
	    background: #fff;
		border:1px solid #ddd;
		margin: 10px;
	}
	divsection.type1 article div.set,
	divdiv.second-news section.type1 article.denmando div.set {
	    width: 60%;
	}
	divsection.type1 article div.image-post,
	divdiv.second-news section.type1 article.denmando div.image-post {
		width: 39%;
	}
	/*section type2*/
	divsection.type2 div.wrapper {
		display: grid;
		grid-template-columns: 1fr 1fr;
		border: 1px solid #ddd;
	}
	section.type2 article {
		margin: 10px;
	}
	divsection.type2 article,
	section.type2 article.top-topics:last-child,
	section.type2 article.denmando:last-child {
		border: 1px solid #ddd;
	}
	section.type2 article a {
 	   /*height: 100%;*/
	}
	section.type2 article {
		
	}
	divsection.type2 h2.topics-tag {
		grid-column: 1 / 3; 
		grid-row: 1 / 2;
		width: 10em;
	}
	divsection.type2 article.sticky-1 {
		grid-column: 1 / 2;
		grid-row: 2 / 3;  
	}
	divsection.type2 article.sticky-2 {
		grid-column: 2 / 3;
		grid-row: 2 / 3;
	}
	section.type2 article div.set div.entrybody {
		display: none;
	}
	section.type2 article,
	section.type2 article:last-child {
		border: none;
		background: initial;
		margin-bottom: 10px;
	}
	section.type2 article.sticky-1 div.set h3,
	section.type2 article.sticky-2 div.set h3,
	section.type2 article.denmando-1 div.set h3,
	section.type2 article.denmando-2 div.set h3,
	section.type2 article.denmando-3 div.set h3 {
		position: absolute;
		padding: 0.5em 1.2em 1.1em;
		bottom: 0;
		left: 0;
		color: #f7f7f7;
		width: 100%;
		z-index: 1;
		min-height: 5em;
		display: block;
    }
	/*background colors*/
	section.type2 article.sticky-1 div.set h3,
	section.type2 article.sticky-2 div.set h3 {
		background: rgba(120,22,22,0.7);
		font-size: 1.4rem;
	}
	section.type2 article.denmando-1 div.set h3,
	section.type2 article.denmando-2 div.set h3,
	section.type2 article.denmando-3 div.set h3 {
		background: rgba(0,66,66,0.6);
		font-size: 1.4rem;
	}
		/*background: rgba(120,56,56,0.7);/*代案：rgba(0,66,66,0.6)*/
		/*display: block;
		width: 100%;
    */
	/*section type3*/
	section.sticky-topics article div.set h3,
	section.denmando-indexsale article.denmando h3.title {
		padding-left: 5px;
	}
	section.type1 article div.set h3,
	section.type1 article.denmando h3.title {/*type1のズレ修正*/
		padding-left: 10px;
	}
	divsection.type3 div.wrapper {
		display: grid;
		grid-template-columns: 68% 32%;
		border: 1px solid #ddd;
	}
	divsection.saletype3 div.wrapper {
		grid-template-columns: 32% 68%;
	}
	divsection.type3 h2.topics-tag {
		grid-column: 1 / 3; 
		grid-row: 1 / 2;
		width: 10em;
	}
	divsection.type3 article,
	section.type3 article.top-topics:last-child,
	section.type3 article.denmando:last-child {
		border: 1px solid #ddd;
	}
	divsection.type3 article.sticky-1,
	divsection.type3 article.denmando-1 {
		grid-column: 1 / 2;
		grid-row: 2 / 4;
	}
	divsection.type3 article.sticky-2,
	divsection.type3 article.denmando-2 {
		grid-column: 2 / 3;
		grid-row: 2 / 3;
	}
	divsection.type3 article.sticky-3,
	divsection.type3 article.denmando-3 {
		grid-column: 2 / 3;
		grid-row: 3 / 4;
	}/* {
		grid-column: 1 / 2;
		grid-row: 2 / 3;
	} {
		grid-column: 2 / 3;
		grid-row: 2 / 4;
	} {
		grid-column: 1 / 2;
		grid-row: 3 / 4;
	}*/
	section.type3 article.sticky-2 div.set h3,
	section.type3 article.sticky-3 div.set h3,
	section.type3 article.denmando-2 div.set h3,
	section.type3 article.denmando-3 div.set h3 {
		font-size: 1.2rem;
		/*font-weight: normal;*/
	}
	section.type3 article a {
 	   /*height: 100%;
		border: 1px solid #ddd;*/
	}
	divsection.type3 article.sticky-2 div.set div.entrybody,
	divsection.type3 article.sticky-3 div.set div.entrybody,
	section.type3 article.denmando-2 div.set div.entrybody,
	section.type3 article.denmando-3 div.set div.entrybody {
		display: none;
	}
	/*divsection.type3 div.set div.entrybody {
		display: none;
	}*/
	section.type3 article,
	section.type3 article:last-child {
		border: none;
		background: initial;
		margin: 10px;
	}
	section.type3 article.sticky-2 div.set h3,
	section.type3 article.sticky-3 div.set h3,
	section.type3 article.denmando-2 div.set h3,
	section.type3 article.denmando-3 div.set h3 {
		position: absolute;
		padding: 0.5em 1.2em 1.1em;
		bottom: 0;
		left: 0;
		color: #f7f7f7;
		width: 100%;
		z-index: 1;
		min-height: 5em;
		display: block;
    }

	/*background colors*/
	section.type3 article.sticky-2 div.set h3,
	section.type3 article.sticky-3 div.set h3 {
		background: rgba(120,22,22,0.7);
	}
	section.type3 article.denmando-2 div.set h3,
	section.type3 article.denmando-3 div.set h3 {
		background: rgba(0,66,66,0.6);
	}
/*ここまで*/


	article a div.continue {
		display: block;
	}

	article a div.continue {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	article a:hover div.continue {
		border: none;
	}

	article div.continue {
		opacity: 0;
		filter: alpha(opacity=0);
		-ms-filter: "alpha(opacity=0)";
		font-weight: bold;
		color: #ddd;
	}

	article a:hover div.continue {
		opacity: 1;
		filter: alpha(opacity=1);
		-ms-filter: "alpha(opacity=1)";
	}

	{
		padding: 1.5em 3em 0.5em;
	}
	#talk {
		padding: 1em 3em 0.5em;
	}

	article#individual footer ul.relate {
		border-left: 1px solid #ddd;
		border-right: 1px solid #ddd;
	}

	article#individual footer aside div.entry-ads {
		order: 0;
		width: 50%;
	}

	article#individual footer aside nav.socal {
		order: 1;
		width: 50%;
	}
}


.glitch {
    display: inline-block;
    animation: glitch .3s ease-in;
}

@keyframes glitch {
    0% {transform: translate(0px, 0px) rotateZ(0deg)}
    25% {transform: translate(3px, 3px) rotateZ(1deg)}
    50% {transform: translate(0px, 3px) rotateZ(0deg)}
    75% {transform: translate(3px, 0px) rotateZ(-1deg)}
    100% {transform: translate(0px, 0px) rotateZ(0deg)}
}
/*blog card2*/

blockquote#embed-website { border: 1px solid #ccc; padding: 10px; }
blockquote#embed-website div.column {display: flex;}
blockquote#embed-website a { text-decoration: none!important; }
blockquote#embed-website .embed-website-site-name { color: #999; font-size: 10px; font-weight: bold; margin: 0;}
blockquote#embed-website .embed-website-site-title { }
blockquote#embed-website h4 { margin: 0; }
blockquote#embed-website .embed-website-description { color: #666; margin-top: 5px;}
blockquote#embed-website .embed-website-thumbnail { margin-right: 10px;}
blockquote#embed-website .embed-website-thumbnail-no-border { margin-right: 10px; float: left; width: 130px;}
blockquote#embed-website .embed-website-thumbnail-no-border img, .embed-website-thumbnail img { max-width: 130px; margin-right: 5px; border: 1px solid #fff;}
blockquote#embed-website .embed-website-url { padding-top: 5px; clear: both; overflow: hidden; text-overflow: ellipsis; font-size: 12px; text-align:right; }


/*denmando_salelist2*/
/*ベース*/
.toggle {
	display: none;
}
/*タイトル*/
.Label {
	padding: 0.5em;
	padding-left: 2em;
	display: block;
	color: #fff;
	background:#019ac6;
}
/*タイトル横の矢印*/
.Label::before{
	content:"";
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top:calc( 50% - 5px );
	left: 1em;
	transform: rotate(135deg);
}
.Label,
.denmanlist_pic {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.denmanlist_pic {		/*本文*/
	height: 0;
	margin-bottom:10px;
	padding:0 20px;
	overflow: hidden;
}
.toggle:checked + .Label + .denmanlist_pic {	/*開閉時*/
	height: auto;
	padding:20px ;
	transition: all .3s;
}
.toggle:checked + .Label::before {
	transform: rotate(-45deg) !important;
}

div.denman_smallsale article a {
        padding: none;
    }

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/

}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/

}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/

}
