@import url(/mt-static/support/theme_static/eiger/css/base.css);
@import url(/mt-static/support/theme_static/eiger/css/screen2.css);

/* コメント、トラックバック用 */
@import url(/mt-static/support/theme_static/eiger/css/feedback.css);


body{
    font-family: "UD Digi Kyokasho NK-B";
    }
body p{
    font-weight:bold;
  }


h9{
    font-family: "UD Digi Kyokasho NK-B";
    margin: 0 0 35px 0;
    padding: 0;
    font-size: 26px;
    color: #006400;
}

h10 {
   font-family: "UD Digi Kyokasho NK-B";
    color: #254678;
    font-size: 21px;
    border-bottom: 2px solid #006400;
    padding: 0 0 5px 5px;
    margin: 0 0 10px 0;
}


.blackboard-box{
  background: #104300;
  margin: 1em 0;
  padding: 1em 1em 0 1em;
  border: 8px solid #a60;
  box-shadow: 2px 2px 4px #999, 2px 2px 2px #020 inset;
}

.blackboard-box p{
  margin: 0;
  padding: 0;
  color: #fff;

}

.chalk1{
  display: block;
  margin-top: 10px;
  margin-left: 90%;
  border: solid 3px #fff;
  width: 15px;
  border-radius: 3px 2px 0 2px;
}

.chalk2{
  display: block;
  margin-top: -6px;
  margin-left: calc(90% - 30px);
  border: solid 3px #ffee58;
  width: 20px;
  border-radius: 3px 2px 0 2px;
}

.box2 {
    position: relative;
    margin: 2em 0;
    padding: 1em 1em;
    border: solid 4px #79a7d9;
    border-radius:30px;
}
.box2 p {
    margin: 0; 
    padding: 0;
｝

h7 {
  padding: 0.5em;/*文字周りの余白*/
  background: #d4ecea;/*背景色*/
  border-left: solid 5px #63a6db;/*左線（実線 太さ 色）*/
}


/*
/ サンプルスタイル
*/

/* Body
body {
    font-size: 16px;
    font-family: sans-serif;
}
*/

/* カテゴリラベルカラー
.label {
  border-radius: 3px;
}

.label.category_basename {
  background-color: green;
}
*/

/* Responsive (Media Query)
body {
  background-color: lightgrey;
}

@media (min-width: 700px) {
  background-color: whitesmoke;
}

@media (min-width: 930px) {
  background-color: white;
}
*/
