/* �g�b�v�j���[�X�@CSS*/
.topnews {
	margin: 0 auto;
	width: 100%;
	justify-content: center;
}

.topnews__edge {	
	width: 100%;	
}

@media print, screen and (max-width: 979px) {
    .topnews__items{
        width: 100%;
        padding-bottom: 10px;
        display: flex;
        justify-content: center;    
        flex-wrap: wrap;
    }
}

@media print, screen and (min-width: 980px) {
    .topnews__items{        
        padding-bottom: 10px;  
        display: flex;
        flex-wrap: wrap;      
        justify-content: flex-start;   
    }      
}

.topnews-container{
    width: 100%;
    text-align: center;
}

.topnews__item{
    margin:0 auto;
    max-width:100%;
    width:100%;
    }

.topnews__a{}

.topnews__img{
    height:auto;
}

.topnews__comment {}

.topnews_null{}


/* Topnews for Menu Pages CSS*/
.mn-topnews {
	margin: 0 auto;
	width: 100%;
	justify-content: center;
}

.mn-topnews__edge {	
	width: 100%;	
}

@media print, screen and (max-width: 979px) {
    .mn-topnews__items{
        width: 100%;
        padding-bottom: 10px;
        display: flex;
        justify-content: center;    
        flex-wrap: wrap;
    }
}

@media print, screen and (min-width: 980px) {
    .mn-topnews__items{        
        padding-bottom: 10px;   
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
    }      
}

.mn-topnews-container{
    width: 100%;
    text-align: center;
}

.mn-topnews__item{
    margin:0 auto;
    max-width:100%;    
    }

.mn-topnews__a{}

.mn-topnews__img{
    height:auto;
}

.mn-topnews__comment {}

.mn-topnews_null{}



/* Topnews service CSS*/
.movie-topnews {
	margin: 0 auto;
    justify-content: center;    
}

.movie-topnews__edge {	
    max-width: 100%; 
}

.movie-topnews__itemlist{}

.movie-topnews-container{
    max-width: 100%;    
    text-align: center;
}

.movie-topnews__item{
    margin:0 auto;
    max-width: 100%; 
    width:100%;
    padding: 10px 0 5px 0;
    }

.movie-topnews__a{}

@media print, screen and (max-width: 768px) {
    .movie-topnews__img{
        width: 80%;
        height:auto;
    }
}

@media print, screen and (min-width: 768px)
 {
    .movie-topnews__img{        
        height:auto;
    }
}

.movie-topnews__comment {
    width: 100%;
    line-height: 160%;
    padding-top: 5px;
    /* padding-left: 20px;
    padding-right: 20px;   */
    text-align: center;
}

.movie-topnews_null{}


/* Topnews population CSS*/
.population-topnews {
	margin: 0 auto;
	justify-content: center;
}

.population-topnews__edge {	
    max-width: 100%; 
}

.population-topnews__itemlist{}

.population-topnews-container{
    max-width: 100%;    
    text-align: center;
}

.population-topnews__item{
    margin:0 auto;
    max-width: 100%; 
    width:100%;
    padding: 0;
    border: 1px solid #efefef;
    }

.population-topnews__a{}

@media print, screen and (max-width: 768px) {
    .population-topnews__img{
        width: 80%;
        height:auto;
        padding-top: 10px;
    }
    .population-topnews__comment {
        width: 100%;
        line-height: 160%;
        padding-top: 5px;
        /* padding-left: 20px;
        padding-right: 20px;   */
        text-align: center;
    }
}

@media print, screen and (min-width: 768px)
 {
    .population-topnews__img{        
        height:auto;
        padding-top: 10px;
    }
    .population-topnews__comment {
        width: 200px;
        line-height: 160%;
        padding-top: 5px;
        /* padding-left: 20px;
        padding-right: 20px;   */
        text-align: center;
    }
}

.population-topnews_null{}

/* Topnews service CSS*/
.tn-horizontal-topnews {

}

.tn-horizontal-topnews__a {
    text-decoration: none;
    transition: background-color .5s, color .5s;
    color: #000;
}

.tn-horizontal-topnews__a:hover {}      

