@charset "utf-8";

/* Mini Test
----------------------------------------------------------- */

@media all and (-ms-high-contrast:none) {
	body {
		font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	}
}

.ui-tooltip_01{
	background-color: #FFFCDB;	
}

input{
	resize: none;
	margin: 0;
	padding: 0;
}

textarea{
	font-family: "Noto Sans Mono", "Noto Sans Japanese", "メイリオ";
	resize: none;
	margin: 0;
	padding: 0;
}
.mt_qTQue, .mt_qTAns, .DDUQList{
	font-family: "Noto Sans Mono", "Noto Sans Japanese", "メイリオ";
	font-weight: 400;
}

div#headerWrap{
	height: 120px;
}
div#contWrap {
  padding: 120px 0 80px;
}
div#mt_contBox{
	width: 100%;
	margin: 0 auto;
		clear: both;
		overflow: hidden;
		position: relative;
}

div#mt_navigationWrap{
	width: 670px;
	height: 100%;
	position: absolute;
	vertical-align: middle;
	margin-top: 15px;
}

div#mt_navigationWrap > img{
	float: left;
}

div#mt_naviText{
	display: inline-block;
}

body.miniTest #navBtn li a {
    display: block;
    background: #FFF;
}

#footer p.cpright {
    color: #666;
}

/*========================= left column =========================*/
div#mt_leftCol{
	width: 710px;
	margin: 0;
	padding: 0;
	float: left;
	overflow: hidden;
}


#mt_leftCol:after{
	content: "";
	display: block;
	position: absolute;
	top: 55%;
	left: 712px;
	z-index: 20;
	width: 0px;
	height: 0px;
	border: 13px solid transparent;
	border-left: 13px solid #666;
}

div#mt_dropdownMenuWrap{
	width: 710px;
	color: white;
	overflow:visible;
	/*text-indent: 10px;*/
}
#mt_dropdownMenu{
    list-style-type: none;
}

#mt_dropdownMenu>li{
	margin: 0;
	padding: 0;
  float: left;
	margin-right: 1px;
	margin-bottom: 1px;
  width: 129px;
	height: auto;
  background-color: #666666;
	display: table;
	position: relative;
	word-break:break-all;
}
#mt_dropdownMenu>li>a.allShow,

#mt_dropdownMenu li span{
	display: table-cell;
	width: 100%;
	color: #fff;
	padding: 5px 25px 5px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	font-size: 13px;
	font-weight: bold;
	vertical-align: middle;
	line-height: 20px;
}

.mt_ddlmLiSpanB:before{
	content: "";
	vertical-align: middle;
	position: absolute;
  right: 8px;
	top: 50%;
	margin-top: -7px;
  width: 7px;
  height: 7px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mt_ddlmLiSpanA:before{
	content: "";
	vertical-align: middle;
	position: absolute;
  right: 8px;
	top: 50%;
	margin-top: -7px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#mt_dropdownMenu li:hover{
    background-color: #e68282;
}


#mt_dropdownMenu ul.mt_childMenu{
  display: none;
  position: absolute;
	margin: 0;
	list-style-type: circle;
	list-style-position: inside;
	color: white;
	z-index: 999;

	left: 0;
}

#mt_dropdownMenu ul.mt_childMenu li a:hover{
    background: #858585;
}


#mt_dropdownMenu ul.mt_childMenu li a{
    display: block;
    color: #fff;
	background-color: #777777;
	border-bottom: 1px solid #FFF;
	padding: 5px;
}

#mt_dropdownMenu ul.mt_childMenu  li a:hover{
    background: #858585;
}

div#mt_chapterBox{
	clear: both;
	width: auto;
	height: 40px;
	font-size: 22px;
	line-height: 40px;
	font-weight: bold;
	opacity: 0;
	padding-top: 30px;
}
div#mt_chapterBox span:before{
	content: "";
	display: block;
	width: 5px;
	height: 24px;
	background: #e06363;
	float: left;
	margin-top: 8px;
	margin-right: 10px;
}



#mt_questionListWrap{
	width: auto;
	position: relative;
}

#mt_questionListWrap table{
	width: 100%;
	height: auto;
	border: solid 1px #CCC;
	border-collapse: collapse;
	margin-top: -1px;
	table-layout: fixed;
/*	white-space: nowrap;*/
}

#mt_questionTableHeader{
	text-align: center;
	background-color: #EEE;
}

#mt_questionTableTitle{
	background-color: white;
	text-indent: 6px;
}
#mt_questionTableTitle span{
	color: #e60013;
	margin-left: 160px;
	display: none;
}



