﻿

/*** for PC Browser ***/
@media (min-width:401px)
{
/* ===== タブインデックス ===== */
.tab3
{
    box-sizing: border-box;
    padding: 10px 0 0;
    margin: 0;
    width: 100%;
}


.tab3 ul
{
    margin: 0 auto;
    list-style: none;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    display: inline-flex;
}

.tab3 ul li
{
    border-color: #77D9A8;
    border-width: 2px 2px 0 0;
    border-style: solid;
    border-radius: 0;
    display: inline-table;
    width: 360px;
    box-sizing: border-box;
    cursor: pointer;
    font-size: x-large !important;
    font-weight: normal;
    text-align: center;
    padding: 0;
    color: #000000;
    margin: 0;
}

.tab3 ul li:first-child
{
    border-width: 2px 2px 0 2px;
}

.tab3 ul li.select
{
    background-color: #7DDFAE;
    border-radius: 0;
    margin-bottom: -2px;
    font-weight: bold;
    z-index: 10;
}

.tab3 ul li a
{
    color: #000000;
    text-decoration: none;
    display: table-cell;
    padding: 10px;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
    font-weight: 100;
    font-size: 110% !important;
}

.tab3 ul li.select a
{
    color: #000000;
    text-decoration: none;
}

.tab_off
{
    display: none;
}

.BrowserModuleSet_Div:not(.tab_off)
{
    display: inline-block;
}


.items1 .items li,
.items1 > h3
{
    margin: 10px 5px;
    padding: 0px 5px 0 0;
    font-size: medium;
    font-weight: normal;
    border-left: 5px solid #7DDFAE;
}

.items1 .items li a,
.items1 > h3 a
{
    font-size: large;
    font-weight: normal;
    display: block;
    line-height: 1.2em;
    padding: 5px;
    text-decoration: none;
    color: #000000;
}


.Item_basic .maincontents .theme{
    padding: 0 10px;
    line-height: 150%;
    font-size: large;
    text-align: left;
}

.Item_basic .maincontents .theme a {
    padding: 5px 10px;
    display: inline-block;
    text-decoration: none;
}

.Item_basic .maincontents .theme a img
{
    vertical-align: middle;
    margin-bottom: 3px;
}
}


/*** for Smart Phone ***/
@media (max-width:400px)
{
/* ===== タブインデックス ===== */
.tab3
{
    box-sizing: border-box;
    padding: 10px 0 0;
    margin: 0;
    width: 100%;
}

.tab3 ul
{
    margin: 0 auto;
    list-style: none;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    display: inline-flex;
}

.tab3 ul li
{
    border-color: #77D9A8;
    border-width: 2px 2px 0 0;
    border-style: solid;
    border-radius: 0;
    display: inline-table;
    width: 100%;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 90% !important;
    font-weight: 500;
    text-align: center;
    padding: 0;
    color: #000000;
    margin: 0;
}

.tab3 ul li:first-child
{
    border-width: 2px 2px 0 2px;
}

.tab3 ul li.select
{
    background-color: #7DDFAE;
    border-radius: 0;
    margin-bottom: -2px;
    font-weight: bold;
    z-index: 10;
}

.tab3 ul li a
{
    color: #000000;
    text-decoration: none;
    display: table-cell;
    padding: 10px;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
    font-weight: bold;
    font-size: 120%;
}

.tab3 ul li.select a
{
    color: #000000;
    text-decoration: none;
}



.tab_off
{
    display: none;
}

.BrowserModuleSet_Div:not(.tab_off)
{
    display: inline-block;
}

.tab3 ul li.select,
#ContentPane .LinkList_Standard h2
{
}

.topicframe .maincontents
{
    font-size: medium;
}

.topicframe .maincontents img
{
    max-width: 270px !important;
}


.items1 .items li,
.items1 > h3
{
    margin: 10px 5px;
    padding: 0px 5px 0 0;
    font-size: medium;
    font-weight: normal;
    border-left: 5px solid #7DDFAE;
}

.items1 .items li a,
.items1 > h3 a
{
    font-size: large;
    font-weight: bold;
    display: block;
    line-height: 1.2em;
    padding: 5px;
    text-decoration: none;
    color: #000000;
}


.Item_basic .maincontents .theme{
    padding: 0 10px;
    line-height: 150%;
    font-size: medium;
    text-align: right;
}

.Item_basic .maincontents .theme a {
    padding: 5px 10px;
    display: inline-block;
    text-decoration: none;
}

.Item_basic .maincontents .theme a img
{
    vertical-align: middle;
    margin-bottom: 3px;
}
}
