@charset "utf-8";
.right {
	text-align: right;
}
@media(min-width: 1346px){
	#blog #right {
		margin-top: 1.5em;
	}
}
#blog article .single a {
	text-decoration: underline;
}
#blog article .wp-pagenavi {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#blog article .wp-pagenavi a {
	text-decoration: none;
}
#blog article .wp-pagenavi a:last-child {
	border-right: 0;
}
#blog article .wp-pagenavi a,
#blog article .wp-pagenavi span {
/*	display: table-cell;*/
	background: #ccc;
	color: #fff;
    border-right: 1px solid #FFF;
    line-height: 1;
}
#blog article .wp-pagenavi .pages {
	flex-basis: 100%;
    text-align: center;
    color: #666;
    font-size: .8rem;
    background: #fff;
}
#blog article .wp-pagenavi .current,
#blog article .wp-pagenavi a:hover {
	background: #b71c1c;
}
@media(max-width:767px){
	#blog article .wp-pagenavi {
		margin-bottom: 2em;
	}
	#blog article .wp-pagenavi a,
	#blog article .wp-pagenavi span {
		padding: 3vw;
		text-align: center;
	}
	#blog article .wp-pagenavi .extend {
		display: none;
	}
}
@media(min-width:768px){
	#blog article .wp-pagenavi {
		margin-bottom: 20px;
	}
	#blog article .wp-pagenavi a,
	#blog article .wp-pagenavi span {
		padding: 15px 25px;
	}
}
#blog article h1 {
    font-size: 1.6rem;
	font-weight: bold;
    line-height: 1.5;
	padding: 0 5%;
	margin: 2rem 0 1rem;
	text-align: center;
}
#blog .archive>ul {
	position:relative;
	z-index:10;
}
#blog .post-list .btn {
	text-align: center;
	border-top: 1px solid #ddd;
	padding-top: 10px;
	margin-bottom: 20px;
}
#blog .post-list .btn a {
	background: #666;
	color: #fff;
	line-height: 1;
	display: inline-block;
	text-decoration: none;
}
.post-list ul {
    background: #FFF;
	position:relative;
	z-index:10;
}
.post-list ul ::after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}
.post-list ul li{
	border-top:1px solid #DDD;
/*	box-shadow:rgb(74, 74, 74) 0px 0px 7px -1px;*/
	background:#FFF;
	position:relative;
}
.post-list ul li .rank{
	position:absolute;
	top: 6px;
	left: 6px;
	min-width: 20px;
	height: 20px;
	padding: 5px;
	font-size: 10px;
	line-height: 20px;
	color:#FFF;
	border-radius: 20px;
	background: #f44336;
	box-shadow:rgb(100, 100, 100) 0px 0px 5px -1px;
	text-align:center;
	white-space:nowrap;
}
.post-list ul li:nth-child(n+11) .rank{
	background:#1E88E5;
}
.post-list ul li .date{
	font-size:.7rem;
	color:#555;
	line-height:.7rem;
	margin-bottom:10px;
}
.post-list ul li .thumbnail{
	padding-right: 0;
	line-height: 0;
}
.post-list ul li .thumbnail img{
	width:100%;
	height:auto;
	border-radius:5px;
}
.post-list ul li aside p {
	line-height: 1.2rem;
}
.post-list ul li.pr aside p {
	line-height: 1.2rem;
}
.post-list ul li .desc,
.post-list ul li .publisher {
	color: #444;
	word-break : break-all;
	overflow: hidden;
	margin-bottom: 10px;
}
.post-list ul li .desc {
	margin-top: 10px;
	word-break : break-all;
}