#mt_questionListWrap table tr{
	width: 100%;
	border-left: dashed 1px #CCC;
	border-right: dashed 1px #CCC;
	border-bottom: dashed 1px #CCC;
	height: 30px;
	vertical-align: middle;
}

#mt_questionListWrap table td{
	border: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	font-size: 11px;
}
#mt_questionTableWrap{
	width: auto;
	/*height: 619px;*/
	background-color: white;
	border: solid 1px #CCC;
	margin-top: -1px;
}
#mt_questionTable{
	margin-left: -1px;
}
#mt_questionTable table{
	width: 100%;
	height: auto;
	border: solid 1px #CCC;
	border-collapse: collapse;
	table-layout: fixed;
}
#mt_questionTableMenu tr td{
	border: solid 1px #CCC;
}

.mt_qTUse{
	width: 40px;
	text-align: center;
	margin: 0;
	padding: 0;
}
.mt_qTEdit{
	width: 40px;
	text-align: center;
}
.mt_qTQueWk{
	width: 280px;
}
.mt_qTQue,.mt_qTQue div{
	width: 282px;
}
.mt_qTImg,.mt_qTImg div{
	width: 145px;
}
.mt_qTImg div, .mt_qTImg div p{
	width: 145px;
}
.mt_qTAns, .mt_qTAns div, .mt_qTAns div p{
	width: 145px;
}

#mt_questionListWrap table tr td div p{
	display: table-cell;
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 17.5px;
	text-indent: 0;
	vertical-align: middle;
}

#mt_questionListWrap table tr td div p span{
	margin: 0;
	padding: 0;
	text-align: left;
}

#mt_questionListWrap table td div img{
	width: auto;
	height: auto;
	margin: 0;
	max-width: 143px;/*98%だとIEで縮小されず*/
	max-height: 98%;
}
.mt_qTStack{
	/*width: 55px;*/
	text-align: center;
}

/*---------- 行の色 -------------*/
.mt_qTblTrW{
	color: black;
	background-color: white;
}
.mt_qTblTrW:hover{
	background-color: #E9E9E9;
/*	box-shadow: 0px 0px 10px 0px #FFF inset;*/
}
.mt_qTblTrY{
	color: black;
	background-color: #FFFCDB;
}
.mt_qTblTrY:hover{
	background-color: #FFFC9B;
/*	box-shadow: 0px 0px 10px 0px #FFF inset;*/
}
.mt_qTblTrR{
	color: black;
	background-color: #FEDEDE;
}
.mt_qTblTrR:hover{
	background-color: #FEBEBE;
/*	box-shadow: 0px 0px 10px 0px #FFF inset;*/
}

/*---------- check box -------------*/
.mt_qTUse label{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
.mt_qTUse input{
	margin: 0 auto;
	padding: 0;
	text-align: center;
	vertical-align: middle;
}

.mt_qTUse input{
  display: none;
}
.mt_qTUse input+span{
  padding-left: 20px;
  position:relative;
  margin-right: 20px;
}
.mt_qTUse input+span::before{
  content: "";
  display: block;
  position: absolute;
	top: 50%;
	left: 50%;
  width: 14px;
  height: 14px;
  border: 1px solid #ccc;
	margin: -7px 0 0 0;
}
.mt_qTUse input:checked +span{
  color: #e06363;
}
.mt_qTUse input:checked +span::after{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 4px;
	width: 4px;
	height: 8px;
	transform: rotate(40deg);
	border-bottom: 3px solid #e06363;
	border-right: 3px solid #e06363;
}

/*---------- button-------------*/

#mt_questionListWrap button{
	background: #666;
	color: #fff;
	border: none;
	font-size: 12px;
	border-radius: 3px;
	cursor: pointer;
}
#mt_questionListWrap button:hover{
	background: #e06363;
}
/*---------- scroll bar-------------*/
#mt_questionListWrap .mCSB_inside > .mCSB_container {
  margin-right: 10px;
}

#mt_questionListWrap .mCSB_scrollTools {
  width: 10px;
}
#mt_questionListWrap .mCSB_scrollTools .mCSB_draggerContainer {
  background:#eee;
}
#mt_questionListWrap .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #666;
  background-color: rgba(102,102,102,1);
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}
#mt_questionListWrap .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
}

.setRandomQst{
	display: inline-block;
	cursor: pointer;
}
.setRandomQst:hover{
	opacity: 0.7;
}

