<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*----------------------------------
ランク
-----------------------------------*/
.rankst-wrap {
	background-color: #ffffe0;
	padding: 10px;
	margin-bottom: 10px;
}

.rankst {
	margin-bottom: 10px;
	overflow: hidden;
}

.rankst p {
	margin-bottom: 5px;
	overflow: hidden;
}

.rankst-r {
	float: right;
	width: 100%;
	margin: 0 0 0 -135px;
}

.rankst-l {
	float: left;
	width: 125px;
}

.rankst-cont {
	margin: 0 0 0 135px;
}

.rankstlink-l {
	width: 100%;
	text-align: center;
}

.rankstlink-r {
	float: right;
	width: 100%;
}

/*詳細ページへのリンクボタン*/
.rankstlink-l p a {
	display: block;
	width: 90%;
	text-align: center;
	padding: 10px;
	background-color: #09C;
	color: #FFF;
	text-decoration: none;
	margin-right: auto;
	margin-left: auto;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.rankstlink-b p a {
	display: block;
	width: 90%;
	text-align: center;
	padding: 10px;
	background-color: #09C;
	color: #FFF;
	text-decoration: none;
	margin-right: auto;
	margin-left: auto;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

/*アフィリエイトのリンクボタン*/
.rankstlink-r p a {
	display: block;
	width: 90%;
	text-align: center;
	padding: 10px;
	background-color: #228b22;
	color: #FFF;
	text-decoration: none;
	margin-right: auto;
	margin-left: auto;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.rankstlink-a p a {
	display: block;
	width: 90%;
	text-align: center;
	padding: 10px;
	background-color: #228b22;
	color: #FFF;
	text-decoration: none;
	margin-right: auto;
	margin-left: auto;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.rankstlink-l p a:hover {
	background-color: #31CCFF;
}

.rankstlink-r p a:hover {
	background-color: #2CA52C;
}

.rankst-box .clearfix.rankst .rankst-l a img {
	float: left;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.rankst-cont p {
	font-size: 12px;
	line-height: 16px;
}

.rankh3, .post .rankh3 {
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 80px;
	background-image: url(images/oukan.png);
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ABA732;
}

/* 中見出し */

.rankh2 {
	position: relative;
	background: #C5BF3B;
	color: #fff;
	font-size: 20px;
	line-height: 27px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

.rankh2:after {
	content: '';
	position: absolute;
	border-top: 10px solid #C5BF3B;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	bottom: -10px;
	left: 30px;
	border-radius: 2px;
}

.rankh2:before {
	content: '';
	position: absolute;
	border-top: 10px solid #C5BF3B;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	bottom: -10px;
	left: 30px;
}

/*サイドバー*/
#side .rankst-ls img {
	max-width: 100% !important;
}

/*media Queries タブレットサイズ
----------------------------------------------------*/
@media only screen and (max-width: 780px) {
	#side aside {
	}
}

/*media Queries タブレットサイズ
----------------------------------------------------*/
@media only screen and (min-width: 381px) {
	.rankst-wrap {
		background-color: #ffffe0;
		padding: 20px;
		margin-bottom: 10px;
	}

	.rankstlink-l {
		float: left;
		width: 50%;
		text-align: center;
	}

	.rankstlink-r {
		float: right;
		width: 50%;
	}

	.rankst-cont p {
		font-size: 13px;
		line-height: 22px;
	}

	/*-- ここまで --*/
}

/*media Queries PCサイズ
----------------------------------------------------*/
@media only screen and (min-width: 781px) {
	/*----------------------------------
	ランク-1カラム
	-----------------------------------*/
	.colum1 .rankst-r {
		float: right;
		width: 100%;
		margin: 0 0 0 -320px;
	}

	.colum1 .rankst-r p {
		font-size: 14px;
		line-height: 27px;
		margin-bottom: 20px;
	}

	.colum1 .rankst-l {
		float: left;
		width: 300px;
	}

	.colum1 .rankst-cont {
		margin: 0 0 0 320px;
	}

	/*-- ここまで --*/
}
</pre></body></html>