@media(min-width: 481px) {
	.post-list ul li > div,
	.post-list ul li .thumbnail{
		display: table-cell;
		vertical-align: top;
		padding: 20px;
	}
	.post-list ul li .thumbnail{
		padding-right: 0;
		width:150px;
	}
	.post-list ul li h2{
		font-weight: bold;
		font-size: 1.1rem;
		margin-bottom: 10px;
	}
	.post-list ul li aside i{
		font-size: 1.1rem;
		margin-right: 4px;
		position: relative;
		top: .2rem;
	}
	.post-list ul li .desc{
		font-size: .8rem;
		line-height: 1.5;
	}
	.post-list ul li .publisher {
		font-size: .7rem;
		color: #666;
	}
	#blog .post-list .btn a {
		padding: 15px 8%;
	}
}
@media(max-width: 480px) {
	.post-list ul li > div,
	.post-list ul li .thumbnail{
		display: table-cell;
		vertical-align: top;
		padding: 10px;
	}
	.post-list ul li .thumbnail{
		padding-right: 0;
		width:88px;
	}
	.post-list ul li h2{
		font-weight: bold;
		font-size: .9rem;
		margin-bottom: 10px;
		line-height: 1.5;
	}
	.post-list ul li aside {
		font-size: .75rem;
	}
	.post-list ul li aside i{
		font-size: .8rem;
		margin-right: 4px;
		position: relative;
		top: .2rem;
	}
	.post-list ul li .desc{
		display: none;
	}
	.post-list ul li .publisher{
		font-size: .7rem;
		color: #666;
	}
	section.remarkable .post-list ul li .desc{
		display: block;
		font-size: .7rem;
		line-height: 1.4;
	}
	#blog .post-list .btn a {
		padding: 8px 20px;
	}
}
@media(min-width: 360px) and (max-width: 969px) {
	.post-list ul li aside::after {
		clear: both;
		content: "";
		height: 0;
		display: block;
	}

	.post-list ul li aside p{
		float: left;
		margin-right: 10px;
	}
	.post-list ul li aside p:nth-child(2n+1) {
		clear: both;
	}
}
#blog .archive .news-list .tag {
	margin-bottom: .7em;
}
#blog .archive .news-list .tag a,
#blog aside .tag a {
	background: #f8f8f8;
	display: inline-block;
	margin-right: .3em;
	color: #333;
	border: 1px solid #DDD;
	border-radius: 4px;
	padding: 5px 8px;
	line-height: 1;
	text-decoration: none;
}
#blog .archive .news-list .tag a:hover,
#blog aside .tag a:hover {
	background: #b71c1c;
	color: #fff;
}
@media(min-width: 481px) {
	#blog .archive .news-list .tag {
		font-size: .8rem;
	}
}
@media(max-width: 480px) {
	#blog .archive .news-list .tag {
		font-size: .75rem;
	}
}

/* single */
#blog article aside .date {
	margin: 0 0 20px 0;
	font-size: .75rem;
	color: #666;
	text-align: center;
}
#blog article aside .tag {
	text-align: center;
}
#blog section.single {
	border-top: 1px solid #ddd;
	padding-top: 5%;
}
#blog section.single > aside {
	margin-bottom: 20px;
}
#blog section.single p {
	margin-bottom: 20px;
	word-break: break-all;
}
#blog section.single h2 {
	font-size: 1.2rem;
	font-weight: bold;
	margin: 2em 0 .5em 0;
	clear: both;
	border-left: #c00 6px solid;
    padding-left: 8px;
}
#blog section.single h3 {
	font-size:1.1rem;
	font-weight:bold;
	margin:30px 0 15px 0;
	border-bottom:1px solid #CCC;
	clear: both;
}
#blog article .single .alignleft {
	float: left;
	margin-right: 15px;
	margin-bottom: 25px;
}
#blog .ad {
	min-height: 250px;
}
#blog section.single .ad {
	box-shadow:none;
	background:none;
	text-align:center;
}

