﻿

/*** for PC Browser ***/
@media (min-width:401px)
{
.toshokan_info
{
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
}

.toshokan_info h2
{
    text-align: center;
    padding: 20px;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
    color: #4f4f4f;
    font-family: 'Zen Maru Gothic', serif, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Verdana, Osaka, Arial, sans-serif;
    font-weight: bold;
}

.toshokan_info .inside_info
{
    width: 100%;
    min-height: 400px;
    border-radius: 0 0 20px 20px;
    background-color: #ffffff;
    padding: 0 60px;
    box-sizing: border-box;
}

.toshokan_info .inside_info div
{
    padding: 30px 0;
}

.toshokan_info .inside_info div:first-child
{
    border-bottom: 3px solid #D4C6B0;
}

.toshokan_info .inside_info div h3
{
    font-family: 'Zen Maru Gothic', serif, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Verdana, Osaka, Arial, sans-serif;
    border-bottom: 3px double #6f906D;
    font-size: x-large;
    font-weight: bold;
    color: #0F5DA7;
    width: 100%;
    box-sizing: border-box;
    background: url(../../../images/lib/icon_tosho.png) no-repeat left top 50%;
    padding: 5px 5px 5px 55px;
}

.toshokan_info .inside_info div p
{
    line-height: 2;
}

.toshokan_info .inside_info div .tag
{
    background: #0A5097;
    color: #ffffff;
    padding: 1px 10px;
    margin-right: 5px;
    font-weight: bold;
    border-radius: 5px;
    min-width: 70px;
    text-align: center;
    box-sizing: border-box;
    display: inline-block;
    line-height: 1.5;
}
}


/*** for Smart Phone ***/
@media (max-width:400px)
{
.toshokan_info
{
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
}

.toshokan_info h2
{
    text-align: center;
    padding: 20px;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
    color: #4f4f4f;
    font-family: 'Zen Maru Gothic', serif, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Verdana, Osaka, Arial, sans-serif;
    font-weight: bold;
}

.toshokan_info .inside_info
{
    width: 100%;
    min-height: 400px;
    border-radius: 0 0 20px 20px;
    background-color: #ffffff;
    padding: 0 10px;
    box-sizing: border-box;
}

.toshokan_info .inside_info div
{
    padding: 30px 0;
}

.toshokan_info .inside_info div:first-child
{
    border-bottom: 3px solid #D4C6B0;
}

.toshokan_info .inside_info div h3
{
    font-family: 'Zen Maru Gothic', serif, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Verdana, Osaka, Arial, sans-serif;
    border-bottom: 3px double #6f906D;
    font-size: x-large;
    font-weight: bold;
    color: #0F5DA7;
    width: 100%;
    box-sizing: border-box;
    background: url(../../../images/lib/icon_tosho.png) no-repeat left top 50%;
    padding: 5px 5px 5px 55px;
}

.toshokan_info .inside_info div p
{
    line-height: 2;
}

.toshokan_info .inside_info div .tag
{
    background: #0A5097;
    color: #ffffff;
    padding: 1px 10px;
    margin-right: 5px;
    font-weight: bold;
    border-radius: 5px;
    min-width: 70px;
    text-align: center;
    box-sizing: border-box;
    display: inline-block;
    line-height: 1.5;
}
}
