/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 02 2026 | 19:39:09 */
body{
	color:#363636;
}
.wpra-item{
	animation:none !important;
	transition:none !important;
	opacity:1 !important;
	visibility:visible !important;
}
.menu-logo{
	margin:10px;
	border-radius:10px;
}
.spacer{
	margin:5px 0;
}
.device-search a{
	display:block;
	text-align:center;
	min-height:25px;
	line-height:25px;
	font-size:.8em;
	font-weight:700;
	color:#181818;
	background:#ddd;
	border-radius:6px;
	border:0;
	padding:9px;
	text-decoration:none;
	margin:10px 0;
}
.device-search a:after{
	position:relative !important;
	right:auto;
	padding-left:5px;
	font-family:"Font Awesome 5 Free";
	content:"\f138" !important;
	transition:.3s ease-in-out;
	color:#333;
	border:none !important;
	height:unset !important;
	top:0 !important;
	transform:none !important;
}
.entry-content h4 a.device-search-button{
	color:#fff;
	font-weight:bold;
}
.device-search-button{
	padding:3px 12px;
	border:#6090b2 solid 1px;
	color:#fff;
	border-radius:3px;
	margin:0 5px;
	font-size:.6em;
}
h4.widgettitle.has-fa-before{
	margin:0;
}
table.apex-table{
	background-image:url("https://b-gamers.net/wp-content/uploads/2022/09/apex-list-1.png");
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
}
table.apex-table tr{
	background:#242424eb;
}
table.apex-table tr:nth-child(odd){
	background:#242424eb;
}
table.events-paging td{
	background-color:#212121;
}
table.events-paging td a{
	display:block;
	color:#83b8ff;
}
div.yyi-rinker-box{
	margin:10px;
}
.events-button{
	display:flex;
}
.tab-button{
	flex:1;
	margin:0 3px;
}
.new-waning{
	font-size:.6em;
	color:#fff;
	padding:10px;
	font-weight:bold;
	text-align:center;
}
.devimg{
	border-radius:9px;
	width:250px;
	margin-top:20px;
}
.devimg2{
	border-radius:9px;
	max-height:250px;
	height:auto;
	max-width:250px;
	width:auto;
	margin-top:20px;
}
.desktop-nav .sub-menu{
	background-color:#272727;
}
.desktop-nav .sub-menu li{
	border-bottom:1px solid #333;
}
.desktop-nav .sub-menu li a{
	font-size:.7em;
	padding:15px;
}
#wpdcom .wpd-tools-actions{
	left:-100px;
}
.warning{
	font-size:.8em;
}
.team-tab{
	width:50%;
}
.player-tab{
	width:40%;
}
.info-tab{
	width:30%;
}
.rubi{
	font-size:9px;
}
.hide-rubi{
	font-size:0px;
	display:none;
}
.prnx_tb{
	font-weight:bold;
}
table.search-box tr{
	background:#252525;
}
table.search-box th{
	background:#202020;
}
table.search-box td:not(last-child){
	border-right:1px solid #333;
}
table.search-box td a{
	color:#83b8ff;
}
details.use-list{
	margin-bottom:5px;
}
.use-list summary{
	display:flex;
	justify-content:space-between;
	align-items:center;
	text-align:center;
	position:relative;
	padding:9px 24px;
	background-color:#ddd;
	color:#111;
	font-weight:bold;
	font-size:.8em;
	cursor:pointer;
	margin-bottom:1px;
}
.use-list summary::-webkit-details-marker{
	display:none;
}
.use-list summary::after{
	transform:translateY(-25%) rotate(45deg);
	width:9px;
	height:9px;
	margin-left:10px;
	border-bottom:3px solid #999;
	border-right:3px solid #999;
	content:'';
	transition:transform .3s;
}
.use-list[open] summary::after{
	transform:rotate(225deg);
}
.use-list p{
	transform:translateY(-10px);
	opacity:0;
	margin:0;
	padding:1em 2em 2em 2em;
	color:#333333;
	transition:transform .5s, opacity .5s;
}
.use-list[open] p{
	transform:none;
	opacity:1;
}
.use-list summary::before{
	content:"";
}
.entry-content h3.player-q{
	margin:0;
	border-radius:0;
	font-size:.7em;
	text-align:center;
	background:#393939;
	padding:1.2em;
}
.entry-content h3.player-q::before{
	display:none;
}
details.player-detail{
	margin-bottom:0px;
}
.player-detail summary{
	display:flex;
	justify-content:space-between;
	align-items:center;
	text-align:center;
	position:relative;
	padding:9px 24px;
	background-color:#ddd;
	color:#111;
	font-weight:bold;
	font-size:.8em;
	border-radius:3px;
	cursor:pointer;
}
.player-detail summary::-webkit-details-marker{
	display:none;
}
.player-detail summary::after{
	transform:translateY(-25%) rotate(45deg);
	width:9px;
	height:9px;
	margin-left:10px;
	border-bottom:3px solid #999;
	border-right:3px solid #999;
	content:'';
	transition:transform .3s;
}
.player-detail[open] summary::after{
	transform:rotate(225deg);
}
.player-detail p{
	transform:translateY(-10px);
	opacity:0;
	margin:0;
	padding:0em 0em 1.5em 0em;
	color:#111;
	transition:transform .5s, opacity .5s;
}
.player-detail[open] p{
	transform:none;
	opacity:1;
}
.player-detail summary::before{
	content:"";
}
.others-device > summary{
	display:flex;
	justify-content:space-between;
	align-items:center;
	position:relative;
	padding:9px 24px;
	background-color:#ddd;
	color:#111;
	font-weight:600;
	font-size:.8em;
	cursor:pointer;
	margin-bottom:1px;
}
.others-device > summary::-webkit-details-marker{
	display:none;
}
.others-device > summary::after{
	transform:translateY(-25%) rotate(45deg);
	width:9px;
	height:9px;
	margin-left:0px;
	border-bottom:3px solid #999;
	border-right:3px solid #999;
	content:'';
	transition:transform .3s;
}
.others-device[open] > summary::after{
	transform:rotate(225deg);
}
.others-device > p{
	transform:translateY(-10px);
	opacity:0;
	margin:0;
	padding:1em 2em 2em 2em;
	color:#333333;
	transition:transform .5s, opacity .5s;
}
.others-device[open] > p{
	transform:none;
	opacity:1;
}
.others-device > summary::before{
	font-family:"Font Awesome 5 Free";
	content:"";
	width:9px;
	font-weight:900;
}
details.info-list{
	margin-bottom:5px;
}
.info-list summary{
	display:flex;
	justify-content:space-between;
	align-items:center;
	position:relative;
	padding:12px 24px;
	background-color:#272727;
	color:#fff;
	font-weight:600;
	font-size:.8em;
	cursor:pointer;
}
.info-list summary::-webkit-details-marker{
	display:none;
}
.info-list summary::after{
	transform:translateY(-25%) rotate(45deg);
	width:7px;
	height:7px;
	margin-left:10px;
	border-bottom:3px solid #fff;
	border-right:3px solid #fff;
	content:'';
	transition:transform .3s;
}
.info-list[open] summary::after{
	transform:rotate(225deg);
}
.info-list p{
	transform:translateY(-10px);
	opacity:0;
	margin:0;
	padding:1em 2em 2em 2em;
	color:#fff;
	transition:transform .5s, opacity .5s;
}
.info-list[open] p{
	transform:none;
	opacity:1;
}
.info-list summary::before{
	content:"";
}
.used{
	font-size:.8em;
	width:100%;
	padding:9px 24px;
	margin-top:1px;
	color:#181818;
	background:#ddd;
	font-weight:bold;
	border-right:9px solid #333;
	animation:effect .6s step-end infinite alternate;
	overflow:hidden;
}
.used:before{
	font-family:"Font Awesome 5 Free";
	content:"\f14a";
	font-weight:900;
	font-size:1em;
	width:20px;
	margin-right:6px;
}
.used1{
	font-size:.8em;
	width:100%;
	padding:9px 24px;
	margin-top:1px;
	color:#181818;
	background:#cfdde3;
	font-weight:bold;
	border-right:9px solid #333;
	animation:effect .6s step-end infinite alternate;
	overflow:hidden;
}
.used1:before{
	font-family:"Font Awesome 5 Free";
	content:"\f14a";
	font-weight:900;
	font-size:1em;
	width:20px;
	margin-right:6px;
}
@keyframes effect{
	50%{border-color:transparent;}
}
.simplefavorite-button{
	display:block;
	border:0;
	width:40%;
	padding:3px;
	border-radius:6px;
	text-align:center;
	margin:0px auto 15px auto;
	background:#ddd;
	color:#333;
	font-size:.8em;
	font-weight:bold;
}
.simplefavorite-button i{
	padding-right:3px;
}
ul.no-favorites{
	font-size:.8em;
	padding:21px 18px;
	border:0;
	margin:3px;
	border-radius:3px;
	color:#111;
	font-weight:bold;
	text-align:center;
	background:#fff;
	line-height:1.8em;
}
.favorites-list{
	display:grid;
	grid-template-columns:repeat(auto-fill, minmax(280px, 1fr));
	gap:12px;
	list-style:none;
	padding:0;
}
.favorites-list li{
	padding:10px;
	position:relative;
	background:#181818;
	border-radius:8px;
	overflow:hidden;
	transition:transform 0.2s, box-shadow 0.2s;
	cursor:pointer;
}
.favorites-list li:hover{
	transform:translateY(-4px);
	box-shadow:0 8px 24px rgba(0, 0, 0, 0.3);
}
.favorites-list li p{
	margin:0;
}
.favorites-list li img{
	width:100%;
	aspect-ratio:16 / 9;
	object-fit:cover;
	display:block;
}
.favorites-list li a{
	color:#fff;
	text-decoration:none;
	display:block;
	padding:8px 12px;
	font-size:0.7em;
	font-weight:bold;
	line-height:1.5;
}
.favorites-list li a:first-of-type{
	position:static;
}
.favorites-list li a:last-of-type::after{
	content:"";
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:1;
}
ul.rule-list{
	background:whitesmoke;
	padding:0 1.2em;
	position:relative;
}
ul.rule-list li{
	line-height:1.5;
	padding:15px 0 15px 3em;
	border-bottom:1px solid #333;
	font-weight:bold;
	background:#252525;
	color:#fff;
	font-size:.7em;
	list-style-type:none !important;
}
ul.rule-list li a{
	color:#83b8ff;
}
ul.rule-list li:before{
	font-family:"Font Awesome 5 Free";
	content:"\f0da";
	position:absolute;
	left:1.2em;
	color:#57be98;
}
ul.rule-list li:last-of-type{
	border-bottom:none;
}
ul.favorites-list{
	list-style-type:none;
}
.official:after{
	font-family:"Font Awesome 5 Free";
	content:"\f058";
	font-weight:900;
	font-size:1.1em;
	width:20px;
	margin-left:3px;
	color:#3a8fae;
}
.entry-content blockquote{
	box-sizing:border-box;
	position:relative;
	margin:1.5em 0;
	padding:13px 15px 13px 35px;
	border:solid 2px #c8c8c8;
	color:#191919;
	border-radius:6px;
	background:#fff;
}
.entry-content blockquote:before{
	font-size:15px;
}
.amazon-products-container-list.amazon-unit-103650.unit-type-category::-webkit-scrollbar-thumb{
	background-color:#2f7e65;
	border-radius:0px;
}
.amazon-products-container-list.amazon-unit-103650.unit-type-category::-webkit-scrollbar{
	height:15px;
	width:5px;
}
.amazon-products-container-list.amazon-unit-103650.unit-type-category::-webkit-scrollbar-track{
	background-color:#454545;
	border-radius:0px;
}
#reflex_test_gameArea{
	border-bottom-right-radius:9px;
	border-bottom-left-radius:9px;
}
#reflex_test_result{
	background:#333;
	text-align:center;
	color:#fff;
	height:60px;
	line-height:60px;
	font-size:.9em;
	font-weight:bold;
	border-top-right-radius:9px;
	border-top-left-radius:9px;
}
#reflex_test_tweetButton{
	font-weight:bold;
	background-color:#449cd3;
	color:#fff;
	padding:12px 36px;
	font-size:.9em;
	border:none;
	border-radius:5px;
	cursor:pointer;
	margin:10px;
}
.tweet_area{
	text-align:center;
}
p:empty{
	display:none;
}
.sidebar .widgettitle:before{
	padding-right:6px;
}
.openPopupBtn{
	width:100%;
	padding:12px;
	background:#ddd;
	color:#111;
	border:none;
	border-radius:3px;
	margin:3px 0;
	font-size:.8em;
	font-weight:bold;
}
button.openPopupBtn:before{
	position:relative !important;
	right:auto;
	padding-right:5px;
	font-family:"Font Awesome 5 Free";
	content:"\f0c9" !important;
	color:#111;
	border:none !important;
	height:unset !important;
	top:0 !important;
	transform:none !important;
}
.popupBox{
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0, 0, 0, 0.5);
	z-index:9999;
	justify-content:center;
	align-items:center;
}
.popupBox.show{
	display:flex;
}
.popupContent{
	background:#fff;
	width:90%;
	max-width:600px;
	max-height:80vh;
	overflow-y:auto;
	padding:9px;
	box-sizing:border-box;
	border-radius:3px;
	box-shadow:0 4px 8px rgba(0,0,0,0.3);
}
.closePopupBtn{
	display:inline-block;
	margin-top:9px;
	font-size:.8em;
	padding:10px 15px;
	background:#333;
	color:#fff;
	border:none;
	border-radius:3px;
	cursor:pointer;
}
.logo-icon{
	max-height:18px;
	max-width:18px;
	margin:0 3px 0 2px;
}
div.asl_w{
	padding:10px 0;
}
div.asl_r.vertical{
	padding:0;
}
div.asl_r .results .item .asl_content h3,div.asl_r .results .item .asl_content h3 a{
	font-weight:bold;
	font-size:.8em;
}
div.asl_r .results .item .asl_content h3 a:hover{
	font-weight:bold;
	font-size:.8em;
}
#ajaxsearchlite1 .probox,div.asl_w .probox{
	padding:6px;
	width:81%;
	margin:0px auto;
}
.entry-content .c_linkto{
	box-shadow:none;
	border-radius:3px;
	border:1px solid #ccc;
}
.entry-content .c_linkto_text{
	font-size:.9em;
}
.c_linkto_text h2{
	font-size:1em;
}
.c_linkto{
	font-size:.8em;
}
span.pricing-disclaimer{
	display:none;
}
.catpost-cards .c_linkto_wrap{
	min-width:100%;
}
.c_linkto .c_linkto_text{
	padding:12px;
}
.copy-container{
	display:flex;
	justify-content:space-around;
	margin:1em 0;
}
.copy-container input{
	width:75%;
	margin-bottom:0;
}
.container button{
	width:100%;
	background:#ddd;
	color:#111;
	font-weight:bold;
	border:0px;
	font-size:.8em;
	padding:15px;
	margin-bottom:9px;
}
.copy-container button{
	width:20%;
	background:#539592;
	color:#fff;
	font-weight:bold;
	border:0px;
	font-size:.8em;
	padding:9px;
	border-radius:3px;
}
.flag-i{
	padding-right:3px;
}
.wpulike{
	text-align:center;
	padding:0;
	padding-bottom:5px;
}
.wpulike-heart .wp_ulike_general_class{
	box-shadow:0 0 0 0 #bdbdbd inset;
	border:0;
	background:#ddd;
}
.wpulike-heart .wp_ulike_put_text{
	color:#333;
}
.wpulike-heart button.wp_ulike_btn:focus,.wpulike-heart button.wp_ulike_btn:hover{
	color:#333;
}
.wp_ulike_is_not_liked{
	animation:heartbeat 1.5s ease-in-out 3 both;
}
@keyframes heartbeat{
	from{transform:scale(1);transform-origin:center center;animation-timing-function:ease-out;}
	10%{transform:scale(0.96);animation-timing-function:ease-in;}
	17%{transform:scale(0.99);animation-timing-function:ease-out;}
	33%{transform:scale(0.93);animation-timing-function:ease-in;}
	45%{transform:scale(1);animation-timing-function:ease-out;}
}
.wpulike-heart .count-box{
	color:#333;
}
.sponsored{
	margin:0;
}
.widget ul li a:hover{
	background:#454545;
}
.ad-versus-gaming{
	text-align:center;
	background:#212121;
	padding:15px;
}
.ad-versus-gaming a{
	color:#85c5ff;
	font-weight:700;
	font-size:.9em;
}
.ad-versus{
	color:#fff;
	font-weight:700;
	font-size:.8em;
}
.totop{
	opacity:.9;
	background:#212121;
	bottom:50px;
}
.tocomment{
	display:none;
	width:54px;
	height:54px;
	text-align:center;
	position:fixed;
	bottom:110px;
	right:15px;
	border-radius:50%;
	opacity:.9;
	transition:none;
	z-index:10;
	background:#212121;
}
.tocomment i{
	display:inline-block;
	height:54px;
	line-height:52px;
	color:#fff;
	vertical-align:middle;
}
.ad-fumohhu{
	text-align:center;
	width:100%;
}
.ad-fumohhu a img{
	max-width:100%;
	height:270px;
	margin:30px auto;
}
.fumo-title{
	color:#fff;
	padding:10px;
	font-weight:700;
	font-size:.7em;
	background:#212121;
}
input[type=text]{
	background:#c6cbd5;
}
ul.events-scroll{
	display:flex;
	max-width:800px;
	margin:auto;
	overflow-x:auto;
	background:#212121;
	border-radius:9px;
}
ul.events-scroll li{
	width:250px;
	padding:12px;
	margin:3px;
	flex-shrink:0;
	text-align:center;
	list-style:none;
}
.wpra-item p{
	margin:0;
}
.est{
	margin:1.2em 0;
	font-size:.8em;
	background:#fbfbfb;
	padding:6px 12px;
	border-left:#5ab085 solid 12px;
	border-radius:2px;
	color:#111;
	font-weight:700;
}
ul.events-scroll img{
	border-radius:6px;
	border:1px solid #2b2b2b;
	max-height:120px;
	width:210px;
}
.test-box{
	background:#212121;
	margin-bottom:20px;
}
.test-box th{
	font-size:.9em;
	font-weight:700;
	padding:.6em 1.2em;
	background:#181818;
	color:#fff;
	text-align:center;
	border:none;
}
.test-box tr:not(:last-child){
	border-bottom:0;
}
.test-box td{
	font-size:.8em;
	padding:.9em .7em;
	border:none;
}
.post-tab{
	border-radius:3px;
}
.post-tab > div{
	color:#555;
	font-size:.9em;
}
.test-menu{
	position:relative;
	color:#fff;
	background:#181818;
	line-height:1.2em;
	padding:1em;
	text-align:center;
	border-radius:2px;
	border:0;
	font-weight:700;
	font-size:.8em;
}
#breadcrumb{
	margin:0;
	padding:6px 12px;
	background:#eee;
	font-size:.9em;
}
#breadcrumb a{
	color:#333;
}
#breadcrumb li:first-child a:before{
	display:none;
}
#breadcrumb li:after{
	color:#666;
}
.entry-meta{
	font-size:.8em;
	color:#44505b;
	margin:10px;
}
.menu-table th:not(last-child){
	border-left:2px solid #252525;
}
.menu-table table td{
	font-size:.8em;
	height:45px;
	padding:0px 3px;
	border:none;
}
.menu-table th a{
	color:#83b8ff;
}
.menu-table td i{
	padding-right:6px;
	color:#eee;
}
.accordion{
	margin:0;
}
.accordion label{
	background:#ddd;
	border:0;
	color:#111;
	font-size:.8em;
	padding:12px;
	text-align:center;
	margin-bottom:3px;
	border-radius:3px;
}
.accordion_input:checked+label{
	background:#ddd;
}
.accordion label::before{
	font-family:"Font Awesome 5 Free";
	font-weight:900;
	left:.9em;
	padding-right:6px;
}
.accordion label:hover{
	background:#ddd;
}
.accordion label:after{
	content:"+";
	color:#333;
}
.pr-title{
	color:#666;
}
ul#specific-ymd-players{
	margin:0;
}
.specific-ymd-player{
	background:#fdfdfd;
}
.specific-ymd-player a{
	display:block;
	color:#111;
	font-size:.7em;
	font-weight:700;
	padding:12px;
}
#specific-ymd-players li:not(:first-child){
	border-top:#eaedf2 solid 2px;
}
.player-empty{
	padding:15px;
	color:#111;
	background:#fdfdfd;
	text-align:center;
	font-weight:700;
	font-size:.8em;
}
#wpdcom.wpd-layout-2 .wpd-comment.wpd-reply .wpd-comment-wrap.wpd-blog-post_author{
	border-left:4px solid #00B38F;
}
#wpdcom .wpd-blog-post_author .wpd-comment-label{
	background:#4c4c4c;
}
.td-on{
	background:#89d2cb;
	font-weight:700;
}
.sub-title{
	font-weight:700;
}
.sub-title-box{
	margin:.9em 0;
	padding:1.5em;
	font-size:12px;
	background:#202020;
	color:#fff;
	border-radius:3px;
	text-align:center;
	font-weight:bold;
}
.sub-title-box a{
	color:#83b8ff;
	font-weight:700;
	font-size:12px;
}
.linkto{
	font-size:.9em;
	width:100%;
	max-width:100%;
	margin:0 auto;
	padding:15px;
	border:0;
	border-bottom:1px solid #333;
	border-radius:0;
	background:#212121;
	color:#fff;
	font-weight:400;
	text-decoration:none!important;
}
.linkto:hover{
	background:#444;
}
#wpdcom .wpd-comment .wpd-comment-wrap{
	padding:20px;
}
.copy_main{
	margin:0 0 1.5em;
}
.copy_btn{
	padding:10px 0;
	border:0;
	background:#212121;
	color:#fff;
	text-align:center;
	font-size:.9em;
	line-height:1em;
	cursor:pointer;
	border-radius:10px;
	margin:0 30px;
	font-weight:bold;
}
@keyframes rotation1{
	0%{transform:rotate(0);}
	100%{transform:rotate(360deg);}
}
.copy_btn i:before{
	display:inline-block;
	margin-right:8px;
	content:'\f10a';
	font-size:.9em;
}
.copy_btn:hover{
	opacity:.9;
}
.copy_btn.copied{
	background:#333;
	color:#fff;
	pointer-events:none;
	cursor:auto;
}
.copy_btn.copied i:before{
	content:'\f00c';
}
.copy_btn.not-copied{
	background:#d90028;
}
.copy_btn.not-copied i:before{
	content:'\f06a';
}
.copy_text{
	display:none;
	overflow:hidden;
}
.copy_text div{
	margin:15px 8px 0;
	font-size:13px;
	line-height:1.2em;
}
.copied+.copy_text div{
	display:none;
}
.not-copied+.copy_text div{
	display:block;
}
#copy_textbox{
	margin-top:10px;
	width:100%;
	border:1px solid #bbb;
	border-radius:3px;
	font-size:16px;
}
.page-title{
	position:relative;
	margin:0px 0 0;
	padding:30px 15px;
	color:#fff;
	background:#272727;
	text-align:center;
	font-size:12px;
}
.spthanks{
	font-size:.7em;
	padding:30px;
	margin:5px 0;
	color:#fff;
}
.review-text{
	font-size:.7em;
	padding:25px;
	border:0;
	margin:25px 0;
	border-radius:9px;
	color:#111;
	background:#eee;
	font-weight:700;
	text-align:center;
	box-shadow:0px 3px 6px 1px rgb(0 0 0 / 43%);
}
.pr-text{
	font-size:.7em;
	padding:12px;
	border:0;
	margin:5px 0;
	border-radius:3px;
	color:#333;
	background:#fff;
	font-weight:700;
	text-align:center;
}
.bikou{
	font-size:.8em;
	padding:12px 24px;
	border:0;
	margin:5px 0;
	border-radius:9px;
	color:#111;
	background:#e0e0e0;
	font-weight:700;
}
.bikou p{
	margin:0 0 1.2em;
}
.bikou2{
	font-size:.8em;
	padding:9px;
	border:0;
	margin:5px 0;
	border-radius:3px;
	color:#111;
	background:#e0e0e0;
	font-weight:700;
	text-align:center;
}
.bikou3{
	margin:.6em 0;
	padding:1.2em 1.8em;
	border:solid 2px #111;
	border-radius:3px;
	font-weight:700;
	background:#ddd;
	font-size:.9em;
}
.bikou4{
	font-size:.8em;
	padding:12px;
	border:0;
	margin:0;
	color:#fff;
	background:#272727;
	font-weight:700;
	text-align:center;
}
.bikou5{
	font-size:.8em;
	padding:21px;
	border:0;
	margin:0;
	border-radius:9px;
	color:#111;
	background:#d0dbe9;
	font-weight:bold;
	text-align:center;
}
.bikou6{
	font-size:.8em;
	padding:21px 27px;
	border:0;
	margin:0;
	border-radius:3px;
	color:#fff;
	background:#272727;
	font-weight:bold;
	text-align:center;
	line-height:2em;
}
.bikou6 a{
	color:#6ba3f7;
}
.bikou7{
	font-size:.8em;
	padding:21px 18px;
	border:0;
	margin:3px;
	border-radius:3px;
	color:#111;
	font-weight:bold;
	text-align:center;
	background:#eee;
	line-height:1.8em;
}
.bikou8{
	background:#e0e0e0;
}
.bikou9{
	font-size:.8em;
	padding:2.5em;
	border:0;
	margin:1px;
	border-radius:6px;
	color:#111;
	background:#eee;
	font-weight:700;
}
.bikou9 p{
	margin:0 0 1.5em;
}
.comments-list{
	background:#cfd5db;
	padding:1.8em;
}
.comment-row{
	background:#cfd5db;
	margin-bottom:3em;
	font-size:.9em;
}
.comment-row strong{
	padding:10px;
}
.comment-text{
	background:#fff;
	padding:15px 25px;
	text-align:center;
	font-size:10px;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	font-weight:bold;
}
#wpdcom.wpd-layout-2 .wpd-comment .wpd-comment-header{
	align-items:center;
}
img.avatar.avatar-50.photo{
	border-radius:50%;
	margin-right:5px;
}
.comment-likes{
	padding:12px;
	font-size:.7em;
	background:#242424;
	color:#fff;
	text-align:center;
	font-weight:bold;
	border-top-left-radius:6px;
	border-top-right-radius:6px;
}
.comment-post-link{
	padding:10px;
	text-align:center;
	background:#fff;
	font-weight:bold;
	font-size:.9em;
	border-bottom-left-radius:6px;
	border-bottom-right-radius:6px;
}
.comment-post-link a{
	display:block;
	font-size:.8em;
	color:#4788c4;
}
.comment-entry-title{
	text-align:center;
	background:#333;
}
.comment-entry-title a{
	padding:12px;
	display:block;
	color:#78b8f3;
	font-size:.7em;
	font-weight:bold;
}
.more-fps{
	font-size:.9em;
}
.spthanks-name{
	text-align:center;
	font-weight:bold;
	font-size:.9em;
}
.adsense-mark{
	font-size:.8em;
	padding-bottom:.6em;
}
.bto-list{
	margin:0;
	clear:both;
	background:#333;
	color:#fff;
	padding:0;
	font-size:1em;
}
.bto-list td a i{
	color:#fff;
}
.bto-spec{
	font-size:.7em;
	padding:10px;
	color:#fff;
}
.info2{
	font-size:.7em;
	padding:15px 20px;
	color:#111;
	background:#c3cdd6;
}
.inyou{
	font-size:.8em;
	padding:15px 20px;
	border:1px solid #fff;
	margin:5px;
	border-radius:4px;
	color:#111;
	background:#fff;
}
.bikou ol{
	padding:0 5px;
}
.accordion_input:checked~.accordion_content{
	padding:0;
}
.device-info{
	margin:0;
	padding:5px 15px;
	background:#fff;
	border-radius:3px 3px 6px 6px;
	border:0;
	box-shadow:0px 0px 6px 0px #ddd;
}
.device-rank{
	border:2px solid #333;
	display:inline;
	background:#333;
	color:#fff;
	border-radius:6px;
	padding:6px 12px;
	font-size:.8em;
	font-weight:700;
}
.more-fps a{
	display:block;
	text-align:center;
	width:100%;
	font-weight:700;
	font-size:.9em;
	color:#333;
}
.entry-content p a{
	text-decoration:none;
}
.flat9{
	display:inline-block;
	position:relative;
	padding:.3em;
	background:#2b2b2b;
	color:#fff;
	font-weight:400;
	font-size:.9em;
	border-radius:5px;
	width:90%;
}
.wc_email-wrapper{
	display:none;
}
.wpp-thumbnail{
	border-radius:6px;
}
.amagetti-review{
	margin:15px 0;
	text-align:center;
}
.amagetti-review a{
	font-size:11px!important;
	background:#272727;
	padding:9px 15px;
	margin:5px;
	color:#fff;
	font-weight:700;
	border-radius:9px;
}
.amagetti-btn a{
	text-decoration:none!important;
	color:#fff!important;
	font-size:.7em;
	width:100%!important;
}
.swiper-amagetti-button-white{
	background-color:#730000;
	padding:.6em 5px!important;
	border-radius:3px!important;
}
ul.amagetti-tabs{
	padding:0!important;
	border-bottom:0;
	background:#fff;
}
ul.amagetti-tabs li.active{
	color:#ff6347;
	border-bottom:5px solid #ff6347;
}
.amagetti-title{
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	line-height:1.3em;
	max-height:50px;
	font-size:.7em!important;
}
.tab-content{
	background:#fff;
}
.amagetti-cat-adjust{
	width:100%!important;
	vertical-align:middle;
}
.amagetti-cat{
	width:100%;
	background:#272727;
	bottom:0;
}
.amagetti-newprice-val{
	display:inline;
	font-size:1em;
	font-weight:400;
}
.cardtype__article{
	float:left;
	width:46%;
	margin:0 1.8% 25px;
}
.cardtype h2{
	margin:8px 13px 0;
	font-size:.9em;
}
.cat-name{
	display:none;
}
#logo{
	padding:0;
}
.antena-menu li{
	width:100%;
	text-align:center;
	padding:0;
}
.antena-menu li:nth-child(2){
	margin-left:10px;
	margin-right:10px;
}
.antena-menu li a{
	display:block;
	width:100%;
	padding:8px 0;
	background:#272727;
	font-weight:700;
	color:#fff;
	font-size:.8em;
	border-radius:3px;
}
.wp-rss-aggregator li{
	padding:1.8em 1.5em;
	background:#fff;
	text-align:center;
}
.wpra-item-list{
	padding:20px 20px 10px;
}
.rss-row{
	background:#eee;
	padding:1.1em;
	font-size:.9em;
}
.menu-check{
	padding-left:5px;
}
.rss-row a{
	color:#fff;
	text-decoration:none;
	font-weight:700;
	line-height:1em;
	font-size:.7em;
}
.rss-row a:before{
	font-family:"Font Awesome 5 Free";
	font-weight:900;
	font-size:15px;
	color:#333;
	padding-right:6px;
}
.wprss-feed-meta{
	text-align:right;
	color:#fff;
	font-size:.8em;
	font-weight:bold;
	padding-top:12px;
}
.widget .my-widget li a{
	font-size:.8em;
	font-weight:700;
}
.wpra-feed-prev-page a,.wpra-feed-page a,.wpra-feed-next-pages a{
	border:3px solid #111;
	padding:5px 10px;
	color:#3c7bbf;
	font-weight:700;
}
.wpra-feed-prev-page,.wpra-feed-page,.wpra-feed-next-pages{
	margin:5px;
}
.wpra-feed-current-page{
	border:3px solid;
	padding:0 10px;
	margin:0 5px;
	font-weight:700;
}
div.wpra-list-template .wpra-item-list>li.wpra-item{
	margin:0;
	border-bottom:0;
	color:#fff;
	background:#202020;
}
div.wpra-list-template .wpra-item-list>li.wpra-item:first-child{
	border-top:0;
	border-radius:3px 3px 0 0;
}
div.wpra-list-template .wpra-item-list>li.wpra-item:last-child{
	border-radius:0 0 3px 3px;
}
#main .widget-menu a{
	color:#111;
}
.widget{
	margin:0 0 1.5em;
	background:#242424;
	font-size:.98em;
}
.widget ul li a{
	padding:0;
	color:#fff;
	font-size:11px;
	font-weight:700;
}
.widget ul li{
	font-weight:400;
	border-bottom:1px solid #333;
	display:block;
	padding:15px 10px;
	color:#fff;
	text-decoration:none;
}
.my-widget__img img{
	border:solid 2px #272727;
	border-radius:6px;
}
a{
	text-decoration:none;
}
input[type="search"]{
	font-size:16px;
	transform:scale(0.8);
	background:#ddd;
	padding:10px;
}
.single-title{
	position:relative;
	padding:1.5em;
	background-color:#181818;
	color:#fff;
	font-size:.9em;
	text-align:center;
	margin:0;
}
h1{
	font-size:1.1em;
}
.entry-content h2{
	position:relative;
	color:#fff;
	background:#202020;
	line-height:1em;
	padding:1.2em 1.2em 1.2em 2.7em;
	font-size:.9em;
	border-radius:3px;
	border:0;
	margin:.9em 0;
}
.entry-content h2:before{
	font-family:"Font Awesome 5 Free";
	animation:10s linear infinite rotation1;
	content:"\f013";
	font-weight:900;
	position:absolute;
	font-size:1em;
	left:1.2em;
	color:#eee;
}
.entry-content h3{
	position:relative;
	color:#fff;
	background:#202020;
	padding:1.0em 1.5em 1.0em 2.8em;
	line-height:1.5em;
	font-size:.9em;
	border-radius:3px;
	border:0;
	margin:.9em 0;
}
.entry-content h3 a{
	color:#8ac3fb;
}
.vch{
	margin:1.2em 0;
	font-size:.9em;
	background:#303030;
	padding:7px;
	border-left:#393939 solid 15px;
	border-radius:3px;
	color:#fff;
	font-weight:700;
}
.ranking-tt{
	margin:1.2em 0;
	font-size:.9em;
	background:#282828;
	padding:7px;
	border-left:#ce5151 solid 15px;
	border-radius:3px;
	color:#fff;
	font-weight:700;
}
.tep-text .top-title{
	text-align:center;
	color:#fff;
	background:#181818;
	line-height:1.2em;
	padding:1em;
	font-size:.9em;
	border-radius:2px;
	border:0;
	margin:.2em 0;
}
.top-title{
	font-size:.9em;
}
.entry-content h3::before{
	font-family:"Font Awesome 5 Free";
	content:"\f13a";
	font-weight:900;
	font-size:.8em;
	position:absolute;
	left:1.8em;
}
.top-text .top-title::before{
	display:inline-block;
	font-family:"Font Awesome 5 Free";
	content:"\f13a";
	font-weight:900;
	color:#eee;
	margin-right:6px;
	font-size:1.1em;
}
.anim-box{
	background:#393939;
	border-radius:5px;
	max-width:400px;
	height:250px;
	animation:popup .6s cubic-bezier(0.22,1,0.36,1) forwards;
}
@keyframes popup{
	0%{transform:translateY(40px) scale(0.8);opacity:0;}
	100%{transform:translateY(0) scale(1.0);}
	80%,100%{opacity:1;}
}
.entry-content h4{
	margin:.9em 0 0 0;
	text-align:center;
	border-radius:3px 3px 0 0;
	font-size:.8em;
	background:#252525;
	padding:9px;
	color:#fff;
}
.entry-content h4 a{
	color:#61a1db;
}
.fa5 .entry-content h4:before{
	font-family:"Font Awesome 5 Free";
	font-weight:900;
}
.widgettitle:before{
	font-family:"Font Awesome 5 Free";
	content:"\f13a";
	font-weight:900;
	color:#fff;
	left:.9em;
	margin-right:2px;
}
.easyLink-info-name{
	display:none;
}
.widget ul li:last-child{
	border-bottom:0;
}
.pie-85{
	display:flex;
	justify-content:center;
	align-items:center;
	margin-right:auto;
	margin-left:auto;
	width:120px;
	height:120px;
	font-size:1.3em;
	color:#666;
	font-weight:700;
	background-image:radial-gradient(#d3dce9 60%,transparent 61%),conic-gradient(#54c7a4 0% 85%,#999 60% 100%);
	border-radius:50%;
}
.pie-90{
	display:flex;
	justify-content:center;
	align-items:center;
	margin-right:auto;
	margin-left:auto;
	width:120px;
	height:120px;
	font-size:1.3em;
	color:#666;
	font-weight:700;
	background-image:radial-gradient(#d3dce9 60%,transparent 61%),conic-gradient(#54c7a4 0% 90%,#999 60% 100%);
	border-radius:50%;
}
.pie-95{
	display:flex;
	justify-content:center;
	align-items:center;
	margin-right:auto;
	margin-left:auto;
	width:120px;
	height:120px;
	font-size:1.3em;
	color:#666;
	font-weight:700;
	background-image:radial-gradient(#d3dce9 60%,transparent 61%),conic-gradient(#54c7a4 0% 95%,#999 60% 100%);
	border-radius:50%;
}
.comments-header-tt{
	font-size:.8em;
	line-height:3em;
	background:#3a4043;
	color:#fff;
	padding:12px;
	text-align:center;
	font-weight:700;
}
.comments-header-tt2{
	background:#272727;
	padding:24px;
	color:#eee;
	font-size:.8em;
	text-align:center;
}
.top-news-title{
	background:#3a3a3a;
	color:#fff;
	margin-bottom:10px;
	padding:5px;
	font-size:.9em;
}
.top-news{
	text-align:center;
	font-weight:700;
	font-size:1em;
	padding:10px;
}
#comments{
	margin:0;
	padding:20px 0;
	background:#272727;
}
#wpdcom .wpd-thread-head .wpd-thread-info{
	color:#fff;
}
.home_top a{
	text-decoration:none;
}
.header-search{
	right:15px;
	top:5px;
}
#drawer .fa-bars{
	padding:22px 0 0 22px;
}
#drawer .fa-bars:after{
	content:'';
}
.header-info a{
	display:block;
	font-weight:700;
	border-top:0;
	text-align:center;
	font-size:.8em;
}
.header-info a:after{
	font-weight:400;
	border:1px solid #d7d7d7;
	border-radius:5px;
	padding:3px 0;
	margin:15px;
	font-size:.9em;
}
.list-logo{
	display:flex;
	flex-wrap:wrap;
	padding:15px;
	margin:0;
	background:#242424;
}
.list-logo li{
	list-style:none;
	width:calc(100%/4);
	padding:1em;
	box-sizing:border-box;
}
.list-logo img{
	max-width:100%;
	height:auto;
	border:solid 1px #5f5f5f;
	border-radius:10px;
}
.list-logo-top{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-around;
	border-radius:3px;
	background:#212121;
	margin:0;
}
.list-logo-top li{
	list-style:none;
	padding:15px;
	box-sizing:border-box;
	width:calc(100% / 3);
}
.list-logo-top img{
	max-width:100%;
	height:auto;
	border:0;
	border-radius:6px;
}
.home_top{
	margin:0 0 20px;
}
.top-text{
	padding:9px 0;
	padding-right:6px;
	color:#fff;
	background:#212121;
	border-radius:3px;
	font-weight:700;
	text-align:center;
	font-size:.8em;
}
.scroll table{
	width:100%;
}
.scroll th{
	font-size:.9em;
	padding:.5em;
}
.scroll td{
	font-size:.8em;
	padding:.5em;
}
.scroll td a{
	color:#83b8ff;
}
.scroll{
	overflow:auto;
	white-space:nowrap;
}
.scroll::-webkit-scrollbar{
	height:15px;
}
.scroll::-webkit-scrollbar-track{
	background:#f1f1f1;
}
.scroll::-webkit-scrollbar-thumb{
	background:#bbb;
}
.box32{
	background:#272727;
	margin:20px 0;
	padding:10px;
	color:#eee;
	border-radius:5px;
	box-shadow:0 0 1px #000;
	font-weight:700;
}
.box32 .box-title{
	font-size:1em;
	background:#404040;
}
.li-check li:before{
	position:absolute;
	left:1em;
	color:#111;
	font-family:FontAwesome;
	content:"\f00c";
}
.box32 .li-check li:before{
	display:inline-block;
	font-family:"Font Awesome 5 Free";
	content:"\f04b";
	font-weight:900;
	color:#63cdaa;
	margin-right:3px;
	margin-top:3px;
	font-size:.8em;
	left:9px;
}
.header-info a:before{
	display:inline-block;
	animation:10s linear infinite rotation1;
	font-family:"Font Awesome 5 Free";
	content:"\f013";
	font-weight:900;
	color:#fff;
	margin-right:2px;
	font-size:1.1em;
}
#entry>section>div.widget.my_popular_posts>ul{
	padding:0;
}
.ol-circle li:before{
	background:#e88484;
}
.sns-btn__title{
	display:inline-block;
	position:relative;
	padding:0 25px;
	color:#4a4a4a;
	font-size:18px;
	font-weight:700;
	line-height:1;
	letter-spacing:1px;
}
.sns-btn__title:before,.sns-btn__title:after{
	display:inline-block;
	position:absolute;
	top:50%;
	width:20px;
	height:3px;
	border-radius:3px;
	background-color:#4a4a4a;
	content:"";
}
.sns-btn ul{
	margin-bottom:0;
	padding:0;
	border:0;
	border-radius:0;
}
.team-list td:not(last-child){
	border-left:0;
}
.team-list tr:not(:last-child){
	border:0;
}
#wpdcom.wpd-layout-2 .wpd-comment .wpd-avatar img,#wpdcom.wpd-layout-2 .wpd-comment .wpd-avatar img.avatar{
	border-bottom:0;
	background-color:#ffffff00;
}
#wpdcom.wpd-layout-2 .wpd-form .wpd-avatar img,#wpdcom.wpd-layout-2 .wpd-form .wpd-avatar img.avatar{
	border-bottom:0;
	background-color:#ffffff00;
}
#wpdcom.wpd-layout-2 .wpd-comment .wpd-comment-header .wpd-user-info{
	margin-bottom:0;
}
.match-detail th,.match-detail td{
	font-size:.5em;
}
.entry-content ol{
	padding:0;
}
input#s{
	background:#f3f3f3;
	box-shadow:none;
	padding:0 10px 0 50px;
}
#searchsubmit{
	background-color:#f3f3f3!important;
	color:#424242;
	left:0;
	border-bottom:solid 1px transparent;
}
input#s:focus{
	box-shadow:none;
	border:solid 1px #42424230;
}
input#s:focus+#searchsubmit .fa{
	font-size:22px;
}
.tab.is-active:after{
	content:"";
	position:absolute;
	bottom:-24px;
	left:50%;
	margin-left:-15px;
}
.tabs{
	display:flex;
	cursor:pointer;
	background:#242424;
	padding:3px;
}
.tab:hover{
	background-color:#666;
}
.tab-wrap{
	margin-bottom:0px;
}
.tab-group{
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
	align-items:flex-end;
}
.tab{
	background-color:#555;
	flex-grow:1;
	background:#303030;
	border-radius:30px;
	color:#fff;
	cursor:pointer;
	display:inline-block;
	font-size:.8em;
	font-weight:bold;
	margin:9px;
	padding:9px 0 9px;
	text-align:center;
	transition:1s;
	vertical-align:bottom;
	border:0;
}
.tab.is-active{
	transition:1s;
	background:#6185a0;
	position:relative;
	background-color:#469497;
	border-bottom:0;
	color:#FFF;
}
.panel-group{
	border:solid 1px #CCC;
	min-height:100px;
	margin-top:15px;
	border-top:5px solid #a61919;
	border-bottom:5px solid #a61919;
	padding:10px;
}
.panels{
	border:1px solid #333;
	background-color:#fff;
}
.panel{
	display:none;
}
.panel.is-show{
	display:block;
}
#archive_header{
	border-top-width:30px;
	border-top-style:solid;
	border-top-color:#242424;
	border-radius:3px;
	padding:10px;
}
.archive #breadcrumb{
	padding:5px;
}
#breadcrumb li a{
	font-weight:700;
}
div.wpra-list-template .wpra-item-list>li.wpra-item:not(:last-child){
	border-bottom:#303030 1px solid;
}
.toc_widget_list ul li{
	padding:0;
	border-bottom:0;
	border-top:1px solid #333;
}
.toc_widget_list li{
	border-bottom:0;
	border-top:0;
}
.toc_widget_list li a{
	font-size:.8em;
}
.antena-menu ul{
	list-style:none;
	display:flex;
	width:100%;
	justify-content:center;
	text-align:center;
	margin:9px 0;
	padding:5px 0;
}
.entry-content{
	padding:0 10px;
}
.linkto .tbtext{
	padding-left:10px;
	line-height:1.5;
	font-size:.8em;
	font-weight:700;
	text-align:left;
}
table.events-list tr{
	background:#303030;
	color:#fff;
}
div#custom_html-78{
	border-radius:10px;
}
table.events-list tr a{
	color:#85c5ff;
}
ul.yyi-rinker-links li.freelink1 a{
	background-color:#272727;
}
#inner-content .ads-title{
	margin-bottom:.5em;
	color:#fff;
	font-size:.8em;
	text-align:center;
	padding:15px;
	background:#313131;
	font-weight:700;
}
.amazon-list ul{
	background:#ddd;
	padding:0 .5em;
	position:relative;
	margin:0;
}
.amazon-list ul li{
	line-height:1.5;
	padding:.8em .8em .8em 2.5em;
	border-bottom:1px solid #fff;
	list-style-type:none!important;
}
.amazon-list ul li:before{
	font-family:"Font Awesome 5 Free";
	content:"\f150";
	position:absolute;
	left:1em;
	color:#181818;
}
.amazon-list ul li a{
	display:block;
	font-weight:700;
	width:100%;
	color:#212121;
	font-size:.8em;
}
.amazon-list ul li:last-of-type{
	border-bottom:none;
}
.drawer__title{
	font-size:1em;
	background:#303030;
}
#wpdcom .wpd-form .wpdiscuz-textarea-wrap{
	padding:0 5px;
}
#wpdcom .wpd-form-head{
	border:0;
	padding:0;
	margin:0;
}
.team-list{
	font-size:.8em;
	font-weight:700;
}
.header-search__modal .searchform__submit{
	transform:scale(0.8);
}
.box32 a{
	padding:3px;
	color:#7db2e3;
	text-decoration:none;
}
.searchform__submit{
	background:#333;
}
.pr-space{
	position:relative;
	color:#fff;
	background:#3c3c3c;
	line-height:1.4;
	padding:.7em .7em .7em 1.9em;
	font-size:1em;
	border-radius:1px;
	border:1px solid;
}
.pr-space:before{
	font-family:"Font Awesome 5 Free";
	content:"\f013";
	font-weight:900;
	position:absolute;
	left:.5em;
}
.player-info{
	margin:0;
	padding:2.4em 2.7em;
	border:0;
	border-radius:0 0 9px 9px;
	background:#eee;
	font-size:10px;
	color:#111;
	font-weight:bold;
}
.player-info a{
	color:#40709d;
	font-weight:700;
}
#toc_container,#ez-toc-container{
	margin:0;
}
.team-list tr:nth-child(even){
	background-color:#444;
	color:#fff;
}
ul.amagetti-tabs li{
	background:#fff;
	float:left;
	text-align:center;
	list-style-type:none;
	margin:0;
	padding:5px 10px!important;
	color:#666;
	cursor:pointer;
	font-size:.9em!important;
	font-weight:600!important;
	border-bottom:5px solid #eaeaea;
}
.envent-score table{
	width:50%;
}
.vs-table tr td:first-child{
	width:35%;
}
.vs-table tr td:last-child{
	width:35%;
}
#entry>section>div.wp-rss-template-container>div>div{
	text-align:center;
}
#entry>section>div.wp-rss-template-container>div>div>div,span{
	text-align:center;
	display:inline-block;
}
.tablesorter-blue th,.tablesorter-blue thead td{
	background-color:#dfdfdf;
	font-weight:700;
	color:#111;
	background:#dfdfdf;
	border-collapse:collapse;
	border-bottom:#ccc 2px solid;
	padding:0;
}
.event-list{
	font-size:.8em;
}
.event-list th{
	cursor:pointer;
	user-select:none;
}
.entry-content .sponsored:first-child{
	margin-top:10px;
}
.li-check li{
	padding-left:3px;
}
.box2 p{
	font-size:.8em;
}
.box6 p{
	font-size:.8em;
	margin-bottom:.5em;
}
.wc_comment{
	min-height:5em!important;
}
.li-none ul{
	list-style-type:none;
}
.box1{
	margin:1.5em 0;
	padding:1.2em 1em;
	font-size:.9em;
}
.rss-warning{
	text-align:center;
	padding:5px;
	font-weight:700;
	color:#fff;
	background:#363636;
}
#wpdcom .wpd-form-wrap{
	background:#272727;
	padding:20px 10px;
	border-radius:5px;
}
#wpdcom .wpd-form .wpdiscuz-textarea-wrap.wpd-txt .wpd-textarea-wrap textarea{
	width:100%;
	height:120px;
}
#inner-content p.hh{
	font-size:1.1em;
}
#inner-content .hh25{
	position:relative;
	padding:.4em 1em;
	border-top:solid 2px #000;
	border-bottom:solid 2px #000;
	text-align:center;
	background:#3b3b3b;
	color:#fff;
	font-size:1em;
}
.ama-start{
	display:none;
	text-align:center;
	font-weight:bolder;
	margin-bottom:15px;
	color:#7c7c7c;
}
.entry-content ul,.entry-content ol{
	padding:0;
	border-radius:0;
	border:0;
}
#wpdcom .wpd-thread-list{
	padding:20px 0;
}
#wpdcom{
	margin:0;
	max-width:100%;
}
#wpdcom.wpd-layout-2 .wpd-comment{
	background:#333;
	border-radius:5px;
	padding:2px;
	margin:1em 0 1em .3em;
}
.swiper-button-next,.swiper-button-prev{
	position:absolute;
	top:50%;
	cursor:pointer;
	color:#fff;
}
#inner-content .btn2{
	padding:0;
	margin:.5em .5em .5em 0;
}
#inner-content .btn2 a{
	display:block;
	padding:.8em;
}
#inner-content .btn2 a:hover{
	display:block;
	text-decoration:none;
}
.btn2.btntext a{
	color:inherit;
}
#inner-content .btn2.raised a{
	color:#fff;
	font-size:.8em;
}
.btn2.flat1 a{
	color:#00bcd4;
}
.btn2.flat1 a:hover{
	color:#fff;
}
.btn2.flat2 a{
	color:#67c5ff;
}
.btn2.flat2 a:hover{
	color:#fff;
}
.btn2.flat3 a,.btn2.flat4 a,.btn2.flat5 a{
	color:#67c5ff;
}
.btn2.flat4 a:hover{
	color:#679efd;
}
.btn2.flat5 a:hover{
	color:#fff;
}
.btn2.flat6 a{
	color:#668ad8;
}
.btn2.flat6 a:hover{
	color:#fff;
}
.btn2.flat7 a{
	color:#67c5ff;
}
.btn2.flat8 a{
	color:#00bcd4;
}
.btn2.flat9 a{
	color:#fff;
}
.btn2.flat10 a{
	color:#ffa000;
}
.btn2.flat10 a:hover{
	color:#fff;
}
.btn2.flat11 a{
	color:#668ad8;
}
.btn2.cubic1 a,.btn2.grad1 a,.btn2.grad2 a,.btn2.grad3 a,.btn2.grad4 a{
	color:#fff;
}
#inner-content .btn2.emboss a{
	color:rgba(0,0,0,.4);
}
.btn2.text3d.blue-bc a{
	color:#4f9df4;
}
.btn2.text3d.red-bc a{
	color:#f88080;
}
.btn2.text3d.green-bc a{
	color:#90d581;
}
.btn2.cubic2 a,.btn2.cubic3 a{
	color:#fff;
}
.btn2 img{
	visibility:hidden;
	display:block;
	width:0;
	height:0;
}
.li-chevron li:before{
	position:absolute;
	left:1em;
	color:#69c395;
	font-family:FontAwesome;
	content:"\f138";
}
#wpdcom.wpd-layout-2 .wpd-comment .wpd-avatar{
	padding-right:10px;
	border-radius:50%;
	margin-right:3px;
}
#wpdcom .wpd-comment-footer .wpd-vote-up,#wpdcom .wpd-comment-footer .wpd-vote-down{
	border-radius:25px;
	width:30px;
	height:30px;
	border:1px solid #333;
	background:#666;
	cursor:pointer;
	padding:6px;
	font-size:2em;
	color:#fff;
}
#wpdcom .wpd-comment-footer .wpd-vote-up svg,#wpdcom .wpd-comment-footer .wpd-vote-down svg{
	fill:#000;
	cursor:pointer;
}
#wpdcom .wpd-comment.wpd-reply .wpd-comment-footer .wpd-vote-up,#wpdcom .wpd-comment.wpd-reply .wpd-comment-footer .wpd-vote-down{
	border-radius:25px;
	width:30px;
	height:30px;
	border:1px solid #333;
	background:#666;
	cursor:pointer;
	padding:6px;
	font-size:2em;
	color:#fff;
}
#wpdcom .wpd-up{
	color:#b3b3b3!important;
}
#wpdcom .wpd-comment-footer .wpd-vote-result{
	padding:3px 9px;
}
.wpd-vote-result{
	color:#6a6a6a!important;
	border:0;
	padding:3px 9px;
	font-weight:700;
}
#wpdcom .wpd-up svg{
	color:#fff;
	fill:#fff!important;
}
.box14{
	margin:2em 10px;
	padding:1.5em;
	border:1px #fff solid;
	background:#3f3f3f;
	box-shadow:0 0 0 12px #3f3f3f;
	color:#fff;
	font-family:inherit;
}
.box33{
	font-size:.8em;
	color:#111;
	background:#eaedf2;
}
.box33 .box-title{
	background:#353535;
	font-size:1em;
}
.box33 p{
	margin:0 0 1em;
}
.wpd-reply-button{
	cursor:pointer;
	font-size:14px;
	padding:3px 5px;
	background:#4f5052;
	color:#fff;
	white-space:nowrap;
	border-radius:5px;
}
.wpd_comment_level-1{
	padding:15px;
	border-bottom:solid 2px #ddd;
	padding-bottom:20px;
}
#inner-content .hh40{
	padding:.5em;
	border-left:solid 15px #525252;
	background:#454545;
	color:#fff;
	font-size:.9em;
	font-weight:700;
}
#wpdcom .wpd-comment .wpd-reply-to a{
	color:#437ece;
}
#recentcomments{
	background:#242424;
}
#recentcomments-3{
	background:#212121;
}
#recentcomments-5{
	background:#e6e6e6;
}
.widgettitle{
	text-align:center;
	font-size:.7em;
	background:#181818;
}
.widget.widget_recent_comments li{
	padding:15px;
	font-size:11px;
	font-weight:700;
	background:#2c2c2c;
	margin:15px 10px;
	color:#fff;
	border-radius:3px;
	margin-bottom:30px;
	border-bottom:0;
}
.widget.widget_recent_comments li a{
	display:inline;
	padding:0;
	color:#83b8ff;
	text-decoration:none;
}
.widget-menu i{
	display:block;
	font-size:2em;
}
.widget-menu li{
	float:left;
	width:50%;
	border-bottom:solid 2px #efefef;
	font-size:14px;
	vertical-align:middle;
	background:#fff;
}
.widget-menu__title{
	font-size:1em;
}
#inner-content .green-bc{
	background:#333;
	display:block;
	margin:20px;
}
.internet-ranking-th{
	background:#ea8159;
}
.internet-ranking th a{
	color:#fff;
	font-weight:700;
}
#reply-title{
	background:#494f54;
	color:#fff;
	padding:10px 25px;
	font-size:1em;
	font-weight:400;
	border:0;
}
.comment-respond{
	padding:0;
}
#wpdcom .wpd-blog-administrator .wpd-comment-label{
	background-color:#4c4c4c;
}
.comment-form-cookies-consent{
	display:none;
}
.comment-form-author label,.comment-form-email label{
	font-size:0;
}
.comment-form-author label:before{
	font-size:16px;
	content:"ニックネーム";
}
.comment-form-email label:before{
	font-size:16px;
	content:"メールアドレス";
}
.comment-form-author label:after,.comment-form-email label:after{
	font-size:11px;
	content:"任意";
	background:#ff9393;
	color:#fff;
	margin-left:5px;
	padding:4px;
	border-radius:2px;
	font-weight:700;
}
.form-submit #submit{
	padding:10px;
	width:100%;
}
div.yyi-rinker-contents img{
	max-width:100%;
}
div.yyi-rinker-contents div.yyi-rinker-box{
	padding:5px 0!important;
	border:0;
	flex-direction:column;
}
div.yyi-rinker-contents div.yyi-rinker-image{
	margin:2%;
	width:30%;
}
div.yyi-rinker-box div.yyi-rinker-image{
	align-items:center;
	width:auto;
}
div.yyi-rinker-info{
	padding:0 3%;
	width:100%;
	margin:auto;
}
.yyi-rinker-title{
	display:none;
	font-size:1em;
	margin-left:.5em;
	padding-top:1em;
}
div.yyi-rinker-contents div.yyi-rinker-title p{
	margin:0;
}
div.yyi-rinker-contents div.yyi-rinker-detail{
	font-size:.8em;
	color:#616161;
	padding-left:0;
	margin-top:0;
}
ul.yyi-rinker-links a.yyi-rinker-link{
	border-radius:6px;
}
div.yyi-rinker-contents ul.yyi-rinker-links{
	display:inline-block;
	text-align:center;
}
div.yyi-rinker-contents ul.yyi-rinker-links li{
	position:relative;
	width:45%;
	padding:0!important;
	margin:.8em auto .4em;
	font-size:.8em;
	display:inline-block;
	min-height:38px;
	border-radius:6px;
	font-weight:700;
	vertical-align:middle;
	line-height:38px;
	text-align:center;
}
div.yyi-rinker-detail div:not(:last-child){
	padding-bottom:0!important;
}
div.yyi-rinker-info div.yyi-rinker-detail{
	padding:0!important;
}
div.yyi-rinker-contents ul.yyi-rinker-links li:hover{
	opacity:.9!important;
}
div.yyi-rinker-contents ul.yyi-rinker-links li.amazonkindlelink a{
	background:#252525!important;
}
ul.yyi-rinker-links li.mercarilink a{
	background:#252525!important;
}
div.yyi-rinker-contents ul.yyi-rinker-links li.amazonlink a{
	color:#fff;
	background:#252525!important;
}
div.yyi-rinker-contents ul.yyi-rinker-links li.rakutenlink a{
	background:#252525!important;
}
div.yyi-rinker-contents ul.yyi-rinker-links li.yahoolink a{
	background:#252525!important;
}
div.yyi-rinker-contents ul.yyi-rinker-links li.freelink2 a{
	background:#252525!important;
}
div.yyi-rinker-contents ul.yyi-rinker-links li a{
	box-shadow:none!important;
	display:flex;
	position:unset!important;
	min-height:25px;
	line-height:25px;
	font-size:.95em;
}
div.yyi-rinker-contents ul.yyi-rinker-links li a:after{
	position:relative!important;
	right:auto;
	padding-left:5px;
	font-family:"Font Awesome 5 Free";
	content:"\f138"!important;
	transition:.3s ease-in-out;
	color:#ccc;
	border:none!important;
	height:unset!important;
	top:0!important;
	transform:none!important;
}
div.yyi-rinker-contents ul.yyi-rinker-links li a:hover{
	opacity:.9!important;
	transform:none!important;
	box-shadow:none!important;
}
div.yyi-rinker-contents ul.yyi-rinker-links li a:hover::after{
	opacity:.9;
	transform:translateX(2px)!important;
	-webkit-transform:translateX(2px)!important;
}
a.wpp-post-title{
	color:#fff;
}
.ft_widget.widget.widget_pages{
	background:#333;
	color:#fff;
}
div.yyi-rinker-contents div.yyi-rinker-detail .price-box .price{
	letter-spacing:.1em;
	margin-right:.5em;
	font-size:1em;
	font-weight:700;
	padding:0;
	margin:0;
}
div.yyi-rinker-detail div.brand,div.yyi-rinker-detail div.price-box{
	display:none;
	font-size:14px;
	padding:18px;
	background:#212121;
	border:0;
	border-radius:3px;
	color:#fff;
}
.adsense{
	padding:10px;
	text-align:center;
}
#wpdcom .wpd-comment-footer .wpd-reply-button{
	color:#fff;
}
.widget-menu{
	border:2px solid #ddd;
}
.amagetti-btn{
	background:#272727;
}
.sng-box ul{
	padding-left:10px;
}
.li-check ul{
	padding:0 0 0 2em;
}
.textwidget table tr:nth-child(odd){
	background-color:#f1f4ff;
}
.border-gray{
	border-color:#fff;
}
.box4{
	margin:2em 0;
	padding:1.5em 1em;
	border-top:solid 3px #5e5e5e;
	border-bottom:solid 3px #5e5e5e;
	background:#eaeaea;
	color:#2c2c2f;
}
.box26{
	font-size:.8em;
	color:#111;
}
.box26 ul{
	list-style-type:none;
}
.box26,.box27{
	border:solid 2px #000;
}
.box26 .box-title,.box27 .box-title{
	color:#111;
	font-size:1.3em;
}
.box26 .box-title:before{
	content:"\f00c";
}
#wpdcom .wpd-comment-text{
	color:#fff;
}
#wpdcom .wpd-comment-text p{
	margin-bottom:10px;
	font-size:.9em;
}
.fa5 #reply-title:before{
	color:#fff;
	content:"";
}
.comment.depth-1{
	margin-top:0;
	margin-left:0;
	border:0;
}
#comments-title{
	padding:.7em .7em .7em 1.9em;
}
.rss-valorant{
	background:#eee;
	padding:1.1em;
	font-size:.9em;
	padding-left:5px;
}
.rss-valorant a{
	color:#0e0e0e;
	font-weight:700;
	line-height:1.1em;
	font-size:1.1em;
}
.rss-valorant:before{
	font-family:"Font Awesome 5 Free";
	font-weight:900;
	content:"\f05a";
	font-size:1.4em;
	color:#666;
	padding:2em 5px;
}
.rss-apex{
	background:#eee;
	padding:1.1em;
	font-size:.9em;
	padding-left:5px;
}
.rss-apex a{
	color:#0e0e0e;
	font-weight:700;
	line-height:1.1em;
	font-size:1.1em;
}
.rss-apex:before{
	font-family:"Font Awesome 5 Free";
	font-weight:900;
	content:"\f05a";
	font-size:1.4em;
	color:#666;
	padding:2em 5px;
}
.rss-fortnite{
	background:#eee;
	padding:1.1em;
	font-size:.9em;
	padding-left:5px;
}
.rss-fortnite a{
	color:#0e0e0e;
	font-weight:700;
	line-height:1.1em;
	font-size:1.1em;
}
.rss-fortnite:before{
	font-family:"Font Awesome 5 Free";
	font-weight:900;
	content:"\f05a";
	font-size:1.7em;
	color:#666;
	padding:4em 5px;
}
#toc_container{
	margin:0 0 1em;
	padding:0;
	border-color:#272727!important;
	border:solid 1px;
	border-top:none;
	border-radius:0px;
	background:#212121;
	box-shadow:none;
}
div#toc_container .toc_list:after{
	position:absolute;
	font-family:FontAwesome;
	bottom:-20px;
	right:5%;
	font-size:5em;
	opacity:.1;
}
#toc_container .toc_title{
	display:block;
	margin:0;
	padding:0;
	font-size:.8em;
	line-height:42px;
	font-weight:700;
	background:#303030;
	text-align:center;
	color:#fff!important;
}
.toc_toggle{
	background:#454545;
	font-size:.8em;
}
#toc_container .toc_title:before{
	display:none;
}
#toc_container .toc_list{
	margin:0;
	color:#424242de;
	padding:1em 6% 1em 10%;
	position:relative;
}
#toc_container .toc_list li a{
	color:#fff;
	display:block;
	font-weight:400;
	font-size:.9em;
}
#toc_container .toc_list li a:hover{
	text-decoration:none;
	opacity:.5;
}
#toc_container ul{
	list-style-type:decimal;
	color:#ffffffb3!important;
}
.entry-content table{
	border:0;
	font-weight:700;
	width:100%;
	table-layout:fixed;
	margin:.5em 0;
}
.entry-content th{
	font-size:.8em;
	font-weight:600;
	padding:.9em;
	background-color:#202020;
	color:#fff;
	text-align:center;
	border:none;
	border-bottom:1px solid #333;
}
.entry-content tr{
	text-align:center;
	background:#c9d1dd;
	color:#111;
	border-left:0;
	border-bottom:1px solid #c7d5e6;
}
.entry-content tbody{
	border:0;
}
.entry-content table tr:nth-child(odd){
	background-color:#abbcd0;
	color:#111;
}
.entry-content tr:not(:last-child){
	border-bottom:0;
}
.entry-content td a{
	color:#1d569c;
}
.entry-content th a{
	color:#83b8ff;
}
.entry-content td{
	font-size:.8em;
	padding:.9em;
	border:none;
	border-bottom:1px solid #c9d1dd;
}
.entry-content td:last-child{
	border-right:0;
}
.entry-content td:not(last-child){
	border-right:0;
}
.bto-list table{
	border:0;
	font-weight:normal;
	width:100%;
}
.bto-list th{
	font-size:.7em;
	font-weight:700;
	padding:.6em 1em;
	background-color:#202020;
	color:#fff;
	text-align:center;
	border:none;
}
.bto-list th:before{
	display:inline-block;
	font-family:"Font Awesome 5 Free";
	content:"\f5fd";
	font-weight:900;
	color:#fff;
	margin-right:5px;
	font-size:1em;
}
.bto-list tr{
	text-align:center;
	background:#212121;
	color:#fff;
	border-left:0;
}
.bto-list tbody{
	border:0;
}
.bto-list table tr:nth-child(odd){
	background-color:#212121;
	color:#fff;
}
.bto-list tr:not(:last-child){
	border-bottom:1px solid #303030;
	border-top:1px solid #303030;
}
.bto-list td a{
	display:block;
	color:#83b8ff;
	font-weight:bold;
	font-size:12px;
}
.bto-list td{
	font-size:.8em;
	padding:.7em;
	border:none;
}
.bto-list td:last-child{
	border-right:0;
}
.bto-list td:not(last-child){
	border-right:1px solid #303030;
}
.search-box td a{
	display:block;
	color:#83b8ff;
	padding:.8em;
	font-weight:bold;
	font-size:12px;
}
.bto-rank table{
	border:0;
	font-weight:normal;
	width:100%;
	table-layout:auto;
}
.bto-rank th{
	font-size:.8em;
	font-weight:700;
	padding:.5em 1em;
	background-color:#272727;
	color:#fff;
	text-align:center;
	border:none;
}
.bto-rank a:before{
	display:inline-block;
	font-family:"Font Awesome 5 Free";
	content:"\f0da";
	font-weight:900;
	color:#60caa8;
	margin-right:5px;
	font-size:1em;
}
.bto-rank tr{
	text-align:center;
	border-left:0;
	background:#303030;
	color:#fff;
}
.bto-rank table tr:nth-child(odd){
	background:#272727;
	color:#fff;
}
.bto-rank tbody{
	border:0;
}
.bto-rank td a{
	color:#78bcff;
	font-weight:bold;
	font-size:.9em;
}
.bto-rank td{
	font-size:.8em;
	padding:.9em;
	font-weight:bold;
	border:none;
}
.bto-rank td:last-child{
	border-right:0;
}
.bto-rank td:not(last-child){
	border-right:0;
}
.spec-list table{
	border:1px solid #ccc;
	table-layout:auto;
	font-weight:700;
	width:100%;
}
.amazon-products-container-list.amazon-unit-103650.unit-type-category{
	table-layout:auto;
	max-width:100%;
	display:flex;
	overflow-x:auto;
}
.amazon-products-container-list .amazon-auto-links-product-body{
	width:100%;
	max-width:100%;
	font-size:.8em;
}
.amazon-products-container-list .amazon-product-container{
	font-size:.8em;
	padding:3px;
	margin-bottom:0;
}
.amazon-products-container-list .amazon-product-thumbnail{
	padding:0 1em;
}
.ttable table{
	table-layout:auto;
	font-weight:700;
}
.ttable table tr{
	color:#111;
}
.ttable table tr:nth-child(odd){
	color:#111;
}
.device-list table{
	border:1px solid #ccc;
	font-weight:700;
	width:100%;
}
.device-list tbody{
	border:1px solid #ccc;
}
.device-list table tr{
	color:#111;
	background-color:#fff;
}
.device-list table tr:nth-child(odd){
	background-color:#c9d7ea;
}
div.yyi-rinker-info div.yyi-rinker-title a{
	color:#333;
	font-weight:600;
	font-size:1em;
	text-decoration:none;
}
.progress-bar{
	background-color:#fafafa;
	height:25px;
	padding:1px;
	width:350px;
	margin:50px 0;
	border-radius:5px;
	border:5px solid #000;
	box-shadow:0 1px 5px #000 inset,0 1px 0 #444;
}
.progress-bar span{
	display:inline-block;
	height:100%;
	border-radius:3px;
	box-shadow:0 1px 0 rgba(255,255,255,.5) inset;
	transition:width .4s ease-in-out;
}
.blue span{
	background-color:#34c2e3;
}
.green span{
	background-color:#3d8b3d;
}
.red span{
	background-color:#b52b27;
}
.glow span{
	box-shadow:0 3px 3px rgba(255,255,255,.7) inset,0 -3px 3px rgba(255,255,255,.7) inset;
}
ul.yyi-rinker-links li.rakutenlink:before{
	content:"";
}
div.yyi-rinker-info div.free-text{
	font-size:15px;
	color:#111;
	text-align:center;
}
div.yyi-rinker-info div.free-text a{
	display:inline-block;
	width:95%;
	min-height:25px;
	line-height:25px;
	font-size:.8em;
	font-weight:700;
	color:#181818;
	background:#ddd;
	border-radius:6px;
	border:0;
	padding:9px;
	text-decoration:none;
	margin-top:3px;
}
.rinker-warning{
	display:none;
}
div.yyi-rinker-box div.yyi-rinker-image a{
	margin:0;
	padding:0;
}
.brand{
	display:none;
}
div.yyi-rinker-contents{
	border-radius:5px;
	box-shadow:0 0 0 #000;
	border:0;
}
.yyi-rinker-img-m .yyi-rinker-image img.yyi-rinker-main-img{
	max-height:150px;
}
ul.yyi-rinker-links li.amazonlink:before,li.amazonlink a.yyi-rinker-link:before{
	color:#111;
}
.wp-rss-aggregator ul{
	list-style-type:none;
	padding:0;
	margin-top:0;
}
.team-list ul{
	padding:0;
	list-style:square;
	margin:10px 10px 10px 30px;
}
.team-list img{
	margin-right:2px;
	margin-bottom:2px;
}
ul.list-logo{
	border-radius:9px;
}
.menu-table table{
	border:3px solid #252525;
	font-weight:700;
	width:100%;
	table-layout:fixed;
	margin:.6em 0;
}
.menu-table th{
	font-size:12px;
	font-weight:700;
	padding:.6em 1.2em;
	background-color:#202020;
	color:#fff;
	text-align:center;
	border:none;
}
.menu-table th img{
	display:block;
	text-align:center;
	margin:0 auto;
}
.menu-table table tr:nth-child(odd){
	background-color:#202020;
	color:#fff;
}
.menu-table td a{
	font-weight:bold;
	display:block;
	color:#83b8ff;
	font-size:.9em;
}
.menu-table tr{
	text-align:center;
	background:#202020;
	color:#fff;
	border-left:0;
}
.menu-table tr:not(:last-child){
	border-top:2px solid #252525;
	border-bottom:2px solid #252525;
}
.menu-table td:not(last-child){
	border-left:2px solid #252525;
	border-right:2px solid #252525;
}
.adblock{
	display:flex;
}
.adbox{
	text-align:center;
	background:#1e1e1e;
	padding:15px;
	width:50%;
}
.social-link{
	padding:3px 1px;
}
.social-link ul{
	display:flex;
	text-align:center;
	justify-content:center;
	margin:0;
}
.social-link ul li{
	list-style:none;
	padding:0;
	margin:0 5px;
}
li.twitter-tab a{
	background:#000;
	color:#fff;
	padding:5px;
	font-size:10px;
	border-radius:3px;
}
li.youtube-tab a{
	background:#FF0000;
	color:#fff;
	padding:5px;
	font-size:10px;
	border-radius:3px;
}
li.twitch-tab a{
	background:#6441a5;
	color:#fff;
	padding:5px;
	font-size:10px;
	border-radius:3px;
}
li.instagram-tab a{
	background:#CF2E92;
	color:#fff;
	padding:5px;
	font-size:10px;
	border-radius:3px;
}
li.others-tab a{
	background:#333;
	color:#fff;
	padding:5px;
	font-size:10px;
	border-radius:3px;
}
.test-box table{
	background:#212121;
	table-layout:fixed;
	width:100%;
	border:0;
	font-weight:700;
	margin:0;
}
.test-box tbody{
	border:0;
	font-weight:700;
}
.test-box tr{
	text-align:center;
	background:#272727;
	color:#111;
	border-left:0;
	border-bottom:1px solid #333;
}
.test-box table tr:nth-child(odd){
	background:#212121;
	color:#111;
}
.test-box td:not(last-child){
	border-left:1px solid #333;
	border-right:1px solid #333;
}
.test-box td a{
	display:block;
	color:#83b8ff;
}
#wpdcom .wmu-add{
	display:block;
}
.wmu-add::before{
	display:none;
}
.wmu-add::after{
	display:none;
}
.wpp-list{
	background:#242424;
	padding:10px;
	font-weight:700;
}
.wpp-list a{
	color:#fff;
	font-size:.7em;
}
.wpp-list li{
	padding:20px 20px;
	border-bottom:1px solid #333;
	text-align:center;
	margin-bottom:0;
}
.wpp-list li:last-of-type{
	border-bottom:0;
}
#drawer__content .widget{
	margin:0;
}
.ft_title{
	margin:0 0 .7em;
	padding:2px 0 2px 10px;
	border-left:solid 15px #333;
	font-size:1em;
	color:#fff;
	background:#454545;
}
#wpdcom.wpd-layout-2 .wpd-comment.wpd-reply .wpd-comment-wrap{
	background:#272727;
	margin:0 5px 5px 0;
	border-left:4px solid #00B38F;
}
table.order-table{
	table-layout:auto;
}
.order-table table{
	border:0;
	font-weight:700;
}
.order-table th{
	font-size:.8em;
	padding:.6em 1.2em;
	background:#333;
	color:#fff;
	text-align:center;
	border:none;
	font-weight:bold;
}
.order-table th a{
	color:#7db2e4;
}
.order-table tr:not(:last-child){
	text-align:center;
	background:#d1d1d1;
	color:#111;
	border-bottom:1px solid #bbb;
}
.order-table td:not(last-child){
	border-left:0;
}
.order-table td{
	font-size:.8em;
	padding:.9em .6em;
	border:none;
}
.order-table td a{
	color:#335782;
}
.order-table tr{
	text-align:center;
	background:#d1d1d1;
	color:#111;
	border-left:0;
	border-right:0;
	border-bottom:0;
}
.order-table table tr:nth-child(odd){
	text-align:center;
	background:#d1d1d1;
	color:#111;
	border-left:0;
}
table.order-table tr:nth-child(odd){
	text-align:center;
	background:#d1d1d1;
	color:#111;
	border-top:0;
}
.my-button{
	width:100px;
	height:100px;
	border:none;
	border-radius:50%;
	font-size:.9em;
	cursor:pointer;
}
.my-start-button{
	background-color:#22b984;
	color:#fff;
}
.my-stop-button{
	background-color:#f44336;
	color:#fff;
}
.my-result{
	font-size:.8em;
	margin:20px;
	background:#333;
	padding:9px;
	color:#fff;
	border-radius:6px;
}
.my-tweet-button{
	background-color:#1DA1F2;
	color:#fff;
	padding:10px;
	border:none;
	border-radius:5px;
	cursor:pointer;
	margin:10px;
}
.my-disabled-button{
	background-color:#ccc;
	color:#666;
	cursor:not-allowed;
}
.my-instruction{
	font-size:.8em;
	margin:10px;
	background:#333;
	padding:20px;
	color:#fff;
}
.instruction{
	text-align:center;
	background:#272727;
	padding:1px;
	border-radius:3px;
}
.my-comment{
	font-size:.8em;
	margin:10px;
	background:#333;
	padding:9px;
	color:#fff;
	border-radius:6px;
}
#aimtest{
	text-align:center;
	background:#212121;
	padding:20px 0;
	color:#fff;
	border-radius:9px;
}
#aimtestResult{
	text-align:center;
	background:#272727;
	padding:20px 0;
	color:#fff;
}
#clickSpeedTestMenu{
	display:flex;
	justify-content:space-around;
	text-align:center;
	background:#272727;
	margin:10px 0;
	border-radius:9px;
	padding:12px;
	color:#fff;
	font-size:.9em;
	font-weight:bold;
}
#clickSpeedTestGameArea{
	width:350px;
	height:350px;
	border-radius:15px;
	position:relative;
	margin:0 auto;
}
.clickSpeedTestCircle{
	width:30px;
	height:30px;
	border-radius:50%;
	background-color:red;
	position:absolute;
}
#clickSpeedTestStartButton{
	padding:10px;
	margin:10px 0;
	font-size:1em;
	width:100%;
	font-weight:700;
	border:0;
	border-radius:5px;
	background:#272727;
	color:#fff;
}
#clickSpeedTestTimer,#clickSpeedTestClicksLeft{
	display:inline-block;
}
#clickSpeedTestTwitterShareButton{
	padding:10px;
	margin:10px 0;
	font-size:1em;
	width:100%;
	font-weight:700;
	border:0;
	border-radius:5px;
	background:#49a9d9;
	color:#fff;
}
div.yyi-rinker-info ul.yyi-rinker-links{
	display:flex;
	margin:0;
}
@media only screen and (max-width: 767px){
	.header{
		position:fixed;
		top:0;
		left:0;
		width:100%;
	}
	#container{
		padding-top:62px;
	}
	h2 span,h3 span{
		padding-top:2px;
		margin-top:-62px;
	}
}
@media screen and (min-width: 480px){
	.rubi{
		font-size:10px;
	}
	.comment-text{
		font-size:12px;
	}
	.entry-content{
		padding-right:25px;
		padding-left:25px;
	}
	.entry-content th{
		font-size:.7em;
		padding:.9em;
		border:none;
		border-bottom:1px solid #333;
	}
	.entry-content td{
		font-size:.7em;
		padding:.9em;
		border:none;
	}
}
@media (min-width: 768px){
	.player-info{
		font-size:12px;
	}
	div.yyi-rinker-info ul.yyi-rinker-links li:not(:last-child){
		margin-right:auto!important;
	}
	div.yyi-rinker-info ul.yyi-rinker-links li{
		width:45%;
		margin-bottom:2px!important;
	}
}
@media screen and (max-width: 540px){
	div.yyi-rinker-contents{
		margin:0;
	}
	div.yyi-rinker-contents div.yyi-rinker-box{
		padding:1em 0 0;
		display:block;
	}
	div.yyi-rinker-contents div.yyi-rinker-image{
		width:auto;
	}
	div.yyi-rinker-contents div.yyi-rinker-box div.yyi-rinker-info{
		padding:0;
		margin:auto;
		width:100%;
		text-align:center;
	}
	.yyi-rinker-title{
		font-size:.8em;
		text-align:center;
	}
	div.yyi-rinker-contents div.yyi-rinker-detail .price-box .price{
		display:inline;
	}
	div.yyi-rinker-contents ul.yyi-rinker-links li{
		width:45%;
		font-size:.9em;
	}
}
@media only screen and (min-width: 481px){
	#toc_container{
		padding:0;
	}
	.tocomment{
		right:18px;
	}
}
@media (max-width: 767px){
	div.yyi-rinker-info ul.yyi-rinker-links li{
		width:45%;
		margin-bottom:0;
	}
}
@media (max-width: 575px){
	.copy_btn span{
		font-size:.9em;
	}
	.copy_btn.copied span{
		font-size:.9em;
	}
}
@media screen and (min-width: 600px){
	.amagetti-newprice-val{
		font-size:1em!important;
	}
}
@media screen and (max-width: 599px){
	.swiper-amagetti-button-white{
		display:flex!important;
	}
}
@media only screen and (max-width: 480px){
	.header-info a{
		padding:12px 10px;
	}
	.rss-row a{
		font-size:.9em;
	}
	.wp-rss-aggregator li{
		padding:1.8em 1.8em 1.8em;
		background:#2a2a2a;
	}
}
@media screen and (max-width: 800px){
	.antena-menu ul{
		list-style:none;
		display:flex;
		width:100%;
		justify-content:center;
		text-align:center;
		margin:15px 0;
		padding:5px 0;
	}
}
@media screen and (min-width: 801px){
	.totop{
		opacity:.9;
		background:#212121;
		bottom:90px;
	}
	.tocomment{
		display:none;
		width:54px;
		height:54px;
		text-align:center;
		position:fixed;
		bottom:150px;
		right:18px;
		border-radius:50%;
		opacity:.9;
		transition:none;
		z-index:10;
		background:#212121;
	}
	.header-info a{
		padding:12px;
	}
	.header-info a:after{
		padding:5px;
		margin:20px;
		width:30%;
	}
}
@media only screen and (min-width: 769px){
	header.header{
		position:sticky;
		top:0;
		z-index:999;
	}
	.layout-squared #entry{
		border-radius:6px;
		border:1px solid #ddd;
	}
}
@media only screen and (min-width: 1030px){
	.article-header{
		padding:20px 25px 10px;
	}
}
@media only screen and (min-width: 1240px){
	.error404 #inner-content,.inner-footer,.maximg,.page:not(.no-bg) #inner-content,.single #inner-content,.wrap{
		width:1200px;
	}
}
table.vs-table{
	table-layout:auto;
	margin:0 0 3px 0;
}
#drawer__open{
	left:auto;
	right:30px;
}
#drawer__content{
	max-width:360px;
}
table.profile{
	margin:.5em 0;
}
.search-box td{
	font-size:.8em;
	padding:0;
	border:none;
}
.threads-page-description{
	margin:0 0 24px;
	color:#666;
	font-size:14px;
	text-align:center;
}
.threads-empty-message{
	color:inherit;
}
.threads-list .threads-item{
	margin:0 0 24px;
	padding:0;
	overflow:hidden;
	border:0;
	border-radius:3px;
	color:#263238;
	box-shadow:0 3px 12px rgb(15 23 42 / 10%);
}
.threads-list .threads-root-topic{
	background-color:#202124;
}
.threads-list .threads-reply-topic{
	background-color:#202124;
}
.threads-list .threads-item-header{
	display:flex;
	gap:12px;
	align-items:center;
	padding:13px 16px;
	border-bottom:0;
	background-color:#181818;
}
.threads-list .threads-reply-topic .threads-item-header{
	background-color:#181818;
}
.threads-list .threads-type-label{
	display:inline-flex;
	flex:0 0 auto;
	min-width:64px;
	min-height:30px;
	align-items:center;
	justify-content:center;
	padding:4px 12px;
	border:0;
	border-radius:3px;
	color:#fff;
	font-size:0.6em;
	font-weight:700;
	line-height:1.4;
	letter-spacing:0.04em;
	box-shadow:0 2px 5px rgb(0 0 0 / 18%);
}
.threads-list .threads-topic-label{
	background-color:#5068b2;
}
.threads-list .threads-reply-label{
	background-color:#3d8b82;
}
.threads-list .threads-post-title{
	flex:1 1 auto;
	overflow:hidden;
	color:#f1f1f1;
	font-size:0.8em;
	font-weight:700;
	line-height:1.6;
	text-decoration:none;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.threads-list .threads-post-title:visited{
	color:#f1f1f1;
}
.threads-list .threads-post-title:hover{
	color:#93c5fd;
	text-decoration:underline;
}
.threads-list .threads-current-comment,.threads-list .threads-parent-comment{
	padding:16px 18px;
	border:0;
	border-radius:6px;
	background-color:#181818;
	color:#e8e8e8;
}
.threads-list .threads-root-topic .threads-current-comment{
	margin:16px;
}
.threads-list .threads-reply-topic .threads-parent-comment{
	margin:16px 16px 0;
}
.threads-list .threads-reply-topic .threads-current-comment{
	margin:0 16px 16px 38px;
}
.threads-list .threads-comment-meta{
	display:flex;
	align-items:center;
	gap:13px;
	margin:0 0 11px;
	color:#a3a3a3;
	font-size:13px;
	line-height:1.6;
	text-align:left;
}
.threads-list .threads-comment-meta-first-line{
	display:flex;
	flex:0 1 auto;
	align-items:center;
	gap:13px;
	text-align:left;
}
.threads-list .threads-comment-author{
	min-width:0;
	overflow:hidden;
	color:#f5f5f5;
	font-weight:700;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.threads-list .threads-comment-date{
	flex:0 0 auto;
	margin-top:0;
	text-align:left;
	white-space:nowrap;
}
.threads-list .threads-comment-date,.threads-list .threads-comment-votes,.threads-list .threads-comment-replies{
	color:#a3a3a3;
}
.threads-list .threads-comment-text,.threads-list .threads-parent-text{
	margin:0;
	overflow:visible;
	color:#e5e5e5;
	font-size:0.8em;
	line-height:1.8;
	overflow-wrap:anywhere;
	word-break:break-word;
}
.threads-list .threads-reply-connector{
	display:block;
	width:0;
	height:22px;
	margin:0 0 0 54px;
	border-left:2px solid #6b7280;
}
.threads-list .threads-parent-label{
	display:none;
}
.threads-list .threads-comment-link{
	display:block;
	width:100%;
	padding:0 16px 15px;
	text-align:right;
}
.threads-list .threads-comment-link a,.threads-list .threads-comment-link a:visited{
	color:#5893e4;
	font-size:0.8em;
	font-weight:700;
	text-decoration:none;
}
.threads-list .threads-comment-link a:hover{
	color:#5893e4;
	text-decoration:underline;
}
.threads-filter-tabs{
	display:flex;
	gap:8px;
	justify-content:center;
	margin:0 0 30px;
}
.threads-filter-tab,.threads-filter-tab:visited{
	display:inline-flex;
	min-height:36px;
	align-items:center;
	justify-content:center;
	padding:7px 18px;
	border-radius:3px;
	background-color:#202124;
	color:#d1d5db;
	font-size:0.8em;
	font-weight:700;
	line-height:1;
	text-decoration:none;
}
.threads-filter-tab:hover{
	background-color:#30333a;
	color:#fff;
}
.threads-filter-tab.is-active,.threads-filter-tab.is-active:visited{
	background-color:#5068b2;
	color:#fff;
}
.threads-pagination{
	margin:30px 0;
}
.threads-pagination .page-numbers{
	display:flex;
	flex-wrap:wrap;
	gap:7px;
	justify-content:center;
	margin:0;
	padding:0;
	list-style:none;
}
.threads-pagination .page-numbers li{
	margin:0;
}
.threads-pagination a.page-numbers,.threads-pagination span.page-numbers{
	display:inline-flex;
	min-width:36px;
	min-height:36px;
	align-items:center;
	justify-content:center;
	padding:6px 10px;
	border-radius:3px;
	background-color:#202124;
	color:#e5e7eb;
	font-size:13px;
	font-weight:700;
	line-height:1;
	text-decoration:none;
}
.threads-pagination a.page-numbers:hover{
	background-color:#30333a;
	color:#fff;
}
.threads-pagination span.page-numbers.current{
	background-color:#5068b2;
	color:#fff;
}
.threads-pagination span.page-numbers.dots{
	min-width:auto;
	background-color:transparent;
	color:#666;
}
@media screen and (max-width: 767px){
	.threads-filter-tabs{
		margin:20px;
	}
	.threads-list{
		margin:30px 10px;
	}
	.threads-page-description{
		margin-bottom:18px;
	}
	.threads-list .threads-item{
		margin-bottom:18px;
		border-radius:3px;
	}
	.threads-list .threads-item-header{
		gap:9px;
		align-items:flex-start;
		padding:11px 12px;
	}
	.threads-list .threads-type-label{
		min-width:54px;
		min-height:27px;
		padding:3px 8px;
	}
	.threads-list .threads-post-title{
		overflow:visible;
		font-size:0.8em;
		text-overflow:clip;
		white-space:normal;
	}
	.threads-list .threads-comment-meta{
		display:block;
		font-size:12px;
		text-align:left;
	}
	.threads-list .threads-comment-meta-first-line{
		width:100%;
		gap:9px;
	}
	.threads-list .threads-comment-author{
		text-align:left;
	}
	.threads-list .threads-comment-date{
		display:block;
		margin-top:3px;
	}
	.threads-list .threads-comment-text,.threads-list .threads-parent-text{
		font-size:0.8em;
	}
	.threads-list .threads-root-topic .threads-current-comment{
		margin:12px;
		padding:13px;
	}
	.threads-list .threads-reply-topic .threads-parent-comment{
		margin:12px 12px 0;
		padding:13px;
	}
	.threads-list .threads-reply-connector{
		height:18px;
		margin-left:42px;
	}
	.threads-list .threads-reply-topic .threads-current-comment{
		margin:0 12px 12px 24px;
		padding:13px;
	}
	.threads-list .threads-comment-link{
		padding:0 12px 12px;
	}
}