@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;
}

/* WordPress Popular Posts */
.wpp-list li {
	padding: 5px 0;
	line-height: 16px;
	overflow: hidden;
	border-bottom: 1px solid #e1e1e1;
	font-weight: bold;
	font-size: 13px;
}
.wpp-list-plus li {
	padding: 5px 0 17px 0;
	line-height: 16px;
	overflow: hidden;
	border-bottom: 1px solid #e1e1e1;
	font-weight: bold;
}
.wpp-list li:before {
	background-color:rgba(0,0,0,0.6) !important;
}
.wpp-thumbnail{
	width: 92px;
	height: 60px;
	margin: -20px 10px 0 0 !important;
}
.wpp-list-plus-thumbnail{
	width: 92px;
	height: 60px;
	margin: -20px 10px 0 0 ;
	float: left;
}
.wpp-post-title {
	padding-left: 80px;
	left:0 !important;
	width: auto !important;
	text-decoration: none;
	margin: 0 0 -20px 20px !important;
}
.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;
}
/* 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;
}