@charset "UTF-8";
/*base*/

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#individual .textbody img {
box-sizing: content-box!important;
}

* {
	margin: 0px;
	padding: 0px;
	word-wrap:break-word;
}

html {
	font-size: 62.5%;
}

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.4rem;
	line-height: 1.4;
}

a,
a:link,
a:hover {
	text-decoration: none;
	webkit-transition:0.3s linear;
	-moz-transition:0.3s linear;
	-o-transition:0.3s linear;
	-ms-transition:0.3s linear;
	transition:0.3s linear;
}

h1 {
	font-size: 1.8rem;
}

h2,h3,h4,h5,h6 {
	font-size: 1.6rem;
}

#index ul,
#index ol {
	list-style-position: inside;
}

#individual {
border-bottom: 1px solid #ddd;
}

#individual ul,
#individual ol {
	list-style-position: outside;
}

#individual .textbody ul,
#individual .textbody ol {
	margin:0.5em 0 0.5em 2em;
}


section.textbody li {
    margin-left: 2em;
    padding: 0.2em 0;
}

blockquote,.borderbox {
	margin: 2em 1em;
	padding: 0 1em;
	border: 1px solid #ddd;
}

blockquote {
	background: #eee;
}

table {
	width: 100%;
	border: 1px #ddd solid;
	border-collapse: collapse;
	font-size: 1.5rem;
}
table.denmando-salelist {
    border-bottom: 0px;
    border-right: 0px;
}
table caption {
    text-align: left;
    font-size: 1.6rem;
}

table th,
table td {
	padding: 6px 8px;
	border: 1px #ddd solid;
}
table.denmando-salelist th,
table.denmando-salelist td {
    border-top: 0px;
    border-left: 0px;
}

table thead th {
	background-color: #933;
	color: #eee;
	text-align: center;
}

table tbody td {
	background-color: #fff;
}

/*img*/

div.eyecatch,div.smallimg,div.middleimg,div.largeimg {
	text-align: center;
	margin: 0 auto;
	font-size: 1.2rem;
}

#extended div.eyecatch p,#extended div.smallimg p,#extended div.middleimg p,#extended div.largeimg p {
	margin: 0 0 1.5em;
}

div.eyecatch img,div.smallimg img,div.middleimg img,div.largeimg img {
	border: 3px double #ddd;
	margin: 3px;
}

div.eyecatch img {
	width: 96%;
	height: auto;
}

div.smallimg img {
	text-align: center;
	margin: 0 auto;
}

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

	div.middleimg img,div.largeimg img {
		width: 100%;
		max-width: 300px;
		height: auto;
	}
}

@media only screen and (min-width: 768px) {

	div.middleimg img {
		/*width: 100%;
		max-width: 400px;*/
		height: auto;
	}

	div.largeimg img {
		/*width: 100%;
		max-width: 640px;*/
		height: auto;
	}

}

@media only screen and (min-width: 1024px) {

div.eyecatch img {
	max-width: 100%;
	width: auto;
	}
}

/*material*/
.arrow-up {
  display: inline-block;
  vertical-align: middle;
  color: #eee;
  line-height: 1;
  position: relative;
  width: 0.1em;
  height: 1em;
  background: currentColor;
}

.arrow-up::before {
  content: '';
  width: 0.65em;
  height: 0.65em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: rotate(-45deg);
  position: absolute;
  top: 0;
  left: -0.275em;
  margin: auto;
}
.yellow {
	color:#fcb900;
}

.saleNew {
	display: inline-block;
	margin-right: 5px;
	padding: 0 6px;
	font-size: 1.4rem;
	font-weight: normal;
	color:#fafafa;
}
.list-red {
	background:#d33;
}
.list-yellow {
	background:#ff6900;
}
.list-green {
	background:#00d084;
}
.list-brown {
	background:#996733;
}
.list-grey {
	background:#999;
}
.style-arrow::before{
	content: '';
	width: 6px;
	height: 6px;
	border: 0px;
	border-top: solid 2px #f7f7f7;
	border-right: solid 2px #f7f7f7;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	left: 0.5em;
	margin-top: -4px;
}
.style-arrowb::before{
	content: '';
	width: 6px;
	height: 6px;
	border: 0px;
	border-top: solid 2px #222;
	border-right: solid 2px #222;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	left: 0.5em;
	margin-top: -4px;
}
.style-arrow {
	position: relative;
	display: inline-block;
	padding-left: 20px;
}
.red {
	color:#d33;
}
.red-back {
	background: #cf2e2e!important;
}
.orange-back {
	background: #ff5a00!important;
}
.green-back {
	background: #00b46e!important;
}
.blue-back {
	background: #0082e6!important;
}

.font-small {
	font-size: 1.3rem;
}
div#index article a,
article#individual footer aside,
#amazon-space div.amazon-entry,
section#comment article header,
#ranking li a,
.flex-row {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}

.headwrap,
.flex-mix,
.flex-column {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

div#index article a,
.wrap-mix,
article#individual footer aside,
#amazon-space div.amazon-entry,
section#comment article header,
.flex-wrap {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.steam {
margin: 0 1em;
}

.steam iframe {
	width: 100%;
}

.movie {
position: relative;
height: 0;
padding: 30px 0 56.25%;
overflow: hidden;
}


.movie iframe, .movie object, .movie embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.right {
	display: flex;
	justify-content: flex-end;
}
cite {
	font-size:14px;
}

/*topic*/
#index section.top-topics {
}
#index article.top-topics:last-child,
#index article.denmando:last-child {
    margin-bottom: 0;
    border-bottom: 1px solid #ddd;
}
#index h2.topics-tag,
[role="complementary"] .widget h2.topics-tag {
    border: 1px solid #ddd;
	border-bottom: 0;
	font-size: 1.8rem;
	color: #f3f3f3;
	padding: 0.5em 1em 0.5em 1.4em;
	background-color: #333;
	display: inline-block;
	
}
#index article.top-topics h3.title {
    font-size: 1.6rem;
}


/*clearfix*/

div.amazon_item,
.clearfix {
	clear: both;
}

div.amazon_item,
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

