@import "/assets/css/common.css";

.detail-body a{
  color: #a80001;
  text-decoration: underline;
}

a:hover{
  opacity: 0.8;
}

.pager{
  color: #a80001;
}



div.cat{
/*height:260px !important;*/
margin-bottom:100px;
}

div.cat:last-child{

margin-top:20px !important;

}

/*
#category-id-11{

}
*/


/*資料一覧ページ*/
#entry {
	padding: 60px 0px 100px 0px;
	width: 980px;
	margin: 0 auto;
}
#entry h2{
	text-align: center;
	font-weight: bold;
	font-size: 28px;
	color: #333333 !important;
	margin-bottom: 80px;
}
#entry .lib_box ul li {
	display: block;
	background: #FFFFFF;
	border: 1px solid #88171A;
	border-radius: 5px;
	padding: 10px 30px 30px;
	overflow: auto;
	margin-bottom: 30px;
}
#entry .lib_box .row img {
	float: left;
	width: 28%;
	margin-right: 20px;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
}
#entry .lib_box .row .right h3 {
	font-weight: bold;
	font-size: 20px;
	color: #88171A;
	margin-bottom: 10px;
}
#entry .lib_box .row .right {
	font-size: 14px;
}
#entry .lib_box .row .right span {
	color: #88171A;
}
#entry .lib_box .row .right a.btn,
#entry .lib_box .row .right a.btn_play {
	background: #88171A;
	color: #FFF;
	font-weight: bold;
	width: 210px;
    padding: 15px 0px 15px 5px;
    border-radius: 25px;
    display: inline-block;
    text-align: center;
    margin-top: 25px;
}
#entry .lib_box .row .right a.btn:after {
	content: "";
	display: inline-block;
	width: 13px;
	height: 13px;
	margin: -3px 0 0 5px;
	background: url("./img/window.svg") no-repeat;
	background-size: contain;
	vertical-align: middle;
}
#entry .lib_box .row .right a.btn_play:after {
	content: "";
	display: inline-block;
	width: 8px;
    height: 8px;
    margin: -1px 0 0 10px;
    background: url("./img/triangle.svg") no-repeat;
	background-size: contain;
	vertical-align: middle;
}
#entry .lib_box .row .right a.btn:hover,
#entry .lib_box .row .right a.btn_play:hover {
    background: #88171A;
}

/*画像ダウンロードページ*/
#entry .image_dl_box ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 20px 0 40px;
}

#entry .image_dl_box ul li {
	width: 32%;
	padding: 30px 0 !important;
	text-align: center;
}

#entry .image_dl_box ul li .image_dl_div {
	width: 100%;
	height: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 20px;
}

#entry .image_dl_box ul li .image_dl_div img {
	object-fit: cover;
	float: none;
    width:auto;
    height:auto;
    max-width:100%;
    max-height:100%;
	margin:0;
	box-shadow: none !important;
}

#entry .image_dl_box ul::after{
	content:"";
	display: block;
	width:30%;
  }

#entry .image_dl_box .dl_btn {
	background: #88171A;
	color: #FFF;
	font-weight: bold;
	width: 210px;
    padding: 15px 0px 15px 5px;
	margin: 0 auto;
    border-radius: 25px;
    display: inline-block;
    text-align: center;
    margin-top: 25px;
}

#entry .image_dl_box h3 {
	font-size: 22px;
}

/*----*/
.dl_box {
	background-color: #e6e6e6;
	border: 1px solid #88171A;
	border-radius: 5px;
	margin: 20px 0;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.dl_box img {
	box-shadow: none !important;
	float: none !important;
    margin-right: 0 !important;
}

.thumbnail_box {
	width: 38%;
	text-align: center;
	border-left: #e6e6e6 1px solid;
	padding: 30px;
	background: #FFFFFF;
}

.thumbnail_box:last-child {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.thumbnail_img_box {
	min-height: 220px;
	display: flex;
	align-items: center;
}

.thumbnail_img_box img {
	object-fit: cover;
	float: none;
    width:auto;
    height:auto;
    max-width:100%;
    max-height:100%;
	margin:0;
	box-shadow: none !important;
}

.example_img_box {
	width: 24% !important;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: transparent !important;
	padding: 0 !important;
}

.example_img_box img {
	width: auto !important;
	height: 270px;
}