/*========================= center column =========================*/
div#mt_centerCol{
	width: 20px;
	height: 650px;
	margin: 0;
	padding: 0;
	float: left;
}
/*
div#mt_arrowImg{
	width: auto;
	height: 60%;
	line-height: 60%;
	text-align: center;
	vertical-align: middle;

	width: 20px;
}
img#mt_img_arrow{
	vertical-align: bottom;
}

div#mt_randomSelectButton{
	width: 100%;
	height: 20%;
	line-height: 20%;
	text-align: center;
}

img#mt_img_random{
	vertical-align: middle;
}

div#mt_deleteAllButton{
	width: 100%;
	height: 20%;
	line-height: 20%;
	text-align: center;
}

img#mt_img_deleteAll{
	vertical-align: middle;
}
*/

/*========================= right column =========================*/
div#mt_rightCol{
	width: 250px;
	height: auto;
	margin: 0;
	padding: 0;

  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 25;
}

div#mt_outputMenu{
	border: 1px solid #CCC;
	border-top:none;
	background-color: #fff3f3;
	overflow: hidden;
	padding: 15px;
}
div#mt_outputMenu h3{
	font-size: 12px;
	font-weight: bold;
}
div#mt_outputMenu>div{
	float: left;
	width: 100px;
}
div#mt_outputMenu>div:last-child{
	float: right;
}
div#mt_outputMenu ul{
	overflow: hidden;
}
div#mt_outputMenu ul li{
	float: left;
}
div#mt_outputMenu ul li~li{
	margin-left: 8px;
}
div#mt_outputMenu ul li img{
	display: block;
	cursor: pointer;
}
div#mt_outputMenu ul li img:hover{
	opacity: 0.7;
}

div#mt_useQuestionList{
	border: 1px solid #CCC;
	background-color: #fff3f3;
	padding: 15px;
}

div#mt_useQuestionTitle{
	width: auto;
	height: 5%;
	text-align: center;
	color: white;
	background-color: #444;
	border-bottom: 1px solid #CCC;
}

div#mt_useQuestionInput input,
div#mt_useQuestionInput textarea{
	font-size: 12px;
	padding: 5px;
	border: 1px solid #ccc;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
div#mt_useQuestionInput h3{
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 5px;
}
div#mt_useQuestionInput .wrap{
	overflow: hidden;
}

div#mt_useQuestionInputTitle{
	float: left;
}
div#mt_useQuestionInputTitle textarea{
	width: 158px;
	height: 50px;
	overflow: auto;
}
div#mt_useQuestionInputSerial{
	float: right;
}
div#mt_useQuestionInputSerial input{
	width: 48px;
	height: 50px;
	text-align: center;
}

#mt_useQuestionUseframe h3{
	float: left;
}
#mt_useQuestionUseframe p{
	float: right;
	font-size: 11px;
}
#mt_useQuestionUseframe span{
	color: #e60013;
}
#mt_useQuestionUseframe span#mt_useframe{
	margin:0 5px;
}

#mt_useQuestionTable{
	width: 100%;
	height: 331px;
	margin: 0;
	padding: 0;
	border: solid 1px #CCC;
	border-collapse: collapse;
	table-layout: fixed;
	background-color: white;
	white-space: nowrap;
}

#mt_useQuestionTable tr{
	border: dashed 1px #CCC;
	overflow: hidden;
}

#mt_useQuestionTable tr td{
	overflow: hidden;
	line-height: 15px;
}

#mt_useQuestionTable tr td div{
	margin: 5px;
	padding: 0;
	overflow: hidden;
}

#mt_useQuestionTable tr td div p{
	display: table-cell;
	white-space: nowrap;
	word-break: keep-all;
	font-size: 12px;
	vertical-align: middle;
}

#mt_useQuestionTable tr td div p span{
}

div#useQuestionControl{
	width: auto;
	height: 10%;
	margin: 0;
}

div#useQuestionControl > table{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	border-collapse: collapse;
}
div#useQuestionControl > table td~td{
	border-left: 1px solid #ccc;
}
div#useQuestionControl > table td.edit{
	width: 49px;
}
div#useQuestionControl label{
	color: #fff;
	font-size: 11px;
	width: 100%;
	cursor: pointer;
	background: #666;
	display: block;
	line-height: 24px;
  height: 24px;
}
div#useQuestionControl label:hover{
	background: #e06363;
}

.mt_cntrolImg{
	/*display: inline-table;*/
	width: 22px;
	height: 22px;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}





/*========================= modal =========================*/