/*ads*/
.ads-center {
	text-align: center;
}
.head-ads {
	display: inline-block;
	width: 320px;
	height: 50px;	
}
.short-ads {
	text-align: center;
	max-width: 560px;
	margin: 0 auto;
}
.entry-inads {
	position: relative;
}
#extended .entry-inads p {
	margin: 0;
	padding: 3px 8px;
	font-size: 1.4rem;
	display:block;
	background:#333;
	color: #fafafa;
	text-align:left;
}
.responsive-ads {
	margin: 0 auto;
	width: 100%;
	text-align: center;
	background: #fff;
	border-top: 1px solid #ddd;
}
#index .responsive-ads {
	border-bottom: 1px solid #ddd;
}

.unit-responsive-ads {
	width: 100%;
	margin: 0 auto;
	text-align:center;
	background: #fff;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
}

.entry-ads {
	margin: 0 auto;
	width: 310px;
}

.google-ads {
	box-sizing: content-box!important;
	margin: auto;
	width: 320px;
	height: 100px;
}

@media (max-width: 500px) {/*400以下*/
	.head-ads {
		display: none;
	}
}


@media only screen and (min-width: 480px) {
	.head-ads {
		width: 468px;
		height: 60px;
	}
	.google-ads {
			width: 468px;
			height: 60px;
	}
}

@media only screen and (min-width: 481px) {

	.responsive-ads {
		margin: 0;
		padding: 1em 0;
		width: 100%;
		text-align: center;
		background: #fff;
	}

	.flex-mix {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.wrap-mix {
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
}

@media only screen and (min-width: 768px) {
	#content,
	div#top-news,
	div#top-news article.third a,
	footer[role="contentinfo"] div.footer,
	.top-flexrow {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	#single #content {
		display: block;
	}

	div#top-news article a,
	.top-flexcolumn {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	#amazon-space div.amazon-entry,
	.wrap-mix {
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}

	div#top-news,
	.flex-wrap {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}


	.responsive-ads {
		border-left: 1px solid #ddd;
		border-right: 1px solid #ddd;
	}

	.google-ads {
	margin: auto;
	width: 320px;
	height: 100px;
	}
}

@media only screen and (min-width: 1024px) {

	#single #content {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.google-ads {
			width: 468px;
			height: 60px;
	}
	article#individual footer aside {
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
}

@media only screen and (min-width: 1160px) {

	#content {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	#content {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}


	.google-ads {
		width: 728px;
		height: 90px;
	}
}


#page-top {
	display: none;
	position: relative;
}

#page-top a {
	color: #fff;
	background: #3b3b3b;
	border: 1px solid #ddd;
	width: 44px;
	height: 44px;
	margin: 0;
	padding: 12px 0;
	text-align: center;
	display: block;
	overflow: hidden;
	z-index: 999;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
 
#page-top a:hover {
	background: #8b8b8b;
}
 
#move-page-top {
	position: fixed;
	cursor: pointer;
}

@media only screen and (max-width: 767px) {
	#move-page-top {
		right: 0;
		bottom: 0;
	}
}

@media only screen and (min-width: 768px) {

	#move-page-top {
		right: 0;
		bottom: 10px;
	}
}

@media only screen and (min-width: 1230px) {

	#move-page-top {
		right: auto;
		bottom: 20px;
	}
}


/*layout*/

body {
	color: #333;
	background: #eee;
}

a {
	/*color: #45e;*/
	color: #036;
}

a:hover {
	/*color: #45e;*/
	color: #933;
}

/*top news　article*/

div#top-news {
	margin: 0 auto;
}

#index h2.new-topics {
	padding: 20px 0.5em;
	font-size: 1.8rem;
	color: #333;
	text-align: center;
	border: 1px solid #ddd;
	border-bottom: none;
	background: #fff;
}

#index div#top-news article {
	border-top: 1px solid #ddd;
}

#index article.news {
	border: none;
background: none;
}

#index article {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	background: #fff;
	position: relative;
}

#index div.second-news article {
	border-top: 1px solid #ddd;
}

#index article:hover,
div#index section.sticky-topics article a:hover,
div#index section.denmando-indexsale article a:hover {
	background: #f9f9f9;
}

#index article a {
	display: block;
	width: 100%;
	height: auto;
	padding: 1em 0.5em 2em;
}

#index section.sticky-topics article a,
#index section.denmando-indexsale article a {
	padding-bottom: 0;
}

#index article div.set {
	order: 1;
	margin: 0 auto;
	max-width: 800px;
	width: 50%;
}

#index article h3.title {
	font-size: 1.6rem;
	padding: 5px;
	line-height: 1.4;
	text-align: left;
}

#index article div.entrybody {
	color: #333;
	padding: 0.5em 1em;
	font-size: 1.4rem;
	display: none;
}

#index section.new-entry article div.entrybody {
	margin-bottom: 1em;
}

#index article div.image-post {
	order: 0;
	max-width: 400px;
	max-height: 300px;
	width: 50%;
}

#index article figure {
	margin: auto;
	text-align: center;
	width: 100%;
	/*max-width: 192px;
	max-height: 200px;*/
	overflow: hidden;
	border: 1px solid #ccc;
	background: #fff;
	display: block;
}
#index article a:hover figure {
	border: 1px solid #333;
	background: rgba(0, 0, 0, 1);
}

#index article a figure img {
	height: auto;
	max-width: 100%;
    width: 100%;
	vertical-align: bottom; /*隙間を埋める*/
}

@media only screen and (min-width: 481px) {

	#index article div.entrybody {
		display: block;
	}

}

#index article a:hover figure img {
	transform: scale(1.1,1.1);
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
}

#index article a div.continue {
	display: none;
}

#index article figure,
#index article a:hover figure,
#index article a figure img,
#index article a:hover figure img,
#index article a div.continue,
#index article a:hover div.continue {
	webkit-transition:0.3s linear;
	-moz-transition:0.3s linear;
	-o-transition:0.3s linear;
	transition:0.3s linear;
}

#index article footer {
	order: 3;
	font-size: 1.2rem;
	text-align: right;
	color: #333;
	width: 100%;
}
#index section.sticky-topics article footer,
#index section.denmando-indexsale article footer,
#index section.new-entry article footer,
#index section.new-entry article div.entry-category,
#index section.category-list article div.entry-category,
#index section.tag-list article div.entry-category {
	position: absolute;
	text-align: left;
	width: auto;
	font-size: 1.4rem;
}
#index section.sticky-topics article footer ul li,
#index section.denmando-indexsale article footer ul li,
#index section.new-entry article div.entry-category,
#index section.category-list article div.entry-category,
#index section.tag-list article div.entry-category {
	background: rgba(10,10,10,0.7);
	text-align: left;
	padding: 5px;
	color: #ccc;
	font-size: 1.2rem;
	border: 1px solid #999;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
}
#index section.new-entry article footer {
	right: 0;
	bottom: 0;
	margin-right: 1em;
	margin-bottom: 0.5em;
	font-size: 1.2rem;
}
#index section.new-entry article footer ul {
	border: none;
}