#blog section.single blockquote {
	background: #F8F8F8;
	padding: 15px 20px;
	word-break : break-all;
}
#blog section.single blockquote p:last-child {
	margin-bottom: 0;
}
#blog section.single blockquote.tiktok-embed {
	background: none;
	padding: 0;	
}
#blog section.single blockquote.tiktok-embed p:last-child {
}
#blog section.single img {
	max-width: 100%;
	height: auto;
}
#blog section.single table {
	border-collapse: collapse;
}
#blog section.single th {
	background: #eee;
	font-weight: normal;
	text-align: center;
}
#blog section.single td,
#blog section.single th {
    padding: 5px 10px;
    border-bottom: 1px solid #ddd;
	line-height: 1.7;
}
#blog section.single td {
	word-break: break-all;
}
#blog section.single td img {
	vertical-align: text-bottom;
}
#blog section.single .wp-caption-text {
    font-size: .75rem;
    color: #666;
}
#blog section.single .wp-caption-text::before {
	content: "出典：";
}
#blog section.single .aligncenter {
	margin: auto;
}
#blog section.single .video {
	text-align: center;
	margin: 1em 0;
}
#blog section.single aside.tag {
	background: #fcfcfc;
	border: 1px solid #ddd;
}
#blog section.single aside.tag p {
	margin: 0;
}
#blog section.single figure {
/*	margin: 0 0 1em 0; */
	margin: 2em 0;
	text-align: center;
}
#blog section.single .scroll table {
	width:100%;
}
#blog section.single .scroll{
	overflow: auto;
	white-space: nowrap;
}
#blog section.single .scroll::-webkit-scrollbar{
	height: 5px;
}
#blog section.single .scroll::-webkit-scrollbar-track{
	background: #F1F1F1;
}
#blog section.single .scroll::-webkit-scrollbar-thumb {
	background: #BCBCBC;
}
#blog section.single .twitter-tweet {
	margin: auto;
}
#blog section.single .instagram-media {
	margin: auto !important;
}

#blog section.single .frame {
	border: 1px solid #ccc;
	padding: 15px 20px;
	word-break : break-all;
}
#blog section.single .frame p:last-child {
	margin-bottom: 0;
}

#blog section.single .related {
	margin-bottom: 2em;
}

#blog .single lite-youtube {
	margin: 1em 0;
}

@media (max-width: 970px) {
	#blog article h1,
	#blog article > aside {
		padding: 0 5%;
		text-align: center;
		font-size: 1.5rem;
	}
	#blog section.single{
		padding: 5%;
	}
	#blog section.single aside.tag {
		padding: 10px;
	}
	#blog section.single blockquote {
		margin: 0 0 15px 0;
	}
	#blog section.single blockquote.tiktok-embed {
		margin: auto;
	}
	#blog section.single .embed-youtube,
	#blog section.single .video {
	  width: 100%;
	  height: 50vw;
	}
	#blog section.single .embed-youtube iframe,
	#blog section.single .video iframe {
	  width: 100% !important;
	  height: 100% !important;
	}
}
@media (max-width: 600px){
	#blog section.single table {
		width: 100%;
	}
	#blog section.single .scroll{
		font-size: .75rem;
	}
}
@media (min-width: 971px) {
	#blog section.single aside.tag {
		padding: 18px;
	}
	#blog section.single blockquote {
		margin: 20px 0;
	}
	#blog section.single blockquote.tiktok-embed {
		margin: auto;
	}
	#blog section.single .embed-youtube iframe,
	#blog section.single .video iframe {
	  width: 970px !important;
	  height: 560px !important;
	}
	#blog .single lite-youtube {
		width: 100%;
		aspect-ratio: 16 / 9;
	}
}

@media (min-width: 1145px) and (max-width: 1345px){
	#blog section.single .embed-youtube iframe ,
	#blog section.single .video iframe {
	  width: 100% !important;
	  height: 450px !important;
	}
}

