@charset "utf-8";
/* reset */
* {
    margin: 0;
    padding: 0;
}
img {
    border: 0;
}
img.am {
    vertical-align: middle;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
p {
    margin:0.8em 0;
}
ul, ol {
    margin:0;
    margin: 1em 0 1em 25px;
}
/* render html5 elements as block */
header, footer, section, aside, nav, article {
    display: block;
}
body {
    background-image: url(../images/bg.png);
    background-repeat: repeat-y;
    background-position: center top;
    font-size: 0.9em;
    text-align:center;
    line-height: 1.7;
    color:#333333;
    font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
}
body, x:-moz-broken {
    font-family:"Verdana", "ＭＳ Ｐゴシック", "Osaka－等幅"
}
* html body {
    font-family:"ＭＳ ゴシック", "MS Gothic", sans-serif;
}
/* layout */
#wrapper {
    width: 940px;
    margin: 0 auto;
    text-align: left;
    background:#FFF;
    overflow:hidden;
    box-shadow:0px 4px 6px 2px rgba(0,0,0,0.40);
}
.wrap {
    width: 940px;
    margin: 0 auto;
}
#inquiry_head img {
    text-align: right;
    position:absolute;
    top: 12px;
}
nav {
    width: 940px;
    height: 55px;
    margin: 0 auto;
    margin-top: -55px;
    text-align: right;
}
#topimage {
    width: 940px;
    margin: 0 auto;
    padding: 0;
}
* html #topimage {
    margin-left: 10px;
    position: relative;
    top: -1px;
}
#main {
    width: 940px;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
}
* html #main {
    margin-left: 10px;
}
#content {
    float: left;
    width: 645px;
    margin-left: 35px;
    min-height:450px;
}
* html #content {
    margin-left: 10px;
}
#sidebar1 {
    float: left;
    padding-left: 15px;
    width: 210px;
}
#sidebar2 {
    float: right;
    padding-right: 15px;
    width: 200px;
}
#exhibition {
    margin-bottom: 7px;
}
#exhibition h2 {
    margin:0;
    padding:0;
    font-size: 100%;
}
#notice {
    margin:0;
    padding:0;
}
.bnr_notice {
    margin-bottom: 7px;
}
.bnr_notice a img {
    display: inline-block;
}
.bnr_notice a:hover img {
    filter: alpha(opacity=70);
    -moz-opacity:0.7;
    opacity:0.7;
}
#feedpipes h2 {
    margin:0;
    padding: 3px 5px 2px 5px;
    font-weight:bold;
    background-color: #808080;
    color: #ffffff;
    font-size: 90%;
}
footer {
    width: 940px;
    margin: 0 auto;
    clear: both;
}
* html footer {
    margin-left: 10px;
}
/* basics */

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    clear: both;
    color: #555;
}
a:link, a:visited {
    color:#1111cc;
}
a:hover, a:active {
    color: #997f55;
}

/** ARTICLES **/

#content p, ul, ol, hr {
    margin-bottom: 24px;
}
#content ul ul, ol ol, ul ol, ol ul {
    margin-bottom: 0;
}
#content h1, h2, h3, h4, h5, h6 {
    color: #555;
    margin: 0 0 20px 0;
    line-height: 1.5em;
}
.alignleft, img.alignleft {
    display: inline;
    float: left;
    margin-right: 10px;
}
.alignright, img.alignright {
    display: inline;
    float: right;
    margin-left: 10px;
}
.aligncenter, img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/* About KaLib */
#aboutkalib {
    margin-bottom: 15px;
}
#aboutkalib h1 {
    margin: 0;
    padding: 0;
}
#kami {
    list-style-type: disc;
    list-style-position: outside;
    margin: 0 8px 1em 20px;
}
#kami li {
    line-height: 140%;
    margin: 7px 0;
}
#denshisyoseki {
    list-style-type: disc;
    list-style-position: outside;
    list-style-image: url(../images/list_marker.gif);
    margin: 0 0 1em 20px;
}
#denshisyoseki li {
    line-height: 140%;
    margin: 7px 0;
}
#denshisyoseki strong {
    color:#C30;
    font-weight: bold;
}