#individual header ul.denmando-saletime {
	text-align: left;
	padding-left: 20px;
}
#individual header ul.denmando-saletime li {
	font-size: 1.4rem;
}
#index article footer ul li {
	display: inline-block;
}

#index article footer ul li img,
#individual header ul li img {
	vertical-align: middle;
	margin: 0 0.5em 0 0.1em;
}

/*sticky-topics and denmando-indexsale*/

div#index section.sticky-topics article,
div#index section.denmando-indexsale article {
		padding-bottom: 0;
}
div#index section.sticky-topics article div.image-post figure,
#index section.denmando-indexsale article.denmando div.image-post figure {
	max-width: initial;
	max-height: initial;
}
div#index section.sticky-topics article div.image-post,
#index section.denmando-indexsale article.denmando div.image-post {
	max-width: initial;
	max-height: initial;
	width: initial;
}
div#index section.sticky-topics article div.set,
#index section.denmando-indexsale article.denmando div.set {
	max-width: initial;
	width: initial;
	margin: initial;
}
div#index section.sticky-topics article h3.title {
	padding: 5px;
}
div#index section.sticky-topics article div.image-post figure img,
#index section.denmando-indexsale article.denmando div.image-post figure img {
    max-width: initial;
    max-height: initial;
    width: 100%;
    height: 100%;
}
/*role=header*/

[role="banner"] {
	width: 100%;
	background: #333;
}

[role="banner"] div.headwrap {
	margin: 0;
}

[role="banner"] h1 {
	text-align: center;
	position: relative;
	margin: 25px auto;
	font-size: 2rem;
	font-family: "フォーク R","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-shadow:1px 1px 0 #000, -1px -1px 0 #000,
				-1px 1px 0 #000, 1px -1px 0 #000,
				0px 1px 0 #000,  0-1px 0 #000,
				-1px 0 0 #000, 1px 0 0 #000;
}
[role="banner"] h1::before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	top: -7px;
	left: 7px;
	border-style: solid;
	border-width: 0 0 12px 12px;
	border-color: transparent transparent transparent #fff;
	transition: 0.3s;
}
[role="banner"] h1 a {
	color: #fff;
	/*height: 85px;
	width: 190px;
	display: block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: url(css/images/logo05.png) no-repeat top center;
	background-size: contain;*/
  position: relative;
  margin: 0 auto;
  padding: 0.5em 1em;
  transition: 0.3s;
}

[role="banner"] h1 a:hover {
  color: #aaa;
}

ul#about_navi,
ul#external_navi {
	text-align: center;
	font-size: 0;
	margin: 0 auto;
}

ul#about_navi li,
ul#external_navi li {
	display: inline-block;
	font-size: 1.2rem;
}

ul#about_navi li a {
	background: #eee;
	padding: 0.5em;
	margin-right: 1px;
}

ul#about_navi li a:hover {
	color: #444;
}

ul#about_navi li a:hover {
	background: #ccc;
}

ul#external_navi li {
	margin: 1em 20px;
}

ul#external_navi li a {
	border: 1px solid #999;
	background: #fff;
	display: block;
	max-height: 42px;
	max-width: 42px;
}

ul#external_navi li a:hover {
	background: #ccc;
}

ul#external_navi li img {
	max-height: 40px;
	max-width: 40px;
}

/*Global Navigation*/

ul#navi {
	list-style: none;
	display: block;
	font-size: 0;
	background: #333;
	border-top: 1px solid #aaa;
}
ul#navi li {
	display: inline-block;
	text-align: center;
	font-size: 1.3rem;
	width:33.3%;
	border-bottom: 1px solid #aaa;
	border-right: 1px solid #ddd;
}

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

ul#navi li:nth-child(3),
ul#navi li:nth-child(5) {
	border-right: none;
}
ul#navi li a {
	padding:15px 10px;
	display:block;
	text-decoration:none;
	line-height:1em;
	color: #ddd;
	font-size: 1.3rem;
	position: relative;
}

ul#navi li a.arrow:after {
	content: url("css/images/arrow-down.png");
	position: absolute;
	bottom: 3px;
	right: 3px;
}
ul#navi li a.arrow:after:hover {
	background: #eee;
}

ul#navi li a:hover
 {
	background: #eee;
	color: #444;
}

ul#navi li a.open:after {
	content: url("css/images/arrow-up.png");
	position: absolute;
	bottom: 3px;
	right: 3px;
	color: #444;
}

ul#navi li a.open:after:hover {
	background: #eee;
}

ul#navi li.nth-child(3) a,
ul#navi li.last-child {
	border-right:none;
}

ul#navi li ul {
	margin: 0;
	list-style:none;
	position:absolute;
	left: 0;
	z-index:999;
	width: 100%;
	border: 1px solid #aaa;
	display: none;
}

ul#navi li ul li {
	padding-bottom:1px;
	width:100%;
	text-align: left;
	display: inline;
}

ul#navi li ul li a {
	color: #eee;
	font-size: 1.3rem;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	background: #333;
	border-right: none;
}

ul#navi li ul li a:hover,
ul#navi li ul li a.open {
	color: #444;
	border-bottom: 1px solid #ddd;
}

header [role="search"] {
	padding: 10px 0;
	margin: 0 auto;
}

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

header [role="search"] form input.button {
	width: 12%;
	text-align: center;
	margin: 0 auto;
	border: 1px solid #eee;
	background: #eee;
}

/*role="main"*/

#content {
		border-top: none;
	}

#content div[role="main"] {
	background: #eee;
}

nav.topicpath {
	display: none;
}

nav#page {
	text-align: center;
	background: #fff;
	border: 1px solid #ddd;
	padding: 10px;
	font-size: 0;
}

nav#page span,
nav#page a {
	font-size: 1.4rem;
	display: inline-block;
	margin: 5px;
	padding: 8px;
}

nav#page span {
	font-weight: bold;
}

nav#page a {
	border: 1px solid #ddd;
}

nav#page a:hover {
	border: 1px solid #333;
}

/*individual single extended*/

