/*
	Theme Name: diver_child
	Template: diver
	Description:  Diverの子テーマです。
	Theme URI: http://tan-taka.com/diver/
	Author: Takato Takagi
 */

/* カスタマイズする場合にはこれより下に追記してください  */

.footer {
    text-align: center; /* 中央揃え */
    font-size: 80%; /* フォントサイズを80%に調整 */
    padding: 10px 0; /* 上下に少し余白を追加 */
    color: #333; /* 必要に応じて色を調整 */
}

/* テキスト変換を無効化 */
body, p, h1, h2, h3, h4, h5, h6, a, span, input, textarea, button {
    text-transform: none !important; /* 大文字・小文字変換を無効化 */
}

/* システムフォントの影響を排除 */
body {
    font-family: Arial, sans-serif;
}

/* 特定のテーマやプラグインが上書きしないように */
* {
    text-transform: none !important;
}


