@charset "utf-8";

/*********************************
【共通説明文（大）】
*********************************/

body table[width="800"][cellspacing="0"][cellpadding="0"][border="0"] table[width="100%"][cellspacing="0"][cellpadding="0"][border="0"] td[width="100%"][align="center"] {
    width: 1200px;
    padding: 20px 90px 50px 90px;
}

body table[width="800"][cellspacing="0"][cellpadding="0"][border="0"] tbody > tr[valign="top"] td[width="630"] div[id="risFil"] table[width="100%"][vspace="5"] tbody > tr[valign="top"][align="center"] {
    width: 100%;
}


/*********************************
 カテゴリーページページ幅設定
*********************************/
#pagebody table[width="800"][cellspacing="0"][cellpadding="0"][border="0"] td[width="630"] {
    width: 1200px;
}

/*********************************
白背景設定
*********************************/
#pagebody > table:nth-child(5) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1) > table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1) > table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(2) > td:nth-child(3) > table:nth-child(4) {
    background: #ffffff;
    padding: 70px 90px 50px 90px;
    width: 1200px;
}
#item_navi{
    width: 600px;
}
#item_navi ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    padding: 0;
}

#item_navi ul li {
    width: 100%;
    width: 31%;
    margin-left: 2%;
    list-style: none;
}

#item_navi ul li a {
    display: block;
    width: 100%;
    padding: 3px 0;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    border: solid 1px #09A09A;
    font-size: 14px;
    color: #09A09A;
    border-radius: 20px;
}

img[src="/com/img/home/t.gif"] {
    width: 20px;
    max-width: 20px;
}





