/*
 *  * Theme Name:skeleton-b
 *   * Theme URI:
 *    * Author: hanmoto.com
 *     * Author URI:
 *      * Description: 佐藤さんデザインによる
 *       * Version:0.9
 *        * Text Domain: hanmoto
 *         * */

@import url('css/style.css');

/* モバイルでバナーなどが画面幅を超えないように強制的に指定しておく */
ins img {max-width:100% !important;}

.booklist-item {
  margin-bottom:  .75rem;
  padding-bottom: .25rem;
}
.badge-fax {
  background: blue;
}

@media print {
 a[href]:after {
 content: "" !important;
 }

 abbr[title]:after {
 content: "" !important;
 }
}
