﻿

/*** for PC Browser ***/
@media (min-width:401px)
{
.kanichanlist {
    margin: 0px 0px 20px 0px;
    padding: 0px;
}

.kanichanlist ul {
    list-style: outside none;
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
}

.kanichanlist ul li {
    width: 250px;
    margin: 0px 0px 25px 0px;
    padding: 0px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: relative;
}

.kanichanlist ul li a {
    display: flex;
    flex-wrap: wrap;
}

.kanichanlist span {
    position: absolute;
    background: rgba(255,255,255,0.8);
    width: 230px;
    min-height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 10px;
    text-align: center;
}
}


/*** for Smart Phone ***/
@media (max-width:400px)
{
.kanichanlist {
    margin: 0px 0px 20px 0px;
    padding: 0px;
}

.kanichanlist ul {
    list-style: outside none;
    margin: 0px auto;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: center;
}

.kanichanlist ul li {
    width: 250px;
    margin: 0px 0px 25px 0px;
    padding: 0px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: relative;
}

.kanichanlist ul li a {
    display: flex;
    flex-wrap: wrap;
}

.kanichanlist span {
    position: absolute;
    background: rgba(255,255,255,0.8);
    width: 230px;
    min-height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 10px;
    text-align: center;
}
}