.a180704 table {
	border-collapse: collapse;
	margin-bottom: .5em;
}
#blog .single .a180704 td {
	padding: 3px;
	border-bottom: 1px solid #ddd;
	font-size: .8rem;
}
.a180704 th {
	background: #dcc;
	font-weight: normal;
	white-space: nowrap;
}
.a180704 img {
	width: 24px;
	height: 24px;
}
.a180704 .group {
	display: flex;
	flex-wrap: wrap;
}
.a180704 .group > div table {
	width: 100%;
}
.a180704 .group > div tr td:first-child {
	width: 30px;
}
.a180704 .group > div tr td:last-child {
	text-align: right;
}
.a180704 .match tr td {
	padding: 5px 10px;
}
.a180704 .match tr td:nth-child(4) {
	text-align: center;
	white-space:nowrap;
}
.a180704 .group,
.a180704 .match,
.a180704 .rank {
	margin-bottom: 5em;
}
.a180704 .rank th,
.a180704 .rank td {
	text-align: center;
}
@media(min-width:481px) {
	.a180704 .group > div {
		flex-basis: 293px;
		padding: 15px;
	}
}
@media(max-width:480px) {
	.a180704 .group > div {
		flex-basis: 100%;
	}
	#blog section.single .a180704 td {
		line-height: 1.4;
	}
	#blog section.single .a180704 .match td,
	#blog section.single .a180704 .rank td {
		padding: 5px 0;
	}
	#blog section.single .a180704 .match td {
		border-bottom: none;
	}
	.a180704 .match th {
		display: none;
	}
	.a180704 .match tr {
		display: flex;
		flex-wrap: wrap;
	}
	.a180704 .match tr td:first-child {
		padding-top: 10px;
		display: flex;
		width: 100%;
		text-align: center;
		font-size: .75rem;
		border-top: 1px solid #ddd;
	}
	.a180704 .match tr:first-child td {
		border-top: none;
		padding-top: 0;
	}
	.a180704 .match tr td:nth-child(2),
	.a180704 .match tr td:nth-child(5) {
		width: 9%
	}
	.a180704 .match tr td:nth-child(3),
	.a180704 .match tr td:nth-child(6) {
		width: 27%;
	}
	.a180704 .match tr td:nth-child(4) {
		width: 26%;
		font-size: .75rem;
	}
	.a180704 .rank tr th:first-child,
	.a180704 .rank tr td:first-child {
		display: none;
	}
	.a180704 .rank tr th,
	.a180704 .rank tr td:nth-child(n+4) {
		font-size: .7rem;
	}
}
#blog section.single table.a180810 th,
#blog section.single table.a180810 td {
	text-align: center;
	font-size: .8rem;
}
@media(max-width:480px) {
	#blog section.single table.a180810 th,
	#blog section.single table.a180810 td {
		line-height: 1.4;
		font-size: .7rem;
	}
	#blog section.single table.a180810 td img {
		width: 50px;
		height: auto;
	}
}

#blog section.single ul {
	margin: 1em 0;
}
#blog .news-search form {
    display: flex;
    justify-content: center;
}
@media(max-width: 480px){
	#blog .news-search form {
		margin-bottom: 10px;
	}
}
#blog .news-search input {
    border: 1px solid #999;
}
#blog .news-search input[type="text"] {
    width: 50%;
    border-radius: 3px 0 0 3px;
    -webkit-appearance: none;
    height: 24px;
    font-size: 14px;
    line-height: 14px;
    padding: 0 5px;
}
#blog .news-search input[type="submit"] {
    background: #DDD;
    border-radius: 0 3px 3px 0;
    width: 50px;
    border-left: 0;
    height: 26px;
    color: #555;
    line-height: 1;
}
#blog .news-search i {
	color: #666;
    font-size: 1.4rem;
    position: relative;
    top: 3px;
    left: -2px;
}
#blog .nomatch {
	border: none;
	padding: 10vw 3%;
}
section.archive section.news,
section.page-ranking section.news {
	display: block;
}
section.archive section.news .news-latest {
	margin-bottom: 4em;
}
@media(min-width: 481px) {
	section.archive .news-list li .thumbnail {
		width: 180px;
	}
	section.archive .news-list li .thumbnail a {
		display: block;
		height: 101px;
		overflow: hidden;
	}
	section.archive .news-ranking .news-list li .thumbnail {
		width: inherit;
	}
	section.archive .news-ranking .news-list li .thumbnail a {
		height: inherit;
	}
}
@media(max-width: 480px) {
	section.archive .news-list li .thumbnail {
		width: 120px;
	}
	section.archive .news-list li .thumbnail a {
		display: block;
		height: 68px;
		overflow: hidden;
	}
	section.archive .news-ranking .news-list li .thumbnail {
		width: 88px;
	}
	section.archive .news-ranking .news-list li .thumbnail a {
		height: inherit;
	}
}
section.archive .news-list aside {
	margin-bottom: .7em;
}

