@charset "utf-8";
/* ===================================================================
CSS information

 File Name  : section.css
 Style Info : コンテンツに関するスタイル指定
=================================================================== */

/* lowerVisual要素
----------------------------------------------------------- */
#lowerVisual {
  width: 100%;
  max-width: 986px;
  margin: 0px auto 5px auto;
  padding: 10px 0px 0px 0px;
  max-height: 150px;
  background: #f8f7f2;
  color: #111111;
  font-size: 131%;
  text-align: center;
  clear: both;
}