/* Tab Menu */
.tabNav {
    position:relative;
    z-index:10;
    *zoom:1;
    margin: 0;
    padding: 0;
    font-size: 13px;
}
.tabNav li {
    float:left;
    margin: 0 0.25em 0 0;
    padding: 0;
    list-style:none;
}
.tabNav li a {
    display:block;
    border-top: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    padding: 5px 15px 4px 29px;
    background: #fbf7f4 url(../images/tab_out.png) top left no-repeat;
    color: #ffffff;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    text-decoration:none;
    outline: none;
}
.tabNav li a:visited {
    color: #ffffff;
}
.tabNav li a:hover {
    background: #ffffff url(../images/tab_active.png) top left no-repeat;
    border-bottom:1px solid #fbf7f4;
    color: #222222;
}
.tabNav li a.active, .tabNav li a:visited.active {
    background: #ffffff url(../images/tab_active.png) top left no-repeat;
    border-bottom:1px solid #fbf7f4;
    color: #333333;
    font-weight: bold;
}
.tabContent {
    clear:left;
    position:relative;
    top:-1px;
    /* z-index:1; */
    border:1px solid #cccccc;
    border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    width: 440px;
    padding:15px;
    background-color: #fbf7f4;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.tabContent:before, .tabContent:after {
    position: absolute;
    width: 40%;
    height: 10px;
    content: ' ';
    left: 10px;
    bottom: 10px;
    background: transparent;
    -webkit-transform: skew(-5deg) rotate(-5deg);
    -moz-transform: skew(-5deg) rotate(-5deg);
    -ms-transform: skew(-5deg) rotate(-5deg);
    -o-transform: skew(-5deg) rotate(-5deg);
    transform: skew(-5deg) rotate(-5deg);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.6);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.6);
    z-index: -10;
}
.tabContent:after {
    left: auto;
    right: 10px;
    -webkit-transform: skew(5deg) rotate(5deg);
    -moz-transform: skew(5deg) rotate(5deg);
    -ms-transform: skew(5deg) rotate(5deg);
    -o-transform: skew(5deg) rotate(5deg);
    transform: skew(5deg) rotate(5deg);
}

#tab_foruser h2 {
    font-weight: normal;
    font-size: 120%;
    margin-bottom: 10px;
    color: #000;
    text-decoration: underline;
}

/* Book */
#book {
    margin-bottom: 15px;
}
#book h1 {
    margin-top: 20px;
    margin-bottom: 0;
    line-height: 100%;
}
#book section {
    background-color: #f9f9f7;
}

.bookimg {
    float:left;
    margin: 15px 0 15px 10px;
    border: none;
}
a img.bookimg  {
    border: 4px #e1e2db solid;
}
a:hover img.bookimg, a:active img.bookimg {
    border: 4px #ec6800 solid;
}

.bookinfo {
    width: 355px;
    float: right;
    text-align: left;
    margin-bottom: 10px;
    margin-bottom/*\**/: 6px;
}
.bookinfo h2 {
    color: #003145;
    font-size: 113%;
    line-height: 146%;
    margin: 15px 8px 7px 0;
}
.bookinfo h2 span {
    color: #ffffff;
    font-size: 76%;
    font-weight: normal;
    line-height: 146%;
    padding: 2px 8px 1px 8px;
    margin-right: 6px;
}
/* 定期刊行物 */
span.periodical {
    background-color: #64800f;
}
/* 単行本 */
span.monograph {
    background-color: #6f514c;
}

#book hr {
    clear: both;
    border: none;
    border-top:1px #aaaaaa solid;
    border-bottom:1px #ffffff solid;
    color:#FFFFFF;
    width: 100%;
    height: 1px;
}
.price {
    line-height: 146%;
}
.price .emprice {
    color: #cc0000;
    font-weight: bold;
}
.publish {
    line-height: 146%;
}
.detail {
    margin-top: 7px;
    margin-right: 10px;
    text-align: right;
}
.feed_headframe {
    margin:0;
    padding:0;
    background-color: #808080;
    border: 1px #aaaaaa solid;
}
.feed_headtitle {
    margin:0;
    padding: 2px 6px;
    font-weight:bold;
    color: #ffffff;
    font-size: 12px;
}

#top_img {
    padding:0;
    margin:0;
    line-height:0;
}
#top_img img {
    width:100%;
    height:auto;
}

