@charset "UTF=8";
/* p {display: table;
   margin: 0 auto;} */
  body{background-color:rgb(255, 237, 163);
        font-family:'Times New Roman', Times, serif;
      text-align:center;}

      
  /* *{
    outline: 2px red solid;
} *//* 右の余白駆除のお医者さん */


/* #content_main.article{
      height:250x;
      margin-top:20px;
      background-color:red;
} */

pre{font-family:'Times New Roman', Times, serif;
      white-space: pre-wrap; 
      max-width:80% auto;
      font color:red;
}

#about-item p {
      display: inline-block;
      text-align: left;
     }

     .moji{
      text-align:center;
     }

     ul {
      list-style-type: none!important;
      display: flex;
      padding-left:0;
      justify-content: space-around;
      text-align: center;
    }
    li {padding-left:0;
      list-style:none
    }
    img {
      width: 100%;
    }
    ul li { list-style-type:none; background-image:none; padding-left:0; }

    .bo{
            background-color:white;
            font-size:110%;
            font-weight:900;
            color:black;
            /* text-shadow:2px 2px 1px blue; */
border-radius:12px 12px 12px;
            border:4px solid red;
            width:110%
    }