@charset "utf-8";
/* =======================================

-----------------------------------------
INDEX
-----------------------------------------
1. common
========================================== */


/* common
========================================== */
#conditionsOfUsePage {
    border: 1px solid #e5e5e5;
    padding: 8px;
}
.wall.bg {
    background-color: #f5f5f5;
    padding: 8px;
}
#conditionsOfUsePage .title {
    font-size: 1.4rem;
    font-weight: bold;
    margin-top: 10px;
}
#conditionsOfUsePage .title ul {
    font-size: 1.2rem;
    font-weight: normal;
    margin-top: 4px;
}
#conditionsOfUsePage .title ul > li {
    padding-left: 1em;
    text-indent: -1em;
    margin-bottom: 4px;
}
#conditionsOfUsePage #privacyArea_text a {
    display: block;
    margin-bottom:  6px;
}