﻿

/*** for PC Browser ***/
@media (min-width:401px)
{
ul.select_tab
{
    width: 100%;
    display: table;
    list-style: none;
    margin: 10px 0 0;
    padding: 0;
    border: gainsboro;
    box-sizing: border-box;
}

ul.select_tab li
{
    display: table-cell;
    text-align: center;
    border: 1px solid #bfbfbf;
    box-sizing: border-box;
}

ul.select_tab li.select
{
    background-color: #D8EFD3;
    border-bottom: 2px solid #376332;
    box-sizing: border-box;
}

ul.select_tab li a
{
    width: 100%;
    display: block;
    padding: 15px;
    box-sizing: border-box;
    font-size: large;
    font-weight: bold;
    font-family: 'Zen Maru Gothic', serif, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Verdana, Osaka, Arial, sans-serif;
}

.tab_block
{
    background: #CBDDF7;
    padding: 0 10px 5px;
    box-sizing: border-box;
    width: 100%;
}

.tab_block .ModuleReference
{
    box-sizing: border-box;
    width: 100%;
}

.tab_block .ModuleReference h2
{
    border-radius: 0;
}

.tab_block h3
{
    margin: 0;
}

.pageoff
{
    display: none;
}
}
