@charset 'UTF-8';



html {
    overflow-y: scroll;
    box-sizing: border-box;

    -webkit-text-size-adjust: 100%;
}

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

::before, ::after {
    vertical-align: inherit;
    text-decoration: inherit;
}


* {
    margin: 0;
    padding: 0;
    background-repeat: no-repeat;
}



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

hr {
    overflow: visible;
}


article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
    display: block;
}

small {
    font-size: 80%;
}

[hidden], template {
    display: none;
}

abbr[title] {
    border-bottom: 1px dotted;
    text-decoration: none;
}

a {
    background-color: transparent;

    -webkit-text-decoration-skip: objects;
}

a:active, a:hover {
    outline-width: 0;
}

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

b, strong {
    font-weight: bolder;
}

dfn {
    font-style: italic;
}


mark {
    background-color: #ff0;
    color: #000;
}


sub, sup {
    position: relative;
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}


input {
    border-radius: 0;
}

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

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

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

textarea {
    overflow: auto;
    resize: vertical;
}

button, input, optgroup, select, textarea {
    font: inherit;
}

optgroup {
    font-weight: bold;
}

button {
    overflow: visible;
}


button::-moz-focus-inner, [type='button']::-moz-focus-inner, [type='reset']::-moz-focus-inner, [type='submit']::-moz-focus-inner {
    padding: 0;
    border-style: 0;
}


button:-moz-focusring, [type='button']::-moz-focus-inner, [type='reset']::-moz-focus-inner, [type='submit']::-moz-focus-inner {
    outline: 1px dotted ButtonText;
}

button, html [type='button'], [type='reset'], [type='submit'] {
    -webkit-appearance: button;
}

button, select {
    text-transform: none;
}


button, input, select, textarea {
    border-style: none;
    background-color: transparent;
    color: inherit;
}


legend {
    display: table;
    max-width: 100%;
    border: 0;
    color: inherit;
    white-space: normal;
}

::-webkit-file-upload-button {
    font: inherit;

    -webkit-appearance: button;
}


::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.54;
    -ms-filter: 'alpha(opacity=54)';
}

[type='search'] {
    outline-offset: -2px;

    -webkit-appearance: textfield;
}


img {
    border-style: none;
}


progress {
    vertical-align: baseline;
}

svg:not(:root) {
    overflow: hidden;
}

audio, canvas, progress, video {
    display: inline-block;
}


[aria-busy='true'] {
    cursor: progress;
}


[aria-controls] {
    cursor: pointer;
}


[aria-disabled] {
    cursor: default;
}



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

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


html {
    font-size: 62.5%;
}

body {
    color: #666;
    font-size: 14px;
    font-size: 1.4rem;
    font-family: 'メイリオ',Meiryo,'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック',Verdana, sans-serif;
    line-height: 1;

    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

.ie8 * {
    box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}

a:link {
    color: #0062d0;
}

a:visited {
    color: #0062d0;
}

a:hover {
    color: #3a5;
}

a:focus {
    color: #3a5;
}

a:active {
    color: #3a5;
}

li {
    list-style-position: inside;
}

nav li {
    list-style-type: none;
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

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

th, td {
    text-align: left;
}

select, button, input[type='button'], input[type='reset'], input[type='submit'], input[type='radio'], input[type='checkbox'] {
    cursor: pointer;
}

input, button, select {
    margin: 0;
    padding: 5px;
    vertical-align: middle;
}

textarea {
    min-height: 10em;
    max-width: 100%;
    padding: 5px;
    line-height: 1.45;
}

input[type='text'], input[type='number'], textarea, select {
    border: 1px solid #bbb;
}

input[type='checkbox'] + span {
    margin-right: 3px;
    vertical-align: middle;
}

input[type='radio'] {
    margin: 0 3px;
}

input[type='radio']:hover, input[type='radio']:focus {
    outline: none;
}

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

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

hr {
    border: 0;
    border-bottom: 1px solid #ccc;
}


#dmm_ntgnavi {
    position: relative;
    z-index: 9000;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: #fff;
    background: linear-gradient(#fff, #f5f5f5);
    font-size: 12px;
}

#dmm_ntgnavi ul {
    margin: 2px 0;
    padding: 0;
    list-style: none;
}

#dmm_ntgnavi ul li {
    float: left;
    margin: 0 6px 0 0;
    line-height: 15px;
}

#dmm_ntgnavi ul.navi_left {
    float: left;
}

#dmm_ntgnavi ul.navi_left li > a {
    display: block;
    padding: 0 3px 0 8px;
    border: 1px solid #eee;
    border-radius: 3px;
    text-decoration: none;
}

#dmm_ntgnavi ul.navi_left li > a:hover {
    border: 1px solid #666;
    border-radius: 3px;
    background: #eee;
}

#dmm_ntgnavi ul.navi_left li > a span {
    display: block;
    padding: 9px 10px 7px 28px;
    color: #333;
    font-weight: bold;
}

#dmm_ntgnavi ul.navi_left li.dmm_top img {
    margin: 8px 5px 8px 0;
}

#dmm_ntgnavi ul.navi_left li.ntg_top span {
    background: url(http://p.dmm.com/p/netgame/base/bg_bt_ntgtop.gif) 0 center no-repeat;
}

#dmm_ntgnavi ul.navi_left li.ntg_brw span {
    background: url(http://p.dmm.com/p/netgame/base/bg_bt_brows.gif) 0 center no-repeat;
}

#dmm_ntgnavi ul.navi_left li.ntg_min span {
    background: url(http://p.dmm.com/p/netgame/base/bg_bt_mini.gif) 0 center no-repeat;
}

#dmm_ntgnavi ul.navi_left li.ntg_poi span {
    background: url(http://p.dmm.com/p/netgame/base/bg_bt_point.gif) 0 center no-repeat;
}

#dmm_ntgnavi ul.navi_left li.ntg_chip span {
    background: url(http://p.dmm.com/p/netgame/common/ico/ico_chip_small.png) 0 center no-repeat;
}

#dmm_ntgnavi ul.navi_right {
    float: right;
    font-size: 10px;
}

#dmm_ntgnavi ul.navi_right li {
    margin: 0 10px 0 0;
    padding: 8px 5px;
}

#dmm_ntgnavi ul.navi_right a:link {
    color: #005fc0;
    text-decoration: none;
    cursor: pointer;
}

#dmm_ntgnavi ul.navi_right a:hover {
    color: #e20;
    text-decoration: underline;
}

