@charset 'UTF-8';

@import 'common.css';

/*================================================
 *  ログイン
 ================================================*/

 #lgn-page, #fgt-page, #fgt-cfm-page {
    width: 980px;
}

#lgn-page abbr[title],
#fgt-page abbr[title] {
    border-bottom: hidden;
}

#lgn-header, #fgt-header, #fgt-cfm-header {
    border-bottom: 2px solid #0a27a3;
}

#lgn-content, #fgt-content, #fgt-cfm-content {
    border: solid 2px #BEBEBE;
    margin-top: 12%;
}

#lgn-title, #fgt-title, #fgt-cfm-title {
    background: #0a27a3;
    color: #fff;
    font-weight: bold;
    padding: 5px;
    margin-top: 10px;
    border: solid 2px #BEBEBE;
}

 @media (max-width: 768px) {
    #login-lab, #fgt-lab {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: right;
    }
}

#lgn-ID {
    margin-top: 10%;
}

#lgn-PW {
    margin-bottom: 5%;
}

#lgn-button {
    margin-bottom: 8%;
}

#lgn-button button {
    width: 80%;
}

#lgn-forget {
    margin-bottom: 10%;
}

/* forget */

#fgt-ID {
    margin-top: 5%;
}

#fgt-Emal {
    margin-bottom: 5%;
}

#fgt-button button, #fgt-cfm-button button {
    width: 85%;
    margin-bottom: 15%;
}

#fgt-cfm-button button {
    width: 85%;
    margin-top: 15%;
    margin-bottom: 15%;
}

#fgt-panel-title, #fgt-cfm-panel-title {
    border: solid 1px gray;

    width: 70%;

    margin-left: inherit;
    margin-top: 10%;
}

#fgt-cfm-panel-title + div {
    margin-top: 5%;
}


/*================================================
 *  お知らせ一覧
 ================================================*/
#notice-info {
    /* margin-top: 10px; */
}

#notice-info dl {
    border-bottom: 1px dotted #630;
    padding: 7px 5px;
}

#notice-info dt {
    font-size: 75%;
    color: #330000;
    font-weight: normal;
    background: none;
}

#notice-detail p.lib04 {
    background: url(../images/ico_lib-04.png) no-repeat right center;
    text-align: right;
    padding: 5px 50px 5px 5px;
}

#notice-detail p.lib04 span {
    font-weight: bold;
}

#notice-detail code {
    color: #000;
}

#notice-detail table {
    border-collapse: separate;
    border-spacing: 1px;
    width: auto;
    border: none;
    text-align: left;
    margin: 0.5em 10px 0px;
    padding-bottom: 10px;
}

#notice-detail table td {
    border: 1px solid #473960;
    text-align: left;
    padding: 2px;
    font-size: 95%;
}

/*================================================
 *  利用案内
 ================================================*/
#use-guide-h2 {
    font-weight: bold;
    margin-bottom: 1.8em;
    text-align: left;
}

#use-guide h3 {
    font-weight: bold;
    margin-bottom: 0.8em;
    font-size: 115%;
    text-align: left;
    padding: 15px 0;
    border-bottom: 5px solid #9999CC;
    margin-top: 1em;
}

#use-guide h3 span {
    /* padding-right: 20px; */
    margin-right: 5px;
}

#use-guide ul {
    margin-left: 2em;
}

#use-guide ul li {
    list-style: disc;
}

/*================================================
 *  カレンダ
 ================================================*/
#calendar-content {

}
#calendar-content .cal .cal-left {

}

#calendar-content .cal .cal-right {

}

#calendar-content .cal .cal-left table,
#calendar-content .cal .cal-right table
{
    width: 330px;
    border-collapse: separate;
    border-spacing: 1px;
    /* width: auto; */
    border: none;
    text-align: left;
    margin: 0.5em 10px 0px;
    padding-bottom: 10px;
}

#calendar-content .red {
    /* color: #ff6098; */
}

#calendar-content .blue1 {
    /* color: #44e8df; */
}

#calendar-content .cal .cal-left table caption,
#calendar-content .cal .cal-right table caption
{
    color: #325C8F;
    font-weight: bold;
    font-size: 90%;
    text-align: center;
    font-style: normal;
}

