@charset "utf-8";
* {
    word-break: break-all;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(255, 255, 0, 0.4);
    -webkit-text-size-adjust: none;
}

body {
    margin: 0;
    background: #000 url(../images/bodyBG_sp.png) repeat-x 0 0;
    font-family: "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana, "Lucida Grande", "Lucida Sans Unicode", "Hiragino Kaku Gothic Pro", sans-serif;
    -webkit-text-size-adjust: none;
}

.jqMini {
    background: url(../images/sp_bg.png) repeat-x 0 300px;
}

ul, li, ol, li, p, h1, h2, h3, h4, h5, h6, dl, dt, dd {
    margin: 0;
    padding: 0;
}

address, cite, dfn, em, strong, var, th, ins, del, samp {
    font-weight: normal;
    font-style: normal;
}

h2 {
    margin: 15px 0;
    text-align: center;
}

h3 {
    margin: 0 0 .8rem;
    padding: 0 0 2px;
    border-bottom: 2px solid #fd882a;
    font-size: 15px;
}

h4 {
    position: relative;
    margin: 0 0px 10px;
    padding: 8px 0px 6px;
    line-height: 1;
    border-bottom: 2px solid #444;
    font-size: 23px;
}


/*--------------------------header--------------*/

.header {
    width: 100%;
    height: 57px;
    background: #222;
}

.nm_h1 {
    display: none;
}

.nm_sp {
    display: block;
    float: left;
    width: 235px;
    height: 48px;
    margin-left: 10px;
    padding: 14px 0 0 107px;
    color: #fff;
    font-size: 15px;
    line-height: 1.3;
    background: url(../images/logo_sp.png) no-repeat left 13px;
}

.nm_sp > span {
    display: block;
    font-size: 10px;
    font-weight: normal;
}


/*-------------------------- header nav--------------*/

.nav_ul_pc.nav_header {
    display: none;
}

.nav_list {
    position: absolute;
    right: 0;
    top: -50px;
    z-index: 100;
}

.nav_list #jqMiniTgl {
    float: right;
    display: block;
    width: 40px;
    height: 40px;
    margin: 0px 3px 0 0;
    background: url(../images/smpmenu.png) no-repeat center center;
    text-indent: -9999px;
    cursor: pointer;
}

.nav_list .nav_ul {
    display: none;
    background: #000;
    position: absolute;
    right: 0;
    top: 40px;
    width: 190px;
    z-index: 100;
}

.nav_list .nav_ul li a {
    display: block;
    padding: 0 10px;
    line-height: 50px;
    text-decoration: none;
    color: #ccc;
}

.nav_list .nav_ul li:hover {
    background: #333;
}


/*-------------------------- btn_nav--------------*/

.btn_nav {
    overflow: hidden;
    width: 100%;
}

.btn_nav .nav_ul_sp {
    background: #000;
}

.btn_nav .nav_ul_sp li {
    border-bottom: 1px solid #444;
}

.btn_nav .nav_ul_sp li a {
    display: block;
    padding: 0 10px;
    line-height: 50px;
    text-decoration: none;
    color: #fff;
    background: url(../images/nav_arr_spL.png) no-repeat right center;
    background-size: 18px 11px;
}

.btn_nav .nav_ul_sp li:hover {
    background: #666;
}


/*-------------------------- devname--------------*/

.devname {
    text-align: center;
}

.devname_ul {
    width: 290px;
    margin: 20px auto 10px;
    overflow: hidden;
}

.devname li {
    float: left;
    margin: 0 5px;
}

.devname_smp, .devname_tablet {
    display: inline-block;
    background-repeat: no-repeat;
    text-indent: -9999px;
}

@media screen and (max-device-width: 320px) {
    .devname_smp {
        width: 164px;
        background-image: url(../images/devname_smp_spS.png);
        background-position: 0 -50px;
    }
    .devname_tablet {
        width: 69px;
        background-image: url(../images/devname_tablet_spS.png);
        background-position: 0 -50px;
    }
}

