<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*
Template: jstork
Theme Name: stork_custom
Theme URI:http://open-cage.com/stork/
*/

body{
	word-break: break-all;
}

/*header nav*/
.nav li a .gf{
	display: none;
}


/*simple GA Ranking*/
.sga-ranking-list figure {
    float: left;
    margin-right: 20px;
    width: 95px;
    height: 55px; 
    overflow: hidden;
}
.sga-ranking-list {
    margin: 0.8rem 0;
    padding-bottom: 0.8rem;
    border-bottom: 1px solid #e1e1e1;
    text-align: left;
}
.sga-ranking-list::after {
    clear: both;
    content: "";
    display: block;
}
.sga-ranking-list:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.sga-ranking-list figure a {
    display: inline;
}
.sga-ranking-list a {
    overflow: hidden;
    line-height: 1.4;
}


.linkbtn{
	padding: 10px;
	text-align: center;
	border-radius: 8px;
	display: block;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	margin: 20px 0;
}
.linkbtn--ancarlink{
	background-color: #0941d7;
}
.linkbtn--repealink{
	background-color: #efb22a;
}

.add .widget_text, .add.more{
	text-align:left;
}

/* recommend parts */
div.yarpp-related {
	margin: -2.7em 0 0;
}

.related-box.original-related {
	margin-bottom: 0em;
}

.related-box.tmp-yarpp {
	margin-bottom: 0em
}

.related-list {
	margin: 0;
}

/* ---------------------------------car-list-modul-------------------------------------------------------- */
.car_grade {
	margin: 0 !important;
}

.entry-content  ul  li:before {
	display: none;
}

.d-1of3 {
	width: 100%;
}
/* ---------------------------------------------------------------------------------------------------------------- */
/*  はてなブログ共通CSSで記述済み */
.center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
/*  CTAデザイン */
.cta-container img {
    width: 100%;
    max-width: 100%!important;
    height: auto!important;
}
.cta-container {
    background-color: #555;/* CTA背景色 */
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 30px;
    box-sizing: border-box;
    margin-top: 20px;
}

.cta-left {
    position: relative;
    width: calc(50% - 20px);
    text-align: center;
    margin-right: 20px;
}

.cta-right {
    color: #fff;
    font-size: 16px;
    width: 50%;
}

.cta-description {
    color: #fff;/* 説明文文字色 */
    padding: 10px;
    text-align: left;
}

@media only screen and (max-width: 1023px) {
    .cta-container {
        padding: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .cta-container {
        display: block;
        padding: 20px;
    }
    .cta-right, .cta-left {
        width: 100%;
    }
}


/* CTAボタン */

.cta-btn {
    display: inline-block;
    padding: 1em 1em;
    text-decoration: none!important;
    background-color: #db4a39;/*ボタン色*/
    color: #fff!important;
    border-bottom: solid 4px #a92d1f;/* 影の色 */
    border-radius: 8px;
}
.cta-btn:hover {
    background-color: #e37164;/* マウスホバー時 */
}
.cta-btn:active {
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    border-bottom: none;
}
</pre></body></html>