/* body{
	font-family: 'Noto Sans JP', sans-serif;
} */
.adbox{
	background: #f5f5f5;
	padding: 10px 0;
	text-align:center;
	float:left;
    width: 100%;
}
.adbox .adtxt {
	background: #f5f5f5;
	padding: 10px 0;
    margin-top: 0px;
}
.side-top{margin-top:0px;}
.breadcrumb-wrapper {
	font-size: 14px;
	margin: 10px 0;
	display: flex
}
.breadcrumb-wrapper ol.breadcrumb{
	margin:0 auto;
	padding:0;
	display:block;
	text-align: center;
	background:transparent;
}
.breadcrumb li {
    display: inline-block;
    float: left;
    margin: 0;
}
.breadcrumb li::after {
    display: inline-block;
    content: '\002F';
    color: #d3d3d3;
    font-weight: 700;
    margin: 0 5px;
}
.breadcrumb li:last-child::after{display:none}
.breadcrumb li a{
	font-size: 14px;
	color: #666;
    font-weight: 700;
}
.article-header h1 {
	font-weight: 700;
	font-size: 30px;
	line-height: 34px;
	margin-bottom: 20px;
	color: #0e0e0e;
	text-align: center
}
h2.subline{
    font-size: 18px;
    color: #666;
	font-weight:500;
	text-transform: none;
}
/* .byline-social {
    border-top: 1px solid #e9e9e9;
} */
.byline-social .byline {
    margin-top: 13px;
    margin-bottom: 13px;
}
.byline {
    font-size: 13px;
}
.article-header .byline {
    font-style: italic;
    color: #333;
    margin-bottom: 10px;
}
.article-header .byline a {
    font-style: normal;
    font-weight: 700;
    color: #0e0e0e;
}
.article-header .byline .author-extra {
    display: inline-block;
    font-style: normal;
    margin-left: 10px;
}
.article-header .byline .genericon {
    font-size: inherit;
    line-height: inherit;
}
.article-header .byline .genericon-twitter:before {
    color: #1da1f2;
	margin-right:5px;
}
.article-header .byline .genericon-twitter:before {
    font-style: normal;
    font-family: "Font Awesome 5 Brands";
	font-size:12px;
	content:"\f099";
    display: inline-block;
    vertical-align: middle;
}
.article-header .byline a {
    font-style: normal;
    font-weight: 700;
    color: #0e0e0e;
}
.article-title {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 20px;
    text-transform: uppercase;
}
@media screen and (min-width: 992px){
	.article-title {
		padding-left: 30px;
		padding-right: 30px;
		max-width: 85%;
		margin-left: auto;
		margin-right: auto;
	}
	.article-title h1 {
		font-size: 40px;
		line-height: 48px;
		margin-bottom: 15px;
		text-transform: none;
	}
}
.social-share{
	margin-top: 15px;
	text-align:right;
}
.social-share .genericon {
	width: 36px;
	height: 36px;
	text-align:center;
	margin-left: 3px;
	font-size: 16px;
	line-height: 36px;
	background-color: #738a8d;
	color: #fff;
    display: inline-block;
}
.social-share .genericon:hover {
	text-decoration: none;
	background:#000;
}
.social-share .genericon-facebook-alt {
	background-color: #3b5998;
	margin-left: 0
}
.social-share .genericon-twitter {
	background-color: #1da1f2
}
.social-share .genericon-linkedin {
	background-color: #0077b5
}
.social-share .genericon-reddit {
	background-color: #ff4500
}
.social-share .genericon-watsapp {
	background-color: #188728
}
.social-share .genericon-comment {
	background-color: #fd0030
}
@media(min-width:991px) {
	.social-share .genericon-watsapp{display:none;}
}
.image-container{
	float: left;
    width: 100%;
    margin-bottom: 25px;
	background:#f7f7f7;
}
.imageBox{	
    margin: 0 auto;
    width: 100%;
}
.img_set {
    text-align: center;
    padding: 0;
}
.imgPhoto{
	height: auto;
	/* width: inherit; */
	width: 100%;
}

