﻿body{
    font-family:-apple-system,’Lucida Grande’,‘Helvetica Neue’,’Hiragino Kaku Gothic ProN’,‘游ゴシック’,’メイリオ’,meiryo,sans-serif;

    -webkit-text-size-adjust: 100%;
}






.container{
    max-width: 400px; !important;
    margin: auto; !important;


}

.tabContainer {
    overflow-x: auto; !important;
    padding-top: 0px; !important;
}
.tabContainer::-webkit-scrollbar {
    height: 5px; !important;
}
.tabContainer::-webkit-scrollbar-track {
    border-radius: 5px; !important;
    background: #f3f3f3; !important;
}
.tabContainer::-webkit-scrollbar-thumb {
    border-radius: 5px; !important;
    background: #66cdaa; !important;
}

.tab{
    display: table; !important;
    margin-top: 0px; !important;
}

.tab__button{
    display: table-cell; !important;
    text-align: center; !important;
    background-color: #66cdaa; !important;
    vertical-align: middle; !important;
    border: 2px solid white; !important;
    border-bottom-width: 4px; !important;
    min-width: 80px; !important;
}

.tab__button.active{
    border-bottom: solid #FF9999; !important;
}

.tab__button a{
    padding: 10px; !important;
    color: #fff; !important;
    display: block; !important;
    text-decoration: none; !important;
    font-size: 12px; !important;
    font-weight:bold;
}

.contents__content{
    background-color: #fff; !important;
    text-align: center; !important;
}

.contents__content div{
    clear: left; !important;
}

.contents__content div a{
    display: table; !important;
    width: 100%; !important;
    text-decoration: none; !important;
    padding: 10px; !important;
    border-bottom:1px solid #000; !important;
    color:#222; !important;
    text-align: left; !important;
    line-height: 1.5em; !important;
    font-size: 14px; !important;
}

.contents__content div a span{
    display: table-cell; !important;
    padding-left: 10px; !important;
    padding-right: 10px; !important;
} 

.contents__content div a:before{
    content:''; !important;
    width: 50px; !important;
    height: 50px; !important;
    display: block; !important;
    background-color: #fff; !important;
    display: table-cell; !important;
}


