/*
 *  * 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;}

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