
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@charset 'UTF-8';
html
{
    -moz-box-sizing: border-box;
         box-sizing: border-box;
}

*,
*::after,
*::before
{
    -moz-box-sizing: inherit;
         box-sizing: inherit;
}

/*
 * Foundation
 */
@font-face
{
    font-family: 'SourceSansPro-Light';
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;

    src: url('/font/SourceSansPro-Light_gdi.eot');
    src: url('/font/SourceSansPro-Light_gdi.eot?#iefix') format('embedded-opentype'), url('/font/SourceSansPro-Light_gdi.woff') format('woff'), url('/font/SourceSansPro-Light_gdi.ttf') format('truetype'), url('/font/SourceSansPro-Light_gdi.otf') format('opentype'), url('/font/SourceSansPro-Light_gdi.svg#SourceSansPro-Light') format('svg');
    unicode-range: U20-25CA;
}

@font-face
{
    font-family: 'SourceSansPro-Bold';
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;

    src: url('/font/SourceSansPro-Bold_gdi.eot');
    src: url('/font/SourceSansPro-Bold_gdi.eot?#iefix') format('embedded-opentype'), url('/font/SourceSansPro-Bold_gdi.woff') format('woff'), url('/font/SourceSansPro-Bold_gdi.ttf') format('truetype'), url('/font/SourceSansPro-Bold_gdi.otf') format('opentype'), url('/font/SourceSansPro-Bold_gdi.svg#SourceSansPro-Bold') format('svg');
    unicode-range: U20-25CA;
}

/*! sanitize.css | CC0 Public Domain | github.com/jonathantneal/sanitize.css */
/*
 * Normalization
 */
:root
{
    -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
            text-size-adjust: 100%;
}

audio:not([controls])
{
    display: none;
}

details
{
    display: block;
}

input[type='number']
{
    width: auto;
}

input[type='search']
{
    -webkit-appearance: textfield;
}

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration
{
    -webkit-appearance: none;
}

main
{
    display: block;
}

p {
	margin-bottom: 2%;
}

summary
{
    display: block;
}

pre
{
    overflow: auto;
}

progress
{
    display: inline-block;
}

small
{
    font-size: 75%;
}

template
{
    display: none;
}

textarea
{
    overflow: auto;
}

[hidden]
{
    display: none;
}

