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:block;
    text-align: center;
    margin:10px 0 20px;
    font-size:15px;
    overflow:hidden;
    word-break:break-word;
}
h2{
    display:block;
    text-align: left;
    margin:6px 8px;
    font-size:15px;
    overflow:hidden;
    word-break:break-word;
}
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-word;
}
li.txt{
    padding:2px 10px 8px 12px;
    color:black;
    font-size:14px;
    line-height:1.5;
    word-break:break-word;
}
.txtcenter{
    text-align:center;
}
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.vspc{
    width:100%;
    margin:0;
    padding:0 ;
    clear:both;
    font-size:12px;
    line-height:1;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    /*overflow:hidden;*/
    zoom:1;
}
.hidden {
    visibility:hidden;
}
.right{
    text-align:right;
}
.bold {
    font-weight:bold;
}
ul.ul li{
margin-left:20px;
padding-left:0px;
list-style-type:disc;
list-style-position:outside;
}
ul.ul li.note{
list-style-type:none;
text-indent:-20px;
}
