.img-resize img {
    width:90%;
    height: 80%;
    object-fit: scale-down;
}

.m-t{
    margin-top:20px;
}

.m-b{
  margin-bottom: 60px;
}

.txt_c{
  text-align: center;
}



.top-banner a {
    text-decoration: none;
    transition: 0.5s ;
}

.top-banner a:hover {
	opacity: 0.7 ;
}

.divlink{
    width:100%;
    height: auto;
}


.divlink a{
    display: block;
    text-decoration: none;
    height: 100%;
    padding: 8px 20px;
    border: 1px solid #808080;
    transition: 0.5s ;
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho",  serif;
}


.divlink a:hover {
	opacity: 0.7 ;
}

.divlink h2{
    margin: 0 0 10px 0;
}

.divlink p{
    margin: 0 0 0 0;
}