@charset "UTF-8";
/* ******************************************************************************** */
/*  七星文庫　about.scss                                                            */
/*                                                                        17.05.24  */
/* ******************************************************************************** */
/* ================================================================================ */
/*      外部CSS読み込み                                                             */
/* ================================================================================ */
@import url("./common.css");
/* ================================================================================ */
/*      枠組み                                                                      */
/* ================================================================================ */
/* -------------------------------------------------------------------------------- */
/*      フッター                                                                    */
/* -------------------------------------------------------------------------------- */
.footer {
  background-color: #f9f9f9; }

/* ================================================================================ */
/*      七星文庫について                                                            */
/* ================================================================================ */
/* -------------------------------------------------------------------------------- */
/*      ジャンボトロン                                                              */
/* -------------------------------------------------------------------------------- */
.jumbotron {
  background-image: url(../about/img/bcg.jpg);
  background-position: left top; }

.jumbotron h1{
  text-align: center;
  border: solid 1px #ffffff;
  padding: 1rem; padding: 10px;}

/* -------------------------------------------------------------------------------- */
/*      ご挨拶                                                                      */
/* -------------------------------------------------------------------------------- */
.signature {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  font-family: ackaisyo; }

/* -------------------------------------------------------------------------------- */
/*      財団概要                                                                    */
/* -------------------------------------------------------------------------------- */
#overview table tr:first-child th,
#overview table tr:first-child td {
  border-top: none; }

#overview table tr:last-child th,
#overview table tr:last-child td {
  border-bottom: solid 1px #ddd; }

/* -------------------------------------------------------------------------------- */
/*      レスポンシブル                                                                */
/* -------------------------------------------------------------------------------- */

@media (max-width: 480px) {
  .pull-left {
    float: none!important;}
}
