a, a:hover, a:visited{
    color: inherit;
}

body{
    color: #fff;
}

div.clear{
    clear: both;
}

#header{
    background-color:#000;
    color:white;
    font-weight:bold;
    height:50px;
    margin-bottom: 60px;
}

div.prom{
    color: white;
}

div.main{
    background-color: #000;
}

div.title{
    text-align:center;
    font-size:20px;
    vertical-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

body{
    background-color: #000;    
}

div#content{
    background-color: #000;
}

div.item{
    max-width: 150px;
    max-height: 200px;
    width: 150px;
    height: 200px;
    margin: 30px;
    float: left;
}

div.item img{
    max-width: 150px;
    max-height: 200px;
}

div#pagination{
    background-color: #000;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 10vh;
    margin: 0;
}

ul.page{
    display: -webkit-flex;
    display: flex;
    align-items: center;
    list-style: none;
}

li.page2 {
    border: #fff 2px solid;
    text-align: center;
    font-size: 20px;
    color: #fff;
    height: 50px;
    width: 60px;
    padding-top: 20px;
    margin: 50px;
    position: relative;
    cursor : pointer;
    display: none;
}

li.nowpage{
    color: #000;
    background-color: #fff;
}

li.page2 a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    width: 100%;
    height: 100%;
}

.upper{
    top: 350px;
}

.page-image{
    width: 40%;
    height: 350px;
    float: left;
    text-align: center;
}

.page-image img{
    max-width: 250px;
    max-height: 300px;
}

.page-info{
    height: 350px;
    float: left;
}

h1.title{
    color: #eeeeee;
}

.page-url{
    margin: 20px 0 20px 0;
    font-size: 20px;
    color: #08f;
}

.page-info .tag{
    color: #aaa;
    margin-bottom: 10px;
}

.page-info .tags{
    border: #aaa 1px solid;
    border-radius: 5px 5px;
    padding: 0 5px;
}

.relates{

}

.relates ul{
    display: -webkit-flex;
/*    display: flex; 横並び*/
    display: block;
    list-style: none;
}

.relate-title{
    font-size: 18px;
}

.relates li{
    margin: 20px;
    width: 150px;
/*    height: 250px; */
}

.relates img{
    max-width: 150px;
    height: 200px;
    max-height: 200px;
}

.relates li span{
    white-space: nowrap;
}

.jamptop{
    font-size: 20px;
    margin: 50px;
}