/*
Theme Name: CE Forum
Theme URI: https://www.crav-ing.com/
Author: Craving Explorer
Author URI: https://www.crav-ing.com/
Description: Craving Explorer CE2.x系のフォーラム
Version: 1.0
License: MIT
License URI: 
Text Domain: ceforum
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
*/

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: 300;
}

html {
    font-size: 62.5%;
}

body {
    background: #fff;
    font-size: 1.4rem;
}

html, body, h1, h2, h3, h4, h5, h6, textarea, input {
    margin: 0;
    padding: 0;
    font-family: "Apple TP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

div, p, blockquote, ul, ol, dl, li, dt, dd {
    margin: 0;
    padding: 0;
}

a {
    color: #147FCC;
    background: transparent;
    transition: background 0.2s, color 0.2s;
}

a:visited {
    color: #666;
    text-decoration: none;
}

a:hover, a:focus {
    color: #333;
    background: #98d9d5;
    text-decoration: none;
}

h1.entry-title {
    font-size: 2.8rem;
    margin-bottom: 2.0rem;
    color: #444;
    font-weight: 200;
}