<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

#seminar-list {
    margin-bottom:12px;
}

.seminar-h1 {
    font-size: 1.1em;
    font-weight: bold;
    background-color:#175544;
    color: #ffffff;
    padding: 6px 6px 0px 14px;
}

.seminar-all-view {
    padding-bottom: 4px;
    text-align:right;
    background: #175544;
    color: #ffffff;
}

.seminar-all-view a {
    font-size: 0.8em;
    color: #ffffff;
    padding-right:8px;
}


.seminar_wrap {
    padding: 8px 12px;
    border-bottom: 1px dotted #adb5bd;
    background-color:#ffffff;
}
.seminar_date {
    font-size: 0.85em;
    font-weight: bold;
    color:#333333;
}
.seminar_title {
    padding-left: 4px;
}
.seminar_lecturer {
    font-size: 0.87em;
    text-align:right;
    color:#333333;
}



.book-h1 {
    font-size: 1.1em;
    font-weight: bold;
    color: #e88432;
    /*border-top:1px dotted #e88432;*/
    border-top:2px solid #e9eff5;
    padding: 28px 6px 0px 14px;
}

.book-all-view {
    font-size: 1.1em;
    padding-bottom: 18px;
    text-align:right;
    color: #e88432;
    /*border-bottom:1px dotted #e88432;*/
}

.book-all-view a {
    font-size: 0.8em;
    color: #e88432;
    padding-right:8px;
}


.book_wrap {
    padding: 8px 12px;
    border-bottom: 1px dotted #333333;
    background-color:#ffffff;
}
.book_date {
    font-size: 0.85em;
    font-weight: bold;
    color:#333333;
}
.book_title {
    padding-left: 4px;
}
.author {
    font-size: 0.87em;
    text-align:right;
    color:#333333;
}
.price {
    font-size: 0.87em;
    text-align:right;
    color:#333333;
}

/*
.ttl{display:none;margin-top: 10px; font-weight: bold; text-align: center;}
.author{display:none; text-align: center; font-size: 85.71%; margin-top: 5px; color: #999999; }
.publication{display:none; text-align: center; font-size: 85.71%; color: #999999; }
.price{display:none; text-align: center; font-size: 85.71%; font-weight:bold; margin-top:5px; }
*/

.infoWrap {
    padding: 8px 12px;
    border-bottom: 0px;
    background-color:#ffffff;
}

.icon.book {
    background: url(https://www.zeiken.co.jp/common/store/images/icon_book.png) no-repeat 5px center;
}

.icon {
    display: inline-block;
    padding: 4px;
    padding-left: 30px;
}

/*
.newIcon{position:absolute;}
.img img{ width: 40%; height: auto; box-shadow: 0px 1px 2px rgba(0,0,0,0.2);display:inline-block;float:left;}
.ttl{margin-top: 10px; font-weight: bold; text-align: center;}
.author{ text-align: center; font-size: 85.71%; margin-top: 5px; color: #999999; }
.publication{ text-align: center; font-size: 85.71%; color: #999999; }
.price{ text-align: center; font-size: 85.71%; font-weight:bold; margin-top:5px; }
*/

.rbtn.bright {
    background: #0099cc;
}

/*
.searchInputWrap {
    overflow: hidden;
    padding: 0px;
    width: 100%;
    border: 1px solid #0099cc;
    border-radius: 5px;
}
*/

.searchInputWrap {
    overflow: hidden;
    padding-top: 0px;
    padding-bottom: 27px;
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
    background: transparent;
    border: none;
}

.searchInputArea #seach-input {
    width: 215px;
    border-radius: 5px;
    border: 1px solid #1c4b7b;
}

.spWidth {
    width: 190px !IMPORTANT;
}

.submitBtnWrap {
    width: 60px !IMPORTANT;
    position: relative;
}

.searchInputWrap .searchFormWrap {
    width: 100%;
}




.normalBookList{overflow: hidden;}
.normalBookList ul {overflow: hidden;padding: 0 5px;margin-top: -10px;margin-bottom: -1px;}
.normalBookList ul li{float: left;padding: 30px 15px 15px;margin-top: 5px;width: 20%;}
.normalBookList ul li .newIcon{position:absolute;}
.normalBookList ul li .img img{ width: 100%; height: auto; box-shadow: 0px 1px 2px rgba(0,0,0,0.2);border:1px solid #e9eff5;}
.normalBookList ul li .ttl{margin-top: 10px; font-weight: bold; text-align: center;}
.normalBookList ul li .author{ text-align: center; font-size: 85.71%; margin-top: 5px; color: #999999; }
.normalBookList ul li .publication{ text-align: center; font-size: 85.71%; color: #999999; }
.normalBookList ul li .price{ text-align: center; font-size: 85.71%; font-weight:bold; margin-top:5px; }


@media screen and (max-width: 736px) {
    .normalBookList ul li{float: none; width: 100%; overflow: hidden; padding: 10px; margin-top: 0;}
    .normalBookList ul li .img{float: left; width: 25%; margin-right: 10px;}
    .normalBookList ul li .infoWrap{  overflow: hidden;}
    .normalBookList ul li .ttl{text-align: left; margin-top: 0;}
    .normalBookList ul li .author{text-align: left;}
    .normalBookList ul li .price{text-align: left;}
    .entryBodyFirst p {
        text-indent: 16px;
        padding-top: 8px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 12px;
    }
    .entryBodyFirst li {
        padding-top: 12px;
        padding-bottom: 6px;
        padding-left: 0px;
        padding-right: 0px;
        font-size: 0.95em;
    }
    .book-h1 {
        padding-bottom: 14px;
    }
}
}</pre></body></html>