body.miniTest div.modalWrap div.modalWin {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 100000;
  width: 900px;
  height: 660px !important;
  border: none;
  background: url(../img/book.png) center center no-repeat;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body.miniTest #modalClose {
    top: 0;
    right: -15px;
}



.mt_mdlEditBox{
	/*
	min-height: 500px;
	max-height: 800px;
	*/
	width: 880px;
	height: 640px;
	position: relative;
}
.mt_mdlContentsBox{
	width: 880px;
	height: 640px;
}

/*------------------------- 編集時 -------------------------*/
/*=====----- wrap buttons = base -----=====*/
div.mt_mdlBtns{
	width: 303px;
	margin: 20px auto 0;
}


/*----- wrap buttons = ok・cancel -----*/
div#mt_mdlBtnsOC{
	position: absolute;
	bottom: 30px;
	right: 85px;
	z-index: 10004;
}
div#mt_mdlBtnsOC p{
	float: left;
	margin-left: 20px;
}
div#mt_mdlBtnsOC p a{
	float: left;
	display: block;
	background-color: #e06363;
	border: 1px solid #e06363;
	color: white;
	width: 130px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	  -webkit-transition: .0s;
	  -moz-transition: .0s;
	  transition: .0s;
}
div#mt_mdlBtnsOC p a:hover{
	opacity: 0.7;
}
div#mt_mdlBtnsOC p.mt_mdlBtnBack a{
	background: #fff;
	color: #e06363;
}
div.editNote{
	position: absolute;
	top: 60px;
	right: 30px;
	z-index: 10006;
	width: 380px;
	color: #e06363;
	font-weight: bold;
	text-align: center;
	margin-top: 180px;
	font-size: 16px;
}
div.editNote p{
	margin-bottom: 30px;
}

/*=====----- modal buttons p base -----=====*/
.mt_mdlBtns p{
	float: left;
	margin-left: 1px;
}
/*----- modal buttons p = ok・cancel -----*/
#mt_mdlBtnsOC p{
	float: left;
	margin-left: 10px;
}

/*=====----- modal buttons a base -----=====*/
.mt_mdlBtns a{
	display: block;
	color: white;
	background-color: transparent;
	width: 100px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	  -webkit-transition: .0s;
	  -moz-transition: .0s;
	  transition: .0s;
}
.mt_mdlBtns img{
	background-color: white;
}
.mt_mdlBtns a:hover{
	background-color: #666666;
	opacity: 1;
}

/*----- modal buttons a = ok・cancel -----*/
#mt_mdlBtnsOC a{
	height: 34px;
	line-height: 34px;
	font-size: 11px;
}

/*=====----- modal buttons label base -----=====*/
.mt_mdlBtns label input{
	position: absolute;
	visibility: hidden;
	width: 10px;
}

.mt_mdlBtns label{
	display: block;
	color: white;
	width: 100px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	  -webkit-transition: .0s;
	  -moz-transition: .0s;
	  transition: .0s;
}

.mt_mdlBtns .mt_mdlBtnImgSelect label span{
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../img/icon_edit.png) center center no-repeat;
	margin-right: 10px;
	vertical-align: middle;
}

/*=====----- modal calum base -----=====*/
.mt_mdlVerticalBox{
	width: 100%;
	overflow: hidden;
}
/*=====----- modal img box base -----=====*/
.mt_mdlVerticalBox > div{
	/*
	float: left;
	width: 50%;
	height: 300px;
	*/
}

/*----- modal calum Q&A -----*/

.mt_mdlVerticalBox h4{
	font-size: 17px;
	font-weight: bold;
	color: #c66;
}

.mt_mdlVerticalBox h4 label{
	font-size: 12px;
	font-weight: normal;
	color: #333;

	float: right;
}
.mt_mdlVerticalBox h4 label input{
	margin-right: 10px;
}

#mt_mdlQueBox{
	/*
	width: 70%;
	height: 250px;
	*/
	width: 360px;
	height: 180px;
	position: absolute;
	top: 30px;
	left: 40px;
	z-index: 10001;
}

#mt_mdlAnsBox{
	/*
	width: 30%;
	height: 250px;
	*/
	width: 360px;
	height: 180px;
	position: absolute;
	top: 30px;
	left: 470px;
	z-index: 10002;
}

.mt_mdlVerticalBox div textarea{
	width: 100%;
	height: 100%;
	overflow-y: scroll;
	overflow-x: hidden ;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 13px;
	border: 1px solid #ccc;
	background: none;
}

