

body{
  margin: 0;
padding:0;
  font-family:sans-serif;

}
input[type="button"] {
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  border: outset 2px #efefef;
  background-color: #efefef;
  outline: none;
  padding: 0;
}

input[type="button"]:active {
  border: inset 2px #999;
}



a:link, a:visited, a:active {
   color:#0000ff;
   text-decoration: underline;
 }

 main {
   padding: 8px;
 }

#wrapper {
  width: 100%;
  margin: 0 auto;
}

#questionText{
  padding: 8px 16px 8px 0px;
  font-size:28px;
  font-weight: bold;
}

#judgeResult {
  padding: 4px 20px;
  font-size: 24px;
}

#uniqueArea {
  padding: 8px 0;
}

#playQuestionButtonWrapper {
  padding: 8px 16px;


}

#playQuestionButton {
  width: 75px;
  height: 40px;
  font-size: 16px;
}

#answerButtonWrapper {
  padding: 20px 0px;
}

#bottomAnswerButtonWrapper input{
  height: 32px;
  width: 43px;
  margin-bottom: 5px;

  font-weight: 100;
  font-size: 1em;
}

/* #bottomAnswerButtonWrapper input[type="button"]:hover,
.hintAlt input[type="button"]:hover{
  border: outset 3px #e2e2e2;
  background-color: #e2e2e2;
  font-weight: 700;
}

#bottomAnswerButtonWrapper input[type="button"]:active,
.hintAlt input[type="button"]:active{
  border: outset 3px #999999;
  background-color: #999999;
  font-weight: 700;
} */

/* input[type="image"]:hover{
  background-color: #d4d4d4;
  opacity: 0.9;
}

input[type="image"]:active{
  background-color: #9c9c9c;
  opacity: 0.9;
} */

.answer-button {
  width: 64px;
  height: 32px;
}

.inline-block{
  display: inline-block;
}

.inline {
  display: inline;
}

.none {
  display: none;
}

.bg-blue {
  background-color: #b8daff;
}

.bg-red {
  background-color: #f8d7da;
}

/* CSSリセット */





/* CSSリセットおわり */
label, input[type='checkbox'] {
  cursor: pointer;
}

.pageTitle{

  font-size: 14px;

}


#identify{
  display: none;
}


#wrapper{
  max-width: 1000px;
  margin: 0 auto;
}


#contentsWrapper{
  padding: 0px 10px;
}

.listenVoice{

  text-align: center;

}

.listenVoice input[type="button"]{

  width: 200px;
  height: 50px;
  display: inline-block;

}

.accentMarkSpace input[type="button"]{
  height: 25px;
  width: 50px;
  box-sizing: border-box;
  border: solid 1px #000000;
  background-color: #fff;
  outline: none;
  padding: 0;
}

.accentMarkSpace{
  border-top: 1px currentColor solid;
  border-right: 1px currentColor solid;
  padding-right: 20px;
}

/* アクセント画像調整 */
.AccentImg{
  width: 12.5px;
  height: 25px;
}

#type1AccentImg{
  visibility: hidden;
}

#type2AccentImg{
  visibility: hidden;
}
#type3AccentImg{
  visibility: hidden;
}
#type4AccentImg {
  visibility: hidden;
}


/*1型...の選択肢を低く*/
#bottomAnswerButtons input [type="button"]{
  width: 35px;
  height: 25px;
}

.answerAlt.dispLetter{
  padding-left: 14px;
  /* padding: 14px; */
  /* margin-right: 4px; */
  background-color: #fff;

  font-weight: bold;
}

.noDispLetter{
  display: none;
}

.answerAlt.typeNotZero.lastType{
  font-size: 13px;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  border: solid 1px #000000;
  background-color: #fff;
  outline: none;
  padding: 0;
}

.answerAlt.typeZero input{
  margin-left: 20px;
}

#hintArea{
  margin-top: 20px;
  margin-bottom: 5px;
}

#hintArea2{
  margin-top: 5px;
  margin-bottom: 20px;
}

.hintAlt input[type="button"]{

  width: 35px;
  height: 22px;

  margin-right: 5px;
}

.hintString{
  padding-right: 5px;
}

#arrowLeft input[type="button"], #arrowRight input[type="button"]{

  width: 100px;
  height: 50px;

}

