/* ===================================================================

    基本レイアウト

    1. リセット／ベーススタイル
    2. 大枠レイアウト
    3. header
    4. footer
    5. 見出し
    6. 汎用スタイル
    7. 各ページ毎のスタイル

    ―――――――――――――

    PS4 　      … PS4のみ適用のスタイルはps4_style.cssに記述
    PC  　      … IE対応はIE8以上
    tablet/vita… PC用スタイルを適用（viewportでwidthを固定）
    mobile   　… breakpoint: 768px


=================================================================== */

@charset "utf-8";

/* CSS Document */


/* -------------------------------------------------------------------

    1. リセット／ベーススタイル

-------------------------------------------------------------------- */


/* ----------------------------------
    Reset
---------------------------------- */


/*
html5doctor.com Reset Stylesheet
v1.4.1
2010-03-01
Author: Richard Clark - http://richclarkdesign.com
*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
a,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    list-style: none;
    text-decoration: none;
}


/* ----------------------------------
    img
---------------------------------- */

img {
    margin: 0 auto;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: middle;
    max-width: 100%;
    /*Fluid Image*/
    height: auto;
    /*Fluid Image*/
}

.ie8 img {
    width: auto;
    /*Fluid Image*/
}


/* ----------------------------------
    html,body
---------------------------------- */

html {
    height: 100%;
    min-height: 100%;
}

body {
    font-family: sans-serif, arial, helvetica;
    /*  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic",sans-serif,arial,helvetica;*/
    font-size: 14px;
    color: #fff;
    line-height: 2em;
    text-align: left;
    height: 100%;
    background-color: #000;
    -webkit-text-size-adjust: 100%;
    /*文字サイズの自動調整機能のキャンセル*/
    -ms-text-size-adjust: 100%;
    /*文字サイズの自動調整機能のキャンセル*/
}

body.rtl {
    text-align: right;
}

@media screen and (max-width: 768px) {
    html {
        height: auto;
    }
    body {
        height: auto;
        letter-spacing: -0.001em;
        /*iOS4でのテキスト隙間への対応*/
    }
}

@media screen and (min-width: 769px) {
    body {
        font-size: 16px;
    }
}


/* ----------------------------------
    link
---------------------------------- */

a {
    color: #4eb1f2;
    -webkit-tap-highlight-color: rgba(78, 177, 242, 0.70);
    /*CSS3 タップ時ハイライト表示指定*/
}

a:hover {
    color: #4eb1f2;
    text-decoration: underline;
}


/* ----------------------------------
    clearfix
---------------------------------- */

.clearfix:after {
    content: " ";
    display: block;
    height: 0.1px;
    font-size: 0;
    /*firefox対策*/
    line-height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}


/* Hides from IE-mac \*/

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}


/* End hide from IE-mac */


/* -------------------------------------------------------------------

    2. 大枠レイアウト

-------------------------------------------------------------------- */


/* -----------------------------------------------------
    wrapper
----------------------------------------------------- */

#wrapper {
    background: url(../img/bg_html.jpg) bottom repeat-x;
    margin: 0 auto;
    width: 100%;
    position: relative;
}


/* モバイル用 */

@media screen and (max-width: 768px) {
    #wapper {
        min-height: 100%;
        position:
    }
}


/* -----------------------------------------------------
    contents
----------------------------------------------------- */


/*width: 769px以上*/

@media screen and (min-width: 769px) {
    #contents {
        margin: 0px auto 50px;
        /* footer margin-top:-50px分をプラス */
        padding: 55px 0px 0px 280px;
        /* header = 50px */
        height: auto;
        min-height: 670px;
    }
    .contentsInner {
        padding: 20px;
    }
}

@media screen and (max-width: 768px) {
    #contents {
        margin: 0px auto;
        padding: 50px 0px 20px 0px;
        /*header,footer要素かぶり注意*/
        width: auto;
        min-height: 100%;
    }
    .contentsInner {
        padding: 20px 10px;
    }
}


/* -------------------------------------------------------------------

    3. header

-------------------------------------------------------------------- */

#header {
    position: fixed;
    top: 0;
    left: inherit;
    width: 100%;
    height: 55px;
    padding: 0;
    background: #fff url(../img/bg_header.png) repeat-x top;
    z-index: 10;
    box-shadow: rgba(0, 0, 0, 0.360784) 0px 6px 5px -1px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.360784) 0px 6px 5px -1px;
    -moz-box-shadow: rgba(0, 0, 0, 0.360784) 0px 6px 5px -1px;
}

