﻿/* 大分類(特撮・アニメなど)見出し */
    .dai{background-color:  #99FF66;}
/* 中分類(ウルトラマン・ゴジラなど)見出し */
    .cyu{background-color:  #990033;text-align: left;font-size: 12pt;color: #FFFFCC;font-weight: bold; width: 400px;}
/* 小分類(玩具・カプセルなど)見出し */
    .syou{background-color:  #FFFF66;font-size: 10pt;font-weight: bold;border: none;color: black;width: 400px;}

/* 細分類(玩具・カプセルなど)見出し */
    .sai{background-color:  #add1e9;font-size: 10pt;font-weight: bold;border: none;color: black;width: 400px;}

/* メニュー下部注意書き */
    .cautionary{font-size: 10pt;font-weight: bold;}

/*テーブル幅の固定*/
    table{width: 100%;table-layout: auto;}

/*表の横幅と枠線の設定*/
    .main{width: 100%;border: 0px;max-width: 400px;}

/* 個別ページの☆ */
    .page{background-color:  #FFFFCC;text-align: center;width:8%;}
/* 個別ページの☆ 箱などあり*/
    .pageHAKO{background-color:  #FFFFCC;color: #FF0000;text-align: center;width:8%;}
/* 個別ページの☆未コンプリート */
    .pageUN{background-color:  #330099;color: #FFFFCC;text-align: center;width:8%;}
/* 個別ページの☆未コンプリートだけど箱あり */
    .pageUNHAKO{background-color:  #330099;color: #FF0000;text-align: center;width:8%;}

/* 個別ページのタイトル */
    .title{background-color:  #FFFFCC;width:72%;font-size: 0.9em;}
/* 個別ページの年数 */
    .year{background-color:  #FFFF99;text-align: center;width:20%;font-size: 0.8em;font-weight: bold;}

/* 個別メニューの区切り用 */
    .haba{line-height: 0.2pt;background-color: green;}
/* 個別メニューの区切り用2 */
    .haba2{line-height: 0.5pt;}

/* ちょっとした注意書き */
    .cyuui{font-size: 0.85em;}

/* アコーディオンの三角を消す*/
    summary {list-style: none;}




    a.naibu {color: white;}
    a:link {color: #660000;}
    a:visited {color: #660000;}
    a:active {color: #660000;}
    A {text-decoration: none;}
    .MENU {border: 0px;}
    P {text-indent: 1em;margin-top: 0.75em;margin-bottom: 0.75em;line-height: 105%;}
    th {background-color:  Teal;color: #FFFFCC;}