#calendar-content .cal .cal-left table th,
#calendar-content .cal .cal-right table th
{
    background: #B9CDE5;
    color: #325C8F;
    border: 1px solid #CFDDED;
    text-align: center;
    font-weight: bold;
    padding: 2px;
}

#calendar-content .cal .cal-left table td,
#calendar-content .cal .cal-right table td
{
    border: 1px solid #CFDDED;
    background-color: #fff;
    text-align: center;
    padding: 2px;
    font-size: 95%;
}

#calendar-content .cal .cal-left table td.closed,
#calendar-content .cal .cal-right table td.closed
{
    background-color: #FFD0D0;
    color: #aa0000;
    font-weight: bold;
}

#calendar-content h3 {
    font-weight: bold;
    /* margin-bottom: 0.8em; */
    font-size: 115%;
    text-align: left;
    padding: 15px 0;
    border-bottom: 5px solid #9999CC;
    margin-top: 1em;
}

#calendar-content h3 span {
    margin-right: 5px;
}

#calendar-content ul li.red {
    color: red;
}

#calendar-content .cal table th.text-grey,
#calendar-content .cal table td.text-grey {
    color: #aaaaaa;
}

#calendar-content .cal table td.event-green {
    color: green;
    background-color: #bbffbb;
}

#calendar-content .cal table td.closed-red {
    color: red;
    background-color: #ffbbbb;
}

/*================================================
 *  TOP
 ================================================*/
#right-main div.top-announce
{
    position: relative;

    border-bottom: 30px solid #66f;
}

#right-main div.top-announce dl
{
    padding: 7px 5px;

    border-bottom: 1px dotted #630;
}

#right-main div.top-announce dt
{
    font-size: 75%;
    font-weight: normal;
    color: #300;
    background: none;
    text-align: left;
}

#right-main div.top-announce ul li.list
{
    font-size: 14px;

    position: absolute;
    right: 10px;
    bottom: -25px;

    padding-top: 3px;
}

#right-main div.top-announce ul li.list a
{
    color: #FFF;
}

#right-main div.top-notice
{
    position: relative;

    margin-top: 20px;

    border-bottom: 30px solid #66f;
}

#right-main div.top-notice dl
{
    padding: 7px 5px;

    border-bottom: 1px dotted #630;
}

#right-main div.top-notice dt
{
    font-size: 75%;
    font-weight: normal;
    color: #300;
    background: none;
    text-align: left;
}

#right-main div.top-notice ul li.list
{
    font-size: 14px;

    position: absolute;
    right: 10px;
    bottom: -25px;

    padding-top: 3px;
}

#right-main div.top-notice ul li.list a
{
    color: #FFF;
}
/*================================================
 *  告知
 ================================================*/
#announce-info {
    /* margin-top: 10px; */
}

#announce-info dl {
    border-bottom: 1px dotted #630;
    padding: 7px 5px;
}

#announce-info dt {
    font-size: 75%;
    color: #330000;
    font-weight: normal;
    background: none;
}

#announce-detail p.lib04 {
    background: url(../images/ico_lib-05.png) no-repeat right center;
    text-align: right;
    padding: 5px 50px 5px 5px;
}

#announce-detail p.lib04 span {
    font-weight: bold;
}

#announce-detail code {
    color: #000;
}

/*================================================
 *  資料登録
 ================================================*/
#right-main div.data-reg-content span.new
{
    background-color: #92D050;
    font-weight: bold;
    line-height: 35px;
    display: inline-block;
    width: 100px;
    height: 35px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    outline: none;
}

#right-main div.data-reg-content span.edit
{
    background-color: #FFC000;
    font-weight: bold;
    line-height: 35px;
    display: inline-block;
    width: 100px;
    height: 35px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    outline: none;
}

#right-main div.data-reg-content div.isbn,
#right-main div.data-reg-content div.regCode,
#right-main div.data-reg-edit-content div.isbn,
#right-main div.data-reg-edit-content div.regCode
{
    /*height: 28px;*/
}