#individual header {
	position: relative;
	padding-top: 3.1em;
}

#extended,#talk,
#individual footer,
section#comment {
	background: #fff;
}
#individual header h1 {
	font-size: 1.8rem;
	padding: 0.5em;
	border: 1px solid #ddd;
	border-left: 5px solid #aaa;
	border-bottom: none;
	background: #fff;
}
#individual .single-category {
	position:absolute;
    font-size: 1.8rem;
    padding: 0.5em 1em 0.5em 1.4em;
	top: 0;
	border: 1px solid #ddd;
	border-left: 5px solid #aaa;
	border-bottom: 0;
	background: #fff;
	color: #333;
	z-index: 1;
}
#individual header dl {
	list-style: none;
	padding: 0 0 10px 10px;
	border-left: 5px solid #aaa;
	border-right: 1px solid #ddd;
	background: #fff;
	font-size: 1.3rem;
}
#individual header dl dt{
	float: left;
	width: 3em;
	margin: 0 auto;
}
#individual header dl dt::after{
content: "：";
}
#individual header dl dt.tag-name {
	padding-top: 2px;
	clear: both;
}	
#individual header dl dd{
	float: left;
	margin-right: 7px;
}
#individual header dl dd a {
	color: #57d;
	background:#eee;
	border-radius:30px;
	border: 1px solid #ddd;
	padding: 2px 0.6em;
	white-space: nowrap;
	display: inline-block;
}
#individual header dl dd a:hover {
	color: #933;
	background:#fafafa;
	padding: 2px 0.6em;
}
#extended h2,#extended h3,#extended h4,#extended h5,#extended h6 {
	margin-top: 1em;
	margin-bottom: 1em;
	padding: 5px;
	font-size: 1.6rem;
	border-bottom: 1px dotted #ddd;
	border-left: 5px solid #ddd;
}

#extended h3 {
	border-bottom: none;
	border-left: none;
}

#extended,#talk {
	border: 1px solid #ddd;
	border-bottom: none;
	line-height: 1.8;
	padding: 1.5em 1em 0.5em;
	font-size: 1.6rem;
}

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

#extended p {
	margin: 1.6em 0;
	word-wrap:normal;
}

#extended nav p {
	font-size: 1.2rem;
	margin: 0;
}

nav.tag {
	font-size: 1.4rem;
	background: #fff;
	padding: 1em;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;
}

nav.tag dl {
	width: 100%;
}

nav.tag dt {
	width: 4.5em;
	/* margin-right: 1em; */
	/* margin-left: 5%; */
	padding-top: 3px;
	font-weight: bold;
	display: block;
}

nav.tag dd {
	width: 90%;
	display: block;
}

nav.tag ul {
	list-style-type: none;
}

nav.tag ul li {
	padding-left: 1.7em;
	padding-right: 18px;
	line-height: 1.8;
}

nav.tag ul li.related {
	background: url(css/images/related-icon.png) no-repeat 0 3px;
}

nav.tag ul li.author {
	background: url(css/images/author-icon.png) no-repeat 0 3px;
}

nav.tag ul li.etc {
	background: url(css/images/etc-icon.png) no-repeat 0 3px;
}

nav.tag ul li.publisher {
background: url(css/images/publisher-icon.png) no-repeat 0 3px;
}
nav.tag ul li.label {
	background: url(css/images/label-icon.png) no-repeat 0px 4px;
}

#individual #talk h2 {
	text-align: center;
	display: block;
	background: url("css/images/zadankai.png") no-repeat;
	text-indent: -9999px;
	height: 39px;
	border: none;
}

#individual #talk h2 {
	text-align: center;
	display: block;
	background: url("css/images/zadankai.png") no-repeat;
	text-indent: -9999px;
	height: 39px;
	border: none;
}

#talk p.sho,#talk p.sha {
	margin: 0.5em;
	padding-left: 49px;
}

#talk p.sho {
	color: #147;
}

#talk p.sha {
	color: #600;
}

#talk p.sho img,
#talk p.sha img {
	width:49px;
	height: 13px;
	margin-left: -49px;
}

#extended .responsive-ads {
	border: none;
}

#extended a {
	text-decoration: underline;
	color: #57d;
}

#extended a:hover {
	color: #933;
}

#amazon-space {
	background: #fff;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	padding: 1em 1em 0;
}

#extended #amazon-space {
padding: 0;
border: none;
}
#extended #amazon-space a {
text-decoration: none;
}

div.amazon_item {
	border: 1px solid #ddd;
	padding: 1em;
	margin: 1em;
	background: #eee;
	width: 100%;
}

div.amazon_item dl.detail {
	font-size: 1.2rem;
	margin: 0.5em 0;
}

div.amazon_item dl dt,
div.amazon_item dl dd {
	display: inline;
}

div.amazon_item dl dd + dt:before {
  content: "\000a";
  white-space: pre;
}

div.amazon_item img {
	float: left;
	width: 120px;
	height: auto;
margin-right: 10px;
}

article#individual footer aside {
	text-align: left;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

article#individual footer h2 {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	padding: 1em 1em 0; 
}

article#individual footer ul.relate {
	text-align: center;
	font-size: 0;
}

#individual .relate li {
	margin: 5px 1px;
	text-align: center;
	width: 160px;
	height: 90px;
	display: inline-block;
	border: 1px solid #ddd;
}

#individual .relate li a {
	position: relative;
	display: block;
}

#individual .relate li a h2 {
	font-size: 1.2rem;
	font-weight: normal;
	padding: 5px;
	border: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 160px;
	height: 90px;
	overflow: hidden;
	display: block;
	color: #fff;
	text-align: center;
	margin: auto;
}

#individual .relate li a:hover h2 {
	height: 0px;
	padding: 0 5px;
	-moz-transform: translateY(90px);
-webkit-transform: translateY(90px);
-o-transform: translateY(90px);
-ms-transform: translateY(90px);
overflow: hidden;
}

#individual .relate li a figure {
	background: #000;
	margin: 0 auto;
	width: 160px;
	height: 90px;
}

#individual .relate li a img {
	border: 1px solid #ddd;
	background: rgba(0.0.0.0,4);
	opacity: 0.4;
	filter: alpha(opacity=40);
	-ms-filter: "alpha(opacity=40)";
	vertical-align: bottom; /*隙間を埋める*/
	width: 160px;
	height: 90px;
}