#header_inner {
    width: 100%;
    padding: 0px;
    margin: 0 auto;
}


/*----- ナビゲーション sidr呼び出しボタン -----*/

.menu {
    margin: 0;
    padding: 0;
    display: block;
    width: 50px;
    height: 55px;
    text-indent: -99999px;
    float: left;
    background: url("../img/img_menu_icon.png") no-repeat 50% 50%;
    cursor: pointer;
}


/*----- ナビゲーション ページの先頭へ戻るボタン -----*/

.btnToTop {
    margin: 2px 5px 0 0;
    padding: 0;
    display: block;
    width: 50px;
    height: 55px;
    text-indent: -99999px;
    float: right;
    background: url("../img/img_top_icon.png") no-repeat 50% 50%;
    cursor: pointer;
}

@media screen and (min-width: 769px) {
    #header_inner {
        width: auto;
        padding-left: 280px;
        margin: 0 auto;
    }
    .menu {
        display: none;
    }
    .btnToTop {
        display: none;
    }
}


/* -------------------------------------------------------------------

    4. footer

-------------------------------------------------------------------- */

#footer {
    height: 125px;
    padding: 0;
}

#footer_inner {
    height: 60px;
    margin-top: 15px;
    background: url(../img/bg_footer.png) repeat-x bottom;
    box-shadow: rgba(0, 0, 0, 0.360784) 0px -3px 5px -1px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.360784) 0px -3px 5px -1px;
    -moz-box-shadow: rgba(0, 0, 0, 0.360784) 0px -3px 5px -1px;
}


/*---footer navi---*/

ul#page_nav {
    margin: auto;
    font-weight: bold;
    vertical-align: middle;
    height: 50px;
}

ul#page_nav li {
    width: 50%;
}

ul#page_nav li a {
    border: 1px solid #fff;
    background-color: #000;
    display: block;
    margin: 0 10px;
    text-align: center;
    padding: 10px;
    color: #fff;
    -webkit-box-shadow: inset 0 0 4px #575757;
    -moz-box-shadow: inset 0 0 4px #575757;
    box-shadow: inset 0 0 4px #575757;
    opacity: .8;
    /* FireFox, Webkit, Opera */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
    /* IE8 */
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=80);
    /* IE6,7 */
    font-size: 90%;
}

ul#page_nav li a:hover {
    border-color: #6b81c5;
    color: #285aff;
    -webkit-box-shadow: inset 0 0 4px #6b81c5;
    -moz-box-shadow: inset 0 0 4px #6b81c5;
    box-shadow: inset 0 0 4px #6b81c5;
}

ul#page_nav li.page_prev {
    float: left;
}

ul#page_nav li.page_next {
    float: right;
}


/*769px以上*/

@media screen and (min-width: 769px) {
    #footer {
        margin-top: -50px !important;
        padding-left: 280px;
    }
}


/* -------------------------------------------------------------------

    5. 見出し

-------------------------------------------------------------------- */


/* -----------------------------------------------------
    h1
----------------------------------------------------- */

#header h1 {
    padding-top: 18px;
    text-align: center;
    /*font-size: 16px;*/
    font-size: 16px;
    color: #2a2a2a;
}

@media screen and (max-width: 768px) {
    #header h1 {
        font-size: 11px;
        padding-right: 50px;
        /*menu icon幅50px分*/
    }
}