#right-main div.data-reg-content div.isbn label,
#right-main div.data-reg-content div.regCode label,
#right-main div.data-reg-edit-content div.isbn label,
#right-main div.data-reg-edit-content div.regCode label
{
    float: left;
    position: relative;

    text-align: right;
    vertical-align: middle;
    line-height: 30px;
    width: 85px;
}

#right-main div.data-reg-edit-content div.regCodeRea,
#right-main div.data-reg-edit-content div.title,
#right-main div.data-reg-edit-content div.resdisplay,
#right-main div.data-reg-edit-content div.publisher
{
    line-height: 30px;
}

#right-main div.data-reg-edit-content div.regCodeRead label,
#right-main div.data-reg-edit-content div.title label,
#right-main div.data-reg-edit-content div.resdisplay label,
#right-main div.data-reg-edit-content div.publisher label
{
    float: left;
    position: relative;

    text-align: right;
    vertical-align: middle;
    /*line-height: 30px;*/
    width: 70px;
}

#right-main div.data-reg-edit-content div.regCodeRead span.rcode,
#right-main div.data-reg-edit-content div.title span.rtit,
#right-main div.data-reg-edit-content div.resdisplay span.rdis,
#right-main div.data-reg-edit-content div.publisher span.rpub
{
    float: left;
    position: relative;
}

#right-main div.data-reg-content div.isbn input,
#right-main div.data-reg-content div.regCode input,
#right-main div.data-reg-edit-content div.isbn input,
#right-main div.data-reg-edit-content div.regCode input
{
    /*width: 60%;*/
    padding: 5px 10px;
/*    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;*/

    float: left;
    position: relative;
}

#right-main div.data-reg-content div.isbn button,
#right-main div.data-reg-edit-content div.isbn button
{
    width: 190px !important;
}
#right-main div.data-reg-content div.regCode button,
#right-main div.data-reg-edit-content div.regCode button
{
    width: 110px;
}

#right-main div.data-reg-content div.regCode,
#right-main div.data-reg-edit-content div.regCode
{
    margin-top: 20px;
}

#right-main div.data-reg-edit-content div.regCodeChangeBtn
{
    position: relative;
    top: 25px;
    z-index: 100;
}

#right-main div.data-reg-content div.TabbedPanelsContentGroup
div.TabbedPanelsContent table,
#right-main div.data-reg-edit-content div.TabbedPanelsContentGroup
div.TabbedPanelsContent table
{
    height: 40px;
}

#right-main div.data-reg-content div.TabbedPanelsContentGroup
div.TabbedPanelsContent table td,
#right-main div.data-reg-edit-content div.TabbedPanelsContentGroup
div.TabbedPanelsContent table td
{
    padding: 0 0 0 10px;
    vertical-align: middle;
}

#right-main div.data-reg-content div.TabbedPanelsContentGroup
div.TabbedPanelsContent table td input,
#right-main div.data-reg-edit-content div.TabbedPanelsContentGroup
div.TabbedPanelsContent table td input
{
    width: 100%;
    height: 100%;
}

#right-main div.data-reg-content div.TabbedPanelsContentGroup
div.TabbedPanelsContent table td input.datepicker,
#right-main div.data-reg-edit-content div.TabbedPanelsContentGroup
div.TabbedPanelsContent table td input.datepicker
{
    width: 30%;
    height: 100%;
}

#right-main div.data-reg-content div.TabbedPanelsContentGroup
div.TabbedPanelsContent table td input.datepicker + span,
#right-main div.data-reg-edit-content div.TabbedPanelsContentGroup
div.TabbedPanelsContent table td input.datepicker + span
{
    font-size: 31px;
    vertical-align: middle;
}

#right-main div.data-reg-content div.btnGroup button,
#right-main div.data-reg-edit-content div.btnGroup button
{
    width: 85px;
}

/*================================================
 *  資料登録雑誌タイトル登録
 ================================================*/
#right-main div.mag-title-reg-content span.new
{
    background-color: #92D050;
    font-weight: bold;
    line-height: 35px;
    display: inline-block;
    width: 100px;
    height: 35px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    outline: none;
}

#right-main div.mag-title-reg-content span.edit
{
    background-color: #FFC000;
    font-weight: bold;
    line-height: 35px;
    display: inline-block;
    width: 100px;
    height: 35px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    outline: none;
}

