@charset "utf-8";

/* ----------------------------------------

        表示中大問ラベル、表示中小問ラベル

   ---------------------------------------- */

.doc-question-vertical .nav-question-content {
    font-family: 'メイリオ', Arial;
    font-size: 16pt;
}
.doc-question-vertical .panel-question-xs {
    font-family: 'メイリオ', Arial;
    font-size: 16pt;
}

.doc-question-horizontal .nav-question-content {
    font-family: 'メイリオ';
    font-size: 16pt;
}
.doc-question-horizontal .panel-question-xs {
    font-family: 'メイリオ';
    font-size: 16pt;
}

/* ----------------------------------------

		駿台中学オンラインテスト 進路アドバイザー用

   ---------------------------------------- */

#adviser{
	border: 1px solid #cccccc;
	padding:20px 10px 20px 20px;
	margin-top:30px;
	border-radius: 10px;
}

#adviser .search_grade{
	float: left;
	width: 50px;
	height: 34px;
	line-height: 32px;
	text-align: center;
	color: #606060;
	background-color: #f0f0f0;
	border: 1px solid #cccccc;
	border-right: none;
	border-radius: 8px 0 0 8px;
}

#adviser .search_number{
	float: left;
	width: 100px;
	height: 34px;
	line-height: 32px;
	text-align: center;
	color: #606060;
	background-color: #f0f0f0;
	border: 1px solid #cccccc;
	border-right: none;
	border-radius: 8px 0 0 8px;
}

#adviser .input_form{
	width:100px;
	border-radius: 0 6px 6px 0;
	margin-right:10px;
}

#adviser .result{
	line-height: 34px;
	margin-right: 10px;
	padding: 6px 15px;
	background-color: #f9f9f9;
	border: 1px solid #e0e0e0;
	border-radius: 5px;
}


/* ----------------------------------------

		駿台中学オンラインテスト 管理者用

   ---------------------------------------- */

.status{
	padding:4px 5px 3px 5px !important;
	font-size:90%;
}



/* ----------------------------------------

		受験開始

   ---------------------------------------- */

.list-start{
	list-style:disc;
	   }

.text-question{
	color: #f0ad4e;
}

/*
 * --- 幅 ---
 */
.width-60 { width: 60px; }
.max-width{ max-width:100%;}
/* -解答解説レスポンシブ対応 国語画像サイズ start-*/
.jp-width{
    max-width:none;
    height:500px;
    max-height:100%;
}
/* -解答解説レスポンシブ対応 end-*/

/* - eof. */