#clearLocalStorage ul{
  list-style: none;
  padding: 0;
}

#clearLocalStorage input[type="button"]{
  width: 200px;
  height: 30px;
}

#numberJumpArea{
  padding-top: 10px;
}

#nJABox{
  padding: 10px 0px;
}

#nJABox input[type="tel"]{

  width: 30px;
  height: 30px;
  text-align: right;

}



.bgRed{
  padding: 15px 0px;
  background-color: #ff545d;
  margin: 10px 0px;
}

.bgBlue{
  padding: 15px 0px;
  background-color: #5771ff;
  margin: 10px 0px;
}

.bgYellow{

  padding: 15px 0px;
  background-color: #f9ff87;
  margin: 10px 0px;

}

.bgNone{
  padding: 15px 0px;
  visibility: hidden;
  margin: 10px 0px;
}

.bgBlue p, .bgRed p{
  /*まるばつの記号を大きく表示*/
  font-size: 18px;

}
.bgYellow p, .bgNone p{
  /*まるばつの記号を大きく表示*/
  font-size: 20px;

}

/*画像ボタンに影をつける*/
input[type="image"] {
  padding: 5px;
  box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.4);
}

#historyTable{
  /* padding-top: 20px; 行数を取らないために消しました */
}


.nodisplay{
  display: none;
}




/*リクエストのCSS*/

/* トップ画面のメニュー文字 */

.topProbtypeStr
{
  font-size: 2em;
}

/*表の各項目の説明を消去*/
#type0HistoryTable table tr,
#type1HistoryTable table tr,
#type2HistoryTable table tr,
#type3HistoryTable table tr
{
  display: none;
}

#explain{
  display: none;
}

/*ヒントありの問題の問題番号消去*/
span.haveHintProbNum{
  display: none;
}

/*最後の選択肢をボックスで囲む*/
/*
.lastType {
  //padding: 17px 17px;
  border: solid 1px #000000;
}
.lastType p {
  margin: 0;
  padding: 0;
}
*/


/*最小値と最大値を見せない*/
#nJALimitNum{
  display: none;
}

/*履歴記号を大きく*/
#recentHistorySymbol {
  font-size: 23px;
}

/*前の問題へ・次の問題へを隠す*/
#arrowButtons{
  display: none;
}


/* ハンバーガーメニューのCSS */

header {
  padding: 10px;
  background: rgb(122, 212, 170);
  color: black;
}

#nav-drawer {
  position: relative;
}

/*チェックボックス等は非表示に*/
.nav-unshown {
  display:none;
}

/*アイコンのスペース*/
#nav-open {
  display: inline-block;
  width: 30px;
  height: 22px;
  vertical-align: middle;
}

/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
  height: 3px;/*線の太さ*/
  width: 25px;/*長さ*/
  border-radius: 3px;
  background: #555;
  display: block;
  content: '';
  cursor: pointer;
}
#nav-open span:before {
  bottom: -8px;
}
#nav-open span:after {
  bottom: -16px;
}

/*閉じる用の薄黒カバー*/
#nav-close {
  display: none;/*はじめは隠しておく*/
  position: fixed;
  z-index: 99;
  top: 0;/*全体に広がるように*/
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: .3s ease-in-out;
}

/*中身*/
#nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;/*最前面に*/
  width: 90%;/*右側に隙間を作る（閉じるカバーを表示）*/
  max-width: 330px;/*最大幅（調整してください）*/
  height: 100%;
  background: #fff;/*背景色*/
  transition: .3s ease-in-out;/*滑らかに表示*/
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);/*左に隠しておく*/
}

/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
  display: block;/*カバーを表示*/
  opacity: .5;
}

#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);/*中身を表示（右へスライド）*/
  box-shadow: 6px 0 25px rgba(0,0,0,.15);
}

#globalMenuOnPage ul li {
display: inline-block;
}

#globalMenuOnPage ul {
  padding: 0;
  margin: 8px 0;
}

  #globalMenuOnPage li {
    margin: 0 4px;
    }

    #startButton {
      margin: 8px 8px 32px 8px;
      height: 50px;
      width: 150px;
      font-size:24px;
    }

    .topMenuConfigForm ul{
      margin-top: 0px;
      list-style: none;
      padding: 0;
    }

.topMenuConfigForm p{
  margin-bottom: 0px;
  font-weight: bold;
}