/* custom.css */
H2 {
	line-height: 1.1;
}
.entry-asset {
    border-bottom: 2px groove gold;
}
.asset-header {
    margin-top: 0;
	margin-bottom: 0;
}
.asset-meta {

}
.asset-meta-list {
	margin-bottom: 0;
}
.asset-content {
	margin-bottom: 20px;
}
.iframe-wrap {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	border: none; 
    margin-top: 15px;
	margin-bottom: 5px;
}
.iframe-wrap iframe {
	position: absolute;
	overflow: auto; 
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
	display: block;
	padding-top: 0;
}
.youtube-wrap {
	position: relative;
	padding-bottom: 56.25%;
}
.youtube-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}
.linkto {
	margin-top: 15px;
	margin-bottom: 0;
	position: relative;
}
.linkto > a img { /* img width="720"を修正！！！ */
    width: 100%;
}
.linkto a.overlay-button img.play-button {
	width: calc(1 / 8 * 100%);
	position: absolute;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.linkto a.overlay-button img.play-button:hover {
	background-color: rgba(20, 22, 26, .7);
}
.linkto video {
	max-width: 100%;
	height: auto;
}
p.site_name {
	margin-top: 0;
	margin-bottom: 10px;
}
p.page_title {
    font-size: 1.4em;
    font-weight: bold;
	line-height: 1.1;
    margin-top: 0;
	margin-bottom: 10px;
}
p.page_description {
	line-height: 1.1em;
	margin-top: 0;
	margin-bottom: 10px;
}
p.page_disponible {
    color: #67a2a7;
	line-height: 1.1em;
	margin-top: 0;
	margin-bottom: 10px;
}
.widget-header {
    cursor: ew-resize;
}
.widget-header + .widget-content {
	display: none;
}
h3.widget-header:not(.active) {
    text-align: right;
}
.widget-archive-category li.widget-list-item.open::before {
    content: "▲";
	color: #83959F;
}
.widget-archive-category li.widget-list-item::before {
    content: "▼";
	color: #83959F;
}
.widget-archive-category li.widget-list-item ul li::before {
    content: none;
}
.widget-archive-category ul {
    padding-left: 1em;
}
.widget-archive-category li {
    list-style-type: none;
    cursor: ns-resize;
}
.widget-archive-category li.widget-list-item ul {
    padding-left: 2em;
}
ul.widget-list li.widget-list-item ul.widget-list li.widget-list-item::before {
    content: "▶";
    color: rgb(131, 149, 159);
}
ul.widget-list li.widget-list-item ul.widget-list li.widget-list-item ul.widget-list li.widget-list-item::before {
    content: none;
}
a#fixedTop { /*  for scrolltop.js */
	right: 5px;
	bottom: 25px;
	width: 40px;
	height: 25px;
	line-height: 25px;
	color: #ffffff;
	font-size: 20px;
	text-align: center;
	text-decoration: none;
	display: none;
	background: #274a78;
	position: fixed;
	border-radius: 5px;
	-webkit-transform: translateZ(0);
}
a#fixedTop:hover { /*  for scrolltop.js */
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0.7;
	background: #d7003a;
	text-decoration: underline;
}
/* /custom.css */