@charset "utf-8";
#fwCms_wrapper .bestselection_nav01 li a{
    background-color: #af0614;
    color: #fff570;
	font-weight: bold;
}
#fwCms_wrapper .teika_nav{
    background:#61340B !important;
    color:#fff !important;

    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
}

#fwCms_wrapper .teika_small{
    display:block;
    font-size:12px;
    font-family:"Hiragino Sans","Hiragino Kaku Gothic ProN",Meiryo,sans-serif !important;
    color:#fff !important;
    line-height:1.2;
	font-weight: 100;
}

#fwCms_wrapper .teika_large{
    display:block;
    color:#fff !important;
    line-height:1.2;
}
#fwCms_wrapper .teika_nav:hover,
#fwCms_wrapper .teika_nav:hover span,
#fwCms_wrapper .teika_nav:focus,
#fwCms_wrapper .teika_nav:focus span{
    text-decoration: none !important;
}
@media screen and (min-width: 768px) {
    #fwCms_wrapper .bestselection_nav02 li {
        width: calc((100% - 22px)/3);
    }
    #fwCms_wrapper .bestselection_nav02 li:nth-of-type(n+3) {
        margin-top: 0px;
    }
}