/*
.quiz {
  display: none;
}
*/

body {
	font-size: larger;
	line-height: 1.4em;
}

a:active {
/*   color: teal;  */
   text-decoration: none;
}

a:hover {
	background-color: inherit;
}


#quizHead {
	font-style: italic;
	background-color: #C9FF93;
  color: #000;
  text-shadow: 3px 4px 8px #AAA;
	font-weight: bold;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', 'Meiryo',  Osaka, serif;
  font-size: 14pt;
  margin: 0;
	padding: 0 0 10px 0;
  font-weight: bold;
	width: 100%;
/*  border-radius: 7px; */
	white-space: nowrap;
	height: 26pt;
}

/* 他辞書のボタン */
.odlIntTiny, .odlTiny { 
  display: none;
}


#pageTopTitleWithSearchField, #showDetailLink, #headWordDiv,
  #dictTitle /* <- mobile */
{
  display: none;
}


/* 例文内の検索語 */
.wordSearchingInReibun, #quizAnswer {
	font-weight: normal;
	background-color: #F200B3; /* #ED453C;  F700C1*/
	color: #F200B3;
	border-radius: 3px;
	margin-bottom: 0.1em;
}

.wordSearchingInReibun {
	padding: 0.1em 0.2em;
}

#quizAnswer {
	cursor: pointer;
	padding: 0.1em 1.4em;
	text-align: center;
}

.nextQuiz {
  border-radius: 0.3em;
	font-style: italic;
	background-color: #C0FF80;
	font-weight: bold;
  color: #115833;
  text-shadow: 3px 4px 8px #AAA;
	font-family: serif;
	margin-left: 1em;
	white-space: nowrap; 
	padding: 0.2em 0.6em 0.2em 0.4em;
	font-size: 14pt;
}


#topSpaceForFixedSearchForm {
	height: 0;
}


/* dict button */

  /* other dictionary link ボタン */
.dict, .dictOut {
	cursor: pointer;
  font-weight: bold;
  color: #FFF;
  background-color: #192777;
	border-width: 1px;
	margin-left: 2px;
  border-radius: 0.15cm;
	font-size: 12pt;
	padding: 1px;
	background-color: #00D;
}

#clickDictLink {
	display: none;
}

.dictOut {   /* 外部辞書 */
	border-color: #5E8367;
}

}

