
/* ジャパンサーチ関連 */

.curation-body {
	margin: 2rem 0;
}

.jps-grid-description, jps-grid-bottom, .jps-curation-text, .jps-curation-list-vt-bullet {
	display:none;
}

#contents_body .jps  h3 {
	border-left:none;
}

.curation-body {
	border:1px solid #ccc;
}

.jps{
    position: relative;
    background:rgba(255,255,255,0.5);
}

.jps::after {
    content: "ジャパンサーチ";
    font-size: 0.75rem;
    position: absolute;
    right: 0.2rem;
    top: 0.1rem;
}

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

img.adjust {
    height: auto !important;
    max-width: 96% !important;
}
}




/* 横並び上ぞろえ */


@media screen and (min-width: 800px) {
.items {
    align-items: flex-start;
}
}

/* バナーのサイズ */
.banner a img {
    max-width: 100%;
    height: auto;
}


/* ルビのフォントサイズ */
ruby > rt {
   font-size: 50%;
}

.ruby_h2 ruby {
    font-size: 100%;
}

.ruby_h3 ruby {
    font-size: 100%;
}

.ruby_h2 rt {
    font-size: 50%;
}


.bread_crumb rt{
   font-size: 50%;
}

/* 書誌の長い場合のフォントサイズ */
.small_font{
   font-size: 74%;
}




/* colorbox items下部のcap_textの位置 */
.items br {
    display: block;
    content: "";
    margin: 0px 5px 1em 5px;
}



.cb_content {
	position:relative;
	display:block;
	margin-bottom:0;
	padding-bottom:0;
	text-align:center;
}

.cb_shoshi {
	font-size:13px;
	margin-bottom:7px;
}

.cb_chishiki {
    margin-bottom:10px;
    text-align: left;
    color: #030;

    font-family: sans-serif;
    font-size:0.91rem;
    line-height: 1.6;
}

.cb_title {
	font-size:20px;
	font-weight:bold;
	text-align:center;
    margin-bottom:10px;
    
}

a.Lsend{
	position:absolute;
	bottom:5px;
	right:5px;
	padding:2px;
	font-size:90%;
	background-color:green;
	color:white;
	text-decoration:none;
	border-radius:2px;
}

a.dclink{
	position:absolute;
	bottom:5px;
	right:5px;
	padding:2px;
	font-size:90%;
	background-color:blue;
	color:white;
	text-decoration:none;
	border-radius:2px;
}

a.exlink {
    position:absolute;
	bottom:5px;
	right:5px;
	padding:2px;
	font-size:90%;
	background-color:orange;
	color:white;
	text-decoration:none;
	border-radius:2px;
}

.none {
    display: none;
}

#cboxTitle {
    padding: 0;
}