#individual .relate li a:hover img {
	border: 1px solid #444;
	background: rgba(0.0.0.1);
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
}


#individual .relate li a:hover h2,
#individual .relate li a h2,
#individual .relate li a img,
#individual .relate li a:hover img
{
	webkit-transition:0.2s ease;
	-moz-transition:0.2s ease;
	-o-transition:0.2s ease;
	-ms-transition:0.2s ease;
	transition:0.2s ease;
}

#individual .relate_none {
	padding: 1em 2em;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

article#individual footer aside div.entry-ads {
	padding: 5px;
	order: 1;
}

article#individual footer aside nav.socal {
	padding: 10px;
	order: 0;
}

nav.socal {
	width: 100%;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	background: #eaeef1;
}

nav.socal ul {
	border-bottom: 1px solid #ddd;
	display: grid;
    grid-template-columns: 33% 33% 33%;
	list-style: none;
}
nav.socal ul li a {
	display: inline-block;
}
.prevnext {
	display: -webkit-block;
	display: block;
	border-bottom: 1px solid #ddd;
}
.previous {
	width: 100%;
	border: none;
}
.next_post {
	width: 100%;
	border-top: 1px solid #ddd;
}

.prevnext a {
	/*text-decoration:underline;*/
	font-weight: bold;
}
.prevnext h4 i {
	padding-right: 1em;
	color:#333;
}
.prevnext h4 {
	font-size: 1.2rem;
	color:#444;
	padding: 5px 5px 5px 10px;
	border-bottom: 1px solid #ddd;
	background: #ededed;
}

.previous a,
.next_post a {
	display: -webkit-flex;
	display: flex;
}
.trim {
	overflow: hidden;
	width: 134px;
	height: 110px;
}
.trim img {
	height: 100%;
	width: 100%;
	padding: 10px;
	webkit-transition:0.3s linear;
	-moz-transition:0.3s linear;
	-o-transition:0.3s linear;
	-ms-transition:0.3s linear;
	transition:0.3s linear;
}
.prevnext p,
.next_post p {
	/*border: 1px solid #ddd;*/
	margin: 10px 0;
	padding: 5px;
	line-height:1.6;
	  -webkit-flex: 1;
  flex: 1;
}
.previous a:hover,
.next_post a:hover {
	background: #fafafa;
	webkit-transition:0.3s linear;
	-moz-transition:0.3s linear;
	-o-transition:0.3s linear;
	-ms-transition:0.3s linear;
	transition:0.3s linear;
}
.previous a:hover img,
.next_post a:hover img {
	opacity: 0.75;
	filter: alpha(opacity=75);
	-ms-filter: "alpha(opacity=75)";
	webkit-transition:0.3s linear;
	-moz-transition:0.3s linear;
	-o-transition:0.3s linear;
	-ms-transition:0.3s linear;
	transition:0.3s linear;
}
.next_post p.latest-entry {
	width: 100%;
	vertical-align:  middle;
}

section#comment {
	padding: 1em;
	border: 1px solid #ddd;
border-top: none;
	line-height: 1.8;
}

section#comment h2 {
	padding: 0 1em 0.5em;
	border-bottom: 1px dotted #ddd;
}

section#comment article {
	padding: 0.5em 2em;
	border-bottom: 1px dotted #ddd;
}

section#comment article header {
	margin-bottom: 1em;
}

section#comment article header .name {
	color: #369;
	font-weight: bold;
    margin-left: 5px;
}

section#comment article header time {
	margin-left: 1em;
}

section#comment article .comment-body {
	margin-left: 1em;
}

section#comment article .comment-body p {
	margin: 0.6em 0;
	line-height: 1.6;
}

section#comment fieldset {
	margin: 1em 0.5em;
	padding: 5px;
	background: #eee;
}

section#comment h3 {
block: inline;
font-weight: normal;
font-size: 1.4rem;
}
section#comment legend {
	background: #eee;
	padding-bottom: 1em;
}

section#comment textarea#comment-text {
	width: 100%;
	padding: 5px;
}

/*role="complementary"*/

[role="complementary"] {
	margin: 0;
	background: #eee;
	position: relative;
}

/*pickup*/

#pickup h2 {
	padding: 20px 0.5em;
	font-size: 1.8rem;
	color: #333;
	text-align: center;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px dashed #ddd;
	margin: auto 4%;
	background: #fff;
}

#pickup article {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	margin: 0 4%;
	background: #fff;
}

#pickup article a {
	display: block;
	padding: 10px 20px;
}

#pickup article a div.top-header {
	order: 1;
	margin: 0 auto;
	max-width: 400px;
	width: 100%;
}

#pickup article h1 {
	font-size: 1.6rem;
	padding: 10px 5px 13px;
	line-height: 1.6;
	text-align: left;
	border: none;
}

#pickup article figure {
	margin: auto;
	text-align: center;
	width: 100%;
	max-width: 400px;
	max-height: 300px;
	overflow: hidden;
	border: 1px solid #ccc;
	display: block;
	background: #fff;
}

#pickup article a:hover figure {
	border: 1px solid #333;
	background: rgba(0, 0, 0, 1);
}

#pickup article a figure img {
	height: auto;
	max-width: 100%;
	vertical-align: bottom; /*隙間を埋める*/
}

#pickup article a:hover figure img {
	transform: scale(1.1,1.1);
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
}

#pickup article a div.continue {
	order:2;
	padding: 0.2em;
	width: 100%;
	text-align: center;
	border: 1px solid #ddd;
}

#pickup article a:hover div.continue {
	border: 1px solid #999;
}

#pickup article figure,
#pickup article a:hover figure,
#pickup article a figure img,
#pickup article a:hover figure img,
#pickup article a div.continue,
#pickup article a:hover div.continue {
	webkit-transition:0.3s linear;
	-moz-transition:0.3s linear;
	-o-transition:0.3s linear;
	-ms-transition:0.3s linear;
	transition:0.3s linear;
}

[role="complementary"] .widget {
	/*border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	background: #fff;*/
}

[role="complementary"] .widget:last-child {
  /*border-bottom: 1px solid #ddd;*/
}

[role="complementary"] .widget h2 {
	padding: 20px 0.5em;
	font-size: 1.8rem;
	color: #333;
	text-align: center;
	border-bottom: 1px dashed #ddd;
	border-top: 1px solid #ddd;
}