@media screen and (min-device-width: 320px) {
    .devname_smp {
        width: 134px;
        height: 55px;
        background-image: url(../images/devname_smp_spL.png);
        background-position: 0 -69px;
        background-size: 134px 125px;
    }
    .devname_tablet {
        width: 134px;
        height: 55px;
        background-image: url(../images/devname_tablet_spL.png);
        background-position: 0 -69px;
        background-size: 134px 125px;
    }
}

.devname .active a {
    background-position: 0 0px;
}


/*-------------------------- deviceimg--------------*/

.deviceimg {
    width: 100%;
    height: auto;
}

.deviceimg_box {
    height: 315px;
    margin-top: -10px;
}

.devimg {
    color: rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
}

@media screen and (max-device-width: 320px) {
    #dvi_smp {
        width: 100%;
        height: 312px;
        background: url(../images/dvi_smp_spS.png) no-repeat center bottom;
    }
    #dvi_tablet {
        display: none;
        margin-right: 10px;
        width: 100%;
        height: 312px;
        background: url(../images/dvi_tablet_s.png) no-repeat center bottom;
    }
}

@media screen and (min-device-width: 320px) {
    #dvi_smp {
        width: 100%;
        height: 325px;
        background: url(../images/dvi_smp_spL.png) no-repeat center bottom;
        background-size: 302px 313px;
    }
    #dvi_tablet {
        display: none;
        margin-right: 10px;
        width: 100%;
        height: 337px;
        background: url(../images/dvi_tablet_spL.png) no-repeat center bottom;
        background-size: 305px 337px;
    }
}


/*-------------------------- badges--------------*/

.download {
    display: none;
}

.badges {
    margin: 10px 0;
    overflow: hidden;
    position: relative;
}

.badges ul {
    position: relative;
    left: 50%;
    float: left;
}

.badges li {
    position: relative;
    left: -50%;
    float: left;
}

.badges a {
    display: block;
    margin: 0 5px;
    display: inline-block;
    text-indent: -9999px;
}

@media screen and (max-device-width: 320px) {
    .badge-apple {
        width: 126px;
        height: 43px;
        background: url(../images/badge-apple-spS.png) no-repeat left center;
    }
    .badge-google {
        width: 140px;
        height: 86px;
        background: url(../images/badge-ggl-spS.png) no-repeat left center;
    }
}

@media screen and (min-device-width: 320px) {
    .badge-apple {
        width: 126px;
        height: 43px;
        background: url(../images/badge-apple-spL.png) no-repeat left center;
        background-size: 126px 43px;
    }
    .badge-google {
        width: 135px;
        height: 43px;
        background: url(../images/badge-ggl-spL.png) no-repeat left center;
        background-size: 135px 43px;
    }
}

.page {
    z-index: 200;
}

.page-inner {
    background: aliceblue;
}


/*-------------------------- page--------------*/

.pcpg {
    width: 100%;
    height: 100%;
    font-size: 13px;
}

.pcpg h1 {
    margin: 0 0px 15px;
    padding-top: 20px;
    font-size: 20px;
    color: #3d2d1a;
}

.pcpg .container {
    min-height: 480px;
    background: #faf4e0;
    padding: 0 10px 20px;
}

.apptitle {
    margin: 20px 0 15px;
}