.article-text ul, .article-text ol, .article-text p {
	font-size: 18px;
    font-weight: 400;
	line-height: 28px;
    letter-spacing: 0px;
    color: #333;
	margin-bottom: 20px;
}
#v_article ol {
    display: block;
    counter-reset: point-counter;
    background: #f7f7f7;
    margin: 25px auto;
}
#v_article ol, #v_article ul, #v_article table p{
    padding: 0;
    font-weight: 400;
	font-size:15px;
	line-height:24px;
    color: #444;
}
#v_article ol li:first-child {
    padding-top: 20px;
}
#v_article ol li {
    font-size: 18px;
	line-height:24px;
}
#v_article ol li {
    position: relative;
    display: block;
    padding: 15px 0 15px 50px;
    border-bottom: 1px solid #fff;
    margin: 0;
}
#v_article ol li:first-child::before {
    top: 15px;
}
#v_article ol li:before {
    font: 700 24px/30px Lato,Helvetica,Arial,sans-serif;
    text-shadow: 1px 1px #fff;
    width: 50px;
    left: 0;
    position: absolute;
    top: 12px;
    color: #26bbdb;
    content: counter(point-counter) '.';
    counter-increment: point-counter;
    text-align: right;
    padding-right: 10px;
    box-sizing: border-box;
}

.article-text ul, .article-text ol, .article-text h1, .article-text h2, .article-text h3, .article-text h4, .article-text h5, .article-text h6, .article-text p {
	margin-left: 20px;
	margin-right: 20px;
}
.fullCode {
    clear: both;
}
.fullCode>div.code {
    margin-bottom: 25px;
}
.fullCode>div.code>blockquote, .fullCode>div.code>twitter-widget {
    margin: 0 auto !important;
}
.fullCode>div.v {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.fullCode>div.v iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.fullCode>div.code iframe {
    text-align: center;
    margin: 0 auto!important;
}
.related {
    border-bottom: 4px solid #f3f3f3;
    margin-top: 32px;
    margin-bottom: 27px;
}
.related .block-title {
    font-size: 20px;
    line-height: 20px;
    color: #4f4e4e;
    position: relative;
    display: flex;
    align-items: center;
    padding-bottom: 0;
}
.block-title {
    text-transform: uppercase;
    padding-bottom: 11px;
    color: rgba(12,11,11,.8);
}
.related .block-title::before {
    left: 0;
    right: 0;
    content: "";
    height: 4px;
    background-color: #f3f3f3;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.related .block-title span {
    color: #fff;
    background-color: #000;
    margin-right: 2px;
    padding: 5px 10px;
    display: inline-block;
    position: relative;
    z-index: 1;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.3px;
}
.related ul {
    margin-top: 10px;
    margin-left: 26px;
    margin-bottom: 15px;
}
.related ul li{
	list-style: disc;
	margin-bottom: 15px;
}
.related ul li h3{
    font-weight: 700;
    text-transform: capitalize;
    color: #333;
	margin-left: 0px;
    font-size: 16px;
}
@media (min-width: 768px){
	.related .block-title::before {
		left: 0;
		right: 0;
	}
}
@media screen and (min-width: 768px){
	.article-text ul, .article-text ol, .article-text h1, .article-text h2, .article-text h3, .article-text h4, .article-text h5, .article-text h6, .article-text p, .fullCode, #v_article ol, #v_article ul{
		margin-left: 85px;
		margin-right: 15px;
	}
	
	#v_article table ul{
		margin-left: 30px;
		margin-top: 10px;
	}
	 #v_article table p{
		margin-left: 0px;
		margin-top: 10px;
	}
}
.article-text .fullVideo {
    margin-bottom: 25px;
}
figure {
    margin: 0;
    padding: 0;
    position: relative;
    display: block;
    overflow: hidden;
}
.main-contents-video {
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
    position: relative;
}
.main-contents-video .thumb-movie img {
	width: 100%;
	/*height: 100%*/
}

