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