<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

div.widget.widget_search {
	padding: 5% 0;
}
#widget_fx-news-flash {
	padding: 5% 0;
}
#widget_adsq3 {
	padding: 20px 0;
}
#widget_admsq2 {
	padding: 20px 0;
}

/**
 * Popular Posts Ranking v3.3.4
 *
 * プラグイン自体は廃止したが、CSSクラスがdatafeedrなどで使われているため
 * プラグインのCSSをsidebar-widget.cssへマージ
 */
.wpp-post-title {
	display: block;
	position: relative;
	width: auto;
	top: -20px;
	left:0;
	text-decoration: none;
	padding-left: 80px;
	margin: 0 0 -20px 20px;
}
.wpp-thumbnail {
	float: left;
	border:none;
	width: 92px;
	height: 60px;
	margin: -20px 10px 0 0;
}
.post-stats {
	display: block;
	font-size: 9px;
	font-weight: bold;
}
.wpp-list {
	counter-reset: number;
	list-style: none;
}
.wpp-list li {
	float:none;
	clear:left;
	padding: 5px 0;
	line-height: 16px;
	overflow: hidden;
	border-bottom: 1px solid #e1e1e1;
	font-weight: bold;
	font-size: 13px;
}
.wpp-list li:before {
	border-radius: 2px;
	color: #fff;
	content: counter(number, decimal);
	counter-increment: number;
	display: block;
	font-size: 12px;
	height: 20px;
	line-height: 20px;
	opacity: 0.999;
	text-align: center;
	width: 20px;
	background-color:rgba(0,0,0,0.6);
}
.wpp-list-plus li {
	padding: 5px 0 17px 0;
	line-height: 16px;
	overflow: hidden;
	border-bottom: 1px solid #e1e1e1;
	font-weight: bold;
}
.wpp-list-plus-thumbnail{
	width: 92px;
	height: 60px;
	margin: -20px 10px 0 0 ;
	float: left;
}
.wpp-list-plus-title a {
	text-decoration: none;
}
.wpp-post-title:hover {
	color: FF4A45;
	text-decoration:underline;
}
.wpp-list-plus-title:hover {
	color: FF4A45;
	text-decoration:underline;
}

.ranking {
	list-style: none;
}
.ranking .ranking_box {
	position: relative;
	padding: 5px 0;
	line-height: 16px;
	overflow: hidden;
	font-weight: bold;
	font-size: 13px;
	border-bottom: 1px solid #e1e1e1;
}
.ranking .ranking_link {
	text-decoration: none;
}
.ranking .ranking_link:hover {
	text-decoration: underline;
}
.ranking .ranking_link::after {
	content: "";
	display: table;
	clear: both;
}
.ranking .ranking_img {
	float: left;
	width: 92px;
	height: 60px;
	overflow: hidden;
}
.ranking .ranking_no {
	position: absolute;
	top: 5px;
	left: 0;
	color: #fff;
	background-color: rgba(0,0,0,0.6);
	width: 20px;
	height: 20px;
	border-radius: 2px;
	text-align: center;
	font-size: 12px;
	line-height: 20px;
	pointer-events: none;
}
.ranking .ranking_img img {
	display: block;
	width: 100%;
}
.ranking .ranking_ttl {
	overflow: hidden;
	padding-left: 10px;
}

/* MP-WEBFX-intro */
.fxhikaku-sidebar-intro{
	margin: 3% 0;
}

.intro-kakomi{
	overflow: hidden;
 	display: block;
 	padding: 1% 0 1% 0;
 	border-bottom: 1px solid #ddd;
}
.intro-kakomi:first-child{
 	padding: 0 0 1% 0;
}
.intro-kakomi a{
	text-decoration: none;
}
.intro-kakomi-image {
	float: left;
	margin-right: 2%;
}
.intro-kakomi-title {
	padding: 3% 0 0 0;
	line-height: 1.4em;
	text-align: left;
}
.intro-kakomi-title:hover{
	text-decoration:underline;
}

.code.icon {
 	color: #000;
	position: absolute;
	margin-left: 0;
	margin-top: 2.65%;
}
.code.icon:after {
	content: '';
	position: absolute;
	left: 0;
	width: 10px;
	height: 10px;
	border-bottom: solid 1px currentColor;
	border-right: solid 1px currentColor;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.code-next-text{
	color: #000;
 	display: block;
 	padding: 1% 0 2% 7.5%;
 	border-bottom: 1px solid #ddd;
	text-align: left;
}
.code-next-text:last-child{
	border-bottom:none;
}
.code-next-text a{
 	text-decoration: none;
}
.code-next-text:hover{
	text-decoration:underline;
}
.tab5 {
	width: 100%;
	min-width: 300px;
	margin: 0 auto;
}
.tab5 .tab-content {
	position: relative;
}
.fxhikaku-sidebar-banner{
	display: inline;
}
.fxhikaku-sidebar-banner img:hover{
	opacity: 0.6;
}
.fxhikaku-sidebar-banner img{
	margin-bottom: -3%;
	width: 140px;
}
.tab5 label {
	display: inline-block;
	margin: 0;
	padding: 0;
}
.tab5 label {
	display: inline-block;
	padding: 1% 4%;
	cursor: pointer;
	background: #ddd;
	color: #777;
	margin-right: -2px;
	font-size:85%;
}
.tab5 label:hover {
	background: #eee;
}
.tab5 input:checked + label {
	background: #3498db;
	color: white;
	padding: 1.5% 5%;
	font-weight: bold;
}
.tab5 input {
	display: none;
}
.tab5 #tab5-b1,
.tab5 #tab5-b2,
.tab5 #tab5-b3,
.tab5 #tab5-b4 {
	display: none;
	padding: 1% 2% 2% 2%;
}
.tab5 #tab5-1:checked ~ #tab5-b1,
.tab5 #tab5-2:checked ~ #tab5-b2,
.tab5 #tab5-3:checked ~ #tab5-b3,
.tab5 #tab5-4:checked ~ #tab5-b4 {
	display: block;
	padding-top: 4%;
	border: 1px solid #3498db;
}</pre></body></html>