body {
  width: 100%;
  margin: 0;
  translate: "no"; 
}

.flexrow {
  width: 100%;
  display: flex;
  align-content: center;
 
  justify-content: center;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
  flex-wrap: wrap; /* Allow wrapping of flex items */
}

.bigadarea{width:930px; background-color:#fff6e8; margin-bottom: 20px; padding-bottom: 10px}

.right {
  width: 300px;
  margin-left: 1%;
  margin-top: 0px;
}

.adtxt{font-size: 10px; text-transform: uppercase; color: darkgray; text-align: center; padding-bottom: 5px; width: 100%; padding-top: 10px}
.news_area {
  width: 61.5%;
  }

.subnews {
  width: 14%;
  height: 400px;
  overflow: hidden;
}

.leadbox {
  width: 47%;
  height: 400px;
  overflow: hidden;
  border-right: solid;
  border-right-color: white;
  border-right-width: 3px;
}

.title_area{width:52%; text-align: left; background-color: #d5ccbf}
.hmtimerbox{width:30%; background-color: #d5ccbf}

.hmmobiad {
      width: 100%;
      float: left;
      margin-top: 10px;
      margin-bottom: 10px;
      display: none;
    }


@media only screen and (max-width: 620px) {
  /* Flexbox settings for mobile */
  .flexrow {
    flex-direction: column;  /* Stack elements vertically */
    align-items: stretch;    /* Stretch items to full width */
	   margin-bottom: 10px;
  }
  
  .news_area {
    width: 100%;
    margin-left: 0;
  }

  .subnews {
    width: 100%;
    height: auto;
    overflow: hidden;
	  }

  .leadbox {
    width: 100%;
    height: auto;
    overflow: hidden;
	  margin-bottom: 10px;
  }

  .right {
    width: 100%;
    margin-left: 0;
    margin-top: 16px;
  }
	
	.title_area{width:100%; }
	.hmtimerbox{width:100%;}
	
	.hmmobiad {
        width: 100%;
        display: block;
        text-align: center;
        margin-top: 15px; padding-top: 10px;
      }
	
	.bigadarea{width:930px; background-color: aqua; margin-bottom: 20px; padding-bottom: 10px; display: none}
	
	.mobiadsize{width:300px; height: auto; max-width: 100%; display: block; margin: 0 auto;}
		.adtxt{font-size: 10px; text-transform: uppercase; color: darkgray; text-align: center; padding-bottom: 5px; width: 100%; padding-top: 10px}


}