.title_a {
    margin-bottom: 20px;
    background: rgb(54, 39, 22);
    background: -moz-linear-gradient(left, rgba(54, 39, 22, 1) 0%, rgba(136, 114, 73, 1) 25%, rgba(136, 114, 73, 1) 50%, rgba(136, 114, 73, 1) 75%, rgba(54, 39, 22, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(54, 39, 22, 1) 0%, rgba(136, 114, 73, 1) 25%, rgba(136, 114, 73, 1) 50%, rgba(136, 114, 73, 1) 75%, rgba(54, 39, 22, 1) 100%);
    background: linear-gradient(to right, rgba(54, 39, 22, 1) 0%, rgba(136, 114, 73, 1) 25%, rgba(136, 114, 73, 1) 50%, rgba(136, 114, 73, 1) 75%, rgba(54, 39, 22, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#362716', endColorstr='#362716', GradientType=1);
    position: relative;
}

.title_a .top {
    position: absolute;
    top: 0;
    z-index: 0;
    background: url('../img/bg_normal_L.png') no-repeat left center;
    width: 100%;
    height: 100%;
}

.title_a .bottom {
    position: absolute;
    top: 0;
    z-index: 1;
    background: url('../img/bg_normal_R.png') no-repeat right center;
    width: 100%;
    height: 100%;
}

.title_a p {
    padding: 12px 10px;
    font-weight: bold;
    font-size: 1.6em;
    color: #fff;
    text-align: center;
    line-height: 1;
    position: relative;
    z-index: 2;
    text-shadow: 1px 1px 1px #000;
}

.title_a.attack {
    background: rgb(68, 0, 0);
    background: -moz-linear-gradient(left, rgba(68, 0, 0, 1) 0%, rgba(180, 0, 0, 1) 25%, rgba(180, 0, 0, 1) 50%, rgba(180, 0, 0, 1) 75%, rgba(11, 16, 50, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(68, 0, 0, 1) 0%, rgba(180, 0, 0, 1) 25%, rgba(180, 0, 0, 1) 50%, rgba(180, 0, 0, 1) 75%, rgba(11, 16, 50, 1) 100%);
    background: linear-gradient(to right, rgba(68, 0, 0, 1) 0%, rgba(180, 0, 0, 1) 25%, rgba(180, 0, 0, 1) 50%, rgba(180, 0, 0, 1) 75%, rgba(11, 16, 50, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#440000', endColorstr='#0b1032', GradientType=1);
}

.title_a.attack .top {
    background-image: url('../img/bg_attack_L.png');
}

.title_a.attack .bottom {
    background-image: url('../img/bg_attack_R.png');
}

.title_a.defence {
    background: rgb(11, 16, 50);
    background: -moz-linear-gradient(left, rgba(11, 16, 50, 1) 0%, rgba(29, 49, 174, 1) 25%, rgba(29, 49, 174, 1) 50%, rgba(29, 49, 174, 1) 75%, rgba(11, 16, 50, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(11, 16, 50, 1) 0%, rgba(29, 49, 174, 1) 25%, rgba(29, 49, 174, 1) 50%, rgba(29, 49, 174, 1) 75%, rgba(11, 16, 50, 1) 100%);
    background: linear-gradient(to right, rgba(11, 16, 50, 1) 0%, rgba(29, 49, 174, 1) 25%, rgba(29, 49, 174, 1) 50%, rgba(29, 49, 174, 1) 75%, rgba(11, 16, 50, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0b1032', endColorstr='#0b1032', GradientType=1);
}

.title_a.defence .top {
    background-image: url('../img/bg_defence_L.png');
}

.title_a.defence .bottom {
    background-image: url('../img/bg_defence_R.png');
}

.title_a.common {
    background: -moz-linear-gradient(left, rgba(54, 39, 22, 1) 0%, rgba(19, 110, 110, 1) 25%, rgba(19, 110, 110, 1) 50%, rgba(19, 110, 110, 1) 75%, rgba(54, 39, 22, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(54, 39, 22, 1) 0%, rgba(19, 110, 110, 1) 25%, rgba(19, 110, 110, 1) 50%, rgba(19, 110, 110, 1) 75%, rgba(54, 39, 22, 1) 100%);
    background: linear-gradient(to right, rgba(54, 39, 22, 1) 0%, rgba(19, 110, 110, 1) 25%, rgba(19, 110, 110, 1) 50%, rgba(19, 110, 110, 1) 75%, rgba(54, 39, 22, 1) 100%);
}

.title_a.common .top {
    background-image: url('../img/bg_common_L.png');
}

.title_a.common .bottom {
    background-image: url('../img/bg_common_R.png');
}

.title_a span {
    display: inline-block;
    color: #01cbf1;
    font-weight: normal;
    font-size: 0.80em;
    padding-left: 1em;
}


/* title_b */

.title_b {
    background: repeat-y center;
    background-size: 100%;
    margin-bottom: 15px;
    text-align: center;
    font-size: 1.1em;
    line-height: 1.1;
    padding: 6px 0;
    color: #fff;
}

.title_b {
    background-image: url(../img/title_b.png);
    position: relative;
}

.title_b:before {
    content: "";
    display: block;
    padding-bottom: 2px;
    position: absolute;
    top: -3px;
    left: 0px;
    border-top: 1px solid #baa06f;
    width: 100%;
    min-height: 100%;
}

.title_b:after {
    content: "";
    display: block;
    padding-top: 2px;
    position: absolute;
    bottom: -3px;
    left: 0px;
    border-bottom: 1px solid #baa06f;
    width: 100%;
    min-height: 100%;
}

.title_b.attack {
    background-image: url(../img/title_b_attack.png);
}

.title_b.attack:before {
    border-top-color: #dc1400;
}

.title_b.attack:after {
    border-bottom-color: #dc1400;
}

.title_b.defence {
    background-image: url(../img/title_b_defence.png);
}

.title_b.defence:before {
    border-top-color: #3c2df0;
}

.title_b.defence:after {
    border-bottom-color: #3c2df0;
}

.title_b.common {
    background-image: url(../img/title_b_common.png);
}

.title_b.common:before {
    border-top-color: #1e960a;
}

.title_b.common:after {
    border-bottom-color: #1e960a;
}

@media screen and (max-width: 768px) {
    .title_a p {
        font-size: 1.1em;
    }
}


/* -------------------------------------------------------------------

    6. 汎用スタイル

-------------------------------------------------------------------- */


/* -----------------------------------------------------
    link
----------------------------------------------------- */

.helpContent_box a {
    color: #fff;
    text-decoration: underline;
}

.helpContent_box a:hover {
    color: #4eb1f2;
    text-decoration: none;
}


/* -----------------------------------------------------
    .box指定（各要素囲み用）
----------------------------------------------------- */

.helpContent_box {
    margin: 0 auto;
    padding: 0px 0 30px 0;
    width: auto;
    overflow: hidden;
}

.helpContent_box p {
    display: block;
    margin-bottom: 1em;
    line-height: 2em;
}

.helpContent_box p:last-child {
    margin-bottom: 0;
}

.helpContent_box .title {
    font-weight: bold;
}


/*.helpContent_box p, .helpContent_box li{ word-break:break-all; }*/


/* attention */

.attention01,
.attention02 {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
    filter: alpha(opacity=95);
    -moz-opacity: 0.95;
    -webkit-opacity: 0.95;
    -khtml-opacity: 0.95;
    opacity: 0.95;
}

.attention01 {
    background: #404040;
    padding: 15px;
    margin-bottom: 10px;
}

.attention02 {
    padding: 15px;
    margin-bottom: 10px;
    background: url('../img/bg_pttn.png') repeat-y center bottom #583333;
    background-size: cover;
}

.attention02 .title {
    background: #340300;
    color: #dc1400;
    font-weight: bold;
    padding: 3px;
}

.attention02 .sub_title {
    font-weight: bold;
    border-bottom: 1px solid #fff;
    display: inline;
}

.attention03 {
    background: #505050;
    padding: 15px;
    border-radius: 4px;
}

.attention03 .inner {
    background: #000;
    padding: 10px;
    /*line-height:1.3em;*/
}

.preview_txt {
    width: 100%;
    padding: 10px 0;
    float: left;
    margin-right: -272px;
}

.preview_txt p {
    margin-right: 272px;
}

.preview_txt p.full {
    margin-right: 0px;
}

.preview_box {
    width: 252px;
    padding: 10px 5px 10px 15px;
    float: right;
}


/* 動画サイズ */

.preview_box video {
    width: 252px;
}

.preview_box.half {
    width: 100%;
    padding: 10px 0;
    float: none;
    text-align: center;
}

@media screen and (max-width:768px) {
    .preview_txt {
        margin-right: 0;
    }
    .preview_txt p {
        margin-right: 0;
    }
    .preview_box {
        width: 100%;
        padding: 10px 0;
        text-align: center;
    }
}

@media screen and (min-width:769px) {
    .box_Attack {
        width: 49%;
        float: left;
    }
    .box_Defence {
        width: 49%;
        float: right;
    }
}

@media screen and (max-width:768px) {
    .helpContent_box {
        margin: 0 auto;
        width: auto;
        /*font-size: 16px;*/
    }
    .helpContent_box p {
        display: block;
        clear: both;
    }
    .helpContent_box img {
        margin-right: auto;
        margin-left: auto;
    }
}


/* -----------------------------------------------------
    box
----------------------------------------------------- */

.box.lgbox {
    padding-right: 0;
    padding-left: 0;
}

@media screen and (max-width:768px) {
    .sp_mg_top {
        margin-top: 50% !important;
    }
    /*.helpContent_box{  margin-bottom:15px; }   */
}


/* -----------------------------------------------------
    画像指定
----------------------------------------------------- */


/* QRコード用 */

.img_QRcode {
    float: right;
    margin: 0 0 0 10px;
    display: block;
}


/* 画像回り込み指定 */

.img_left {
    float: left;
    margin: 0 20px 10px 0;
}

.img_right {
    float: right;
    margin: 0 0 10px 20px;
}


/*.img_right_s {float: right;margin: 0 0 10px 15px;display: block;width:300px\9;}*/

@media screen and (max-width: 1048px) {
    .img_left {
        float: none;
        margin: 0 0 15px;
        display: block;
        width: 100%;
    }
    .img_right {
        float: none;
        margin: 0 0 15px;
        display: block;
        width: 100%;
    }
    .img_center {
        display: block;
        margin: 0 auto;
        width: 100%;
    }
    /*.img_right_s { float:none; display: block;margin:0 0 10px 0; }*/
}

img.blocks {
    display: block;
}

img.phBorder {
    border: 1px solid #fff;
}

.imgbox {
    margin-top: 20px;
}


/* -----------------------------------------------------
    アイコン指定
----------------------------------------------------- */


/*.t_icon{  margin: 0 auto; }*/

img.icon {
    vertical-align: middle;
    margin: 0px 8px 4px 8px;
    height: 22px;
}

img.font_icon {
    vertical-align: baseline;
    margin: auto 2px;
}

.tips {
    margin-top: 14px;
}

.tips > img {
    margin-left: 0px;
}


/* -----------------------------------------------------
    PS4・PC / スマホ での表示切替指定
----------------------------------------------------- */

@media screen and (min-width: 769px) {
    .pcNone {
        display: none !important;
    }
    span.nw {
        white-space: nowrap;
    }
}

@media screen and (max-width:768px) {
    .spNone {
        display: none !important;
    }
}


/* -----------------------------------------------------
    レイアウト調整
----------------------------------------------------- */


/*---- margin指定 ----*/

.mg_t15 {
    margin-top: 15px !important;
}

.mg_t10 {
    margin-top: 10px !important;
}

.mg_t20 {
    margin-top: 20px !important;
}

.mg_t30 {
    margin-top: 30px !important;
}

.mg_t40 {
    margin-top: 40px !important;
}

.mg_b30 {
    margin-bottom: 30px !important;
}

.mg_b40 {
    margin-bottom: 40px !important;
}

.mg_t1 {
    margin-top: 1em !important;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/*---- font指定 ----*/

.f_blue {
    color: #008cd6;
}

.f_red {
    color: #c8151d;
}

.f_yellow {
    color: #fff100;
}

p.indent1,
ul.indent1 li,
dl.indent1 dd {
    padding-left: 1em;
    text-indent: -1em;
}

.nowrap {
    white-space: nowrap;
}

.break {
    white-space: normal;
    word-wrap: break-word;
    word-break: break-all;
}

.map_icon {
    margin: 4px 4px 4px 0;
}


/* -----------------------------------------------------
    list 指定
----------------------------------------------------- */

ul.circle {
    /*line-height:1.4em;*/
    +
}

ul.circle li {
    list-style-type: circle;
    list-style-position: inside;
    padding-left: 1em;
    text-indent: -1em;
    margin: 0.5em;
}

ul.circle2 li {
    list-style-type: circle;
    list-style-position: inside;
    padding-left: 1em;
    text-indent: -1em;
    margin: 0.5em;
    font-size: 0.8em;
}

.rtl ul.circle li {
    padding-right: 1em;
}

.indent01 {
    display: block;
    text-indent: -1em;
    padding-left: 1em;
    padding-top: 5px;
}

.rtl .indent01 {
    display: block;
    text-indent: -1em;
    padding-right: 1em;
    padding-top: 5px;
}
.indent02 {
    display: block;
    text-indent: -1.3em;
    padding-left: 1.3em;
    padding-top: 5px;
}
.rtl .indent02 {
    display: block;
    text-indent: -1.3em;
    padding-right: 1.3em;
    padding-top: 5px;
}
.dlBox1 {
    display: block;
    width: 100%;
    clear: both;
}

.dlBox1:after {
    content: "";
    display: block;
    clear: both;
}

.dlBox1 {
    zoom: 1;
}

.dlBox1 {
    margin-top: 12px;
}

.dlBox1 dt {
    font-weight: bold;
    padding: 4px;
    text-align: center;
}

.dlBox1 dd {
    padding: 5px 0.5em;
    font-size: 0.9em;
    margin: 1px;
    border-radius: 4px;
    text-align: center;
}

.dlBox1 dd:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.dlBox2 {
    border: 2px solid #fff;
    margin-bottom: 12px;
}

.dlBox2 dt {
    background-color: #544a2b;
    border-bottom: 2px solid #fff;
    padding: 12px;
}

.dlBox2 dd {
    background-color: #969696;
    padding: 6px;
}

.dlBox2 dd ul {
    display: table;
    width: 100%;
}

.dlBox2 dd ul li {
    display: table-cell;
    width: 33.3333%;
    background-color: #000;
    padding: 9px 6px;
    box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
    border: 3px solid #969696;
}


/* pic03Box*/

.pic03Box ul:after {
    content: "";
    display: block;
    clear: both;
}

.pic03Box ul li {
    list-style-type: none;
    background-color: #000;
    box-sizing: border-box;
    padding: 5px;
    text-align: center;
    border: 1px solid #fff;
    margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
    .dlBox2 dd ul,
    .dlBox2 dd ul li {
        display: block;
        width: 100%;
    }
}

@media screen and (min-width: 769px) {
    .pic03Box ul li {
        width: 50%;
        float: left;
    }
}


/* -----------------------------------------------------
    font & bgcolor
----------------------------------------------------- */

.lightTxt {
    color: #fff;
}

.centerTxt {
    text-align: center;
}

#wrapper.nextBg {
    height: auto;
}

.nextBg #contents {}

.fwb {
    font-weight: bold;
}

.fsmall {
    font-size: 1.0em;
    /*line-height:1.3em;*/
    display: block;
}

.fsmall_s {
    font-size: 0.9em;
    /*line-height:1.1em;*/
    display: block;
}

.fsmall_ss {
    font-size: 0.7em;
    /*line-height:1em;*/
    display: block;
}

.flarge {
    font-size: 1.4em;
}

.fc_attack {
    color: #dc1400;
    background-color: #fbe7e5;
    border: 1px solid #fff;
}

.fc_defence {
    color: #1400dc;
    background-color: #e7e5fb;
    border: 1px solid #fff;
}

sup {
    font-size: 0.5em;
    vertical-align: text-top;
    padding: 0px 1px;
}

.point01 {
    color: #FFEC00;
}

@media screen and (max-width: 900px) {
    .fc_attack,
    .fc_defence {
        font-size: 14px;
    }
}


/*--copyright--*/

.copyright {
    font-size: 80%;
    line-height: 1.4em;
}

.copylogo {
    margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
    .copyright {
        font-size: 10px;
        line-height: 1.4em;
    }
}


/*　webfont指定変更 　20130213適用　*/

@font-face {
    font-family: "sce3.7w1";
    src: url("../fonts/sce3.7w1.eot");
    src: url("../fonts/sce3.7w1.eot?#iefix") format("embedded-opentype"), url("../fonts/sce3.7w1.woff") format("woff"), url("../fonts/sce3.7w1.ttf") format("truetype"), url("../fonts/sce3.7w1.svg#sce3.7w1") format("svg");
    font-weight: normal;
    font-style: normal;
    font-stretch: normal
}

@font-face {
    font-family: "sce3.7w2";
    src: url("../fonts/sce3.7w2.eot");
    src: url("../fonts/sce3.7w2.eot?#iefix") format("embedded-opentype"), url("../fonts/sce3.7w2.woff") format("woff"), url("../fonts/sce3.7w2.ttf") format("truetype"), url("../fonts/sce3.7w2.svg#sce3.7w2") format("svg");
    font-weight: normal;
    font-style: normal;
    font-stretch: normal
}

.ps-button-icon {
    font-family: "sce3.7w1", Arial, sans-serif;
    font-size: 15px;
    line-height: 15px;
    padding: 0 3px;
}


/*
th.ps-button-icon,
.ps-button-icon{font-family:"sce3.7w1", Arial, sans-serif;
    font-size: inherit !important;
    padding:0 3px;
    font-weight:normal !important;
    font-stretch:normal !important;
}
*/


/* -----------------------------------------------------
    qr code frame
----------------------------------------------------- */

.qrframe {
    width: auto;
    height: auto;
    margin: 0 auto;
    padding: 20px;
    margin: 0 5px;
    border: 1px solid #4d4d4d;
}


/*-- テキスト内囲み --*/

.inTxtBox {
    border: 1px solid #000;
    background-color: #ccc;
    padding: 5px 10px;
    margin: 5px auto;
    word-wrap: break-word;
}


/* -----------------------------------------------------
    表
----------------------------------------------------- */


/* tableBox1 */

.tableBox1 {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #6e6e6e;
    border-bottom-width: 0px;
}

.tableBox1 th,
.tableBox1 td {
    border-collapse: collapse;
    text-align: left;
    font-weight: normal;
    padding: 6px 8px;
    border-bottom: 1px solid #6e6e6e;
}

.rtl .tableBox1 td {
    text-align: right;
}

.tableBox1 th {
    background-color: #4a3617;
    color: #fff;
    text-align: center;
}

.tableBox1.attack th {
    background-color: #910000;
}

.tableBox1.defence th {
    background-color: #192896;
}

.tableBox1.common th {
    background-color: #0a4614;
}

.tableBox1.block th,
.tableBox1.block td {
    display: block;
}


/*
.tableBox1.block th{ border-bottom-width:0px; }
*/

.tableBox1 td {
    background-color: #000;
    /*line-height:1.3em;*/
}
.tableBox2 {
    width: 100%;
    margin-bottom: 1em;
}

.tableBox2 th,
.tableBox2 td {
    padding: 0.5em;
    border: 2px solid #fff;
    text-align: center;
}

.tableBox2 td {
    font-size: 24px;
    font-weight: bold;
}

.tableBox2 img {
    width: 30px;
}

.tableBox2.pcNone th,
.tableBox2.pcNone td {
    padding: 0.2em;
}
@media screen and (max-width:768px) {
    .tableBox1 th,
    .tableBox1 td {
        display: block;
    }
}


/* -----------------------------------------------------
    sidr指定（スライドメニュー）
----------------------------------------------------- */

#logo {
    background: none #000;
}

.nav_logo img {
    position: relative;
    top: 57%;
    -webkit-transform: translateY(-57%);
    -ms-transform: translateY(-57%);
    transform: translateY(-57%);
}

.nav_konami {
    position: absolute;
    left: 17px;
    top: 17px;
}

@media screen and (max-width: 768px) {
    .sidr {
        width: 260px;
    }
    .nav_logo {
        height: 130px;
        overflow: hidden;
        max-width: 260px;
    }
    .nav_logo img {
        width: 190px;
    }
    .sidr ul {
        padding-bottom: 40px;
    }
    .nav_konami {
        width: 74px;
    }
}

@media screen and (min-width: 769px) {
    .sidr {
        display: block;
        position: absolute;
        top: 0px;
        left: 0px;
    }
    .sidr ul li ul li a,
    .sidr ul li ul li span {
        padding-left: 60px;
    }
    .nav_logo {
        height: 200px;
        overflow: hidden;
        max-width: 280px;
    }
    .nav_logo img {
        width: 230px;
    }
    .sidr.left {
        left: 0;
    }
}


/* -------------------------------------------------------------------

    7. 各ページ毎のスタイル

-------------------------------------------------------------------- */


/* top */

#mainVisual img.pcNone {
    max-height: 400px;
}

@media screen and (max-width: 768px) {
    body.control .tableBox1 td {
        text-align: center;
    }
}


/* -----------------------------------------------------
    control_base.html
----------------------------------------------------- */

#ctl_Tbl {
    margin-top: 40px;
}

#ctl_Tbl dl.dlBox1 {
    background-color: #505050;
    border-radius: 4px;
}

#ctl_Tbl dd span {
    float: left;
    margin-right: 20px;
    display: inline-block;
}

#ctl_Tbl dd span:last-child {
    margin-right: 0;
}

#ctl_Tbl var {
    background-color: #483313;
    color: #fff;
    font-weight: bold;
    border: 1px solid #F4D298;
    font-style: normal;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-right: 5px;
}

.rtl #ctl_Tbl var {
    margin-left: 5px;
    margin-right: 0;
}

.rtl_clear{
	direction:ltr;
	text-align:left;
}

/*GAME PLAN SETTINGS*/

.pitchDisplay_tbl th {
    vertical-align: middle;
}

.pitchDisplay_tbl th .txt {
    display: inline-block;
    min-width: 100px;
}

.termInst_box li {
    float: left;
    width: 32%;
    margin-right: 0.3%;
    border: solid 1px #fff;
}

.termInst_box li:last-child {
    margin-right: 0;
}

.termInst_box .title {
    margin: .6em 0 .4em;
    font-size: 15px;
    text-align: center;
}

.termInst_box img {
    width: 92%;
    margin: 0 4% 4%;
}

.planLabel01,
.planLabel02 {
    padding: 6px 9px;
}

.planLabel01 {
    background-color: #000;
}

.planLabel02 {
    background-color: #000;
}

@media screen and (max-width: 768px) {
    .termInst_box li {
        width: 49%;
        margin-bottom: 0.3%;
    }
}


/*THE MATCH SCREEN*/

.playerCursor_Tbl th {
    min-width: 70px;
    vertical-align: middle;
}


/*ESSENTIALS*/

#note01 {
    text-align: center;
    margin-bottom: 20px;
}

#note01 span.fc_attack,
#note01 span.fc_defence {
    padding: 2px 4px;
    border-radius: 4px;
    white-space: nowrap;
}