[role="complementary"] ol.ranking {
	border: 1px solid #ddd;
	list-style: none;
	padding: 1em 4%;
	background: #fff;
}

[role="complementary"] ol.ranking li {
	border: 1px solid #ccc;
	background: #eee;
	position: relative;
	margin-bottom: 12px;
}
[role="complementary"] ol.ranking li:last-child {
	margin-bottom: 0;
}

[role="complementary"] ol.ranking li a {
	padding: 3px;
	display: block;
}

[role="complementary"] ol.ranking li a h3 {
	font-size: 1.6rem;
	border: none;
	font-weight: normal;
	position: absolute;
	padding: 0.3em 0.7em 0.6em;
	bottom: 0;
	left: 0;
	color: #eee;
	background:rgba(0,0,0,0.6);
	display: block;
	width: 100%;
}

[role="complementary"] ol.ranking li a:hover {
	background: #ccc;
}

[role="complementary"] ol.ranking li a figure {
	border: 1px solid #ccc;
	overflow: hidden;
	background: #000;
	margin: 0.5em 3px;
}

[role="complementary"] ol.ranking li a:hover figure {
	border: 1px solid #333;
	background: rgba(0.0.0.0,5);
}

[role="complementary"] ol.ranking li a img {
	opacity: 1;
	width: 100%;
	height: 100%;
	vertical-align: bottom; /*隙間を埋める*/
}

[role="complementary"] ol.ranking li a:hover img {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
	transform: scale(1.1,1.1);
}

[role="complementary"] ol.ranking li a p {
	font-size: 1.2rem;
	margin: 0 3%;
	font-weight: normal;
}

[role="complementary"] ul#attention {
	padding: 15px;
	list-style: none;
	font-size: 0;
}

[role="complementary"] ul#attention li {
	margin: 5px 0;
	text-align: center;
}

[role="complementary"] ul#attention li a figure {
	background: #000;
	width: 265px;
	height: 50px;
	margin: 0 auto;
}

[role="complementary"] ul#attention li a img {
	border: 1px solid #ddd;
}

[role="complementary"] ul#attention li a:hover img {
	border: 1px solid #444;
	background: rgba(0.0.0.0,5);
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
}

[role="complementary"] ul#category {
	padding: 2% 4% 15px;
	list-style-type: disc;
	list-style-position: inside;
	background: #fff;
	border: 1px solid #ddd;
}

[role="complementary"] ul#category li {
	width: 50%;
	padding: 5px 0;
	border-bottom: 1px dotted #ddd;
}

@media only screen and (min-width: 481px) {
	[role="complementary"] ul#category li {
		width: 33.3%;
		padding: 5px 3px;
	}
	[role="complementary"] ol.ranking li a h3 {
	font-size: 1.4rem;
	}
}

[role="complementary"] .monthly-arcives {
	margin:5% 4%;
}

[role="complementary"] ul#yearly-archives {
	padding: 0 4% 15px;
	font-size: 0;
	border-top: 1px dotted #ddd;
}

[role="complementary"] ul#yearly-archives li {
	display: inline-block;
	width: 50%;
	font-size: 1.2rem;
	font-weight: normal;
	padding: 4px 0;
	border-bottom: 1px dotted #ddd;
}

@media only screen and (min-width: 481px) {
	[role="complementary"] ul#yearly-archives li {
		width: 33.3%;
		padding: 5px 3px;
	}
}

[role="complementary"] ul.amazon {
	text-align: center;
	padding: 0;
	font-size: 0;
	display: block;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

[role="complementary"] ul.amazon li {
	padding: 15px;
}

[role="complementary"] ul.amazon li a img {
	border: 1px solid #ddd;
}

[role="complementary"] ul.amazon li a:hover img {
	border: 1px solid #444;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
}

/*role="contentinfo"*/

[role="contentinfo"] {
	width: 100%;
	background: #333;
	position: relative;
}

[role="contentinfo"] div.footer {
	margin: 0 4%;
	padding-top: 15px;
	display: block;
	font-size: 1.4rem;
	line-height: 1.8;
	color: #eee;
}

[role="contentinfo"] div.footer a {
	
	color: #69c;
}

[role="contentinfo"] .parsonallink ul {
	list-style: none;
	margin: 1em;
}

[role="contentinfo"] .parsonallink ul li {
	padding: 0 0.5em;
}

[role="contentinfo"] .parsonallink h3,
[role="contentinfo"] .about-site h3,
[role="contentinfo"] .about-author h3 {
	border-bottom: 1px dashed #ddd;
	font-size: 1.8rem;
	padding: 20px 0.5em;
	text-align: center;
	border-top: 1px dashed #ddd;
}

[role="contentinfo"] .about-site h3,
[role="contentinfo"] .about-author h3 {
	
}

[role="contentinfo"] .about-site p,
[role="contentinfo"] .about-author p {
	margin: 1em 2em;
}

[role="contentinfo"] .copyright {
	color: #eee;
	font-size: 1.4rem;
	text-align: center;
	line-height: 1.6;
	padding: 1em;
	border-top: 1px solid #ccc;
}

[role="complementary"] ol.ranking li a,
[role="complementary"] ol.ranking li a:hover,
[role="complementary"] ol.ranking li a figure,
[role="complementary"] ol.ranking li a:hover figure,
[role="complementary"] ol.ranking li a img,
[role="complementary"] ol.ranking li a:hover img,
[role="complementary"] ul.amazon li a img,
[role="complementary"] ul.amazon li a:hover img,
[role="complementary"] ul#attention li a img,
[role="complementary"] ul#attention li a:hover img {
	webkit-transition:0.3s linear;
	-moz-transition:0.3s linear;
	-o-transition:0.3s linear;
	transition:0.3s linear;
}


#individual #extended p.oneword {
text-align:center; margin-top: 0;
}

/*-------------------------
  ブログカード
-------------------------*/
.blog-card {
    width: 600px;
    max-width: 100%;
    padding: 1em;
    margin: 1em 0;
    border: 1px solid #e0e0e0;
}

.blog-card a:link {
    text-decoration: none;
    color: inherit;
}

.blog-card:hover {
    background-color: #fafafa;
}

    .blog-card-thumbnail {
        position: relative;
        float: right;
        width: 100px;
        height: 100px;
    }

        .blog-card-thumbnail img {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%);
            max-width: 100%;
            height: auto;
        }

    .blog-card-body {
        margin-right: 110px;
    }

        .blog-card-title {
            margin-top: 0;
            font-weight: bold;
        }

    .blog-card-favicon {
        float: left;
    }

        .blog-card-favicon img {
            vertical-align: middle;
            margin-right: .25em;
        }

    .blog-card-date {
        float: right;
    }

        .blog-card-body:after,
        .blog-card-footer:after {
            content: "";
            display: table;
            clear: both;
        }