#right-main div.mag-title-reg-content div.issn label,
#right-main div.mag-title-reg-content div.magCode label
{
    float: left;
    position: relative;

    text-align: right;
    vertical-align: middle;
    line-height: 30px;
    width: 85px;
}

#right-main div.mag-title-reg-content div.issn input,
#right-main div.mag-title-reg-content div.magCode input
{
	padding: 5px 10px;
    float: left;
    position: relative;
    /*width: 60%;
    padding: 5px 10px;*/
}

#right-main div.mag-title-reg-content div.issn button
{
    width: 220px !important;
}

#right-main div.mag-title-reg-content div.magCode button
{
    width: 140px !important;
}

#right-main div.mag-title-reg-content div.magCode
{
    margin-top: 20px;
}

#right-main div.mag-title-reg-content div.TabbedPanelsContentGroup
div.TabbedPanelsContent table
{
    height: 40px;
}

#right-main div.mag-title-reg-content div.TabbedPanelsContentGroup
div.TabbedPanelsContent table td
{
    padding: 0 0 0 10px;
    vertical-align: middle;
}

#right-main div.mag-title-reg-content div.TabbedPanelsContentGroup
div.TabbedPanelsContent table td input
{
    height: 100%;
    width: 100%;
}

#right-main div.mag-title-reg-content div.TabbedPanelsContentGroup
div.TabbedPanelsContent table td input.datepicker
{
    width: 30%;
    height: 100%;
}

#right-main div.mag-title-reg-content div.TabbedPanelsContentGroup
div.TabbedPanelsContent table td input.datepicker + span
{
    font-size: 31px;
    vertical-align: middle;
}

#right-main div.mag-title-reg-content div.btnGroup button
{
    width: 85px;
}

/*================================================
 *  雑誌タイトル情報一覧
 ================================================*/
#right-main div.mag-title-content table
{
    width: 100%;
    margin-bottom: 0;
    vertical-align: middle;
    margin-top: 20px;
}

#right-main div.mag-title-content table th
{
    background-color: #0477bb;
    color:#fff;
    vertical-align: middle;
}

#right-main div.mag-title-content table td a:link
{
    color: #3A3AFF;
     /*color: #333;*/
    /* color: #660099; */
}

#right-main div.mag-title-content table td a:visited
{
    color: #3A3AFF;
     /*color: #333;*/
    /* color: #660099; */
}

#right-main div.mag-title-content table td a:hover
{
     text-decoration: none;
}

#right-main div.mag-title-content table td a:active
{
     /* color: #1A0DAB; */
    color: #660099;
}

/*================================================
 *  雑誌タイトル情報表示
 ================================================*/
#right-main div.mag-title-show-content div.TabbedPanelsContentGroup
div.TabbedPanelsContent table
{
    height: 40px;
}

#right-main div.mag-title-show-content div.TabbedPanelsContentGroup
div.TabbedPanelsContent table td
{
    padding: 0 0 0 10px;
    vertical-align: middle;
}

#right-main div.mag-title-show-content div.TabbedPanelsContentGroup
div.TabbedPanelsContent table td input
{
    height: 100%;
    width: 100%;
}

#right-main div.mag-title-show-content div.TabbedPanelsContentGroup
div.TabbedPanelsContent table td input.datepicker
{
    width: 30%;
    height: 100%;
}

#right-main div.mag-title-show-content div.TabbedPanelsContentGroup
div.TabbedPanelsContent table td input.datepicker + span
{
    font-size: 31px;
    vertical-align: middle;
}

#right-main div.mag-title-show-content div.btnGroup button
{
    width: 85px;
}

/*================================================
 *  個別雑誌情報一覧
 ================================================*/
#right-main div.individual-mag-content div.title p
{
    margin: 0;
}

#right-main div.individual-mag-content div.mag-title table
{
    width: 100%;
    height: 40px;
    margin-bottom: 1em;
    border-collapse: collapse;
    border: 1px solid #ddd;
    background: #fff;
}

#right-main div.individual-mag-content div.mag-title table th
{
    padding: 5px;
    text-align: left;
    vertical-align: middle;
    border: 1px solid #ddd;
    background: #99CCFF !important;
    /*font-weight: bold;*/
    width: 20%;
}

