<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
#wrapper #section-intro .img-box li {
  list-style:none;/*デフォルトの指定を解除*/
  display:inline-block;/*liをインラインブロック要素に*/
  padding:10px 0; /*縦の余白を指定*/
  width:337px;/*幅を指定*/
  vertical-align:middle;/*縦方向を中央揃え*/
  text-align:center;/*横方向を中央揃え*/
}</pre></body></html>