/*blog card*/
.blogcard_wrap {
    margin: 16px;
    padding: 8px;
    width: 96%;
    border: 2px solid #ddd;
    background-color: #eee;
    border-radius: 3px;
}
.blogcard #bc_link {
    text-decoration: none;
}
.bc_favicon {
	margin-right: 3px;
}
.bc_favicon img {
	vertical-align:middle;
}
.bc_sitename {
    display: block;
    font-size: 14px;
}
.bc_title {
    display: block;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.bc_url {
    display: block;
    font-size: 12px;
    color: #00f;
	text-align: right;
	clear: both;
}
.bc_excerpt {
    height: 46px;
    font-size: 12px;
    color: #444;
    overflow: hidden;
    text-overflow: ellipsis;
}
.bc_thumbnail{
   max-height: 100px;
   width: auto;
	float: left;
	margin-right: 10px;
}

/* social */
.btn-social-flat { 
  color: #484848;
  display: inline-block;
  background: #eaeef1;
font-size: 1.4rem;
  text-decoration: none;
	width: 100%;
}

.btn-social-flat-icon {
  display: inline-block;
  width: 28px;
  height: 28px;
  text-align: center;
  color: white;
}
.btn-social-flat-icon i {
font-size: 1.6rem;
  line-height: 28px;
  transition: 1s;
}
.btn-social-flat-text {
	  display: inline-block;
  text-align: center;
}

.btn-social-flat-icon--twitter {
  background:#1da1f3;
}
.btn-social-flat-icon--facebook {
  background:#3b75d4;
}
.btn-social-flat-icon--line {
  background:#71d06f;
}
.btn-social-flat-icon--pocket {
  background:#fd7171;
}
.btn-social-flat:hover .btn-social-flat-icon i {
  -webkit-transform: rotateY(720deg);
  transform: rotateY(720deg);
}
/*profile*/
section#profile {
    width: 100%;
    border: 5px solid #ddd;
    margin: 30px 0;
    padding: 20px 25px;
    box-sizing: border-box;
}
section#profile h1 {
    font-size: 14px;
    border-bottom: 1px dotted #666666;
    margin: 0 0 20px;
    padding: 0 0 5px;
}
section#profile .inner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0;
}
section#profile .inner .left-side {
    width: 100px;
}
section#profile .inner .left-side img {
    border-radius: 50%;
}
section#profile .inner .right-side {
    width: calc(100% - 125px);
}
section#profile .inner .right-side .authorName {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 5px;
}
section#profile .inner .right-side .authorProfile {
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}

@media only screen and (max-width: 600px) {
    section#profile {
        padding: 15px;
    }
    section#profile h1 {
        font-size: 16px;
    }
    section#profile .inner .left-side {
        width: 70px;
    }
    section#profile .inner .right-side .authorName {
        font-size: 16px;
    }
    /*section#profile .inner .right-side {
        width: calc(100% - 85px);
    }*/
    section#profile .inner .right-side .authorProfile {
        font-size: 16px;
    }
}

/*not*/
/*div.largeimg img:not(.notfull) {
  width: auto;
}*/

.trim img.denmando {
    width: auto;
}
#extended p.saletoday,
#extended p.salebutton {
	/*width: 96%;*/
	margin: auto;
	margin-bottom: 5px;
	padding: 0;
}
#extended div.categorylink p.saletoday,
#extended div.categorylink p.salebutton {
	width: initial;
	margin-right: 5px;
	display: inline-block;
}

#extended p.salebutton {
	text-align:center;
}

#extended p.saletoday a.btn-sticky,
#extended p.salebutton a.btn-sticky,
#extended 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;
}

#extended p.salebutton a.btn-sticky:active {
  box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
  transform: translateY(2px);
}


/*denmando-amazon*/

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


#extended 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);
}
#extended 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;
}
#extended div.denmando_item a.btn-sticky {
    background: #fff;
	width: 100%;
	text-align: center;
}
#extended div.denmando_item blockquote {
    margin: 5px;
    padding: 3px;
}
#extended 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);
	}
	#extended div.denmando_item div.denmando_right h4 {
		border: none;
		margin-bottom: 0;
	}
	#extended 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;
	}
	#extended div.denmando_item a.btn-sticky {
		padding: 5px;
	}
}

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

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

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

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

@media only screen and (max-width: 768px) {
	#individual table.denmando-salelist li{
		width: 31.3%;
	}
}
#individual table.denmando-salelist li img{
	border: none;
	margin: 0;
	width: 100%;
	height: 100%;
	border: 1px solid #ddd;
}
#individual table.denmando-salelist p.saletoday a.btn-sticky,
#individual 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;
}
}

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



/* 768px以上*/

@media only screen and (min-width: 768px) {
	/*初期設定*/
	[role="banner"] {
		margin-bottom: 1em;
	}
	#index article {
		position: relative;
	}
	#index article h3.title {
		padding: 0 5px;
	}
	#index article div.set {
		margin: 0;
	}
	#index section.sticky-topics article div.set h3,
	#index section.denmando-indexsale article.denmando h3.title {
		padding: 5px 0 0 5px;
	}
/*sticky-topics and denmando-indexsale*/
	div#index section.sticky-topics article a,
	div#index section.denmando-indexsale article a {
		padding: 1em;
	}
	div#index div.wrapper {
	    background: #fff;
		border:1px solid #ddd;
		padding: 0.5em;
	}
