@charset "UTF-8";

/* -------------- index.php 個別設定 -------------- */

section#catalog-search {
	padding-bottom: 40px;
}

section#catalog-search-music {
	padding-bottom: 40px;
}

section#catalog-office {
	padding-bottom: 40px;
}

/* --- Tree --- */
dd.check-genre-tree ul > li > ul li {
	display: inline-block;
}

dd#music-tree ul > li {
	display: inline-block;
}

nav.mag-navi {
	margin-top: 20px;
}

/* -------------- result.php 個別設定 -------------- */

p.search-result {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 20px;
}

div.result-select{
	display: inline-block;
}

p.goto-top {
	padding-bottom: 40px;
	text-align: center; 
}

nav.magazine-year-navi {
	margin-bottom: 20px;
}

nav.magazine-year-navi ul {
	display: flex;
	justify-content: center;
	height: 40px;
	background: #f9f8f4;
}

nav.magazine-year-navi ul li {
	line-height: 40px;
	font-size: 14px;
	padding: 0 5px;
}

nav.magazine-year-navi ul li a {
	color: #8D7B35;
}

nav.magazine-year-navi ul li a:hover {
	text-decoration: underline;
}

/* -------------- detail.php 個別設定 -------------- */

section#catalog-detail-contents {
	margin-bottom: 40px;
}

section#catalog-detail-sub-contents {
	margin-bottom: 40px;
	line-height: 1.6;
}

section#catalog-detail-ondemand,
section#catalog-detail-rental {
	margin-bottom: 40px;
}

section#catalog-detail-ondemand div.inner,
section#catalog-detail-rental div.inner {
	padding: 20px 40px;
	border: 5px solid #dfdac6;
	border-radius: 5px;
	box-sizing: border-box;
}

ul.tab-btn {
	margin-top: 100px;
	clear: both;
	display: flex;
	justify-content: flex-start;
	border-bottom: 1px solid #8d7b35;
}

ul.tab-btn li {
	cursor: pointer;
	background: #c6bd9a;
	width: 150px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
}

ul.tab-btn li.active {
	background: #8d7b35;
}

div.tab-content {

}

div.tab-content div {
	display: none;
}

div.tab-content div.show {
	margin-top: 20px;
	margin-bottom: 100px;
	display: block;
	font-size: 16px;
	line-height: 1.6;
}

div.tab-content div.show ul {
}

div.tab-content div.show ul li {
	line-height: 1.6;
	font-size: 16px;
}

div.tab-content div.show ul li:before {
/*	font-family: "Font Awesome 5 Free"; */
	content: '♪';
	font-weight: bold;
	padding-right: 0.4em;
	padding-left: 0.2em;
}

section#catalog-detail-info {
	padding: 50px 0;
	background: #f9f8f4;
}

section#catalog-detail-book {
	padding: 50px 0;
	background: #dfdac6;
}


/* -------------- tab 形状設定 -------------- */

.tab {
	justify-content: flex-start;
}

.tab li {
	margin-right: 15px;
}
