@charset "utf-8";

.books-widget {
	width: 100%;
	padding: 0 1em;
}

.books-widget .owl-carousel .owl-item {
	margin: 0;
	padding: 1em 0 0;
	background: none;
	text-align: center;
	outline: none;
}

.books-widget .owl-carousel .owl-item img {
	margin: 0 auto;
	width: auto;
}

.books-widget .title {
	margin-top: .5em;
	line-height: 1.2;
	font-weight: bold;
}

.books-widget .btn-cart {
	display: inline-block;
	background: linear-gradient(to bottom, #f7dfa5, #f0c14b);
	text-decoration: none;
	color: #111111;
	padding: .2em 1em;
	box-shadow: 0 1px 0 rgba(255, 255, 255, .4) inset;
	outline: none;
	border-radius: 3px;
	border-color: #666666;
	border-style: solid;
	border-width: 1px;
}

.books-widget .btn-cart:hover {
	opacity: 0.8;
	text-decoration: none;
}

.books-widget .btn-cart.soldout,
.books-widget .btn-cart.soldout:hover {
	opacity: 0.5;
}

.intro-container {
	position: static !important;
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
}

.intro-container .owl-dots {
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	margin: 0 auto;
}

.intro-container li,
.intro-container a {
	display: block;
}

.seminar-container {
	margin: 1em 0;
}

.posts__item {
	padding: 0 1rem;
	position: relative;
}

.posts__img .img-wrap {
	box-sizing: border-box;
	position: relative;
	margin: auto;
	width: 100%;
	max-width: 320px;
	height: 140px;
	max-height: 100%;
	z-index: 1;
	overflow: hidden;
	display: block;
	background: rgba(0, 0, 0, 0.2);
	background: #E8E8E8;
}

#condinput .posts__img .img-wrap {
	height: 100px;
}

.posts__img .img-wrap > img {
	object-fit: cover;
	object-position: center center;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	position: absolute;
}

.meta {
	margin-top: 1.2rem;
	display: flex;
	align-items: center;
}

.meta__label {
	display: flex;
	flex-wrap: wrap;
}

.meta__label li {
	display: block;
	font-size: 1.2rem;
	overflow: hidden;
	line-height: 1.6rem;
	margin-right: 0.5rem;
	margin-bottom: 0.5rem;
}

.meta__label li span {
	display: block;
	position: relative;
	z-index: 2;
	border-radius: 0.4rem;
	background-color: #0E357F;
	padding: 0.4rem 1.1rem;
	font-weight: bold;
	color: #fff;
	letter-spacing: -0.07rem;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
}

.meta__label li span:before {
	content: '';
	display: block;
	left: 0;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.posts__ttl {
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.4;
	position: relative;
	overflow: hidden;
	text-align: justify;
	margin-top: 0.8rem;
}

#condinput .posts__ttl {
	font-size: inherit;
}

.posts__ttl:before {
	content: "…";
	bottom: 0;
	right: 0;
	position: absolute;
	background: #FFF;
}

.attribute {
	margin-top: 0.8rem;
	margin-bottom: 1.1rem;
	padding-bottom: 1rem;
}

.attribute__item {
	width: 100%;
	display: flex;
}

.attribute span {
	display: block;
}

.attribute.-sm span {
	font-size: 1.4rem;
}

.attribute span:first-child {
	font-weight: bold;
	min-width: 4.2em;
}

.read-more {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 1;
	font-size: 0;
	background: rgba(56, 161, 217, 0.1);
}

.read-more:hover {
	background: rgba(56, 161, 217, 0.3);
}

.blk-m__label2 {
	background-color: #DF0615;
	padding: 4px 8px;
	color: #fff;
	font-weight: bold;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
}

#my-recommend {
	margin-top: 2rem;
	display: none;
}

/*todo*/
@media screen and (max-width: 640px) {
	#my-recommend {
		display: block;
	}

	#my-recommend .owl-carousel {
		display: block;
		height: 242px;
	}
}

#my-recommend .recommend-container {
	margin: 0;
	padding: 0;
	overflow-x: visible;
	overflow-y: hidden;
	width: 100%;
	white-space: nowrap;
}

#my-recommend .recommend-container::-webkit-scrollbar {
	width: 10px;
}

#my-recommend .recommend-container::-webkit-scrollbar-track {
	background-color: #cccccc;
}

#my-recommend .recommend-container::-webkit-scrollbar-thumb {
	background-color: #17585d;
}

#my-recommend dl {
	padding: 0 .2em;
	overflow: hidden;
	display: inline-block;
	width: 150px;
}

#my-recommend dl a {
	width: 100%;
	height: auto;
	max-height: 100px;
}

#my-recommend strong {
	color: #bb0000;
}

#my-recommend .others {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: small;
}

#my-column {
	display: none;
}

#my-column dl {
	border: solid 1px #dddddd;
	padding: .5em;
}

#my-column dt {
	float: left;
	margin-right: .5em;
}

#my-column dt a {
	border: solid 2px #dddddd;
	overflow: hidden;
	width: 110px;
	height: 70px;
	display: block;
}

#my-column dt a:hover {
	border: 2px solid #779E33;
}

#my-column dd a {
	font-weight: bold;
}

/*todo*/
@media screen and (max-width: 640px) {
	#ownedMedia {
		display: block;
	}
	#ownedMedia .owl-carousel {
		display: block;
		height: 340px;
	}
}
