@charset "Shift-JIS";

/*
 * トップ画面CSSファイル
 */
/* -------------------------------------------------------------------------- */

/* topTitle */
.topTitle {
  padding: 5px 0;
  background: #428ac9;
  color: #fff;
  -webkit-box-shadow: 0px 3px 5px 0 rgba(0,0,0,0.5) inset;
  box-shadow: 0px 3px 5px 0 rgba(0,0,0,0.3) inset;
}

.topTitle h2 {
  text-shadow: 2px 2px 3px rgba(0,0,0,0.4);
}

/* main */
.main {
  padding: 20px 0;/*
  background-color: #f7efd3;*/
}

p.subinfo {
  margin-top: 4px;
  margin-bottom: 0px;
  font-size: 0.9em;
}
