/* float用ハック */

.row:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.row {
    display: inline-table;
    /*\*/
    display: block;
    *height: 1%;
    /**/
}


/* MAINCONTENTS */

body {
    text-align: center;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-drag: none;
    -khtml-user-drag: none;
}

#cont {
    padding-top: 42px;
    margin: 0 auto;
    width: 100%;
    max-width: 540px;
    text-align: left;
}

.elementObj h1 {
    margin-bottom: 23px;
    font-size: 14px;
    font-weight: bold;
}

.elementObj p {
    line-height: 2.0;
}

@media print {
    .elementObj p {
        display: none;
    }
}