<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*
	Theme Name: diver_child
	Template: diver
	Description:  Diverの子テーマです。
	Theme URI: http://tan-taka.com/diver/
	Author: Takato Takagi
 */

.header-wrap #logo img {
    height: 100px !important;
}

/***  スマホサイズ ***/
@media screen and (max-width: 768px){
    .header-wrap #logo img {
        height: 80px !important;
    }
}

/*Videoレスポンシブサイズ*/
.video{
    position: relative;
    max-width: 100%;
    padding-top: 56.25%;
}
.video iframe{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

/*アフィリエイトのテキストリンクをインライン要素にする*/
.d-inline &gt; img {
display: inline-block !important;
}
</pre></body></html>