/*SET PIECES*/

.helpGuide_box {
    width: 100%;
    margin: 0 auto;
}

.helpGuide_box li {
    float: left;
    width: 49%;
    margin-right: 1%;
    border: solid 1px #fff;
}

.helpGuide_box li:last-child {
    margin-right: 0;
}

.helpGuide_box .title {
    margin: .6em 0 .4em;
    /*font-size:15px;*/
    text-align: center;
}

.helpGuide_box img.ss {
    width: 92%;
    margin: 0 4% 4%;
}

.helpGuide_box .caption {
    width: 92%;
    padding: 0 4% 4%;
}

@media screen and (max-width:1048px) {
    .helpGuide_box li {
        float: none;
        width: 99%;
        margin: 20px 0 0;
    }
}


/*myClub*/

.myClubWorks_Tbl p {
    max-width: 500px;
    margin: 5px auto 0;
}

.coinsAndGp_Tbl th {
    vertical-align: middle;
}


/*screen*/

.contentsInner {
    position: relative;
}


/*screen*/

.fixed {
    width: 100%;
    padding: 10px;
    position: fixed;
    left: 0;
    top: 55px;
    z-index: 20;
    background: #000;
    box-sizing: border-box;
}


/* 2017.2.23  ja only top_myClub*/

#ja_myclub {
    border: 2px solid #fff100;
    margin: 5px;
    padding: 20px;
}

#ja_myclub h3 {
    color: #fff100;
    margin-bottom: 5px;
    text-align: center;
    font-size: 1.2em;
}

#ja_myclub h4 {
    font-weight: bold;
    text-align: center;
    font-size: 1.1em;
    margin-top: 20px;
}

#ja_myclub img {
    width: 200px;
}

#ja_myclub .tableBox1 th {
    background-color: #544a2b;
    vertical-align: middle;
}

@media screen and (max-width: 768px) {
    #ja_myclub img {
        margin: 20px auto;
        display: block;
    }
}

@media screen and (min-width: 769px) {
    #ja_myclub img {
        float: left;
        width: 200px;
        margin: 0px 20px 20px 0px;
    }
}

.video-container {
    text-align: center;
    margin: 0 auto;
    width: 80%;
    max-width: 640px;
    position: relative;
    z-index: 9999;
    padding: 10px 10px 0;
    background-color: #fff;
}

.modal {
    width: 100%;
    height: auto;
    max-width: 640px;
    border: none;
    /*outline: 10px solid #fff;*/
}
.red {
    color: #f00;
}

/* 2016.10.25 */
.standup {
    border: 2px solid #fff100;
    padding: 1em;
}
.standup h2 {
    text-align: center;
    color: #fff100;
}
