@charset "utf-8";


article > h1 {
    background: url(/img/item/vis.jpg) no-repeat center 0;
}



#faq h2 {
    font-size: 23px;
    line-height: 1.25;
    font-weight: bold;
    text-align: center;
    display: block;
    margin: 0 15px 20px;
    position: relative;
    margin-top: 40px;
}
#faq  h2:after {
    content: "";
    background: #034679;
    display: block;
    height: 2px;
    width: 60px;
    margin-left: -30px;
    position: absolute;
    left: 50%;
    bottom: -7px;
}
#faq  h2 + p {
    font-size: 13px;
    line-height: 1.66;
    margin: 0 15px 60px;
}

#faq dl {
    margin-bottom: 20px;
}

/* -- tab
-------------------------------------------------------------------------------- */
#genre {
    margin-bottom: 60px;
}
#genre select {
    width: 100%;
    margin-top: -10px;
    height: 40px;
}
#genre ul {
    display: none;
}
#genre p a.btn {
    font-size: 14px;
    padding: 16px 0;
    margin-top: 20px;
}



/* -- list
-------------------------------------------------------------------------------- */
.list {
    text-align: left;
}
.list h2 {
    background-repeat: no-repeat;
    background-size: 20px 20px;
    font-size: 16px;
    line-height: 20px;
    height: 20px;
    margin-bottom: 20px;
    padding-left: 30px;
    position: relative;
}
.list h2.all:after {
    content: "";
    background: #034679;
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0;
}
section#pop h2 { background-image: url(/img/common/icon_pop_b.gif); }
section#rock h2 { background-image: url(/img/common/icon_rock_b.gif); }
section#idol h2 { background-image: url(/img/common/icon_idol_b.gif); }
section#visual h2 { background-image: url(/img/common/icon_visual_b.gif); }
section#hip-hop h2 { background-image: url(/img/common/icon_hip-hop_b.gif); }
section#techno h2 { background-image: url(/img/common/icon_techno_b.gif); }
section#jazz h2 { background-image: url(/img/common/icon_jazz_b.gif); }
section#other h2 { background-image: url(/img/common/icon_other_b.gif); }
section#artist h2 { background-image: url(/img/common/icon_artist_b.jpg); }
section#talent h2 { background-image: url(/img/common/icon_talent_b.jpg); }
section#movie h2 { background-image: url(/img/common/icon_movie_b.jpg); }
section#anime h2 { background-image: url(/img/common/icon_anime_b.jpg); }
.list ul {
    display: block;
    margin: 0 -10px;
    overflow: hidden;
}
.list ul li {
    text-align: left;
    display: block;
    float: left;
    padding: 0 10px 48px;
    margin-bottom: 40px;
    width: 50%;
    box-sizing: border-box;
    position: relative;
}
.list ul li:nth-child(odd) {
    clear: both;
}
.list ul li img {
    width: 100%;
}
.list ul li a.detail {
    display: block;
}
.list ul li a.name {
    color: #9fa0a0;
    font-size: 12px;
    line-height: 1.2;
    display: block;
    margin-top: 8px;
}
.list ul li a.name:before {
    content: ">";
    margin-right: 5px;
}
.list ul li p.name {
    font-size: 12px;
    line-height: 1.2;
    display: block;
    margin-top: 8px;
}
.list ul li p.name:before {
    content: ">";
    margin-right: 5px;
}
.list ul li strong {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5;
    display: block;
    margin-top: 8px;
}
.list ul li span.amazon {
    text-align: center;
    display: block;
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    bottom: 0;
}
.list ul li span.amazon a {
    font-size: 12px;
    color: #FFF!important;
    background: #595757;
    display: block;
    height: 20px;
    padding-top: 10px;
    width: 100%;
}



/* -- link
-------------------------------------------------------------------------------- */
article > aside h3 {
    font-size: 16px;
    line-height: 2;
}
article > aside h3 + p {
    font-size: 14px!important;
}

/* 20160624 add */
.pagination {
    width: 100%;
    height: auto;
    margin: 0 auto 120px;
    position: relative;
    box-sizing: border-box;
}

.pagination ul {
    text-align: center;
    font-size: 0;
    margin: 0 -10px 0 0;
}

.pagination ul li {
    display: inline-block;
    color: #FFF;
    background: #8e8e8e;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    text-align: center;
    margin: 10px 10px 0 0;
}

.pagination ul li a,
.pagination ul li span
{
    display: block;
    padding: 10px 15px;
    color: #FFF;
}

.pagination ul li span {
    cursor: default;
}

.pagination ul li a:hover {
    background: #dadada;
}

.pagination ul li.active {
     background: #dadada;
}

.pagination ul li.prev {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -73px;
    margin-bottom: -50px;
    /* margin: 0 40px 0 0; */
}

.pagination ul li.next {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-right: -73px;
    margin-bottom: -50px;
    /* margin: 0 0 0 20px; */
}

/* pagination display:none */
/*
.selection {
    display: none;
}
#page-1 {
    display: block;
}
*/
/* end 20160624 add */