body{
    margin:0;
    background: #ffffff;
    font-family:Sans-serif;
    user-select: none;
     -webkit-user-select: none;
    touch-callout:none;
    -webkit-touch-callout:none;
}
img{
    border:none;
}
div.wrap {
    background:#ffffff;
    margin:0 0px;
    padding:0 0 0;
    
}
h1{
    display:-webkit-box;
    -webkit-box-align:center;
    -webkit-box-pack:center;
    text-align: center;
    margin:6px 0;
    font-size:15px;
    line-height:1;
    height: 30px;
    overflow:hidden;
    word-break:break-all;
}
div.pht{
    margin:0 0 10px;
    position:relative;
}
div.pht img {
    margin: 0 auto;
    width:100%;
    display:block;
}

/* div.badge{
    margin:0 0 0;
    position:absolute;
right:10px;
top:164px;
z-index:100;
width:150px;
} */


ul{
    clear:both;
    list-style-type:none;
    padding:0;
    margin:0;
    width:100%;
}
li.tt{
    padding:8px 10px 0 12px;
    color: black;
    font-weight:bold;
    font-size:14px;
    line-height:1.2;
    word-break:break-all;
    text-indent:-14px;
    text-align: center;
}
li.txt{
    padding:8px 10px 8px 12px;
    color:black;
    font-size:14px;
    line-height:1.5;
    word-break:break-all;
}
li.txt.center{
    text-align: center;
    margin: 0 0 1em;
}
li.txt span.indent{
    display:block;
    padding-left:1em;
    text-indent:-1em;
}
li.txt span.indent.shop{
    display:block;
    padding-left:1em;
    text-indent:-1em;
    margin: 0 0 0.8em;
}
li.txt span.indent2{
    display:block;
    padding-left:2em;
}
li.line{
    width:100%;
    margin:6px 0;
    padding:0 ;
    clear:both;
    border-bottom:1px solid #ebebeb;
    color:#999;
    font-size:0.001px;
    line-height:1px;
}
li.linent{
    width:100%;
    margin:0 0 6px;
    padding:0 ;
    clear:both;
    border-bottom:1px solid #ebebeb;
    color:#999;
    font-size:1px;
    line-height:1px;
}
li.linent{
    width:100%;
    margin:0 0 6px;
    padding:0 ;
    clear:both;
    border-bottom:1px solid #ebebeb;
    color:#999;
    font-size:1px;
    line-height:1px;
}
li.vspc{
    width:100%;
    margin:0;
    padding:0 ;
    clear:both;
    font-size:12px;
    line-height:1;
}
li.badge{
    text-align:center;
    display: flex;
    align-items: center;
    justify-content: center;
}
li.badge a{
    display: inline-block;
    margin: 10px 10px 0;
}
li.badge a.apple img{
    width: auto;
    max-height:36px;
}
li.badge a.google img{
    width: auto;
    max-height:44px;
}
li.btn{
    width:100%;
    padding:0;
    display:-webkit-box;
    -webkit-box-pack:center;
    -webkit-box-align:center;
    text-align: center;
}
li .red{
    color:red
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    /*overflow:hidden;*/
    zoom:1;
}
.hidden {
    visibility:hidden;
}
span.kome {
    color:#dd0000;
}
a.btn {
    font-size:18px;
    color:white;
    background:#ff9900;
    border-radius:4px;
    width:280px;
    height:40px;
    display:-webkit-box;
    text-decoration:none;
    -webkit-box-align:center;
    -webkit-box-pack:center;
    margin-bottom:20px;
}
a.btn.gray {
    background:#aaaaaa;
}
a.linkbtn {
    display:inline-block;
    margin: 8px 0;
    padding: 10px 14px;
    font-size:14px;
    border: 1px solid #0d5fff;
    border-radius:4px;
    color:#333333;
    text-decoration:none;
}
.right{
    text-align:right;
}

span.link {
    padding-left:16px;
    padding-right:2px;
    background:url(../../img/link-32.png) no-repeat;
    background-size:12px 12px;
    background-position:right 49%;
}
span.extlink {
    padding-left:16px;
    padding-right:2px;
    background:url(../../img/external_link-32.png) no-repeat;
    background-size:12px 12px;
    background-position:right 49%;
}

.att{
    border-top:1px solid #ebebeb;
    font-size: 12px;
    margin: 1em 0;
    padding: 1em 12px 0;
    color: #666;
}



/* mainimg */
.mainimg{
    width: 100%;
    height: 142px;
    display: block;
    position: relative;
    top: 0;
    background: url(../images/bg.png) no-repeat top center;
    background-size: contain;
}
.mainimg .logo{
    width: 100%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.mainimg .logo img{
    max-width: 100%;
}