html, body
{
    min-height: 100%;
}

#all
{
    padding: 0 5px;
}

.novel
{
    margin: 10px 0;
}
#novelTitle
{
    padding: 3px 0px;
    font-size: 120%;
    font-weight: normal;
    border-top: 1px dotted #222;
    border-bottom: 1px dotted #222;
}
.novel p
{
    padding: 0 5px 70px 5px;
    margin: 20px 0 0 0;
}
#info
{
    padding: 0 5px 5px 5px;
    border-bottom: 1px dotted #222;
}

#frmPW
{
    margin: 30px 0 0 0;
}
#frmPW p
{
    margin: 10px 0;
    text-align: center;
}
#frmPW input[type*="password"]
{
    width: 250px;
    padding: 3px;
}
#frmPW input[type*="submit"]
{
    width: 120px;
    padding:3px;
    margin: 0 auto;
    color:#ffffff;
    font-size: 15px;
    line-height: 120%;
    text-align: center;
    text-decoration: none;
    background: #1B73BA;
    border: 2px solid #1B73BA;
    -webkit-box-shadow:0px 0px 0px 1px #ffffff inset;
    -moz-box-shadow:0px 0px 0px 1px #ffffff inset;
    box-shadow:0px 0px 0px 1px #ffffff inset;
    display: block;
    position:relative;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}
#frmPW input[type*="submit"]:hover
{
    color:#1B73BA;
    background: #ffffff;
}

/* ページャー */
#ulPager
{
    width: 100%;
    padding: 3px 0px;
    position: fixed;
    bottom: 0px;
    text-align: center;
    /* background: #F4F5F7; */
    background: #FFF;
}
#ulPager li
{
    display: inline-block;
}