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

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

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

/* -------------------------------------------------------------------------------- */
/*      展示場所                                                                    */
/* -------------------------------------------------------------------------------- */
#place table tr:first-child th,
#place table tr:first-child td {
  border-top: none; }

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

/* -------------------------------------------------------------------------------- */
/*      レスポンシブル                                                                */
/* -------------------------------------------------------------------------------- */
@media (max-width: 480px) {
  .pull-left {
    float: none!important;}
}