.tn-horizontal-topnews__edge {    
	margin: 0;
    text-align:center;
    justify-content: center;
}

.tn-horizontal-topnews-container { 
    justify-content: center;
    padding: 0;
	margin: 0;
    text-align:center;
    
}
@media print, screen and (max-width: 768px) {

}
@media print, screen and (min-width: 769px) {
   
}

.tn-horizontal-topnews__item {
    border-bottom-color: lightgray;
    border-bottom-style: solid;
    border-bottom-width: 0px;
    float: left;
    position: relative;     
    padding: 0px 10px 20px 10px;
}

.tn-horizontal-topnews__image {
    
}

.tn-horizontal-topnews__comment {
    padding-top: 5px;
}

.tn-horizontal-topnews__info {
}

.tn-horizontal-topnews__divname{
    display: none;
}

 .tn-horizontal-topnews__update {
    display: none;
}

 .tn-horizontal-topnews__button--all{
    display: inline-block;
    border: solid;
    border-width: 1px;
    border-color: #ccc;
    padding: 5px 15px 5px 15px;
 }

 .tn-horizontal-topnews__button--all:hover {
    color: #fff;
    background-color: #004ca0;
    padding: 5px 15px 5px 15px;
}

 .tn-horizontal-topnews__button--rss{
    display: inline-block;
    border: solid;
    border-width: 1px;
    border-color: #ccc;
    padding: 5px 15px 5px 15px;
 }

 .tn-horizontal-topnews__button--rss:hover {
    color: #fff;
    background-color: #004ca0;
    padding: 5px 15px 5px 15px;
}

.box-container__main{
  
}

 .tn-horizontal-topnews-container {
   
 }


 .topnews__btn-a {
    font-size: 1.7rem;
    position: relative;
    display: inline-block;
    min-width: 185px;
    padding: 11px 40px;
    transition: background-color .5s,color .5s;
    text-decoration: none!important;
    color: #fff;
    background-color: #000099;
}

.topnews__btn-a:hover {
    color: #fff;
    background-color: #000;
    padding: 11px 40px;
}


/* globalnavi CSS*/
.globalnavi {}

.globalnavi__a {
    text-decoration: none;
    transition: background-color .5s, color .5s;
}

.globalnavi__a:hover {
    color: #000099;
}      


@media print, screen and (min-width: 990px) {
    .globalnavi__edge {
        max-width: 100%;
        text-align:center;
        display: flex;        
        justify-content: center;
        padding-top: 15px;
    }
}

@media print, screen and (max-width: 989px) {
    .globalnavi__edge {
        display: none;
    }
}

.globalnavi-container { 
    width: 100%;
    padding: 0;
	margin: 0;
    text-align:center;
    
}
@media print, screen and (max-width: 768px) {

}
@media print, screen and (min-width: 769px) {
    .globalnavi__item {
        }

}


.globalnavi__item {
    border-bottom-color: lightgray;
    border-bottom-style: solid;
    border-bottom-width: 0px;
    float: left;
    padding: 0px 5px 8px 5px;
}

.globalnavi__image {
    
}

.globalnavi__comment {
    padding-top: 5px;
    font-size: 1.1em;
    display: none;
}

.globalnavi__info {
}

.globalnavi__divname{
    display: none;
}

 .globalnavi__update {
    display: none;
}

 .globalnavi__button--all{
    display: inline-block;
    border: solid;
    border-width: 1px;
    border-color: #ccc;
    padding: 5px 15px 5px 15px;
 }

 .globalnavi__button--all:hover {
    color: #fff;
    background-color: #004ca0;
    padding: 5px 15px 5px 15px;
}

 .globalnavi__button--rss{
    display: inline-block;
    border: solid;
    border-width: 1px;
    border-color: #ccc;
    padding: 5px 15px 5px 15px;
 }

 .globalnavi__button--rss:hover {
    color: #fff;
    background-color: #004ca0;
    padding: 5px 15px 5px 15px;
}

 .globalnavi-container .box-container__main{
     display:flex;
     flex-wrap:wrap;
     justify-content:center;
 }