#mt_dummyTextArea{
	position: absolute;
	display: none;
	top:0;
	width:100%;
	height:100%;
}
#mt_dummyTextArea h4{
	opacity: 0;
}
#mt_dummyTextArea textarea{
	width: 100%;
	height: 100%;
	overflow-y: scroll;
	overflow-x: hidden ;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 13px;
	border: 1px solid #CCC;
	color: #999;
	background-color: #EEE;
}

#mt_mdlQueImgBox{
	/*
	width: 70%;
	height: 250px;
	*/
	width: 360px;
	height: 180px;
	position: absolute;
	top: 270px;
	left: 40px;
	z-index: 10001;
}

#mt_mdlAnsImgBox{
	/*
	width: 30%;
	height: 250px;
	*/
	width: 360px;
	height: 180px;
	position: absolute;
	top: 270px;
	left: 470px;
	z-index: 10002;
}
#mt_mdlAnsImgBox{
	opacity: 0;
	pointer-events: none;
}

.mt_editImg{
	display: table;
	width: 360px;
	border: 1px solid #ccc;
	table-layout: fixed;
	overflow: hidden;
}
.mt_editImg p{
	display: table-cell;
	height: 200px;
	text-align: center;
	vertical-align: middle;
}
.mt_editImg img{
	width: auto;
	height: auto;
	max-width: 360px;
	max-height: 200px;
	margin:0 auto;
}

div.mt_mdlQInfo{
	position: absolute;
	bottom: 30px;
	left: 40px;
	z-index: 10003;
}
div.mt_mdlQInfo p{
	/*
	float: left;
	margin-right: 30px;
	*/
	width: 360px;
	text-align: center;
}
#mt_mdlQStack{
	width: 30px;
	color: #cc6666;
	display: inline-block;
	padding: 0 20px;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
}

/*----- modal help btn -----*/
#btnHelp{
	position: absolute;
	top: 10px;
	left: 365px;
	z-index: 10005;
}
#btnHelp a{
	display: block;
	width: 36px;
	height: 40px;
	text-indent: -9999px;
	background: url(../img/btn_help.png) 0 0 no-repeat;
	cursor: pointer;
}
#btnHelp a:hover{
	opacity: 0.7;
}


/*------------------------- 出力時 -------------------------*/
.mt_mdlSideBox{
	/*width: 80%;
	height: 680px;*/
	width: 355px;
	padding: 60px 0 0 50px;
}

.mt_mdlSideBox img{
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	border: solid 1px #000;
}

/*========================= other　=========================*/
span#clear{
	width: 0;
	height :0;
	margin: 0;
	padding: 0;
	clear: both;
}

#mt_calculationCanvas{
	display: none;
}

#screenLock{
	vertical-align: middle;
	position: fixed;
	left	: 0px;
	top		: 0px;
	width	: 100%;
	height	: 100%;
	background-color : rgba( 0, 0, 0, 0.7);
}

#screenLock span{
	display	: inline-block;
	width	: 500px;
	padding	: 20px;
	color	: red;
	background-color	: white;
	font-size			: 14px;
	text-align			: center;
	border-radius		: 10px;
}


/*========================= 数式用調整 =========================*/
.PreviewBoxs{
	position: absolute;
	font-family: "Noto Sans Japanese";
	line-height: normal;
	background-color: transparent;
	letter-spacing: normal;
	word-spacing: normal;
	margin: 0;
	padding: 0;
	/*border:1px solid; 
    padding: 3px;*/ 
	word-wrap: break-word;
}
#PreviewBox{
    display: none;/*tableと切り替え*/
    z-index: -100;
	font-size: 300%;
	font-weight: 400;
	
}
#PreviewBoxA{
    display: none;/*tableと切り替え*/
    z-index: -101;
	font-size: 300%;
	font-weight: 400;
}
#PreviewBoxP{
    display: none;/*tableと切り替え*/
    z-index: -102;
	font-size: 300%;
	font-weight: 400;
	width:816px;
	height: auto;
}

#MathBuffer{
	display: block;
    vertical-align: middle;
    white-space: pre-wrap;
    word-wrap: break-word;
}

#MathBufferA{
	display: block;
    vertical-align: middle;
    white-space: pre-wrap;
    word-wrap: break-word;
}

#MathBufferP{
	display: block;
    vertical-align: middle;
    white-space: pre-wrap;
	width:816px;
/*	font-size:42px;
	line-height:42px;*/
	height:auto;
}

