@charset "UTF-8";

/********************** 共通 start ********************/

/* quizImgUpdate 分類 */
select.bunrui {
  width : 5rem;
}

/* 人気トレンドクイズ、パネル選択 */
select.quiz-select-hint {
  width : 8rem;
}

#s-container  select.quiz-select-hint {
  padding-left :2px;
  padding-right:2px;
  width : 6.5rem;
}
/* ブロック崩し、パネル選択 */
select.quiz-select-block {
  width : 10rem;
}
/*
#s-container select.quiz-select-block {
  padding-left :2px;
  padding-right:2px;
  width : 9rem;
}
*/
/* ボール転がし  */
select.quiz-select-ball {
  width :6rem;
}

#s-container input.button {
  height:32px;
  padding : 3px 5px;
}
/* クイズ答え 入力 */
#quiz-kotae-input {
  width:270px;
}

#s-container textarea#quiz-kotae-input {
  width:75%;
}

/* クイズコメント */
textarea#quizcomment {
  width:15rem;
}

/* 迷路 選択 */
select.quiz-select-maze {
  width : 8rem;
}
#s-container select.quiz-select-maze {
  width : 5rem;
}

/********************** 共通 end ********************/

