  /*  Separated Line AES */ 
  .type_3 {
        border: 0;
        height: 34px;
        background-image: url("https://www.makinoakira1.com/eBay/neogeo/line2.png");
    }
    
    /*  Separated Line CD */ 
    .type_4{
        border: 0;
        height: 19px;
        background-image: url("https://www.makinoakira1.com/eBay/neogeo/line4.png");
    }
  
    
    /* Main Box */ 
    .main {
        width: 100%;
        margin: auto;
        background: url("https://www.makinoakira1.com/eBay/neogeo/background.jpg");
        background-repeat: repeat;
        border-style:solid;
        border-color:rgb(0, 0, 0);
        border-width:1px;
    }
    
    /* h1 Title Disign */ 
    h1 {
        text-align:center;
        margin:0.2em 0.2em 0em 0.2em;
        width:auto;
        background-color:#000000;
        line-height:80px;
        color:#d1c021;
        font-size:2.5em;
        display:block;
        border-radius: 10px;
    }
   
    /* Center Photo1 */
    .centerphoto1 {
        max-width: 100%;
        width: 970px;
        height: auto;
        margin: auto;
        border: solid 1px #000000;
    }
   
    /* Title */
    .title    {
        margin:0.5em 12em 0em 0.2em;
        padding:0;
        text-indent:0.5em;
        font-size:1.8em;
        background-color:#000000;
        background-position: left;
        border-top-left-radius:10px;
        color:#d1c021;
    }
    
    .titlecontent   {
        margin:0em 0.2em 0em 0.2em;
        padding:0em 0em 0em 2.2em;
        background: rgb(255, 255, 255);
        background-position: left;
        border-bottom-left-radius:10px;
        list-style-type: disc;
        color:#080808;
        line-height:1.5; 
    }
    
    li {
        color:#080808;
        font-size:1.8em;
        line-height:1.5; 
        text-indent: -1em;
        padding-left: 1em;
    }
    
    .titlecontent2 {
        color:#080808;
        font-size:1.8em;
        line-height:1.5; 
        text-indent: 0.5em;
        position: relative; 
    }
    
    /* 2階層目の箇条書き（About this item 内）用 */
    .titlecontent ul {
        margin-top: 0.2em;   /* 上の空きをほぼゼロに */
        margin-bottom: 0.2em;/* 下の空きを減らす      */
        padding-left: 1.6em; /* ちょっとだけインデント */
        list-style-type: disc;
    }
    
    
    
    .sublist {
        margin-left: 0.8em;
        padding-left: 0em;
        line-height: 1.5;
        font-size: 1.6em;
    }