.caption {
    width: 100%;
}
figure figcaption {
    opacity: 1;
    top: 30%;
    height: 170px;
    width: 265px;
}
.mimgcaption {
    position: relative;
    float: left;
    height: auto!important;
    opacity: 100;
    color: #3d3d3d;
    background: #f7f7f7;
    padding: 10px 15px;
    width: 100%;
    box-sizing: border-box;
}
.mimgcaption .cap {
    color: #666;
    width: 100%;
    float: left;
    text-align: left;
}
.mimgcaption .cap, .mimgcaption .credit {
    font-size: 13px;
}
.credit{
	text-transform:uppercase;
	color:#333;
	margin-left:10px;
}
.mimgcaption .credit {
    font-size:10px;
	position:relative;
	color:#26bbdb;
}
.credit-pic{
	margin-right:6px;
}
.tag-box {
    padding: 0;
    float: left;
    margin: 0 0 15px 0;
    width: 100%;
}
.tag-box {
    float: left;
    background: #fff;
    display: table;
}
.tag-box {
    box-sizing: border-box;
}
.tag-box ul {
    float: left;
    margin: 0!important;
    padding: 0!important;
}
.tag-box ul li {
    margin-bottom: 15px;
}
.tag-box ul li {
    float: left;
    display: inline;
    width: auto;
    margin-right: 5px;
}
.tag-box ul li a {
    box-sizing: border-box;
    background: #f2f2f2;
    font-size: 12px;
    line-height: 11px;
    width: auto;
    text-decoration: none;
    padding: 8px 15px;
    display: block;
    color: #718096;
    border-radius: 15px;
}
.tag-box ul li a:hover {
    background: #c8ccd3;
    color: #fff;
}


.featured-box .title {
    display: block;
    color: #0e0e0e;
    font-weight: 700;
    margin-bottom: 15px;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}
.featured-box ul.featured-box-list{
    margin: 0;
    padding:0;
}
.featured-box li {
    margin: 0;
    padding: 4px 4px 15px;
}
.featured-box-thumb {
    margin: 0;
    width: 100%;
    display: block;
    padding: 0 10px;
    box-sizing: border-box;
}
.featured-box-thumb .feature-img {
    width: 100%;
    display: block;
}
.thumb-movie {
    position: relative;
    display: block;
    line-height: 0;
}
.featured-box-thumb .feature-img img {
    width: 100%;
}
.feature-text h2 {
    font-weight: 600;
	font-size:16px;
	line-height:20px;
    color: #000;
    margin-top: 8px;
    text-overflow: ellipsis;
    overflow: hidden;
    height: auto;
    max-height: 64px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.article-text h2 {
    margin-top: 22px;
    font-weight: 600;
	font-size:19px;
	line-height:28px;
    color: #000;
    margin-bottom: 5px;
    text-transform: capitalize;
}
#v_article .block1, #v_article .block3, #v_article .block2 {
    border: none;
    box-shadow: none;
    box-sizing: border-box;
    clear: both;
}
#v_article .block1{
	position: relative;
    padding: 25px;
    margin: 0 15px 0 85px;
	background:#26bbdb3d;
    margin-bottom: 25px;
	border-bottom:4px solid #26bbdb69;
}
#v_article .block1 p {
    font-weight: 400;
	font-size:18px;
	line-height:24px;
	font-style:italic;
    color: #000;
	margin:0;
}
#v_article .block3 {
    position: relative;
    width: 100%;
    padding: 25px;
    margin: 25px auto;
	background:#f5f5f5;
	border-top:2px dotted #fff;
	border-bottom:4px solid #eee;
}
#v_article .block3:before {
    color: #3eb4d6;
    position: absolute;
    top: 30px;
    left: 25px;
    margin: -14px 0 0 -9px;
}
#v_article .block4:before, #v_article .block3:before {
	font-family: Times New Roman, serif;
	font-weight:bold;
    font-size: 50px;
    line-height: 49px;
    content: '"';
    display: block;
}
#v_article .block3 ol, #v_article .block3 p, #v_article .block3 ul {
    margin: 0 0 25px 25px;
    padding: 0;
    font-size: 18px;
    color: #000;
    text-shadow: 1px 1px #fff;
}
#v_article .block2 {
    position: relative;
    padding: 35px 25px 25px 25px;
    margin: 55px 15px 25px 85px;
	background:#26bbdb;
}
#v_article .block2:before {
    font-family: Times New Roman, serif;
    font-weight: bold;
    font-size: 50px;
    line-height: 37px;
    content: '"';
    color: #fff;
    display: block;
    position: absolute;
    top: -23px;
    left: 50%;
    margin: 0 0 0 -26px;
    padding: 14px 12px 14px 10px;
	width:52px;
	height:52px;
	background:#000;
	border-radius:50%;
	border: 3px solid #fff;
}
#v_article .block2 p {
    font-weight: 400;
	font-size:18px;
	line-height:24px;
    color: #fff;
	margin:0;
}
#v_article .block1 p, #v_article .block3 p, #v_article .block2 p{
	margin-bottom:15px;
}
#v_article .block1 p:last-child, #v_article .block3 p:last-child, #v_article .block2 p:last-child{
	margin-bottom:0;
}