#blog section.single .saboxplugin-wrap .saboxplugin-gravatar img {
	width: 50px;
}

/* pagesprit */
#blog article .pagesprit {
	display: table;
	margin: auto;
}
#blog article .pagesprit a {
	text-decoration: none;
}
#blog article .pagesprit span:last-child {
	border-right: 0;
}
#blog article .pagesprit > span,
#blog article .pagesprit > a {
	display: table-cell;
	color: #fff;
    border-right: 1px solid #FFF;
    line-height: 1;
}
#blog article .pagesprit > span,
#blog article .pagesprit a span:hover {
	background: #b71c1c;
}
#blog article .pagesprit a span {
	display: block;
	background: #ccc;
}
#blog article .pagesprit span span {
    padding: 0;
}
@media(max-width:767px){
	#blog article .pagesprit {
		display: table;
		width: 100%;
        margin-bottom: 1em;
	}
	#blog article .pagesprit span {
		padding: 10px;
		text-align: center;
	}
}
@media(min-width:768px){
	#blog article .pagesprit {
		margin-bottom: 2em;
	}
	#blog article .pagesprit span {
		padding: 15px 25px;
	}
}
#blog .single .pager-text {
	text-align: center;	
    margin: 4em 0;
}
#blog .single .pager-text a {
	text-decoration: none;
    display: inline-block;
    padding: 10px 15%;
    border: 1px solid #ddd;
    background: #fcfcfc;
    line-height: 1;
}
#blog .single .pager-text a:hover {
	background: #b71c1c;
	color: #fff;
}
@media(max-width:767px){
	#blog .single .pager-text a {
	    padding: 10px 14.5%;
	}
}
@media(min-width:768px){
	#blog .single .pager-text a {
	    padding: 18px 15%;
	}
}
#blog section.single .mb-30 {
	margin-bottom: -30px;
}
#blog section.single .notice {
	margin: 1em 0;
	font-size: .75rem;
	line-height: 1.5;
	color: #555;
}
#blog section.single dt {
	list-style-type: circle;
}
#blog section.single dd {
	margin: 0 0 .7em .7em;
	line-height: 1.5;

}
@media(max-width: 480px){
	#recommend-btm {
		margin: 2em 10px;
	}
}

/*
@media(min-width: 768px){
	#blog .ad.ad-blog-inner.ad-pc,
	#blog .ad.ad-blog-bottom.ad-pc {
		display: flex;
		justify-content: space-around;
	}
}
*/
/*
.conv > div {
	display: flex;
	align-items: center;
}
.conv > div > p {

}
.conv .hiro::before,
.conv .taka::before {
	background-size: cover;
	border-radius: 50%;
	width: 80px;
	height: 80px;
	display: block;
	content: "";
	margin-right: 1em;
	flex-basis: 80px;
}
*/

