@charset="shift_jis";

body {background-image: url(../img/SS05_16.GIF); 
      background-repeat: repeat-y;
   /*   left; top; fixed; */ 
      width: auto; 
      position:absolute; left:120px; 
}


/* linkの指定 */
a { text-decoration: none; }  /*　下線なし　*/
a:link { color: #0000cc; }
a:visited { color: #000080; }
a:active { color: #ff0000; }


/* デフォルト　リスト　*/
ul {
  /* border: solid 2px skyblue;  */
  border: none;  */
  border-radius: 5px;
  padding: 0.5em 1em 0.5em 2.3em;
  position: relative;
}

ul li {
  line-height: 1.5;
  padding: 0.5em 0;
  list-style-type: none!important;
}

ul li:before {
    font-family: "Font Awesome 5 Free";
  content: "●";/*アイコンの種類*/
  position: absolute;
  left : 1em;/*左端からのアイコンまでの距離*/
  color: #414FA3;/*アイコン色*/
}


/* 2重枠 */
.kakomi1 {
    padding: 0.5em 1em;
    margin: 2em 0;
    border: double 5px #4ec4d3;
    border-radius: 10px;
    text-align:center;
    font-size: 20px;
    font-weight: bold;
    color: #007f91;
}

.kakomi1 p {
    margin: 0; 
    padding: 0;
}


/* 枠なし */
.kakomi2 {
    padding: 0.5em 1em;
    margin: 2em 0;
  /*  border: double 5px #4ec4d3;
    border-radius: 10px;   */
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #007f91;
}

.kakomi2 p {
    margin: 0; 
    padding: 0;
}


/* 画像　センタリング　*/
.img-center {
  text-align: center;
}

/*
resizeimage img { width: 100%; }
*/



resizeimage {
   max-width: 800px; /* 最大幅 */
   min-width: 240px; /* 最小幅 */
}