.stacktable{width:100%}
.st-head-row{
	text-align: center;
    background: #26bbdb ;
    color: #fff;
    padding: 6px 0;
}
.st-head-row.st-head-row-main{font-size:1.5em;padding-top:0}
.st-key{width:49%;text-align:right;padding-right:1%}
.st-val{width:49%;padding-left:1%}
.stacktable.large-only{display:table}
.stacktable.small-only{display:none}
@media (max-width:800px){
	.stacktable.large-only{display:none}
	.stacktable.small-only{display:table}
}

.article-text table {
    padding: 0;
    border-spacing: 0;
    border-collapse: collapse;
    margin-top: 15px;
    margin-bottom: 20px;
    border-top: 4px solid #d9d9d9;
    border-bottom: 2px solid #d9d9d9;
    background: #f5f5f5;
}
.article-text table tr, .article-text tbody {
    padding: 0;
}
.article-text td {
    padding: 8px;
    color: #444;
    border: 1px solid #fff;
}
.article-text td:first-child{border-left:0;}
.article-text td:last-child{border-right:0;}
.article-text table tr:nth-child(odd) {
    background-color: #e6e6e6;
}
.article-text table tr:nth-child(even) {
    background-color: #f4f4f4;
}
.article-text table tr:hover {
    background-color: #b3e5fc;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
#v_article ul li { margin-bottom: 10px;}
#v_article ul li {
    list-style: disc;
    line-height: 1.4em;
}


#tvplayer_main {
    width: 100%;
    height: 100%;
    display: none;
    padding: 0;
}
#tvplayer, #tvplayer_main {
    position: absolute;
    z-index: 20;
}
#tvplayer_side .close_tvplayer, .featured_video .close_tvplayer {
    display: none;
    font-weight: 700;
    font-family: sans-serif;
    text-transform: uppercase;
    background-color: #c7c7c7;
    color: #fff;
    width: 80px;
    height: 24px;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    padding-right: 24px;
    cursor: pointer;
    position: absolute;
    top: -25px;
    right: 0;
    z-index: 200;
    text-decoration: none;
}
.featured_video .stuck .stick-area, .featured_video .stuck_trans .stick-area {
    position: fixed;
    z-index: 200;
    max-width: 480px;
    height: 300px;
    right: 10px;
    bottom: 10px;
    -webkit-transition: right 1s,bottom 1s;
    -moz-transition: right 1s,bottom 1s;
    -o-transition: right 1s,bottom 1s;
    transition: right 1s,bottom 1s;
}
.stuck .stick-area, .stuck_trans .stick-area {
    position: fixed;
    z-index: 1000;
    max-width: 482px;
    width: 100%;
    height: 300px;
    right: calc((100% - 1262px)/ 2);
    bottom: 10px;
    -webkit-transition: right 1s,bottom 1s;
    -moz-transition: right 1s,bottom 1s;
    -o-transition: right 1s,bottom 1s;
    transition: right 1s,bottom 1s;
}
.stuck .stick-area, .stuck_trans .stick-area {
    position: fixed;
    z-index: 200;
    max-width: 480px;
    height: 300px;
    right: 10px;
    bottom: 10px;
    -webkit-transition: right 1s,bottom 1s;
    -moz-transition: right 1s,bottom 1s;
    -o-transition: right 1s,bottom 1s;
    transition: right 1s,bottom 1s;
}
.v_text, .tag-box, .featured-box{
	float:left;
    width: 100%;
}