#right-main div.individual-mag-content div.mag-title table td
{
    padding: 5px;
    text-align: left;
    border: 1px solid #ddd;
}

#right-main div.individual-mag-content div.individual-title table
{
    width: 100%;
    margin-bottom: 0;
    vertical-align: middle;
    margin-top: 35px;
}

#right-main div.individual-mag-content div.individual-title table th
{
    background-color: #0477bb;
    color:#fff;
    vertical-align: middle;
}

#right-main div.individual-mag-content table td a:link
{
    color: #3A3AFF;
     /*color: #333;*/
    /* color: #660099; */
}

#right-main div.individual-mag-content table td a:visited
{
    color: #3A3AFF;
     /*color: #333;*/
    /* color: #660099; */
}

#right-main div.individual-mag-content table td a:hover
{
     text-decoration: none;
}

#right-main div.individual-mag-content table td a:active
{
     /* color: #1A0DAB; */
    color: #660099;
}

#right-main div.individual-mag-content div.btnGroup
{
    margin-top: 50px;
}

/*================================================
 *  個別雑誌登録
 ================================================*/
#right-main div.individual-mag-reg-content span.new
{
    background-color: #92D050;
    font-weight: bold;
    line-height: 35px;
    display: inline-block;
    width: 100px;
    height: 35px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    outline: none;
}

#right-main div.individual-mag-reg-content span.edit
{
    background-color: #FFC000;
    font-weight: bold;
    line-height: 35px;
    display: inline-block;
    width: 100px;
    height: 35px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    outline: none;
}

#right-main div.individual-mag-reg-content div.isbn,
#right-main div.individual-mag-reg-content div.regCode,
#right-main div.individual-mag-reg-content div.magCode
{
    line-height: 30px;
}

#right-main div.individual-mag-reg-content div.isbn label,
#right-main div.individual-mag-reg-content div.regCode label,
#right-main div.individual-mag-reg-content div.magCode label
{
    float: left;
    position: relative;

    text-align: right;
    vertical-align: middle;
    width: 90px;
}

#right-main div.individual-mag-reg-content div.isbn input,
#right-main div.individual-mag-reg-content div.regCode input,
#right-main div.individual-mag-reg-content div.magCode input
{
    /*width: 60%;*/
    padding: 5px 10px;

    float: left;
    position: relative;
}

#right-main div.individual-mag-reg-content div.title
{
    margin-top: 20px;
}

#right-main div.individual-mag-reg-content div.title,
#right-main div.individual-mag-reg-content div.resdisplay,
#right-main div.individual-mag-reg-content div.publisher
{
    line-height: 30px;
}

#right-main div.individual-mag-reg-content div.title label,
#right-main div.individual-mag-reg-content div.resdisplay label,
#right-main div.individual-mag-reg-content div.publisher label
{
    float: left;
    position: relative;

    text-align: right;
    vertical-align: middle;
    width: 90px;
}

#right-main div.individual-mag-reg-content div.title span.rtit,
#right-main div.individual-mag-reg-content div.resdisplay span.rdis,
#right-main div.individual-mag-reg-content div.publisher span.rpub
{
    float: left;
    position: relative;
}

#right-main div.individual-mag-reg-content div.isbn button
{
    width: 190px !important;
}

#right-main div.individual-mag-reg-content div.regCode button
{
    width: 110px;
}

#right-main div.individual-mag-reg-content div.magCode button
{
    width: 130px;
}

#right-main div.individual-mag-reg-content div.regCode,
#right-main div.individual-mag-reg-content div.magCode
{
    margin-top: 20px;
}

#right-main div.individual-mag-reg-content div.TabbedPanelsContentGroup
div.TabbedPanelsContent table
{
    height: 40px;
}

#right-main div.individual-mag-reg-content div.TabbedPanelsContentGroup
div.TabbedPanelsContent table td
{
    padding: 0 0 0 10px;
    vertical-align: middle;
}

#right-main div.individual-mag-reg-content div.TabbedPanelsContentGroup
div.TabbedPanelsContent table td input
{
    width: 100%;
    height: 100%;
}

