@charset "UTF-8";

/* ================================
	bookLst
================================ */

/*	bookLst
---------------------- */
#bookLst{
    width: 850px;
    margin: 0 auto;
    position: relative;
}
#bookLst i{
    font-style: normal;
}

/*	audio
---------------------- */
a.control{
    display: block;
    width: 38px;
    height: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 100%;
    background: url(../img/bookImg/icn-sound.png);
    background-repeat: no-repeat;
    position: absolute;
    top: -20px;
    left: 710px;
    z-index: 100;
}
a.control:hover{
    cursor: pointer;
}
a.control.play{ background-position: 0 0;}
a.control.pause{
    background-position: 0 -10px;
}

/*	header
---------------------- */
#bookLst .header{
    width: 750px;
    height: 118px;
    margin: 0 0 9px;
    position: relative;
}
#bookLst .number{
    position: absolute;
    bottom: 0;
    left: 0;
    
    color: #7c7c7c;
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
    font-size: 13px;
    *font-size: 16px;
    font-size: 16px\9;
    letter-spacing: 1px;
    
    z-index: 10;
}
#bookLst .number span{
    font-size: 15px;
    *font-size: 19px;
    font-size: 19px\9;
}
#bookLst .number img{
    position: absolute;
    top: 6px;
    right: -55px;
}
#bookLst .ttl{
    position: absolute;
    bottom: 0;
    right: 0;
}

/*	menu
---------------------- */
#bookLst .menu{
    width: 850px;
    position: relative;
}
#bookLst .menu li{
    display: block;
    position: relative;
    width: 850px;
    height: 12px;
    margin: 0 0 3px;
}
#bookLst .menu li:not(.noneItm):hover{
    cursor: pointer;
}
#bookLst .menu i{
    display: block;
    width: 750px;
    height: 1px;
    border-bottom: 1px solid #fff;
    background: #dcddf1;
    position: absolute;
    top: 5px;
    left: 0;
}
#bookLst .active i,
#bookLst .menu li:not(.noneItm) i:hover{
    background: #a6b2dd;
}
#bookLst .menu a{
    display: block;
    width: 82px;
    height: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 102%;
    background: url(../common/bookImg/menuList.png);
    background-repeat: no-repeat;
    top: 1px;
    right: 0;
    position: absolute;
    
}

.dummyLine{
    width: 0;
    height: 1px;
    background: #333fa2;

    position: absolute;
    top: 0;
    left: 0;
}