/*  Sidebar */
.sidebar{
    clear: left;
    margin-bottom: 20px;
}
.sidebar-title {
    display: block;
    color: #0e0e0e;
    font-weight: 700;
    margin-bottom: 15px;
    padding: 0;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}
.box-container article:first-of-type {
    display: block;
    border-top: 0;
    padding-top: 0;
}
.box-container article {
    padding: 12px 0 10px;
    border-top: 1px solid #eee;
	float:left;
}
.box-container article:before, .box-container article:after {
    content: " ";
    display: table;
}
.box-container article .image {
    float: right;
    margin-left: 15px;
    margin-bottom: 4px;
    width: 120px;
}

.read-more{
    background: #000;
    float: left;
	padding: 15px 0 0;
}
.read-more .sidebar-title {
	padding-left:10px;
	color:#fff;
}
.read-more-box li {
    float: left;
    width: 50%;
    margin: 0 0;
}
.read-more-thumb {
    margin: 0;
    width: 100%;
    display: block;
    padding: 0 10px;
    box-sizing: border-box;
}
.read-img {
    line-height: 0;
    margin-bottom: 5px;
    min-width: 220px;
    min-height: 135px;
    background: #f7f7f7;
}
.read-img img {
    width: 100%;
}
.read-more-thumb h2 {    
    font-size: 14px;
	font-weight:400;
    line-height: 18px;
    color: #fff;
    height: auto;
    max-height: 55px;
    min-height: 55px;
    overflow: hidden;
    margin-top: 8px;
    margin-bottom: 15px;
}
.read-more-thumb h2 a:hover{
    color: #fff;
}


@media screen and (max-width: 767px) {
	.social-share {
		margin-bottom: 20px;
		margin-top: 0px;
		text-align: left;
	}
	#v_article .block1, #v_article .block2 {
		margin-left:0;
		margin-right:0;
	}
	h1 {
		font-size: 26px;
		line-height: 30px;
		text-transform: none;
		
	}
	.article-title{
		padding-left: 0px;
		padding-right: 0px;
	}
}

/* Mobile Sticky Share */
.mobile-share {	
	background-color: #26bbdb;
	bottom: 0;
	height: 46px;
	left: 0;
	position: fixed;
	width: 100%;
	z-index: 999;
	border-top: 1px solid #70d5eb;
	display:none;
}
@media screen and (max-width: 991px) {
	.mobile-share {
		display:block;
	}
	main {
		padding-top: 60px;
	}
}
.mobile-share ul {
	display: block;
	text-align: center
}
.mobile-share li {
	display: inline-block;
	text-align: center;
	width: 13%;
	list-style: none
}
.mobile-share li a {
	background-color: #26bbdb;
	border-left: 1px solid #70d5eb;
	display: block;
	padding: 12px 0 10px;
	font-size: 18px;
	color:#fff;
}
.mobile-share li:first-child a {
	border-left: none
}
.mobile-share a span {
	display: block;
	margin: 0 auto;
	padding: 0;
	height: 25px;
	width: 25px;
	background: 0 0;
	text-indent: -9999px
}
/* Desltop Sticky Share */
.share-btn-wrp {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
    width: 46px;
    left: 25px;
    top: 200px;
    position: fixed;
    z-index: 999;
}
.share-btn-wrp .button-wrap {
    width: 44px;
    height: 44px;
    padding: 0;
    text-align: center;
    background: #fff;
    cursor: pointer;
	color:#26bbdb;
    transition: width .1s ease-in-out;
    font-size: 18px;
	line-height:46px;
	border-radius:50%;
    box-sizing: border-box;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.18);
	margin-bottom:15px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.share-btn-wrp .button-wrap:hover {
	color: #fff;
	background:#26bbdb;
}
@media all and (max-width: 1024px) {
	.share-btn-wrp {display:none!important;}
}