.ft_ttl, .appimg_dl .step, input[type="submit"] {
    color: #fff;
    background: #eb8c11;
    background: -moz-linear-gradient(top, #eb8c11 20%, #ec7814 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #eb8c11), color-stop(100%, #ec7814));
    background: -webkit-linear-gradient(top, #eb8c11 20%, #ec7814 100%);
    background: -o-linear-gradient(top, #eb8c11 20%, #ec7814 100%);
    background: -ms-linear-gradient(top, #eb8c11 20%, #ec7814 100%);
    background: linear-gradient(to bottom, #eb8c11 20%, #ec7814 100%);
}

input[type="submit"] {
    width: 100%;
    margin: 0 auto;
    padding: 10px 0;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border: none;
    font-size: 16px;
    font-weight: bold;
}

@media screen and (max-device-width: 320px) {
    .apptitle {
        background: url(../images/app_name_spS.png) no-repeat center center;
    }
}

@media screen and (min-device-width: 320px) {
    .apptitle {
        height: 100px;
        background: url(../images/app_name_spL.png) no-repeat center center;
        background-size: 306px 100px;
        text-indent: -9999px;
    }
}

textarea, input[type="text"], input[type="email"] {
    width: 96%;
    margin: 4px 0 20px;
    padding: 6px .5em;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    font-size: 14px;
}

.form_div {
    height: 300px;
    margin-top: 20px;
    padding-top: 115px;
    background: url(../images/form_div_sp.png) no-repeat center 0;
    background-size: 182px 99px;
}

.form_div p {
    margin: 0 0 20px;
}

.contact_mail {
    margin: 0 20px 0;
    padding: .5em 1.3em;
    font-size: 16px;
    font-weight: bold;
}

#help {
    background: #faf4e0;
}

.app_name {
    margin: 0;
}


/*-------------------------- faqx--------------*/

.faq_box {
    margin: 15px 0 10px;
}

.fb_1 {
    border-top: 1px solid #ccc;
}

.faq_dl {
    margin: 0 0 5px;
    border: 1px solid #e5ddbe;
    font-size: 14px;
    line-height: 1.5;
    background: #fff url(../images/faq_Q.png) no-repeat 8px 10px;
}

.faq_dl dt {
    padding: 15px 15px 13px 44px;
    font-weight: bold;
    font-size: 15px;
    background: url(../images/faq_arr_open.prng) no-repeat right 25px;
}

.faq_dl dt.arr {
    background: url(../images/faq_arr_close.prng) no-repeat right 25px;
}

.faq_dl dd {
    padding: 13px 15px 10px 44px;
    background: url(../images/faq_A.png) no-repeat 8px 11px;
    border-top: 1px dotted #ccc;
}

.pagemove {
    display: none;
}


/*-------------------------- back--------------*/

.back {
    margin: 0 0 -20px;
    background: #333;
}

.back a {
    display: block;
    line-height: 4;
    text-align: center;
    text-decoration: none;
    color: white;
}

.pc_back {
    display: none;
}

.app_subtit {
    text-align: center;
    font-weight: bold;
}


/*-------------------------- features--------------*/

.sc_features {
    margin: 30px 0 10px;
    text-align: center;
}

.features {
    display: inline-block;
    font-weight: bold;
    color: White;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .2);
    width: 93%;
    margin: 5px auto 0;
}

.features li {
    display: inline-block;
    width: 90%;
    margin: 0 0 2px;
    padding: 2px 0 0 25px;
    text-align: left;
    line-height: 1.3;
    font-size: 16px!important;
    text-align: center;
}

@media screen and (max-device-width: 320px) {
    .features li {
        background: url(../images/features_icon_spS.png) no-repeat left 0;
    }
}

@media screen and (min-device-width: 320px) {
    .features li {
        background: url(../images/features_icon_spL.png) no-repeat left 0;
        background-size: 17px 17px;
    }
}

.features li span, .features li em {
    float: left;
    font-weight: bold;
}

.features li em {
    color: Yellow;
}

.discount {
    text-decoration: line-through;
}


/*-------------------------- newspapers--------------*/

.newspapers {
    background: url(../images/newspapers_sp_bg.png) repeat-x;
    overflow: hidden;
    font-size: 100%;
}

.newspapers h2 {
    margin: 10px;
    font-size: 15px;
    line-height: 1.3;
    color: White;
}

.newspapers dl {
    width: 100%;
    overflow: hidden;
}

.newspapers dt, .newspapers dd {
    display: inline-block;
    float: left;
}

.npdl dt {
    font-weight: bold;
    font-size: 14px;
    color: White;
}

.newspapers .kanto dd, .newspapers .kansai dd {
    padding: 0 .6em;
    font-size: 11px;
    line-height: 19px;
    border-radius: 13px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
}

.newspapers .kanto dd {
    background: #267189;
    color: White;
}

.newspapers .kansai dd {
    background: #e35f00;
    color: White;
}

.np_fan_comment, .np_tit {
    display: none;
}

.np_box {
    width: 200px;
    margin: 0 auto 20px;
    padding-left: 103px;
    background: url(../images/np_keiba.png) no-repeat left center;
}


/*-------------------------- ft--------------*/

.ft {
    margin: 5px 0 10px;
    padding: 0 15px 20px;
    background: #fff;
    border: 1px solid orange;
}

.ft_ttl {
    margin: 0 -15px 15px;
    padding: 5px 12px;
    font-weight: bold;
    text-align: left;
    font-size: 16px;
}

.ft_txt {
    margin: 0 0 10px;
}

.ft table {
    width: 100%;
    margin: 0 0 10px;
    border-collapse: collapse;
}

.ft table th, .ft table td {
    padding: 5px 2px;
}

.ft table th {
    background: #f0f0f0;
}

.ft tbody td {
    padding-right: 10px;
    color: Red;
    font-weight: bold;
    text-align: right;
}

.fan_p {
    margin: 20px 0;
}


/*-------------------------- #screenshot--------------*/

.device {
    clear: both;
    display: block;
    margin: 0;
}

.device span {
    width: 90%;
    display: block;
    margin-top: -1px;
    padding: 7px 15px;
    font-weight: bold;
    font-size: 14x;
    color: #aaa;
    text-align: center;
    border: 1px solid #ccc;
}

.device span:hover, .device .active {
    cursor: pointer;
    color: #333;
    background: #fafafa;
}

.android_img {
    display: none;
}

.iphone_img h2, .android_img h2 {
    margin: 20px 0 15px;
}

.appimg_dl {
    display: block;
    width: 100%;
    height: 410px;
}

.appimg_dl dt {
    display: block;
    height: 340px;
    background-repeat: no-repeat;
}

.appimg_dl dd {
    height: 60px;
    margin: 0;
    padding: 5px 40px;
    text-align: center;
}

.appimg_dl .step {
    display: block;
    line-height: 26px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.ai_iphone dt, .ai_android dt {
    background-position: center 40px;
}

.ai_iphone .img01 {
    background-image: url(../images/iphone01.png);
}

.ai_iphone .img02 {
    background-image: url(../images/iphone02.png);
}

.ai_iphone .img03 {
    background-image: url(../images/iphone03.png);
}

.ai_iphone .img04 {
    background-image: url(../images/iphone04.png);
}

.ai_iphone .img05 {
    background-image: url(../images/iphone05.png);
}

.ai_iphone .img06 {
    background-image: url(../images/iphone06.png);
}

.ai_iphone .img07 {
    background-image: url(../images/iphone07.png);
}

.ai_iphone .img08 {
    background-image: url(../images/iphone08.png);
}

.ai_android .img01 {
    background-image: url(../images/android01.png);
}

.ai_android .img02 {
    background-image: url(../images/android02.png);
}

.ai_android .img03 {
    background-image: url(../images/android03.png);
}

.ai_android .img04 {
    background-image: url(../images/android04.png);
}

.ai_android .img05 {
    background-image: url(../images/android05.png);
}

.ai_android .img06 {
    background-image: url(../images/android06.png);
}

.ai_android .img07 {
    background-image: url(../images/android07.png);
}

.ai_android .img08 {
    background-image: url(../images/android08.png);
}

.pagemove_appimg, .pagemove_appimg2 {
    display: none;
}

.iframe_container {
    padding: 1.5rem;
    background: #FAF4E0;
}

html.iframe_container body {
    background: none;
}

#jqmini .app_page .container {
    height: 100%;
    padding: 0;
}

.app_sp_container {
  max-width: 400px;
  margin: 0 auto;
}