[unselectable]
{
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

/*
 * Universal inheritance
 */
*,
::after,
::before
{
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;

    -moz-box-sizing: inherit;

         box-sizing: inherit;

    vertical-align: inherit;
    text-decoration: inherit;

    color: inherit;
}

/*
 * Opinionated defaults
 */
*,
*::before,
*::after
{
    border-width: 0;
    border-style: solid;
}

*
{
    margin: 0;
    padding: 0;
}

:root
{
    font-family: sans-serif;
    line-height: 1.5em;

    -moz-box-sizing: border-box;

         box-sizing: border-box;

    cursor: default;
    vertical-align: top;

    text-rendering: optimizeLegibility;
}

*
{
    cursor: inherit;
}

a
{
	cursor: pointer;
	color: #c51e55;
}

button,
input,
select,
textarea
{
    cursor: initial;
}

button,
input,
select,
textarea
{
    background: transparent;
}

code,
kbd,
pre,
samp
{
    font-family: monospace, monospace;
}

input
{
    min-height: 1.5em;
}

nav ol,
nav ul
{
    list-style: none;
}

select
{
       -moz-appearance: none;
    -webkit-appearance: none;
}

select::-ms-expand
{
    display: none;
}

select::-ms-value
{
    color: currentColor;
}

table
{
    border-spacing: 0;
    border-collapse: collapse;
}

textarea
{
    resize: vertical;
}

::-moz-selection
{
    background-color: #b3d4fc;
    text-shadow: none;
}

::selection
{
    background-color: #b3d4fc;
    text-shadow: none;
}

@media screen
{
    [hidden~='screen']
    {
        display: inherit;
    }
    [hidden~='screen']:not(:active):not(:focus):not(:target)
    {
        position: absolute !important;

        clip: rect(0 0 0 0) !important;
    }
}

/*
 * Button mixin- creates 3d-ish button effect with correct
 * highlights/shadows, based on a base color.
 */
/* Base */
:root
{
    font-family: 'Noto Sans Japanese', '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, Verdana, sans-serif;
    font-size: 62.5%;
}

body
{
    font-size: 1.2em;
    line-height: 1.6;

    color: #6a6a6a;
    background: white;

    -webkit-font-smoothing: antialiased;
    /* | subpixel-antialiased */
    -moz-osx-font-smoothing: grayscale;
    /* | auto */
}

@media screen and (min-width: 721px)
{
    body
    {
        font-size: 1.4em;
    }
}

.wrapper
{
    zoom: 1;

    max-width: 970px;
    margin-right: auto;
    margin-left: auto;
}

.wrapper:before,
.wrapper:after
{
    display: table;

    content: '';
}

.wrapper:after
{
    clear: both;
}

.serif
{
    font-family: Times New Roman, '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', Hiragino Mincho ProN, 'HG明朝E', 'メイリオ', Meiryo, 'MSP明朝', 'MS PMincho', 'MS 明朝', serif;
}

ul
{
    list-style: none;
}

a
{
    text-decoration: none;
}

a:hover img
{
    opacity: .5;
}

img
{
    width: 100%;
    max-width: 100%;
    height: auto;
}

.soursesans,
.spMenu__list
i,
.navi
{
    font-family: 'Source Sans Pro', '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN','メイリオ', Meiryo,Verdana, sans-serif;
}

.notosans
{
    font-family: 'Noto Sans Japanese', '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN','メイリオ', Meiryo,Verdana, sans-serif;
}

/*
 * Layout
 */
.header
{
    position: relative;

    width: 100%;
    height: 66px;
}

@media screen and (min-width: 981px)
{
    .header
    {
        height: 132px;
        margin-bottom: 16px;

        border-bottom: 1px dotted #ccc;
    }
}

.header__logo
{
    display: inline-block;

    height: 100%;

    vertical-align: top;

    *display: inline;
    *zoom: 1;
}

.header__logo
a
{
    display: inline-block;

    height: 100%;
    padding: 6px 6px 8px;

    vertical-align: top;

    *display: inline;
    *zoom: 1;
}

@media screen and (min-width: 981px)
{
    .header__logo
    a
    {
        padding-top: 32px;
        padding-bottom: 32px;
    }
}

.header__lng
{
    position: absolute;
    right: 0;
    bottom: 24px;
    display: none;
}

.header__lng > li
{
    display: inline-block;

    vertical-align: top;

    *display: inline;
    *zoom: 1;
}
.header__lng > li a {
	color: #636363;
}

.header__lng > li + li
{
    margin-left: 8px;
}

.header__lng
img
{
    width: auto;
    height: 12px;
    margin: 0 4px 0 0;
    vertical-align: middle;
}

@media screen and (min-width: 981px)
{
    .header__lng
    {
        display: block;
    }
}

.header__lng
a
{
    cursor: pointer;
}

.header__btn
{
    position: absolute;
    right: 0;

    display: inline-block;

    height: 100%;
    padding: 16px 10px;

    text-align: right;
    vertical-align: top;

    outline: none;

    *display: inline;
    *zoom: 1;
}

@media screen and (min-width: 981px)
{
    .header__btn
    {
        display: none !important;
    }
}

.header
img
{
    width: auto;
    max-height: 100%;
}

.spMenu
{
    position: absolute;
    z-index: 9999;
    top: 66px;
    left: 0;
    display: none;
    width: 100%;
    color: white;
    background: #c51e55;
}

.js-menuOpen .spMenu
{
    display: block;
}

@media screen and (min-width: 981px)
{
    .spMenu
    {
        display: none !important;
    }
}

.spMenu__list > li
{
    font-weight: bold;

    background: url('../img/menu-bg.png') center center/100% 100%;
}

.spMenu__list > li > a
{
    display: block;
    padding: 8px;
    color: #fff;
}

.spMenu__list
i
{
    font-weight: normal;
    font-style: normal;

    margin-left: 4px;
}

.language
{
    font-size: 1.08333em;
    padding: 8px;
}

.language
img
{
    width: auto;
    height: 12px;

    vertical-align: middle;
}

.language__list > li
{
    display: inline-block;

    vertical-align: top;

    *display: inline;
    *zoom: 1;
}

.language__list > li + li
{
    margin-left: 8px;
}

.language
a
{
    margin-top: -4px;
    padding-top: 4px;
    color: #fff;
}

.l-bothend
{
    padding-right: 10px;
    padding-left: 10px;
}

@media screen and (min-width: 981px)
{
    .l-bothend
    {
        padding-right: 0;
        padding-left: 0;
    }
}

.l-main
{
    width: 100%;
}

@media screen and (min-width: 981px)
{
    .l-main
    {
        display: block;
        float: left;

        width: /*68.09853%*/660px;
        /*margin-right: 2.35765%;*/
    }
    .l-main:last-child
    {
        margin-right: 0;
    }
}

.l-container
{
    zoom: 1;

    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.l-container:before,
.l-container:after
{
    display: table;

    content: '';
}

.l-container:after
{
    clear: both;
}

.l-sidebar
{
    width: 100%;
}

@media screen and (min-width: 981px)
{
    .l-sidebar
    {
        display: block;
        float: left;
        width: 270px;
        margin: 0 0 0 40px;
    }
    .l-sidebar:last-child
    {
        margin-right: 0;
    }
}

.l-secBtm
{
    margin-bottom: 32px;
}

@media screen and (min-width: 981px)
{
    .l-secBtm
    {
        margin-bottom: 80px;
    }
    .l-secBtm.-side
    {
        margin-bottom: 40px;
    }
}

.footer
{
    width: 100%;
    margin-top: 56px;
}

@media screen and (min-width: 981px)
{
    .footer
    {
        margin-top: 112px;
    }
}

.footer__copy
{
    padding-top: 16px;
    padding-bottom: 12px;

    text-align: center;
}

@media screen and (min-width: 981px)
{
    .footer__copy
    {
        font-size: 1.2em;
    }
}

.footer
a:hover
{
    color: #666;
}

.footNav
{
    background-color: #f5f5f5;
}

@media screen and (max-width: 980px)
{
    .footNav__list > li
    {
        font-size: 1.08333em;
        color: #636363;
        border-bottom: 1px solid #cbcbcb;
    }
    .footNav__list > li:first-child
    {
        border-top: 1px solid #cbcbcb;
    }
    .footNav__list > li
    a
    {
        display: block;

        padding: 8px;
    }
    .footNav__list > li
    i
    {
        margin-right: 8px;

        /*vertical-align: -4%;*/

        color: #cbcbcb;
    }
}

@media screen and (min-width: 981px)
{
    .footNav
    {
        font-size: .85714em;

        color: #333;
    }
    .footNav__list
    {
        padding-top: 16px;
        padding-bottom: 16px;

        text-align: center;
    }
    .footNav__list > li
    {
        line-height: 1;

        display: inline-block;

        padding: 0 16px;

        vertical-align: middle;
        white-space: nowrap;

        border-left: 1px solid currentColor;

        *display: inline;
        *zoom: 1;
    }
    .footNav__list > li:last-child
    {
        border-right: 1px solid currentColor;
    }
    .footNav__list
    i
    {
        display: none;
    }
    .footNav__list
    a
    {
        margin: -8px;
        padding: 8px;
        color: #636363;
    }
}

/*
 * Component
*/
.c-moreLink
{
    color: #c51e55;
    border-bottom: 1px solid #c51e55;
}

.c-moreLink:hover
{
    color: #770e38;
}

.c-br:before
{
    content: '\A';
    white-space: pre;
}

.hn-normal
{
    font-size: 1.58333em;
    font-weight: normal;
    line-height: 1;

    display: table;

    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;

    table-layout: fixed;

    vertical-align: bottom;

    color: #c51e55;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

@media screen and (min-width: 981px)
{
    .hn-normal
    {
        font-size: 1.92857em;

        margin-bottom: 8px;
        padding-top: 8px;
        padding-bottom: 8px;
    }
}

.hn-normal > span,
.hn-normal > i
{
    display: table-cell;
}

@media screen and (min-width: 981px)
{
    .hn-normal > span,
    .hn-normal > i
    {
        display: inline;
    }
}

.hn-normal > span
{
    font-family: 'Source Sans Pro', '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN','メイリオ', Meiryo,Verdana, sans-serif;
    font-weight: 300 !important;
}

.hn-normal > i
{
    font-size: .4386em;
    font-weight: normal;
    font-style: normal;

    text-align: right;

    color: #6a6a6a;
}

@media screen and (min-width: 981px)
{
    .hn-normal > i
    {
        font-size: .51852em;

        margin-left: 32px;
    }
}

.btn-normal
{
    font-size: .78571em;

    cursor: pointer;
}

.btn-normal > a
{
    padding: 5px 10px;

    color: #fff;
    background-color: #666;
}

.btn-normal > a:hover
{
    color: #333;
}

.btn-normal
i
{
    margin-left: 8px;

    vertical-align: 0;
}

/*
 * Project
*/
.slide
{
    margin-bottom: 16px;
    padding-top: 5px;

    border-top: 5px solid #c9004b;
}

.slide
li:nth-child(n+2)
{
    display: none;
}

.navi
{
    padding-bottom: 24px;
}

@media screen and (min-width: 981px)
{
    .navi
    {
        padding-bottom: 48px;
        background: url('../img/nav-gl-bg.png') center 60px repeat-x;
    }
}

.navi__list
{
    display: table;

    width: 100%;

    table-layout: fixed;
}

.navi__list > li
{
    font-weight: bold;
    line-height: 1.2em;

    position: relative;

    display: table-cell;

    width: 33.33333%;

    text-align: center;
    vertical-align: middle;

    color: white;
    background: url('../img/navi-bg.png') center center/100% 100%;
}

.navi__list > li:hover
.navi__sub
{
    display: block;
}

.navi__sub a
{
    color: #fff;
}

@media screen and (min-width: 981px)
{
    .navi__list > li
    {
        display: table-cell;
        width: 20%;
    }
}

.navi__list > li:nth-child(n+4)
{
    display: none;
}

@media screen and (min-width: 981px)
{
    .navi__list > li:nth-child(n+4)
    {
        display: table-cell;
    }
}

.navi__list > li > a
{
    display: block;
    padding: .8em 0;
    color: #fff;
}

.navi__list > li > a:hover
{
    color: #770e38;
}

.navi__list > li
i
{
    font-size: .83333em;
    font-weight: normal;
    font-style: normal;

    display: inline-block;

    width: 100%;

    vertical-align: top;

    *display: inline;
    *zoom: 1;
}

.navi__sub
{
    position: absolute;
    display: none;
    width: 100%;
    padding: 0 8px 2px;
    text-align: left;
    z-index: 500;
    background-color: rgba(197, 30, 85, .9);
}

.navi__sub > li + li
{
    border-top: 1px dashed #fff;
}

.navi__sub
a
{
    display: block;

    padding: 6px 8px;
}

.navi__sub
a:hover
{
    background-color: #666;
}

.topAbout__theme
{
    font-size: 1.08333em;
}

@media screen and (min-width: 981px)
{
    .topAbout__theme
    {
        font-size: 1.85714em;

        margin-bottom: 16px;

        color: black;
    }
}

.topAbout__text
{
    display: none;
}

@media screen and (min-width: 981px)
{
    .topAbout__text
    {
        display: block;
    }
}

.topAbout__table
{
    display: table;

    width: 100%;
    margin-bottom: 8px;

    table-layout: fixed;

    vertical-align: middle;
}

.topAbout__table > div
{
    display: table-cell;
}

@media screen and (min-width: 981px)
{
    .topAbout__table > div
    {
        padding-top: 24px;
    }
}

@media screen and (min-width: 981px)
{
    .topAbout__first
    {
        width: 55%;
    }
}

.topAbout__img
{
    text-align: center;
}

.topAbout__img
img
{
    width: auto;
}

@media screen and (min-width: 981px)
{
    .topAbout__img
    .sp
    {
        display: none;
    }
}

.topAbout__img
.pc
{
    display: none;
}

@media screen and (min-width: 981px)
{
    .topAbout__img
    .pc
    {
        display: inline;
    }
}

@media screen and (min-width: 981px)
{
    .topAbout__more
    {
        display: none;
    }
}

@media screen and (min-width: 981px)
{
    .topPickup
    {
        border-bottom: #b2b2b2 1px dashed;
    }
}

.topPickup__title
{
    font-size: 1.58333em;
    line-height: 1;

    display: table;

    width: 100%;
    margin-bottom: 32px;
    padding: 12px 8px;

    table-layout: fixed;

    vertical-align: bottom;

    color: #c51e55;
    border-top: 16px solid #c51e55;
    border-bottom: 2px solid #c51e55;
    background-color: #f5f5f5;
}

@media screen and (min-width: 981px)
{
    .topPickup__title
    {
        font-size: 1.92857em;

        padding: 16px 12px;

        border-top-width: 32px;
        border-bottom-width: 3px;
    }
}

.topPickup__title > span,
.topPickup__title > i
{
    display: table-cell;
}

@media screen and (min-width: 981px)
{
    .topPickup__title > span,
    .topPickup__title > i
    {
        display: inline;
    }
}

.topPickup__title > i
{
    font-size: .4386em;
    font-weight: normal;
    font-style: normal;

    text-align: right;
}

@media screen and (min-width: 981px)
{
    .topPickup__title > i
    {
        font-size: .51852em;

        margin-left: 32px;
    }
}

.topPickup__title > span
{
    font-weight: bold;
}

.topPickup__table
{
    display: table;

    width: 100%;
    margin-bottom: 24px;

    table-layout: fixed;

    vertical-align: middle;
}

.topPickup__table > div
{
    display: table-cell;

    width: 50%;
}

.topPickup__img
{
    text-align: center;
}

@media screen and (min-width: 981px)
{
    .topPickup__img
    {
        width: 280px !important;
        padding: 0 16px;
    }
}

.topPickup__theme
{
    font-size: 1.16667em;
    font-weight: bold;
}

@media screen and (min-width: 981px)
{
    .topPickup__theme
    {
        font-size: 1.28571em;

        margin-bottom: 12px;
    }
}

.topPickup__txt
{
    padding: 0 0 0 16px;
}

@media screen and (min-width: 981px)
{
    .topPickup__info
    {
        display: none;
    }
}

.topPickup__info--pc
{
    display: none;
}

@media screen and (min-width: 981px)
{
    .topPickup__info--pc
    {
        display: block;
    }
}

.topPickup__more
{
    display: none;

    margin-top: 16px;

    text-align: right;
}

@media screen and (min-width: 981px)
{
    .topPickup__more
    {
        display: block;
    }
}

.sideNews
{
    padding-top: 32px;
    padding-bottom: 32px;

    border-top: 1px dashed #b2b2b2;
    border-bottom: 1px dashed #b2b2b2;
}

@media screen and (min-width: 981px)
{
    .sideNews
    {
        font-size: .85714em;

        padding-top: 0;
        padding-bottom: 40px;

        border-top: none;
    }
}

.sideNews__title
{
    font-size: 1.5em;
    font-weight: lighter;

    padding: 4px 8px;

    color: white;
    background-color: #c51e55;
}

@media screen and (min-width: 981px)
{
    .sideNews__title
    {
        font-size: 1.07143em;

        padding: 8px 16px;
    }
}

.sideNews__list
{
    margin-bottom: 8px;
}

@media screen and (min-width: 981px)
{
    .sideNews__list
    {
        margin-bottom: 0;
    }
}

.sideNews__list > li
{
    padding: 16px 8px;
    border-bottom: 1px dashed #6a6a6a;
}
.sideNews__list > li a {
	color: #636363;
}

@media screen and (min-width: 981px)
{
    .sideNews__list > li
    {
        padding: 8px 16px;

        border-bottom: 1px #fff solid;
        background-color: #ccc;
    }
    .sideNews__list > li:first-child
    {
        border-top: 1px #fff solid;
    }
}

.sideNews__list > li:nth-child(n+4)
{
    display: none;
}

@media screen and (min-width: 981px)
{
    .sideNews__list > li:nth-child(n+4)
    {
        display: list-item;
    }
}

.sideNews__list
h3
{
    line-height: 1.3;

    margin-top: 2px;
}

.sideNews__list
a:hover
{
    color: #fff;
}

.sideNews__more
{
    font-size: 1.41667em;

    padding: 16px 8px 14px;

    text-align: center;

    color: white;
    background-color: #6d6d6d;
}

@media screen and (min-width: 981px)
{
    .sideNews__more
    {
        font-size: inherit;

        padding-right: 16px;

        text-align: right;
    }
}

.sideNews__more
.pc
{
    display: none;
}

@media screen and (min-width: 981px)
{
    .sideNews__more
    .pc
    {
        display: inline;
    }
}

@media screen and (min-width: 981px)
{
    .sideNews__more
    .sp
    {
        display: none;
    }
}

.sideNews__more > a
{
    display: block;
    color: #fff;
}

.sideNews__more > a:hover
{
    color: #333;
}

.sideNews__more > a:hover
i
{
    color: #333;
}

.sideNews__more
.fa-chevron-down
{
    color: #6d6d6d;
}

.sideNews__more
i
{
    vertical-align: 12%;
}

@media screen and (min-width: 981px)
{
    .sideNews__more
    i
    {
        margin-left: 8px;

        vertical-align: 0;
    }
}

.sideNews__more
em
{
    display: inline-block;

    width: 22px;
    height: 22px;
    margin-left: 4%;

    vertical-align: middle;

    border-radius: 50%;
    background-color: #fff;

    *display: inline;
    *zoom: 1;
}

.sideBnr
{
    padding-bottom: 32px;

    border-bottom: 1px dashed #6a6a6a;
}

@media screen and (min-width: 981px)
{
    .sideBnr
    {
        display: none;

        padding-bottom: 0;

        border: none;
    }
}

.sideBnr.-pc
{
    display: none;
}

@media screen and (min-width: 981px)
{
    .sideBnr.-pc
    {
        display: block;
    }
}

.sideBnr__list > li + li
{
    margin-top: 8px;
}

@media screen and (min-width: 981px)
{
    .sideBnr__list > li + li
    {
        margin-top: 23px;
    }
}

.sideLink__list > li + li
{
    margin-top: 8px;
}

@media screen and (min-width: 981px)
{
    .sideLink__list > li + li
    {
        margin-top: 16px;
    }
}

.sideLink__list
i
{
    /*line-height: 1.6;*/

    margin-right: 8px;

    /*vertical-align: 1px;*/

    color: #c51e55;
}

.sideLink__list
h4
{
    font-size: 1.16667em;
    line-height: 1;
    padding: 12px 8px;
    background-color: #eee;
    color: #474747;
}

@media screen and (min-width: 981px)
{
    .sideLink__list
    h4
    {
        font-size: 1em;
    }
    h4 i {
    	line-height: 1;
    }
}

.sideLink__list
a:hover
{
    color: #999;
}

.bx-wrapper
{
    position: relative;
}

.bx-wrapper
li:nth-child(n+2)
{
    display: list-item;
}

.bx-pager
{
    position: absolute;
    right: 0;
    bottom: 0;

    width: 100%;
    padding-right: 8px;

    text-align: center;
}

@media screen and (min-width: 981px)
{
    .bx-pager
    {
        width: auto;

        text-align: right;
    }
}

.bx-pager-item
{
    font-size: 0;

    display: inline-block;

    width: 12px;
    height: 12px;
    margin-right: 12px;

    vertical-align: top;

    border: 2px solid #fff;
    border-radius: 50%;
    background-color: #666;

    *display: inline;
    *zoom: 1;
}

.bx-pager
a
{
    display: block;

    width: 100%;
    height: 100%;

    border-radius: 50%;
}

.bx-pager
.active
{
    background-color: #c51e55;
}

/*
 * Utility
*/
/* aligin 変更 */
/* Clearfix */
.u-cf
{
    zoom: 1;
}

.u-cf:before,
.u-cf:after
{
    display: table;

    content: '';
}

.u-cf:after
{
    clear: both;
}

.u-disib
{
    display: inline-block;

    vertical-align: top;

    *display: inline;
    *zoom: 1;
}

/* Table */
/* Media
 * -----------------------------------------------------------------
*/