.fullwidth{
	width:100%;
}
.gray-shade{
	background:#f5f5f5;
}
.set-gap{padding: 25px 0;}
.set-box .title {
    display: block;
    color: #0e0e0e;
    font-weight: 700;
    margin-bottom: 15px;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

/* Owl Carousel */
.callbacks_container {
    position: relative;
    float: left;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 25px;
}
.owl-carousel{min-height:250px;}
.owl-nav {
  margin: 20px 0 0;
  text-align:center;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    margin: 0;
    height: 80px;
    width: 40px;
    border-radius: 0;
}

.owl-nav button {
	position: absolute;
	top: 40%;
	color: #fff;
	margin: 0;
    background: rgba(0, 0, 0, 0.65)!important;
	transition: all 0.3s ease-in-out;
}
.owl-nav button.owl-prev {left: 0;}
.owl-nav button.owl-next {right: 0;}
.owl-nav button span {
    font-size: 60px;    
    position: relative;
	color:#fff;
}
.owl-nav button:focus {outline: none;}

#counter {
	text-align:center;	
	position: absolute;
	padding:6px 10px;
	top:5px;
	right:5px;
	z-index:9;
	color:#fff;
    font-size: 16px;   
	font-weight:700;
    background: rgba(0, 0, 0, 0.65);
}
.external-feeds{
    margin-top: 20px;
    padding-top: 10px;
    border-top: 1px solid #d0cece;	
}

/* Poll Style */
.fullPoll, .leftPoll, .rightPoll {
    margin-left: 0px;
    margin-right: 0px;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0px;
}
@media screen and (min-width: 768px){
	.fullPoll, .leftPoll, .rightPoll {
		margin-left: 85px;
		margin-right: 0px;
	}	
}
.poll_label {
    background: #26bbdb;
    color: #fff;
    margin: 0;
	font-weight:700;
    padding: 10px 10px 10px 20px;
}
.poll {
    padding: 15px 20px 10px;
    border: 1px solid #eee;
    border-top: 0;	
    margin-bottom:25px;
}
.poll .po_title {
    font-size: inherit;
    font-weight: 700;
}
.poll ul.poll_ul, .poll ul.ul_result {
	display: block;
    list-style: none;
    margin: 0;
    padding: 10px;
	margin-left: 0px!important;
    margin-right: 0px!important;
}
.poll li {
    list-style: none!important;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0px;
    border-bottom: 1px solid #eee;
    line-height: 36px;
    margin: 0px!important;
    padding: 10px 0!important;
}
.poll li:first-child {
    margin-top:25px!important;
}
.poll li:last-child {
    border-bottom: none;
	padding-bottom:0px!important;
}
.poll li input {
    height: 15px;
    margin-right: 10px;
    width: 15px;
}
.alert-close, .fullCode>div.code, .poll .poll_submit, .poll .return_poll {
    text-align: center;
    border-top: 1px solid #eee;
	margin-top: 25px;
}
.poll .poll_submit a, .poll .return_poll a {
    font-size: 18px;
	color: #26bbdb;
}
.poll .poll_submit input {
    background-color: #26bbdb;
    border: 0;
    color: #fff;
    font-size: 18px;
    height: 41px;
    margin-top: 10px;
    margin-left: 6px;
    width: 231px;
}
 .article-text a {
 color:#26bbdb ;
 }
 .adbox {
    background: #f5f5f5;
    padding: 10px 0;
    text-align: center;
    float: left;
    width: 100%;
    min-width=300px;
    min-height=250px;
}