#right-main div.individual-mag-reg-content div.TabbedPanelsContentGroup
div.TabbedPanelsContent table td input.datepicker
{
    width: 30%;
    height: 100%;
}

#right-main div.individual-mag-reg-content div.TabbedPanelsContentGroup
div.TabbedPanelsContent table td input.datepicker + span
{
    font-size: 31px;
    vertical-align: middle;
}

#right-main div.individual-mag-reg-content div.btnGroup button
{
    width: 85px;
}

/*================================================
 *  貸出履歴
 ================================================*/
#right-main div.loan-hist-content
{
}

#right-main div.loan-hist-content p.info,
#right-main div.loan-hist-content p.primary
{
    color: #6096D8;
    text-indent: 20px;
    /*margin-bottom: 0;*/
}

#right-main div.loan-hist-content p.primary
{
    margin-top: 20px;
}

#right-main div.loan-hist-content p.primary span.red
{
    color: red;
}

#right-main div.loan-hist-content table
{
    width: 100%;
    margin-bottom: 0;
    vertical-align: middle;
    /*margin-top: 20px;*/
}

#right-main div.loan-hist-content table th
{
    background-color: #0477bb;
    color:#fff;
    vertical-align: middle;
}

#right-main div.loan-hist-content table td a:link
{
     color: #6096D8;
    /* color: #660099; */
}

#right-main div.loan-hist-content table td a:visited
{
     color: #6096D8;
    /* color: #660099; */
}

#right-main div.loan-hist-content table td a:hover
{
     text-decoration: none;
}

#right-main div.loan-hist-content table td a:active
{
     /* color: #1A0DAB; */
    color: #660099;
}

#right-main div.loan-hist-content div.btnGroup
{
    margin-top: 20px;
}

#right-main div.loan-hist-content div.btnGroup button
{
    width: 85px;
}

/*================================================
 *  予約履歴
 ================================================*/
#right-main div.reserve-hist-content
{
}

#right-main div.reserve-hist-content p.info
{
    color: #6096D8;
    text-indent: 20px;
    /*margin-bottom: 0;*/
}

#right-main div.reserve-hist-content table
{
    width: 100%;
    margin-bottom: 0;
    vertical-align: middle;
    /*margin-top: 20px;*/
}

#right-main div.reserve-hist-content table th
{
    background-color: #0477bb;
    color:#fff;
    vertical-align: middle;
}

#right-main div.reserve-hist-content table td a:link
{
     color: #6096D8;
    /* color: #660099; */
}

#right-main div.reserve-hist-content table td a:visited
{
     color: #6096D8;
    /* color: #660099; */
}

#right-main div.reserve-hist-content table td a:hover
{
     text-decoration: none;
}

#right-main div.reserve-hist-content table td a:active
{
     /* color: #1A0DAB; */
    color: #660099;
}

#right-main div.reserve-hist-content div.btnGroup
{
    margin-top: 50px;
}

#right-main div.reserve-hist-content div.btnGroup button
{
    width: 85px;
}

/*================================================
 *  利用者情報表示
 ================================================*/
#right-main div.use-show-content div.btn-top button
{
    width: 100%;
}

#right-main div.use-show-content div.btn-bottom button
{
    margin-top: 30px;
    width: 100px;
}

#right-main div.use-show-content table
{
    width: 100%;
    height: 40px;
    margin-bottom: 1em;
    border-collapse: collapse;
    border: 1px solid #ddd;
    background: #fff;
    margin-top: 10px;
}

#right-main div.use-show-content table th
{
    padding: 10px;
    text-align: right;
    vertical-align: middle;
    border: 1px solid #ddd;
    background: #99CCFF !important;
    font-weight: bold;
    width: 22%;
}

#right-main div.use-show-content table td
{
    padding: 0 0 0 10px;
    text-align: left;
    border: 1px solid #ddd;
    vertical-align: middle;
}

#right-main div.use-show-content table td input
{
    height: 100%;
    width: 100%;
}

#right-main div.use-show-content table td textarea
{
    /*width: 100%;
    height: 100%;*/
}

/* form-style */
form .table-style td input {
    width: 100%;
    height: 38px;
}