p.resizeimage { width: 100%; }
p.resizeimage img { width: 100%; }

p.fontsize1{font-size: 4vmin;}
p.fontsize2{font-size: 3vmin;}
p.fontsize3{font-size: 3vmin;}

ul, ol {
  padding: 0;
  position: relative;
}

ul li, ol li {
  width: 68%;/*囲いのサイズ*/
  color: #ffffff;/*背景色*/
  border-left: solid 6px #333333;/*左側の線*/
  border-right: solid 6px #333333;/*左側の線*/
  border-top: double 6px #333333;/*左側の線*/
  background: #555555;/*背景色*/
  margin-bottom: 1px;/*下のバーとの余白*/
 	line-height: 0;
  	padding: 0.1em;
  list-style-type: none!important;/*ポチ消す*/
}
