

/* color controk */
.ctg-item, {
     background-color : rgb(13, 148, 13) ;
  }


.h1-wrap{
    font-family: 'Tahoma', sans-serif;
    letter-spacing: 0.1em;
    border-radius: 10px;
    margin-top: 0px;
    margin-bottom: 4px;
    margin-left: 10px;
    margin-right:10px;
    padding: 6px 8px;
    display: flex;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.7);    
  }

.topic-item{
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 10px;
    margin-left: 2%;
    margin-right: 2%;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.7);
    padding: 4px 16px 10px 14px;
  }

  .topic-h2{
    margin: 8px 0px;
    border-radius: 10px;     
}

.topic-h2 h2{
    padding: 8px 6px 8px 14px;
    font-weight: 500;
    color: #fff;
 }

.topic-item h5 {
    font-size: 1.8rem; 
    margin:8px 0px 14px 0px;
   }


.topic-item h5 a{
    color:#bbb;
   }

   
.topic-item h6 {    
    font-size: 1.6rem; 
    margin:0px 4px 14px 0px;
    text-align: center;
   }


.topic-item h6 a{
    color:#ccc;
   }



  .topic-text{
    margin-bottom: 30px;
  }
  .topic-text a{
    color:#ccc;
  }

.topic-tag{
  display:flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}  

.topic-tag-item{
  padding: 6px 8px;
  border-radius: 10px;
  margin: 5px 0px 10px 10px;
  box-shadow: 1px 1px 3px rgba(0,0,0,0.7);
}  

.topic-tag-item h5{
  font-size:1.0em;
  color:#bbb;
  margin: 0px;
}  


.ctg-wrapper{
  display:flex;
  flex-wrap: wrap;
}
.ctg-item{
 border-radius: 15px; 
 margin:10px;
 padding:8px;
 display:flex;
 flex-wrap: nowrap;
 align-items: center;
}

.ctg-title{
  display:flex;
  padding:0px;
  align-items: center;
}

.ctg-title h2{
  font-size: 2.0rem; 
}

.ctg-data{
  display:flex;
  padding: 0px 0px 0px 8px;
}


.blackbg{
  margin: px 0px;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 12px;
  background-color: #222;
  color: #fff;
  display: block;
  border-radius: 8px; 
}

.blackbg span {
  display:inline-block;
 }

.greybg{
  font-family: "droid-sans-mono","monospace","a-otf-futo-min-a101-pr6n";
  font-size:1.8rem;
  margin: 18px 0px;
  padding: 14px;
  background-color: #bbb;
  color: #fff;
  display: block;
  border-radius: 10px; 
}
