@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP');

body {
   margin-top:     0px;   /* 外側の余白(上側) */
   margin-right:  15px;   /* 外側の余白(右側) */
   margin-bottom: 30px;   /* 外側の余白(下側) */
   margin-left:   15px;   /* 外側の余白(左側) */
   padding: 0;            /* 内側の余白を消す(念のため) */
}

#title{
    font-family: 'Noto Sans JP', sans-serif;
}

.raw_string{
    font-size: 18px;
    font-family: 'Noto Sans JP', sans-serif;
}

button.button1 {
  font-size: 18px;
  position: relative;
  display: inline-block;
  padding: 0.25em 0.5em;
  text-decoration: none;
  color: #FFF;
  background: #fd9535;/*色*/
  border-radius: 4px;/*角の丸み*/
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  border: solid 2px #d27d00;/*線色*/
}

button.button1:active {
  /*押したとき*/
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}
