/*
Theme Name: X-T9-DTXMania
Theme URI: 
Template: x-t9
Description: X-T9 child theme customized for DTXMania.
Author: Vektor,Inc. / customized by FROM
*/

/* フローティングヘッダーの幅：
   vw 単位だとブラウザの幅によってズレるので % に変更。
*/
*[class*=scrolled-header-fixed] {
    width: 100%;
}

/* キーボード入力スタイル */
.wp-block-post-content kbd {
  font-size: 0.9em;
  padding: 0.3em 0.6em; 
  background-color: #e0e0e0;
  border-bottom: 3px solid #d1d1d1;
  border-radius: 5px;
}

/* '//' はコメント構文ではないので注意！ */