
/* privacy */
.p-privacy .content_inner {
    padding-left: 3em;
    margin-top: -2em;
}
.p-privacy li {
    padding: 0.2em 0;
}
.p-privacy .add_dist li {
    list-style-type:disc;
}
.p-privacy table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    margin-bottom: 20px;
}
.p-privacy th, .p-privacy td {
    border: 1px solid #ddd;
}
.p-privacy th {
    font-weight: normal;
    background: #efeff4;
    padding: 5px 10px;
}
.p-privacy td {
    padding: 15px 20px;
}
.p-privacy .indent_1 {
    text-indent: -0.7em;
    padding-left: 1em;
}
.p-privacy .indent_2 {
    text-indent: -1.6em;
    padding-left: 1em;
}
.p-privacy .indent_3 {
    text-indent: -3em;
    padding-left: 1em;
}
.p-privacy .note {
    font-size: 14px;
}
.p-privacy .right {
    text-align: right;
}
.p-privacy a {
    color: #0073CF;
    text-decoration: underline;
}


/* informative */
.p-informative .content_inner {
    padding-left: 3em;
}
.p-informative li {
    padding: 0.2em 0;
}
.p-informative .add_dist li {
    list-style-type:disc;
}
.p-informative .indent_1 {
    text-indent: -0.7em;
    padding-left: 1em;
}
.p-informative .note {
    font-size: 14px;
}
.p-informative a {
    color: #0073CF;
    text-decoration: underline;
}

.tglsw{
    display:inline-block;
    width: 31px;
    height: 18px;

    background: #fff;
    color:#fff;
    padding:0;
    margin:0 5px 0 0;
    position: relative;
    top:3px;
    cursor: pointer;

    box-sizing: border-box;
    border-radius: 100px;
    border: 2px solid #e6e6e6;

    transition: box-shadow 0.2s ease-out, border-color 0.2s ease-out 0.02s;
}
.tglsw:after{
    height: 14px;
    width: 14px;

    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    content: "";

    transform: translateX(0);
    transition: all 0.2s ease-out;

    border-radius: 100px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    box-sizing: border-box;
}
.tglsw.on{
    box-shadow: 0 0 0 12.5px #40b8dc inset;
    border-color:#40b8dc;
}
.tglsw.on:after{
    transform: translateX(13px);
}

/*///////////view_local///////////*/
.view_local_wrap {
    position: fixed;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: visible;
    -webkit-overflow-scrolling: touch;
    z-index: 3;
}
.view_local_content {
    background: #fff;
    width: 400px;
    height: 320px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 5px;
    border: solid 2px #02899c;
}
.view_local_head {
    background: #b4e3ea;
}
.view_local_head .view_local_boby_title {
    float: left;
}
.view_local_head .content_button {
    float: right;
    width: 20px;
    text-align: center;
}
.clearfix:after {
    clear: both;
    content: '';
    display: block;
}
.view_local_boby {
    word-wrap: break-word;
    font-size: 12px;
    margin-top: 10px;
    width:390px;
    height: 270px;
    overflow-y: auto;
}
.view_local_boby table {
    table-layout: fixed;
    word-break: break-all;
    word-wrap: break-word;
    border-collapse: collapse;
}
.view_local_boby th {
    background-color: #9bc4ca;
    border: solid 1px #000000;
}
.view_local_boby td {
    border: solid 1px #000000;
}
.view_local_boby tr:nth-child(odd) {
    background: #f5fdff;
}
.view_local_boby .key {
    width: 100px;
}
.view_local_boby .obj_key {
    color: #a000e0;
}