/*ここまで*/
	div#index section {
		margin-bottom: 1em;
	}
	div#index section.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;
	}

	#index #top-news h2.new-topics,
	#index .second-news h2.new-topics,
	#index .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;
	}

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

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

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

	#index div.second-news article div.image-post figure {
		max-width: initial;
		max-height: initial;
	}
	#index 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%;
	}
	
	#extended {
		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) {
	/*初期設定*/
	#index article h3.title,
	#index section.sticky-topics article div.set h3,
	#index 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*/
	/*デバッグ
	div#index section.sticky-topics {
		background: #fff;
		border:1px solid #ddd;
	}*/
	/*section type1*/
	#index section.denmando-indexsale {
		border-bottom: initial;
	}
	div#index section.type1 article.top-topics,
	div#index section.type1 article.denmando {
	    background: #fff;
		border:1px solid #ddd;
		margin: 10px;
	}
	div#index section.type1 article div.set,
	div#index div.second-news section.type1 article.denmando div.set {
	    width: 60%;
	}
	div#index section.type1 article div.image-post,
	div#index div.second-news section.type1 article.denmando div.image-post {
		width: 39%;
	}
	/*section type2*/
	div#index section.type2 div.wrapper {
		display: grid;
		grid-template-columns: 1fr 1fr;
		border: 1px solid #ddd;
	}
	#index section.type2 article {
		margin: 10px;
	}
	div#index section.type2 article,
	#index section.type2 article.top-topics:last-child,
	#index section.type2 article.denmando:last-child {
		border: 1px solid #ddd;
	}
	#index section.type2 article a {
 	   /*height: 100%;*/
	}
	#index section.type2 article {
		
	}
	div#index section.type2 h2.topics-tag {
		grid-column: 1 / 3; 
		grid-row: 1 / 2;
		width: 10em;
	}
	div#index section.type2 article.sticky-1 {
		grid-column: 1 / 2;
		grid-row: 2 / 3;  
	}
	div#index section.type2 article.sticky-2 {
		grid-column: 2 / 3;
		grid-row: 2 / 3;
	}
	#index section.type2 article div.set div.entrybody {
		display: none;
	}
	#index section.type2 article,
	#index section.type2 article:last-child {
		border: none;
		background: initial;
		margin-bottom: 10px;
	}
	#index section.type2 article.sticky-1 div.set h3,
	#index section.type2 article.sticky-2 div.set h3,
	#index section.type2 article.denmando-1 div.set h3,
	#index section.type2 article.denmando-2 div.set h3,
	#index 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*/
	#index section.type2 article.sticky-1 div.set h3,
	#index section.type2 article.sticky-2 div.set h3 {
		background: rgba(120,22,22,0.7);
		font-size: 1.4rem;
	}
	#index section.type2 article.denmando-1 div.set h3,
	#index section.type2 article.denmando-2 div.set h3,
	#index 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*/
	#index section.sticky-topics article div.set h3,
	#index section.denmando-indexsale article.denmando h3.title {
		padding-left: 5px;
	}
	#index section.type1 article div.set h3,
	#index section.type1 article.denmando h3.title {/*type1のズレ修正*/
		padding-left: 10px;
	}
	div#index section.type3 div.wrapper {
		display: grid;
		grid-template-columns: 68% 32%;
		border: 1px solid #ddd;
	}
	div#index section.saletype3 div.wrapper {
		grid-template-columns: 32% 68%;
	}
	div#index section.type3 h2.topics-tag {
		grid-column: 1 / 3; 
		grid-row: 1 / 2;
		width: 10em;
	}
	div#index section.type3 article,
	#index section.type3 article.top-topics:last-child,
	#index section.type3 article.denmando:last-child {
		border: 1px solid #ddd;
	}
	div#index section.type3 article.sticky-1,
	div#index section.type3 article.denmando-1 {
		grid-column: 1 / 2;
		grid-row: 2 / 4;
	}
	div#index section.type3 article.sticky-2,
	div#index section.type3 article.denmando-2 {
		grid-column: 2 / 3;
		grid-row: 2 / 3;
	}
	div#index section.type3 article.sticky-3,
	div#index section.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;
	}*/
	#index section.type3 article.sticky-2 div.set h3,
	#index section.type3 article.sticky-3 div.set h3,
	#index section.type3 article.denmando-2 div.set h3,
	#index section.type3 article.denmando-3 div.set h3 {
		font-size: 1.2rem;
		/*font-weight: normal;*/
	}
	#index section.type3 article a {
 	   /*height: 100%;
		border: 1px solid #ddd;*/
	}
	div#index section.type3 article.sticky-2 div.set div.entrybody,
	div#index section.type3 article.sticky-3 div.set div.entrybody,
	#index section.type3 article.denmando-2 div.set div.entrybody,
	#index section.type3 article.denmando-3 div.set div.entrybody {
		display: none;
	}
	/*div#index section.type3 div.set div.entrybody {
		display: none;
	}*/
	#index section.type3 article,
	#index section.type3 article:last-child {
		border: none;
		background: initial;
		margin: 10px;
	}
	#index section.type3 article.sticky-2 div.set h3,
	#index section.type3 article.sticky-3 div.set h3,
	#index section.type3 article.denmando-2 div.set h3,
	#index 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*/
	#index section.type3 article.sticky-2 div.set h3,
	#index section.type3 article.sticky-3 div.set h3 {
		background: rgba(120,22,22,0.7);
	}
	#index section.type3 article.denmando-2 div.set h3,
	#index section.type3 article.denmando-3 div.set h3 {
		background: rgba(0,66,66,0.6);
	}
/*ここまで*/


	#index article a div.continue {
		display: block;
	}

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

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

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

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

	#extended {
		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;
}

/*デザイン*/
#individual .textbody table#denmando_salelist {
	width: 100%;	
	table-layout: fixed;
	word-break: break-all;
	word-wrap: break-all;
}
#individual .textbody table#denmando_salelist tr td {
	background:initial;
}
#individual .textbody table#denmando_salelist tr {
    background: #f7f7f7;
}
#individual .textbody table#denmando_salelist tr:nth-child(2n+1) {
	background: #eee;
}

#individual .textbody table#denmando_salelist ul {
	list-style-type: none;
	margin: 0px 0px 5px 0px;
	font-size: 1.4rem;
}
#individual .textbody 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;
}
#individual .textbody 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#extended div.denman_smallsale {
	display:flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
}
div#extended div.denman_smallsale div.smallsale_item {
	max-width: 160px;
	min-width: 150px;
	margin: 3px;
	border: double #ccc;
}
div#extended div.denman_smallsale div.smallsale_item a {
	display: block;
	display:flex;
	position: relative;
}
div#extended div.denman_smallsale div.smallsale_item img {
	max-width: 150px;
	min-width: 140px;
	max-height: 205px;
}
div#extended 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#extended div.denman_smallsale div.smallsale_item span.smallsale_price,
div#extended div.denman_smallsale div.smallsale_item span.smallsale_point {
	display: block;
	font-size: 1.4rem;
}
