:root{
	--base-color-dark : #777;
	--base-color-light: #f5f5f5;
	--no-color        : #FFF;


	/* 春 */
	/* --accent-color    : #EF727B; */
	/* 夏 */
	/* --accent-color    : #0768B7; */
	/* 秋 */
	/* --accent-color    : #BB5120; */
	/* 冬 */
	--accent-color    : #7D4698;
}

a {
	text-decoration: none;
}

h2 {
	padding    : 0.5em;
	color      : var(--base-color-dark);
	background : var(--base-color-light);
	border-left: solid 5px var(--base-color-dark);
	margin-top : 1.5em;
}

.book_img {
	/*box-shadow: 5px 5px 3px var(--base-color-dark);*/
	margin    : 1% 0 30% 0;
	max-height: 233px;
}

.row {
	display: flex;
	flex-wrap: wrap;
}

.with-browsing {
	display    : inline-block;
	position   : relative;
	height     : 30px;
	line-height: 30px;
	text-align : center;
	padding    : 0 20px 0 10px;
	font-size  : 14px;
	background : var(--accent-color);
	color      : var(--no-color);
	box-sizing : border-box;
	overflow-x : hidden;
}

.pre-browsing {
	display    : inline-block;
	position   : relative;
	height     : 30px;
	line-height: 30px;
	text-align : center;
	padding    : 0 20px 0 10px;
	font-size  : 14px;
	background : var(--base-color-dark);
	color      : var(--no-color);
	box-sizing : border-box;
	overflow-x : hidden;
}

.no-browsing {
	display    : inline-block;
	position   : relative;
	height     : 30px;
	line-height: 30px;
	text-align : center;
	padding    : 0 20px 0 10px;
	font-size  : 14px;
	background : var(--no-color);
	color      : var(--no-color);
	box-sizing : border-box;
	overflow-x : hidden;
}

.browsing:after {
	position: absolute;
	content: "";
	width: 0px;
	height: 0px;
	z-index: 1;
}

.browsing:after {
	top         : 0;
	right       : 0;
	border-width: 15px 15px 15px 0px;
	border-color: transparent var(--no-color) transparent transparent;
	border-style: solid;
}

.intro {
	font-size: 12pt;
}

.shotcut-btn:hover,
.shotcut-btn:visited,
.shotcut-btn:link {
	text-decoration: none;
	color          : var(--accent-color);
}

.shotcut-btn {
	position       : relative;
	display        : inline-block;
	font-weight    : bold;
	padding        : 0.25em 0;
	text-decoration: none;
	color          : var(--accent-color);
	margin         : 0.5%;
}

.shotcut-btn:before {
	position     : absolute;
	content      : "";
	width        : 100%;
	height       : 3px;
	top          : 100%;
	left         : 0;
	border-radius: 3px;
	background   : var(--accent-color);
	transition   : 0.2s;
}

.shotcut-btn:hover:before {
	top: -webkit-calc(100% - 3px);
	top: calc(100% - 3px);
}

.published {
	font-weight: bold;
	color      : var(--text-color);
}

.jump {
	margin-bottom: 2em;
	margin-top: 2em;
}

.v-middle {
	vertical-align: middle;
}

.example {
	margin-top: 3em;
}

.book-label {
	position: absolute;
	top: -12%;
	left: 2%;
	width: 13%;
	transform: rotate(-17deg);
}

.search-genre {
	font-weight: bold;
}

.search:hover,
.search:visited,
.search:link {
	text-decoration: none;
}

.more {
	margin-left: 2em;
	margin-top: 2em;
}

.new-title:hover,
.new-title:visited,
.new-title:link {
	text-decoration: none;
}

.panel-new {
	margin-top: 3em;
}

.row:before,
.row:after {
	width: 0px;
}

/* xs */
@media (max-width: 767px) {
	.container,
	.container-fluid {
		padding-left : 0;
		padding-right: 0;
	}
}