#blog .single .conv h2 {
	margin: 4em 0 1.5em 0;
}
#blog .single .conv h3 {
	margin: 2em 0 1.5em 0;
}
.conv .hiro,
.conv .taka,
.conv .ryotsu,  
.conv .tsuka,  
.conv .koba,
.conv .psycho,
.conv .kitagawa,
.conv .speaker   {
	background-repeat: no-repeat;
	background-size: 80px;
	min-height: 80px;
	padding-left: 95px;
	margin-bottom: 2em;
	page-break-inside: avoid;
}
.conv .hiro::before,
.conv .taka::before,
.conv .ryotsu::before,  
.conv .tsuka::before,  
.conv .koba::before,  
.conv .psycho::before,  
.conv .kitagawa::before,
.conv .speaker::before  {
	display: block;
	line-height: 1;
	margin-bottom: .3em;
}
.conv .hiro::before {
	content: "ひろゆき";
	color: #900;
}
.conv .taka::before {
	content: "高橋";
	color: #009;
}
.conv .hiro {
	background-image:url(https://yutura.net/news/wp-content/themes/ytranking.net/img/hiroyuki_1.jpg);
}
.conv .hiro.f2 {
	background-image:url(https://yutura.net/news/wp-content/themes/ytranking.net/img/hiroyuki_2.jpg);
}
.conv .hiro.f3 {
	background-image:url(https://yutura.net/news/wp-content/themes/ytranking.net/img/hiroyuki_3.jpg);
}
.conv .taka {
	background-image:url(https://yutura.net/news/wp-content/themes/ytranking.net/img/takahashi_1.jpg);
}
.conv .taka.f2 {
	background-image:url(https://yutura.net/news/wp-content/themes/ytranking.net/img/takahashi_2.jpg);
}
.conv .taka.f3 {
	background-image:url(https://yutura.net/news/wp-content/themes/ytranking.net/img/takahashi_3.jpg);
}
.conv .ryotsu::before {
	content: "りょつ";
	color: #900;
}
.conv .tsuka::before {
	content: "つかきゅん";
	color: #009;
}
.conv .koba::before {
	content: "コバ";
	color: #900;
}
.conv .psycho::before {
	content: "サイコ";
	color: #009;
}
.conv .kitagawa::before {
	content: "キタガワ";
	color: #009;
}
.conv .ryotsu {
	background-image:url(https://ytranking-net.s3.ap-northeast-1.amazonaws.com/blog/wp-content/uploads/2020/07/ryotsu.jpg);
}
.conv .tsuka {
	background-image:url(https://ytranking-net.s3.ap-northeast-1.amazonaws.com/blog/wp-content/uploads/2020/07/tsuka.jpg);
}
.conv .koba {
	background-image:url(https://ytranking-net.s3.ap-northeast-1.amazonaws.com/news/wp-content/uploads/2023/10/koba.jpg);
}
.conv .psycho {
	background-image:url(https://ytranking-net.s3.ap-northeast-1.amazonaws.com/news/wp-content/uploads/2023/10/psycho.jpg);
}
.conv .kitagawa {
	background-image:url(https://i0.wp.com/ytranking-net.s3.ap-northeast-1.amazonaws.com/blog/wp-content/uploads/2020/12/b11c48bb776d86ee1ab470dc19221c16-e1607677859934.jpg?resize=150%2C150&ssl=1);
}
.conv .speaker::before {
	color: #009;
}
.conv.pino .speaker::before {
	content: "ピノの羽";
}
.conv.pino .speaker {
	background-image:url(https://ytranking-net.s3.ap-northeast-1.amazonaws.com/news/wp-content/uploads/2023/11/pino.webp);
}
.conv.aiba .speaker::before {
	content: "饗庭";
}
.conv.aiba .speaker {
	background-image:url(https://ytranking-net.s3.ap-northeast-1.amazonaws.com/news/wp-content/uploads/2024/03/aiba.webp);
	background-position: 10px 10px;
	background-color: #f8f8f8;
	padding: 10px 10px 10px 100px;;
}
#blog .single .conv.aiba .speaker p:last-child {
	margin-bottom: 0;
}

/*
.conv {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #e0edff;
  border-radius: 15px;
}

.balloon1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #e0edff;
}

.balloon1 p {
  margin: 0;
  padding: 0;
}
*/

#blog article .single .btn {
	text-align: center;
	margin: 2em 0 3em 0;
}
#blog article .single .btn a {
    display: inline-block;
    text-decoration: none;
    background: #b71c1c;
    color: #fff;
    padding: 1em 2em;
    line-height: 1;
    border-radius: 5px;
    font-weight: bold;
    font-size: 1.1rem;
    border-bottom: 2px solid #300;
}
#right .author {
	border: 9px solid #f0f0f0;
	display: table;
	box-sizing: border-box;
	width: 100%;
	padding: 10px;
}
#right .author > p {
	display: table-cell;
	vertical-align: top;
	text-align: left;
}
#right .author .avatar {
	line-height: 0;
	width: 48px;
}
#right .author .avatar img {
	width: 48px;
	height: 48px;
}
#right .author .name {
	padding-left: 10px;
}
#right .author .name::before {
	content: "この記事を書いた人";
	color: #999;
	display: block;
    font-size: .7rem;
    line-height: 1.3;
}
@media(max-width: 480px){
	#right .author {
		margin-bottom: 2em;
	}
}
#blog .single ol.ranking li {
	list-style-type: decimal;
}

#blog section.single dl.l1 {
	margin-bottom: 2em;
}
#blog section.single dl.l1 dt {
	list-style-type: disc;
	display: list-item;
	margin-left: 1em;
}
#blog section.single dl.l1 dd {
	margin: 0 0 .7em 1.5em;
	line-height: 1.5;
}

