/*CSS for microalgae index*/

@media screen and (max-width:960px) {
main {
    width: 100%;
}
}

* {
    float: none;
    position: static;
}
img {
      height: auto;
}
.bodytop{
    width: 100%;
    margin: 0px auto;
    padding: 0;
    background-color: #ffffff;
}

article {
    margin: 0 auto;
    padding: 0 20%;
    color: #51422e;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

article p {
    text-align: center;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

/* LINK集　*/
.links {
    margin: 0;
    text-align: center;
    padding: 5px 0 10px 0;
}

.links_item {
    display: inline-block;
    vertical-align: top;
    justify-content: space-between;
    margin-left: 20px;
    padding: 0;
    width: 30%;
    text-align: center;
    height: auto;
    text-decoration: none;
    box-sizing: border-box;
}
.links_item_wrap {
    width: 200px;
    height: auto;
    vertical-align: top;
    text-align: center;
    overflow: visible;
    cursor: pointer;
}
.links_item_wrap img{
    text-align: center;
    width: 100%;
    transition-duration: 0.5s;
}
.links_item_wrap a {
    text-decoration: none;
}
.links_item_wrap:hover img{
    transform: scale(1.1);
    transition-duration: 0.5s;
}

.close {
    margin-top: 0;
    padding: 16px 0 20px 0;
    color: #51422e;
    font-size: 0.8rem;
    text-align: center;
    font-family: Verdana, Tahoma, sans-serif;
}