/* 電子書籍用 Style Sheet (Start) */



.digital-title {
  width: 930px;
  background-color: #a7d28d;
  margin: -5px 0 5px 7px;
  padding: 6px; 
  border-radius: 2px;
  font-size: 13px;
  font-weight: bold;
}

.table1{
    border:1px #dcdcdc solid;
    width:850px;
    border-collapse: collapse;
    margin:10px;
    }

.td1{
    border:1px #dcdcdc solid;
    padding:8px 10px;
}

.table-list{
    border:1px #dcdcdc solid;
    width:1090px;
    border-collapse: collapse;
    }

table.table-list td{
    border:1px #dcdcdc solid;
}

.table-search{
    width:500px;
    background-color:#e3f0fb;
}

.search_title{
    color:#000080;
    font-weight:bold;
}

.table-sort{
    align:right;
    width:500px;
    margin-left:590px;
}

table.table-sort td{
    padding-top:10px;
    text-align:center;
}

.tr-blue{
    background-color: #e3f0fb;
    text-align:center;
}

.status{
    color:#ff0000;
    font-weight:bold;
    font-size:18px;
}

.message{
    color:#ff0000;
    font-weight:bold;
}

.button1{
    width:80px;
    height:30px;
}

.button2{
    width:100px;
    height:30px;
}
.BOOK_LIST .BOOK_LIST_ROW .BOOK_LIST_TITLE .BOOK_LIST_MENU FORM{
    display: inline;
}

.LIST_SEARCH_ITEM
{
    border-color: lightgray;
    display: inline-block;
    width: 280px;
    margin: 0 0 10px 0;
}
.LIST_SEARCH_ITEM span
{
    display: inline-block;
    width: 60px;
}
.LIST_SEARCH_ITEM input
{   
    display: inline-block;
    width: 200px;
}
.LIST_SEARCH_ITEM select
{
    display: inline-block;
    width: 200px;
}
#LIST_SEARCH_DATE.LIST_SEARCH_ITEM
{
    width: 500px 
}
#LIST_SEARCH_DATE.LIST_SEARCH_ITEM input
{
    width: 150px;
}

#SEARCH_YEAR_START
{
   width: 60px;
   text-align: right;
}
#SEARCH_YEAR_END
{
   width: 60px;
   text-align: right;

}
.SEARCH_BUTTON
{
    float: right;
}
.LIST_SEARCH_FIELD input#SEARCH_CLEAR,#SEARCH_LIST
{
    
    margin: 5px 0 0 15px;
}

.SORT_BUTTON
{   
    font-size:14px;
    width: 600px;
    margin: 30px 100px 10px 0;
    float: right;
}
#top.button-primary{
    height: 30px;
    width: 100px;
    margin: 0 0 -40px 10px;
}
#bottom.button-primary
{
    height: 30px;
    width: 100px;
    margin: -10px 0 30px 10px;
}
.form_digi_book table.BOOK_LIST
{
  margin 0 10px;
}

.PAGE_CHANGE span.page_num
{
    display: inline-block;
    width: 20px;
}
.PAGE_CHANGE a
{
    display: inline-block;
    margin: 0 5px;
}

#back.page_send {
    float: left;
    width: 250px;
}
#next.page_send {
    float: right;
    width: 250px;
}

#wpbody-content div.pbResults div.pbPdfRecord div.pbPreview p{
    background-color: #d3d3d3;
    border: 2px solid #c0c0c0;
    border-radius: 5px;
    display: inline-block;
    height: 16px;
    line-height: 16px;
    margin: 10px 15px 0 0;
    padding: 5px;
    text-align: center;
    width: 120px;
}
#COLUMN_TITLE.BOOK_LIST_COLUMN
{
    width:550px;
}
#COLUMN_PUBLISH.BOOK_LIST_COLUMN
{
    width:100px;
}
#COLUMN_CLASS.BOOK_LIST_COLUMN
{
    width:220px;
}
#COLUMN_TYPE.BOOK_LIST_COLUMN
{
    width:220px;
}
#COLUMN_TARGET.BOOK_LIST_COLUMN
{
    width:100px;
}
#COLUMN_STATUS.BOOK_LIST_COLUMN
{
    width:100px;
}
#COLUMN_APPLY.BOOK_LIST_COLUMN
{
    width:100px;
}
#COLUMN_APPROVAL.BOOK_LIST_COLUMN
{
    width:100px;
}
#COLUMN_UPDATE.BOOK_LIST_COLUMN
{
    width:100px;
}

/* 電子書籍用 Style Sheet (End) */