.bx-wrapper {
    max-width:100% !important;
    width:100% !important;
    height:300px;
    overflow:hidden !important;
    margin:0 auto 30px auto !important;
    border:none !important;
    background:none;
    -moz-box-shadow:none !important;
    -webkit-box-shadow:none !important;
    box-shadow:none !important;
}
.bx-viewport {
overflow:visible !important;
width:700px !important;
height:268px !important;
margin: 0 auto !important;
}
#top_img div[aria-hidden="true"] {
    opacity: 0.1;
    filter: alpha(opacity=10);
    -ms-filter: "alpha( opacity=10 )";
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    bottom: 5px !important;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background: #b1b1b1 !important;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: #ff442d !important;
}
.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -30px !important;
    outline: 0;
    width: 32px;
    height: 60px !important;
    text-indent: -9999px;
    z-index: 9999;
}
.bx-wrapper .bx-prev {
    left: 10px;
    background: url(../images/prev2.png) no-repeat 0 0 !important;
}
.bx-wrapper .bx-next {
    right: 10px;
    background: url(../images/next2.png) no-repeat 0 0 !important;
}

.box_new_list {
    overflow: hidden;
    margin: 0;
}
.box_new_list_in {
    width:119px;
    float:left;
    padding:5px;
    height:190px;
}
.thum_new_list {
    width: 90px;
    height: 128px;
    margin: auto auto 10px auto;
    position: relative;
    box-shadow: 0px 0px 6px 1px rgba(22,0,38,0.13);
}
.thum_new_list img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.title_new_list {
    font-size:12px;
    line-height:1.4;
}
h2.new_list {
    font-size:15px;
    color:#000 !important;
    background:url(../images/bg_h2.png) 0 bottom no-repeat;
    padding:0 0 5px 0;
}
.btn_list {
    text-align:center;
    clear:both;
    padding:15px 0;
    width:210px;
    margin:0 auto;
}
.btn_list a {
    display:block;
    padding:12px 15px;
    text-decoration:none;
    color:#000 !important;
    background:#ebebeb;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    line-height:1;
}

.btn_list a img {
    vertical-align:middle;
}


.box_recommended_list {
    overflow:hidden;
    margin:0 0 30px 0;
}
.box_recommended_list_in {
    width:119px;
    float:left;
    padding:5px;
    height:190px;
}
.thum_recommended_list {
    width:90px;
    height: 128px;
    margin: auto auto 10px auto;
    position: relative;
    box-shadow: 0px 0px 6px 1px rgba(22,0,38,0.13);
}
.thum_recommended_list img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.title_recommended_list {
    font-size:12px;
    line-height:1.4;
}
h2.recommended_list {
    font-size:15px;
    color:#000 !important;
    background:url(../images/bg_h2.png) 0 bottom no-repeat;
    padding:0 0 5px 0;
}


.box_picup {
    width:100%;
    height:100px;
    margin:0 0 20px 0;
    padding:0;
}
.box_picup ul {
    list-style:none;
    padding:20px 0 0 0;
    margin:0;
}
.box_picup ul li {
    margin:0;
    padding:0 5px;
    float:left;
}
.box_picup a img {
    width:119px;
}


/* Topics */
#topics {
    margin-bottom: 15px;
    padding: 0;
    background:#ebebeb;
    border:2px solid #d1d1d1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    max-height: 500px;
    overflow: auto;
    clear: both;
}
#topics h2 {
    font-size:18px;
    font-family:Arial, Helvetica, sans-serif;
    padding:8px;
}
#topics_line {
    padding-bottom: 0;
    padding-left: 8px;
    padding-right: 8px;
}
#topics_line p {
    position: relative;
    top: -24px;
    margin: 0 4px 4px 0;
    padding-bottom: 4px;
    border-bottom: 1px #cccccc dotted;
    font-size: 90%;
    line-height: 150%;
}

@media only screen and (min-width : 940px) {
    header {
        background-image: url(../images/bg_header.jpg);
        background-repeat: no-repeat;
        background-position: top center;
        height:109px;
        z-index:10000;
    }
}

@media only screen and (max-width : 939px) {


    #wrapper {
        width: 100%;
        margin-top: 70px;
    }
    .bx-wrapper {
        height: auto;
    }
    .bx-viewport {
        width: 100% !important;
        height: auto !important;
    }
    .bx-pager {
        position: static !important;
    }
    #main {
        width: auto;
    }
    #content {
        float: none;
        width: auto;
        margin: 0;
        padding: 0 5px 0 5px;
    }
    .box_new_list_in {
        width: 30%;
    }
    .box_picup ul li {
        width: 30%;
    }
    .box_picup a img {
        width: 100%;
    }
    .box_recommended_list_in {
        width: 30%;
    }
}