@charset "utf-8";

/* ---- public ---- */

* {
    list-style: none;
    border: 0;
    font-style: normal;
    text-decoration: none;
    outline: none;
    resize: none;
    margin: 0;
    padding: 0;
}

html,
body {
    background: #eee;
}

a {
    color: #000;
    margin: 0 2px;
}

a:hover,
a.on {
    color: #39f;
}

input,
textarea,
select {
    outline: none;
    -webkit-appearance: none;
}

input[type=date] {
    -moz-appearance: none;
}

em {
    color: red;
}

img {
    border: 0;
    vertical-align: middle;
}

p,
h1,
h2,
h3,
h4,
h5 {
    text-indent: 30px;
    line-height: 150%;
    margin: 10px 0;
}

.helpMain h1 {
    color: #ff5f5a;
    font-size:26px;
}

/*--- main ---*/

.helpMain {
    background: #f7f7f7;
    font-size: 15px;
    border-radius: 5px 5px 0 0;
    padding: 0 0 30px 0;
    margin: 0 10px;
}

.helpCon {
    border: 1px solid #ddd;
    border-radius: 5px;
    background: #f7f7f7;
    border-bottom: 1px solid #ddd;
    border-radius: 5px;
    font-size: 15px;
    padding: 8px;
}

.helpCon h1 {
    text-indent: 0;
    text-align: center;
    line-height: 100%;
    margin: 5px 0 0;
}

.red {
    color: red;
}


/*-----------------------*/

.app_jpyd {
    background: #F25392;
}

.app_jpyd h1 {
    color: #F25392 !important;
}
.app_ydeal h1 {
    color: #ff5f5a !important;
}
p{word-wrap:break-word;;word-break:break-all;}