#dmm_ntgnavi ul.navi_right a:visited {
    color: #909;
    text-decoration: none;
}

#dmm_ntgnavi .arrow {
    padding-left: 14px;
    background: url(http://p.dmm.com/p/netgame/base/arrow_common.gif) no-repeat left center;
}

#dmm_ntgnavi .tx-point {
    color: #ff4b4b !important;
    font-weight: bold;
    font-size: 16px;
}

#dmm_ntgnavi p {
    margin: 0;
    line-height: 2.6em;
}

#dmm_ntgnavi .clear {
    clear: both;
}

#dmm_ntgnavi .mg-l12 {
    margin-left: 12px;
}

#dmm_ntgnavi .mg-r12 {
    margin-right: 12px;
}

#dmm_ntgnavi .pd-t12 {
    padding-top: 12px;
}


.l-wrapper {
    position: relative;
    min-width: 1200px;
    background: #e5e5e5 url(../../images/official/base/bg_wrapper.jpg) 50% 0 no-repeat;
}

.l-wrapper.is-sub {
    background: #e5e5e5 url(../../images/official/base/bg_wrapper_sub.jpg) 50% 0 no-repeat;
}


.l-container {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

.l-container:after {
    display: block;
    clear: both;
    content: '';
}


.l-header {
    position: relative;
    background: url(../../images/official/base/bg_nav.png) 0 0 repeat-x;
}

.l-header .logo {
    position: absolute;
    top: 70px;
    left: 0;
    animation: fadeInDelay 1s;
}

.l-header.is-top {
    height: 560px;
}

.l-header.is-sub {
    height: 250px;
}

.l-header.is-sub .logo img {
    width: 215px;
    height: auto;
}


.l-footer {
    margin-top: 20px;
    background: #2a2a2a;
    background: linear-gradient(to bottom, #343434 0%, #1b1b1b 100%);
    text-align: center;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#343434, endColorstr=#1b1b1b,GradientType=1 );
}

.l-footer a {
    color: #fff;
}

.l-footer a:hover {
    color: #3a5;
}

.l-footer .l-container {
    padding-top: 40px;
    padding-bottom: 30px;
}

.l-footer .copyright {
    margin-top: 40px;
}

.l-footer .footer-logo {
    display: inline-block;
    margin: 0 10px;
}

.l-footer .footer-logo img {
    vertical-align: middle;
}

.l-footer .text-copyright {
    margin-top: 20px;
}


.l-gnav {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
}

.l-gnav .mainnav {
    height: 50px;
    margin: 0 auto;
    text-align: center;
    font-size: 0;
}

.l-gnav .mainnav > li {
    position: relative;
    display: inline-block;
    height: 50px;
    margin: 0 14px;
    background-position: 50% 0;
    background-repeat: no-repeat;
    vertical-align: top;
}

.l-gnav .mainnav > li:hover, .l-gnav .mainnav > li.on {
    background-position: 50% -50px;
}

.l-gnav .mainnav > li:hover .subnav, .l-gnav .mainnav > li.on .subnav {
    height: auto;
}

.l-gnav .mainnav a {
    display: block;
    width: 100%;
    height: 100%;
}

.l-gnav .subnav {
    position: absolute;
    top: 50px;
    left: -30%;
    overflow: hidden;
    width: 160%;
    height: 0;
    margin: 0 auto;
    padding: 0 10px;
    background: #0a2926;
    background: rgba(10, 41, 38, 0.7);
    font-size: 14px;
    line-height: 1.2;
}

.l-gnav .subnav li {
    margin-bottom: 12px;
    text-align: left;
}

.l-gnav .subnav li:first-child {
    margin-top: 15px;
}

.l-gnav .subnav a {
    color: #fff;
}

.l-gnav .subnav a:hover {
    color: #df6;
}

.l-gnav .nav-top {
    width: 48px;
    background-image: url(../../images/official/base/bg_nav_text01.png);
}

.l-gnav .nav-about {
    width: 189px;
    background-image: url(../../images/official/base/bg_nav_text02.png);
}

.l-gnav .nav-start {
    width: 138px;
    background-image: url(../../images/official/base/bg_nav_text03.png);
}

.l-gnav .nav-start .subnav {
    left: -25%;
    width: 150%;
}

.l-gnav .nav-play {
    width: 85px;
    background-image: url(../../images/official/base/bg_nav_text04.png);
}

.l-gnav .nav-play .subnav {
    left: -35%;
    width: 170%;
}

.l-gnav .nav-system {
    width: 106px;
    background-image: url(../../images/official/base/bg_nav_text05.png);
}

.l-gnav .nav-system .subnav {
    left: -35%;
    width: 170%;
}

.l-gnav .nav-beginner {
    width: 152px;
    background-image: url(../../images/official/base/bg_nav_text06.png);
}

.l-gnav .nav-news {
    width: 67px;
    background-image: url(../../images/official/base/bg_nav_text07.png);
}

.l-gnav .nav-news .subnav {
    left: -55%;
    width: 210%;
}

.l-gnav .nav-community {
    width: 90px;
    background-image: url(../../images/official/base/bg_nav_text09.png);
}

.l-gnav .nav-community .subnav {
    left: -33%;
    width: 160%;
}

.l-gnav .nav-support {
    width: 67px;
    background-image: url(../../images/official/base/bg_nav_text08.png);
}

.l-gnav .nav-support .subnav {
    left: -50%;
    width: 200%;
}

.l-fnav {
    text-align: center;
    font-size: 0;
    line-height: 0;
}

.l-fnav li {
    display: inline-block;
    padding: 0 7px;
    border-left: 1px solid #fff;
    font-size: 14px;
    line-height: 1.2;
}

.l-fnav li:first-child {
    border-left: 0;
}

.l-lnav {
    position: relative;
    width: 215px;
    margin-bottom: 30px;
    padding: 23px 10px 29px;
    background: #89b8a9 url(../../images/official/base/bg_lnav_top.png) 0 0 no-repeat;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
}

.l-lnav ul {
    position: relative;
    z-index: 1;
    padding: 20px 0 25px 10px;
    border-left: 1px solid #9fcfc2;
    list-style: none;
}

.l-lnav li {
    margin: 5px 0;
}

.l-lnav li.on a {
    color: #df6;
}

.l-lnav li a {
    display: block;
    width: 100%;
    padding: 5px 0;
    color: #fff;
}

.l-lnav li a:hover {
    color: #df6;
}

.l-lnav:after {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 53px;
    background: url(../../images/official/base/bg_lnav_bottom.png) 10px 0 no-repeat;
    content: '';
}


#contents {
    animation: fadeInDelay 1s;
}


.l-section {
    position: relative;
    min-height: 600px;
    padding: 30px;
    background: #fff url(../../images/official/base/bg_section.png) 50% 100% no-repeat;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
}


.l-main {
    float: right;
    width: 965px;
}

.l-main-full {
    width: 100%;
}


.l-aside {
    float: left;
    width: 215px;
    margin-right: 20px;
    padding-top: 190px;
}

.l-aside.is-top {
    padding-top: 0;
}


.c-article {
    position: relative;
    padding: 0 20px;
    line-height: 1.45;
}

.c-article.is-full {
    padding-right: 0;
    padding-left: 0;
}

.c-article:after {
    display: block;
    clear: both;
    content: '';
}

.c-article-header {
    position: relative;
    margin: 0 -20px 20px;
    padding: 20px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    vertical-align: top;
}

.is-full .c-article-header {
    margin-right: 0;
    margin-left: 0;
}

.c-article-header:after {
    display: block;
    clear: both;
    content: '';
}

.c-article-header span {
    display: block;
    vertical-align: top;
}

.c-article-header .article-num {
    width: 55px;
}

.c-article-header .article-title {
    display: block;
    word-wrap: break-word;
    font-weight: bold;
    font-size: 14px;
}

.c-article-header .article-author {
    width: 190px;
}

.c-article-header .article-date {
    width: 140px;
    text-align: right;
}

.c-article-contents {
    color: #666;
    word-wrap: break-word;
    font-size: 14px;
    font-size: 1.4rem;
}

.c-article-contents li li {
    padding-left: 1em;
}

.c-article-contents hr {
    margin-top: 1em;
    margin-bottom: 1em;
}

.c-article-contents a img:hover {
    opacity: 0.7;
    -ms-filter: 'alpha(opacity=70)';
    animation: blank 1s forwards;
}

.c-article-contents iframe {
    max-width: 100%;
}

.c-article-contents p + p {
    margin-top: 20px;
}

.c-article-contents ul {
    padding-left: 20px;
}

.c-article-contents .thumb {
    display: block;
}

.c-article-none {
    display: table;
    width: 100%;
    height: 280px;
    table-layout: fixed;
    word-wrap: break-word;
    line-height: 1.45;
}

.c-article-none .inner {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}

.c-article-reply {
    margin-top: 20px;
}


.c-asidebanner {
    margin-top: -10px;
    list-style: none;
}

.c-asidebanner li {
    margin-top: 10px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
}

.c-asidebanner li:hover {
    background-color: #fff;
}

.c-asidebanner img:hover {
    opacity: 0.7;
    -ms-filter: 'alpha(opacity=70)';
    animation: blank 1s forwards;
}


.c-box {
    position: relative;
    word-wrap: break-word;
    word-break: break-word;
}

.c-box:after {
    display: block;
    clear: both;
    content: '';
}

.c-box + .c-box {
    margin-top: 30px;
}

.c-box-iframe iframe {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.c-box.is-social {
    margin-top: 50px;
    text-align: center;
}

.c-box.is-social li {
    display: inline-block;
    margin: 0 5px;
    vertical-align: top;
}

.c-box.is-picl > img {
    float: left;
    margin-right: 10px;
}

.c-box.is-picr > img {
    float: right;
    margin-left: 10px;
}

.c-box.is-picside img + img {
    float: right;
}

.c-box.is-picside:before {
    position: absolute;
    top: 80px;
    left: 380px;
    width: 96px;
    height: 71px;
    background: url(../../images/official/base/ico_arrow01.png) no-repeat;
    content: '';
}

.c-box.is-pictandem {
    margin-bottom: 45px;
}

.c-box.is-pictandem:before {
    position: absolute;
    bottom: -42px;
    left: 159px;
    width: 57px;
    height: 42px;
    background: url(../../images/official/base/ico_arrow02.png) no-repeat;
    content: '';
}

.c-box.is-add {
    background-color: #ebf2e9;
}

.c-box.is-warning {
    background-color: #faffac;
    color: #d00;
    line-height: 1.45;
}

.c-box.is-attention {
    background-color: #d00;
    color: #fff;
    font-weight: bold;
}

.c-box.is-pd {
    padding: 20px;
}



.c-button {
    position: relative;
    display: block;
    width: 100%;
    padding: 9px 15px;
    border-radius: 5px;
    background: #dae6de;
    background: linear-gradient(to bottom, #dae6de 0%, #b1c7c2 100%);
    color: #666;
    text-align: center;
    text-decoration: underline;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6em;
    transition: background 0.2s;

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

.c-button:link, .c-button:visited {
    color: #666;
}

.c-button:hover {
    background: #6ac987;
    background: linear-gradient(to bottom, #6ac987 0%, #439871 100%);
    color: #fff;
}

.c-button:focus {
    outline: none;
}

.c-button:active {
    top: 1px;
}

.c-button.is-back {
    background: #b2c8b9;
    background: linear-gradient(to bottom, #b2c8b9 0%, #83a29a 100%);
    color: #fff;
}

.c-button.is-back:hover {
    background: #8daf98;
    background: linear-gradient(to bottom, #8daf98 0%, #66827b 100%);
    color: #fff;
}

.c-button.is-confirm {
    background: #6ac987;
    background: linear-gradient(to bottom, #6ac987 0%, #449871 100%);
    color: #fff;
}

.c-button.is-confirm:hover {
    background: #a3ee22;
    background: linear-gradient(to bottom, #a3ee22 0%, #38a206 100%);
    color: #fff;
}

.c-button.is-static {
    display: inline-block;
    min-width: 200px;
    width: auto;
}

.c-button-image img:hover {
    opacity: 0.7;
    -ms-filter: 'alpha(opacity=70)';
    animation: blank 1s forwards;
}

.c-button-pagetop {
    position: fixed;
    right: 20px;
    bottom: -100px;
    z-index: 101;
    width: 70px;
    height: 70px;
    background: #74847f;
    background: rgba(116, 132, 127, 0.25);
    transition: all 0.3s;
}

.c-button-pagetop.on {
    bottom: 40px;
}

.c-button-pagetop:hover {
    background: #74847f;
}

.c-button-pagetop a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 3px;
    text-align: center;
}

.c-button-pagetop span {
    display: inline-block;
    overflow: hidden;
    width: 0;
    height: 0;
    border-top: 17px solid transparent;
    border-right: 17px solid transparent;
    border-bottom: 27px solid #fff;
    border-left: 17px solid transparent;
    font-size: 0;
}


.c-capt {
    margin: -30px -30px 2px;
}

.c-subcapt {
    margin: 0 -20px 5px;
    padding-left: 20px;
    background: url(../../images/official/base/bg_subtitle.png) 0 0 no-repeat;
    color: #0f935a;
    font-weight: bold;
    font-size: 18px;
    line-height: 30px;
}

.c-subtitle {
    margin-bottom: 5px;
    color: #10aa68;
    font-weight: bold;
    font-size: 16px;
}


.c-community.is-bd-b {
    border-bottom: 1px solid #bbb;
}

.c-community .high-light {
    display: inline-block;
    max-width: 100%;
    padding: 2px 0;
    background-color: #2cbdae;
    color: #fff;
}

.c-community .search-info {
    margin-bottom: 10px;
    word-wrap: break-word;
}

.c-community .search-info span {
    font-weight: bold;
}

.c-community .topic-link {
    display: block;
    text-decoration: none;
}

.c-community .topic-link:after {
    display: block;
    clear: both;
    content: '';
}

.c-community .topic-thumb {
    display: block;
    width: 215px;
    height: 122px;
    background-color: #fff;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.c-community .topic-num {
    color: #666;
}

.c-community .topic-title {
    overflow: hidden;
    text-decoration: underline;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.c-community .topic-author {
    color: #666;
}

.c-community .topic-date {
    color: #666;
}

.c-community .topic-contents {
    display: block;
    color: #666;
    word-wrap: break-word;
    line-height: 1.45;
}

.c-community .cell-capt {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.c-community .cell-capt span {
    display: table-cell;
    padding: 3px 0 8px;
    text-decoration: none;
}

.c-community .cell-capt .topic-num {
    width: 50px;
}

.c-community .cell-capt .topic-author {
    width: 175px;
}

.c-community .cell-capt .topic-date {
    width: 135px;
}

.c-community .cell-list {
    width: 100%;
    border-top: 1px solid #bbb;
    list-style: none inside;
}

.c-community .cell-list li {
    border-bottom: 1px solid #bbb;
}

.c-community .cell-list li:hover {
    background-color: #e9f3ea;
}

.c-community .cell-list li:after {
    display: block;
    clear: both;
    content: '';
}

.c-community .cell-list span {
    vertical-align: middle;
}

.c-community .cell-list .c-ico-new {
    position: absolute;
    top: 9px;
    right: 5px;
}

.c-community .cell-list .wrap-block {
    position: relative;
    display: table-cell;
    width: 545px;
}

.c-community .cell-list .topic-num {
    display: table-cell;
    width: 50px;
}

.c-community .cell-list .topic-title {
    display: table-cell;
    max-width: 435px;
    padding: 9px 0;
}

.c-community .cell-list .topic-comments {
    display: table-cell;
}

.c-community .cell-list .topic-author {
    display: table-cell;
    width: 175px;
}

.c-community .cell-list .topic-date {
    display: table-cell;
    width: 135px;
}

.c-community .cell-list .topic-contents {
    padding-bottom: 8px;
    padding-left: 50px;
}

.c-community .card-list {
    margin: 0 -7px;
    padding: 5px 0;
    font-size: 0;
}

.c-community .card-list li {
    position: relative;
    display: inline-block;
    width: 25%;
    padding: 7px;
    vertical-align: top;
}

.c-community .card-list li span {
    font-size: 14px;
    font-size: 1.4rem;
}

.c-community .card-list .c-ico-new {
    position: absolute;
    top: 137px;
    right: 7px;
}

.c-community .card-list .wrap-block {
    width: 100%;
    padding: 6px 0;
}

.c-community .card-list .topic-link:hover .topic-thumb {
    opacity: 0.8;
    -ms-filter: 'alpha(opacity=80)';
}

.c-community .card-list .topic-thumb {
    margin-bottom: 10px;
}

.c-community .card-list .topic-num {
    display: block;
}

.c-community .card-list .topic-title {
    display: table-cell;
    max-width: 160px;
    margin-right: 3px;
}

.c-community .card-list .topic-comments {
    display: table-cell;
    width: 55px;
}

.c-community .card-list .topic-author {
    display: block;
    margin-bottom: 6px;
}

.c-community .card-list .topic-date {
    display: block;
}

.c-community .card-list .topic-contents {
    display: block;
    overflow: hidden;
    width: 100%;
    padding: 7px 0 2px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.c-community.is-table .box-sort {
    border-bottom: 0;
}

.c-community.is-table table {
    width: 100%;
    table-layout: fixed;
}

.c-community.is-table tr {
    border-bottom: 1px solid #bbb;
}

.c-community.is-table th, .c-community.is-table td {
    font-size: inherit;
}

.c-community.is-table th {
    padding: 3px 0 8px;
    font-weight: normal;
}

.c-community.is-table .topic-link {
    display: inline-block;
    width: 480px;
    text-decoration: none;
    line-height: 1;
}

.c-community.is-table .topic-link span {
    display: inline-block;
    vertical-align: middle;
}

.c-community.is-table .topic-title {
    overflow: hidden;
    max-width: 420px;
    padding: 9px 0;
    text-decoration: underline;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.c-community.is-table .no-bd {
    border-bottom: 0;
}

.c-community.is-table .serach-contents td {
    padding: 2px 0 7px;
}

.c-community.is-table .col-xxs {
    width: 50px;
}

.c-community.is-table .col-m {
    width: 135px;
}

.c-community.is-table .col-l {
    width: 175px;
}

.c-community.is-table .col-null {
    width: auto;
}

.c-community.is-image {
    padding-bottom: 10px;
    border-bottom: 1px solid #bbb;
}

.c-community.is-image ul {
    margin: 0 -7px;
    font-size: 0;
}

.c-community.is-image li {
    position: relative;
    display: inline-block;
    width: 25%;
    padding: 7px;
    vertical-align: top;
    font-size: 14px;
}

.c-community.is-image li span {
    font-size: 14px;
}

.c-community.is-image .c-ico-new {
    position: absolute;
    top: 137px;
    right: 7px;
}

.c-community.is-image .topic-link {
    display: block;
    width: 100%;
    text-decoration: none;
    font-size: 0;
}

.c-community.is-image .topic-link:hover .topic-thumb {
    opacity: 0.8;
    -ms-filter: 'alpha(opacity=80)';
}

.c-community.is-image .topic-thumb {
    display: block;
    width: 215px;
    height: 122px;
    margin-bottom: 10px;
    background-color: #fff;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.c-community.is-image .topic-num {
    display: block;
    width: 160px;
    color: #666;
}

.c-community.is-image .topic-title {
    display: inline-block;
    overflow: hidden;
    max-width: 162px;
    margin-right: 5px;
    padding: 6px 0;
    text-decoration: underline;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.c-community.is-image .topic-comments {
    display: block;
    display: inline-block;
    padding: 6px 0;
    vertical-align: top;
}

.c-community.is-image .topic-author {
    display: block;
    margin-bottom: 6px;
}

.c-community.is-image .topic-date {
    display: block;
}

.c-community.is-image .topic-contents {
    display: block;
    overflow: hidden;
    width: 100%;
    padding: 7px 0 2px;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.c-form input[type='text'], .c-form input[type='file'], .c-form select, .c-form textarea {
    padding-top: 2px;
    padding-bottom: 2px;
    border: 1px solid #999;
    border-radius: 0;
}

.c-form textarea {
    vertical-align: top;
}

.c-form .forms label {
    cursor: pointer;
}

.c-form.is-inline input, .c-form.is-inline select {
    display: inline-block;
    width: auto;
}

.c-form.is-inline select {
    width: 200px;
    height: 27px;
}

.c-form.is-inline input[type='text'] {
    width: 410px;
    height: 27px;
}

.c-form.is-inline input[type='submit'] {
    width: 100px;
}

.c-form.is-inline input + input {
    margin-left: 10px;
}

.c-form.is-horizen {
    display: table;
    width: 100%;
    margin-top: 10px;
    table-layout: fixed;
}

.c-form.is-horizen input, .c-form.is-horizen textarea, .c-form.is-horizen select {
    width: 100%;
}

.c-form.is-horizen input[type='radio'] {
    width: auto;
}

.c-form.is-horizen .label {
    display: table-cell;
    width: 180px;
    vertical-align: middle;
}

.c-form.is-horizen .label.is-top {
    vertical-align: top;
}

.c-form.is-horizen .forms {
    display: table-cell;
    word-wrap: break-word;
}


.c-gamestart {
    position: absolute;
    top: -304px;
    left: -5px;
}

.c-gamestart span {
    position: absolute;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

.c-gamestart a {
    position: relative;
    display: block;
    width: 291px;
    height: 294px;
    background: url(../../images/official/base/button_gamestart_transition.png) 0 0 no-repeat;
    background-size: cover;
}

.c-gamestart a:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: url(../../images/official/base/button_gamestart_transition.png) 0 0 no-repeat;
    background-position: 0 -294px;
    content: '';
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    transition: 0.5s opacity;
}

.ie8 .c-gamestart a:after {
    display: none;
}

.c-gamestart a:hover:after {
    opacity: 1;
    -ms-filter: 'alpha(opacity=100)';
}

.ie8 .c-gamestart a:hover:after {
    display: block;
}

.is-sub .c-gamestart {
    top: -35px;
    left: 0;
    width: 215px;
}

.is-sub .c-gamestart a {
    width: 215px;
    height: 214px;
    background-image: url(../../images/official/base/button_gamestart_sub_transition.png);
}

.is-sub .c-gamestart a:after {
    background-image: url(../../images/official/base/button_gamestart_sub_transition.png);
    background-position: 0 -215px;
}



.c-ico {
    display: inline-block;
    overflow: hidden;
    width: 120px;
    height: 24px;
    padding-top: 1px;
    color: #fff;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
    font-size: 14px;
    line-height: 23px;
}

.c-ico.is-info {
    background: #9e75a1;
    background: linear-gradient(to bottom, #815e92 0%, #bf92b4 100%);
}

.c-ico.is-campaign {
    background: #cca02f;
    background: linear-gradient(to bottom, #534a93 0%, #3e8cbf 100%);
}

.c-ico.is-event {
    background: #4968a7;
    background: linear-gradient(to bottom, #419590 0%, #6cb784 100%);
}

.c-ico.is-update {
    background: #55a58b;
    background: linear-gradient(to bottom, #c38625 0%, #d6ba39 100%);
}

.c-ico.is-mainte {
    background: #e63b63;
    background: linear-gradient(to bottom, #dd1738 0%, #ee5e8c 100%);
}

.c-ico-new img {
    vertical-align: middle;
}


.c-img {
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}

.c-img-list {
    margin: 0 -5px;
    list-style: none;
}

.c-img-list:after {
    display: block;
    clear: both;
    content: '';
}

.c-img-list li {
    width: 100%;
    padding: 5px;
}

.c-img-list img {
    width: 100%;
}

.c-img-list.is-col-2 li {
    float: left;
    width: 50%;
}

.c-img-list.is-col-3 li {
    float: left;
    width: 33.33%;
}

.c-img-list.is-col-4 li {
    float: left;
    width: 25%;
}

.c-img-list.is-col-5 li {
    float: left;
    width: 20%;
}

.c-img-icon {
    display: inline-block;
    margin-right: 0.3em;
    margin-left: 0.3em;
    line-height: inherit;
}

.c-img-responsive {
    width: 100%;
    height: auto;
}

.c-img-rounded {
    border-radius: 5px;
}

.c-img-circle {
    border-radius: 50%;
}


@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -ms-filter: 'alpha(opacity=0)';
        transform: translate(-10%, 0);
    }
    100% {
        opacity: 1;
        -ms-filter: 'alpha(opacity=100)';
        transform: translate(0, 0);
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        -ms-filter: 'alpha(opacity=0)';
    }
    100% {
        opacity: 1;
        -ms-filter: 'alpha(opacity=100)';
    }
}

@keyframes fadeInDelay {
    0% {
        opacity: 0;
        -ms-filter: 'alpha(opacity=0)';
    }
    30% {
        opacity: 0;
        -ms-filter: 'alpha(opacity=0)';
    }
    100% {
        opacity: 1;
        -ms-filter: 'alpha(opacity=100)';
    }
}

@keyframes blank {
    0% {
        opacity: 0.7;
        -ms-filter: 'alpha(opacity=70)';
    }
    100% {
        opacity: 1;
        -ms-filter: 'alpha(opacity=100)';
    }
}


.c-pagination {
    margin: 30px 0 0;
    text-align: center;
}

.c-pagination ul {
    font-size: 0;
    line-height: 0;
}

.c-pagination li {
    display: inline-block;
    margin: 0 5px;
}

.c-pagination a, .c-pagination span {
    display: block;
    min-width: 30px;
    height: 30px;
    padding: 0 5px;
    background-color: #dae6de;
    color: #999;
    font-size: 14px;
    line-height: 30px;
}

.c-pagination a:hover, .c-pagination span:hover {
    background-color: #6ac987;
    color: #fff;
}

.c-pagination .active a, .c-pagination .active span {
    background-color: #8aa8b0;
    color: #fff;
}

.c-pagination .active a:hover, .c-pagination .active span:hover {
    background-color: #8aa8b0;
}


.c-slider {
    overflow: hidden;
    width: 705px;
    height: 150px;
    background: url(../../images/official/base/bg_slider.png) 0 0 no-repeat;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
}

.c-slider .slider-list {
    position: relative;
    overflow: hidden;
    height: 125px;
    list-style: none;
}

.c-slider .slider-list li:hover {
    background-color: #fff;
}

.c-slider .slider-list img:hover {
    opacity: 0.7;
    -ms-filter: 'alpha(opacity=70)';
    animation: blank 1s forwards;
}

.launcher .c-slider .slider-list img:hover {
    opacity: 0.7;
    -ms-filter: 'alpha(opacity=70)';
}

.c-slider .bx-wrapper {
    position: relative;
    height: 150px;
}

.c-slider .bx-wrapper li {
    width: 705px;
    height: 125px;
}

.c-slider .bx-controls {
    text-align: center;
}

.c-slider .bx-pager .bx-pager-item {
    display: inline-block;
}

.c-slider .bx-pager a {
    display: block;
    width: 16px;
    height: 16px;
    margin: 3px 2px 0;
    background: url(../../images/official/base/bg_slider_pager.png) 0 0 no-repeat;
    text-indent: -9999px;
}

.c-slider .bx-pager .active, .c-slider .bx-pager a:hover {
    background-position: 0 -16px;
}

.c-slider .bx-controls-direction {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
}

.c-slider .bx-controls-direction a {
    position: absolute;
    bottom: 4px;
    display: block;
    width: 60px;
    height: 17px;
    background: url(../../images/official/base/bg_slider_dir.png) 0 0 no-repeat;
    color: #fff;
    text-decoration: none;
    text-transform: lowercase;
    font-size: 14px;
    line-height: 17px;
}

.c-slider .bx-controls-direction .bx-prev {
    left: 5px;
    text-indent: 15px;
}

.c-slider .bx-controls-direction .bx-prev:hover {
    opacity: 0.7;
    -ms-filter: 'alpha(opacity=70)';
    animation: blank 1s forwards;
}

.c-slider .bx-controls-direction .bx-next {
    right: 5px;
    background-position: 0 -18px;
    text-indent: -15px;
}

.c-slider .bx-controls-direction .bx-next:hover {
    opacity: 0.7;
    -ms-filter: 'alpha(opacity=70)';
    animation: blank 1s forwards;
}


.c-tab {
    margin-bottom: -1px;
    border-bottom: 1px solid #ccc;
}

.c-tab ul {
    margin: 0 -4px 2px;
    list-style: none;
}

.c-tab ul:after {
    display: block;
    clear: both;
    content: '';
}

.c-tab li {
    float: left;
    height: 43px;
    padding: 7px 4px 0;
    text-align: center;
}

.c-tab li.on {
    padding-top: 0;
}

.c-tab li.on span {
    height: 43px;
    background: #318d5d;
    background: linear-gradient(to bottom, #318d5d 0%, #48b157 100%);
    line-height: 43px;
}

.c-tab li:hover span {
    background: #318d5d;
    background: linear-gradient(to bottom, #318d5d 0%, #48b157 100%);
    transition: 0.3s background;
}

.c-tab a {
    text-decoration: none;
}

.c-tab span {
    display: block;
    width: 100%;
    height: 36px;
    border-radius: 5px 5px 0 0;
    background: #7c8785;
    background: linear-gradient(to bottom, #7c8785 0%, #98a4a2 100%);
    color: #fff;
    font-size: 14px;
    line-height: 36px;
}

.c-tab .col-2 li {
    width: 50%;
}

.c-tab .col-3 li {
    width: 33.333%;
}

.c-tab .col-4 li {
    width: 25%;
}

.c-tab .col-5 li {
    width: 20%;
}

.c-tab .col-6 li {
    width: 16.666%;
}


.c-table th, .c-table td {
    padding: 3px 5px;
    border: 1px solid #999;
    word-wrap: break-word;
    font-weight: normal;
}

.c-table th {
    background: #d9f0d4;
}

.c-table td {
    background: #fff;
}

.c-table.is-c th, .c-table.is-c td {
    text-align: center;
}

.c-table.is-fc td:first-child {
    text-align: center;
}

.c-table.is-thc th {
    text-align: center;
}


.high-light {
    display: inline-block;
    background: #2cbdae;
    color: #fff;
    text-decoration: inherit;
    font-weight: bold;
}

.tx-red {
    color: #d00;
    font-weight: bold;
}

.tx-orange {
    color: #e58c00;
    font-weight: bold;
}

.tx-violet {
    color: #582e61;
    font-weight: bold;
}

.tx-gray {
    color: #666;
    font-weight: bold;
}


.c-topiclist {
    border-top: 1px solid #ccc;
    list-style-type: none;
}

.c-topiclist li {
    position: relative;
    padding: 5px 0;
    border-bottom: 1px solid #ccc;
    transition: background-color 0.3s;
}

.c-topiclist li:after {
    display: block;
    clear: both;
    content: '';
}

.c-topiclist li:hover {
    background-color: #e9f3ea;
}

.c-topiclist a {
    text-decoration: none;
}

.c-topiclist span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
}

.c-topiclist .list-title {
    overflow: hidden;
    text-decoration: underline;
    line-height: 24px;
}

.c-topiclist .list-date {
    float: right;
    color: #666;
    font-size: 13px;
    line-height: 24px;
}

.c-topiclist.is-news .c-ico-new {
    margin-left: 5px;
}

.c-topiclist.is-news .c-ico {
    float: left;
}

.c-topiclist.is-news.is-large .list-title {
    width: 580px;
}

.c-topiclist.is-news .list-title {
    width: 350px;
    margin-left: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.c-article-contents .c-topiclist.is-news .list-title {
    width: 540px;
}

.c-topiclist.is-faq .list-title {
    width: 100%;
    padding-left: 35px;
    background: url(../../images/official/faq/ico_q.png) 0 2px no-repeat;
}

.c-topiclist.is-faq .list-answer {
    display: block;
    width: 100%;
    margin-top: 10px;
    padding-left: 35px;
    background: url(../../images/official/faq/ico_a.png) 0 2px no-repeat;
    color: #666;
    line-height: 20px;
}


.page-about {
    text-align: center;
}

.page-about .article-about {
    margin: -20px -20px 0;
    padding: 20px 0;
    background: url(../../images/official/about/bg_about.png) center top no-repeat;
}

.page-about .box-about02 {
    height: 815px;
    background: url(../../images/official/about/bg_about01.png) 60px top no-repeat;
}

.page-about .box-about02 h3 {
    position: relative;
    top: 35px;
}

.page-about .box-about02 .tx_about02 {
    position: absolute;
    top: 185px;
    right: 30px;
}

.page-about .box-about02 .tx_about03 {
    position: absolute;
    right: 30px;
    bottom: 110px;
}

.page-about .box-about02 .tx_about04 {
    position: absolute;
    bottom: 45px;
    left: 30px;
}

.page-about .box-about03 {
    height: 675px;
    background: url(../../images/official/about/bg_about02.png) center 100px no-repeat;
}

.page-about .box-about03 h3 {
    position: relative;
    top: 35px;
}

.page-about .box-about03 .tx_about05 {
    position: absolute;
    top: 150px;
    left: 105px;
}

.page-about .box-about03 .tx_about06 {
    position: absolute;
    bottom: 135px;
    left: 30px;
}

.page-about .box-about03 .tx_about07 {
    position: absolute;
    bottom: 35px;
    left: 20px;
}

.page-about .box-about04 {
    height: 775px;
}

.page-about .box-about04 h3 {
    position: relative;
    top: 35px;
    z-index: 100;
}

.page-about .box-about04 .list-class {
    list-style: none;
}

.page-about .box-about04 .list-class li {
    position: absolute;
    display: inline-block;
    width: 370px;
}

.page-about .box-about04 .list-class li .name-about {
    position: relative;
    top: -20px;
}

.page-about .box-about04 .list-class li.list-class01 {
    top: 128px;
    left: 0;
}

.page-about .box-about04 .list-class li.list-class01 .tx_about08 {
    margin-top: -60px;
}

.page-about .box-about04 .list-class li.list-class02 {
    top: -35px;
    left: 313px;
    z-index: 10;
}

.page-about .box-about04 .list-class li.list-class02 .tx_about09 {
    margin-top: -60px;
}

.page-about .box-about04 .list-class li.list-class03 {
    top: 115px;
    right: 10px;
}

.page-about .box-about04 .list-class li.list-class03 .tx_about10 {
    margin-top: -60px;
}


.page-beginner .c-box .is-picside:before {
    top: 100px;
    left: 228px;
}

.page-beginner .c-box .is-picside .pic_beginner02 {
    margin-right: 100px;
}


.page-community .c-box {
    line-height: 1.45;
}

.page-community .c-article-header {
    line-height: 1.71;
}

.page-community .c-article-header span {
    float: left;
}

.page-community .c-article-header .c-ico-new {
    position: absolute;
    top: 19px;
    left: 520px;
}

.page-community .c-article-header .article-title {
    float: left;
    width: 520px;
    padding-right: 60px;
}

.page-community .c-article-none {
    height: 423px;
}

.page-community .box-sort {
    padding-bottom: 8px;
}

.page-community .box-sort span, .page-community .box-sort a {
    display: inline-block;
    padding: 2px 1px;
}

.page-community .box-sort .on {
    background-color: #2cbdae;
    color: #fff;
}

.page-community .box-history {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #bbb;
}

.page-community .area-form {
    margin: 0 0 30px;
    padding: 30px 70px 30px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.page-community .area-form textarea {
    min-height: 15em;
}


.page-error .c-article-none {
    min-height: 428px;
}


.page-faq .c-tab span {
    font-size: 12px;
}

.page-faq .article-title {
    padding-left: 35px;
    background: url(../../images/official/faq/ico_q.png) 0 2px no-repeat;
}

.page-faq .c-article-contents {
    margin-left: -20px;
    padding-left: 35px;
    background: url(../../images/official/faq/ico_a.png) 0 -1px no-repeat;
}

.page-faq .c-article-contents.is-faq {
    margin-bottom: 30px;
}

.page-faq .c-article-none {
    height: 320px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}


.page-gamestart .nav-step ul {
    list-style: none;
}

.page-gamestart .nav-step ul:after {
    display: block;
    clear: both;
    content: '';
}

.page-gamestart .nav-step li {
    position: relative;
    float: left;
    height: 120px;
}

.page-gamestart .nav-step li:hover, .page-gamestart .nav-step li.on {
    background-position: 0 -122px;
}

.page-gamestart .nav-step a {
    display: block;
    width: 100%;
    height: 100%;
}

.page-gamestart .nav-step a span {
    position: relative;
    z-index: -1;
}

.page-gamestart .nav-step .step1 {
    width: 300px;
    background: url(../../images/official/gamestart/bg_navstep01.png) 0 0 no-repeat;
}

.page-gamestart .nav-step .step2 {
    width: 305px;
    background: url(../../images/official/gamestart/bg_navstep02.png) 0 0 no-repeat;
}

.page-gamestart .nav-step .step3 {
    width: 300px;
    background: url(../../images/official/gamestart/bg_navstep03.png) 0 0 no-repeat;
}


.page-inquiry .area-inquiry {
    min-height: 323px;
    margin: 0 0 30px;
    padding: 20px 70px 40px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.page-inquiry .c-article {
    line-height: 1.45;
}

.page-inquiry .c-article-none {
    min-height: 413px;
}


.page-news .c-article-header {
    line-height: 1.71;
}

.page-news .c-article-header span {
    float: left;
}

.page-news .c-article-header .c-ico {
    margin-right: 20px;
}

.page-news .c-article-header .c-ico-new {
    position: absolute;
    top: 19px;
    left: 710px;
    padding-right: 60px;
}

.page-news .c-article-header .article-title {
    float: left;
    width: 625px;
}

.page-news .c-article-none {
    height: 423px;
    border-bottom: 1px solid #ccc;
}


.page-play .pic_window01 {
    display: block;
    margin: 0 auto 10px;
}

.page-play .cell-detail {
    width: 319px;
}

.page-play .list-window {
    margin-left: 10px;
    list-style: decimal;
}


.page-system .pic-jem {
    margin-bottom: 10px;
}

.page-system .pic-jem:before {
    top: 103px;
    left: 434px;
}

.page-system .list-wave {
    display: inline-block;
    margin-bottom: 20px;
}

.page-system .pic-jem01 {
    display: inline-block;
    padding: 55px 21px;
    background: #ebf2e9;
}

.page-system .pic-jem02 {
    margin-right: 95px;
}

.page-system .pic-arena01 {
    display: block;
    margin: 10px auto;
}

.page-system .tx-jem {
    display: inline-block;
    width: 420px;
}


.page-terms .capt-terms {
    margin-bottom: 5px;
    color: #10aa68;
    font-weight: bold;
    font-size: 16px;
}

.page-terms .tx-terms {
    margin-bottom: 1em;
    padding-right: 1em;
    padding-left: 1em;
}

.page-terms .tx-terms span {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.page-terms .tx-terms span.terms-about {
    margin-top: 0.2em;
    margin-left: 1em;
    font-weight: normal;
}

.page-terms .tx-terms span.terms-about02 {
    margin-left: 1em;
    text-indent: -1em;
    font-weight: normal;
}

.page-terms .sect-transaction .tx-contents {
    margin-bottom: 1em;
}

.page-terms .sect-transaction .tx-contents span {
    display: block;
    font-weight: bold;
}


.page-top .area-news {
    position: relative;
    float: left;
    width: 705px;
    padding: 8px 15px;
    background: #fff url(../../images/official/base/bg_box_top.png) 100% 0 no-repeat;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
}

.page-top .area-news:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 34px;
    background: url(../../images/official/base/bg_box_bottom.png) 0 0 no-repeat;
    content: '';
}

.page-top .area-news h2 {
    margin-bottom: 5px;
}

.page-top .area-news .c-button-image {
    position: relative;
    z-index: 1;
}

.page-top .area-timeline {
    position: relative;
    float: left;
    overflow: hidden;
    width: 240px;
    height: 410px;
    margin: -170px 0 0 20px;
    padding: 5px;
    background-color: #fff;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
}

.page-top .area-timeline .follow {
    position: absolute;
    top: 7px;
    right: 7px;
}

.page-top .c-slider {
    float: left;
}


.bd-base {
    border: 1px solid #bbb;
}

.bd-b {
    border-bottom: 1px solid #bbb;
}

.bd-t {
    border-top: 1px solid #bbb;
}

.bd-l {
    border-left: 1px solid #bbb;
}

.bd-r {
    border-right: 1px solid #bbb;
}


.db {
    display: block;
}

.di {
    display: inline;
}

.dib {
    display: inline-block;
}

.dit {
    display: inline-table;
}

.sr-only {
    position: absolute;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}


.float-r {
    float: right;
}

.float-l {
    float: left;
}

.float-n {
    float: none;
}

.clearfix:after {
    display: block;
    clear: both;
    content: '';
}


.fs11 {
    font-size: 11px;
}

.fs12 {
    font-size: 12px;
}


.mg-t5 {
    margin-top: 5px;
}

.mg-t10 {
    margin-top: 10px;
}

.mg-t10 {
    margin-top: 10px;
}

.mg-t20 {
    margin-top: 20px;
}

.mg-t25 {
    margin-top: 25px;
}

.mg-t30 {
    margin-top: 30px;
}

.mg-t35 {
    margin-top: 35px;
}

.mg-t40 {
    margin-top: 40px;
}

.mg-r5 {
    margin-right: 5px;
}

.mg-r10 {
    margin-right: 10px;
}

.mg-r15 {
    margin-right: 15px;
}

.mg-r20 {
    margin-right: 20px;
}

.mg-r25 {
    margin-right: 25px;
}

.mg-r30 {
    margin-right: 30px;
}

.mg-r35 {
    margin-right: 35px;
}

.mg-r40 {
    margin-right: 40px;
}

.mg-b5 {
    margin-bottom: 5px;
}

.mg-b10 {
    margin-bottom: 10px;
}

.mg-b15 {
    margin-bottom: 15px;
}

.mg-b20 {
    margin-bottom: 20px;
}

.mg-b25 {
    margin-bottom: 25px;
}

.mg-b30 {
    margin-bottom: 30px;
}

.mg-b35 {
    margin-bottom: 35px;
}

.mg-b40 {
    margin-bottom: 40px;
}

.mg-l5 {
    margin-left: 5px;
}

.mg-l10 {
    margin-left: 10px;
}

.mg-l15 {
    margin-left: 15px;
}

.mg-l20 {
    margin-left: 20px;
}

.mg-l25 {
    margin-left: 25px;
}

.mg-l30 {
    margin-left: 30px;
}

.mg-l35 {
    margin-left: 35px;
}

.mg-l40 {
    margin-left: 40px;
}

.mg-0auto {
    margin: 0 auto;
}


.tx-r {
    text-align: right;
}

.tx-l {
    text-align: left;
}

.tx-c {
    text-align: center;
}


.w100 {
    width: 100%;
}

.w95 {
    width: 95%;
}

.w90 {
    width: 90%;
}

.w85 {
    width: 85%;
}

.w80 {
    width: 80%;
}

.w75 {
    width: 75%;
}

.w70 {
    width: 70%;
}

.w65 {
    width: 65%;
}

.w60 {
    width: 60%;
}

.w55 {
    width: 55%;
}

.w50 {
    width: 50%;
}

.w45 {
    width: 45%;
}

.w40 {
    width: 40%;
}

.w35 {
    width: 35%;
}

.w30 {
    width: 30%;
}

.w25 {
    width: 25%;
}

.w20 {
    width: 20%;
}

.w15 {
    width: 15%;
}

.w10 {
    width: 10%;
}

.w5 {
    width: 5%;
}

@media screen {
    [hidden~='screen'] {
        display: inherit;
    }



    [hidden~='screen']:not(:active):not(:focus):not(:target) {
        position: absolute !important;
        clip: rect(0 0 0 0) !important;
    }
}

@media (min-width: 1200px) {
    .c-img-responsive {
        display: inline-block;
        width: auto;
    }



    .visible-sp {
        display: none;
    }
}

@media (max-width: 1199px) {
    .visible-pc {
        display: none;
    }
}
