@charset "UTF-8";

/* ===================================================================
CSS information
 file name  :characters.css
 style info :characters.html の css
=================================================================== */

/* Project
========================================================== */

/* characters.html の背景
---------------------------------------------------------- */
.p-characters-bg
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

/* characters.html ヘッダー
---------------------------------------------------------- */
.p-characters-header
{
    position: relative;
}
.p-characters-header__pagetitle
{
    position: relative;
    z-index: 10;
    padding-top: 50px;
}
.p-characters-header__gototop
{
    position: absolute;
    z-index: 10;
    top: 10px;
    left: 10px;
}

/* characters.html キャラ一覧
---------------------------------------------------------- */
.p-characters-list
{
    position: relative;
    z-index: 10;
    margin-right: 20px;
    margin-bottom: 40px;
    margin-left: 20px;
    padding: 0;
    list-style: none;
}
.p-characters-list:after
{
    display: block;
    clear: both;
    content: '';
}
.p-characters-list__item
{
    float: left;
    width: 33.333%;
}

/* characters.html メイン
---------------------------------------------------------- */
.p-characters-main
{
    margin-bottom: 30px;
}