.archive > .author > .avatar img {
	width: 96px;
	height: auto;

}
@media(min-width: 768px){
	.archive > .author {
		display: table;
		width: auto;
		margin: 2em 0;
	}
	.archive > .author > .avatar,
	.archive > .author > div {
		display: table-cell;
		vertical-align: top;
	}


	.archive > .author > .avatar {
		width: 96px;
		padding-right: 20px;
	}
	.archive > .author > div {
		text-align: left;
	}
	#blog .archive > .author > div h1 {
		padding: 0;
		margin: 0 0 .5em 0;
		text-align: left;
	}
}
@media(max-width: 767px){
	.archive > .author {
		margin: 2em;
		text-align: center;
	}
	.archive > .author > .avatar {
		line-height: 0;
	}
}
#blog .single ol.rank-list li {
	list-style-type: decimal;
}
/*
@media(min-width: 768px) {
	*/
	#blog .single .photo-r {
		float: right;
		margin: 0 0 2em 2em;
	}
	/*
}
@media(max-width: 767px) {
	#blog .single .photo-r {
		text-align: center;
	}
}
*/

.postid-32488 #blog .single .tbl-celeb td:nth-child(2),
.postid-32488 #blog .single .tbl-celeb td:nth-child(3){
	text-align: right;
}
#blog .single .profile {
	display: flex;
	padding: 1.2em;
	border: 2px solid #ddd;
	justify-content: space-between;
	margin: 4em 0 1em 0;
}
#blog .single .profile .photo {
	padding-right: 1.2em;
	max-width: 200px;
	min-width: 80px;
}
#blog .single .profile h2,
#blog .single .profile h3 {
	font-size: 1.1rem;
	font-weight: bold;
	border: none;
	padding: 0;
	margin: 0 0 .5em 0;
}
#blog .single .profile > div {
	font-size: .8rem;
	line-height: 1.6;
}
#blog .single .profile p:last-child {
	margin-bottom: 0;
}

@media(max-width: 480px){
	iframe.wp-embedded-content {
		width: 100%;
		height: 70px;
    	margin-bottom: -20px;
	}
}
@media(min-width: 481px){
	iframe.wp-embedded-content {
		width: 100%;
		height: 96px;
    	margin-bottom: -10px;
	}
}
td.rank,
td.star,
td.forward,
td.down,
td.up {
	font-size: .75rem;
}
td.star {
	color: #990;
}
td.forward {
	color: #090;
}
td.down {
	color: #009;
}
td.up {
	color: #900;
}
td.star:before {
	content:'star_rate';
	font-family: "Material Icons";
}
td.forward:before {
	content:'arrow_forward';
	font-family: "Material Icons";
} 
td.down:before {
	content:'arrow_downward';
	font-family: "Material Icons";
} 
td.up:before {
	content:'arrow_upward';
	font-family: "Material Icons";
}
.related-channels {
	margin-bottom: 3em;
}
.related-channels .channel-list li {
	display: flex;
}