.mathPreview{
	font-size: 14px;
	font-family: "Noto Sans Japanese";
	font-weight: 400;
	line-height: 100%;
}
.MathPreviewMask{
	display:block;
	position:absolute;
	margin-top:1px;
}
.mathPreviewA{
	display:block;
	padding: 0;
	margin: 0;
	border: none;
	width: 145px;
	list-style-type: none;
	font-size:14px;
	line-height:14px;
}
.mathPreviewA li{
	border: none;
	width: 145px;
}

/*========================= HELP OVERRIDE　=========================*/
/* HELP
----------------------------------------------------------- */



#help h1{
	border: 1px solid #e8374a;
	color: #e8374a;
	background: #fff url(../img/icon_help_up.png) 30px center no-repeat;
}

#help h1+p{
  position: absolute;
  top: 34px;
  right: 34px;
  z-index: 10;
}
#help h1+p a{
  display: block;
  background:#e8374a ;
  color: #fff;
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  font-size: 15px;
  font-weight: bold;
}
#help h1+p a:after{
  content:"";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../img/icon_math_link.png) 0 0 no-repeat;
  vertical-align: middle;
  margin-left: 20px;
}
#help h1+p a:hover{
  opacity:0.7;
}


#help.math h1{
  width: 220px;
}



/*
ul.helpList  dl{
	overflow: hidden;
	margin-left: 10px;
}
ul.helpList  dt{
	clear: both;
	float: left;
	padding: 0;
	margin: 0 0 15px 0;
}

ul.helpList  dd{
	float: left;
	margin: 0 0 15px 10px;
	padding:0;
}


ul.helpList  .favBtn{
	width: 100px;
	margin: 0 10px;
  display:inline-block;
  background: #00356f;
	vertical-align: middle;
}
ul.helpList.fav dl{
	margin-top: -25px;
}
ul.helpList.fav dl dt{
	margin-top: 25px;
}

ul.helpList .colRed{
  color: #df0005;
}
*/




table.testHelpTbl{
  border-collapse:collapse;
  width: 870px;
  margin-left: 20px;
  margin-bottom: 20px;
}

table.testHelpTbl th,
table.testHelpTbl td{
  vertical-align: top;
  padding: 0;
}

table.testHelpTbl th{
  color: #e8374a;
  text-align: left;
}

table.testHelpTbl tbody th{
  padding:0 10px 0 0;
  width: 60px;
	border-left: 1px solid #e8374a;
}
table.testHelpTbl tbody th.noLine{
	border-left: 1px solid #fff;
}

table.testHelpTbl tbody th p{
  margin: 0;
  position: relative;
  padding-left: 15px;
}

table.testHelpTbl tbody th p:before{
  position: absolute;
  z-index:10;
  left: 0;
  top: 0;
  
  display: inline-block;
  text-align: left;
  content:"";
  width: 10px;
  height: 0.75em;
  border-bottom: 1px solid #e8374a;
	border-left: 1px solid #e8374a;
  margin-left: -1px;
  vertical-align: top;
}

table.testHelpTbl td.hHalf{
  height: 2em;
}

table.testHelpTbl td.wHalf{
  width: 0.5em;
}

table.testHelpTbl td.note{
  padding-right: 20px;
  padding-bottom: 20px;
}
table.testHelpTbl td.img{
  text-align: right;
  width: 320px;
}
table.testHelpTbl td.img p{
  margin-bottom: 10px;
}
table.testHelpTbl td.img p img{
border: 1px solid #bbb;
}

.webLink{
	padding: 10px;
	border: 1px solid #e8374a;
	-ms-text-align-last: auto;
	text-align: left;
	text-indent: -0.5em;
	width: 295px;
	margin-left: 3px;
}

table.testHelpTbl .emp{
  color: #e8374a;
}
table.testHelpTbl a{
  color: #00a0e9;
  text-decoration: underline;
}
table.testHelpTbl a:hover{
  text-decoration: none;
}
table.testHelpTbl span.checkRect{
  display: inline-block;
  width: 0.7em;
  height: 0.7em;
  line-height: 1.8;
  margin: 0 2px;
  vertical-align: middle;
  border: 1px solid #666;
}






/*========================= ドラッグ修正分 =========================*/
#mt_useQuestionTable{
  background: #eee;
}

.ui-sortable-helper{
  background:#e68282 !important;
  margin-top: -17px;
}

.ui-sortable-placeholder td{
  background:#e8374a !important;
  height: 2px !important;
  line-height: 2px !important;
  visibility:visible;
}





/**/