
table#freetop select, select#ank_read_cnt{ 
    background-color: #fcfcfc;
	height:27px;
	margin-top:2px;
	margin-bottom:3px;
	border-radius: 4px;
	padding: 2px 0 2px 0;
}

input[type='text']{
	height:19px;
	font-size:14px;
}


/* all width */
#calculator table#freetop {
	visibility: visible;
}



div#freeanswer{ padding:3px; }


table#free{
	border: 1px solid #c0c0c0;
}



/*  ちらつき防止 */
html {
 overflow-y: scroll;
}

/* left box */
td#left-wrap {
	width: 100%;    
}

/* center box */
#funcListArea {
	margin: 0 0 3px 0px;
}

/* function input */
table.freefunc-input {
	margin-left: 0px;
	margin-right: 0px;
	background-color: white;
	border-left: 1px solid #c0c0c0; 

}

table.freefunc-input td {
	border-bottom: 1px solid #c0c0c0; 
	border-right: 1px solid #c0c0c0; 
	text-align: center;
}

table.freefunc-input th {
	padding-left:1px;
	padding-right:1px;
	border-bottom: 1px solid #c0c0c0; 
	border-right: 1px solid #c0c0c0; 
	font-weight:bold;
}

table.freefunc-input { min-width:250px;  }
#get123{padding-bottom:3px;}
 /* 初等上  */
.syotop{
	display: block;
	margin:2px 0 2px 2px;
	height:30px;
	width:47px;
	font-size:13px;
	font-weight:bold;
	text-align: center; 
	color: #666!important; 
	line-height: 30px;  
	text-decoration: none!important;
	font-weight:bold;
	background-color: #efefef;  
	border: 1px solid #ddd;  
	border-radius: 5px;
	overflow:hidden;
}



/* 初等下  */
.syobtm{
	display: block;  
	height:30px;
	margin:2px 0 2px 0px;
	width:102px; 
	font-size:13px;
	font-weight:bold;
	text-align: center; 
	color: #666!important ;
	line-height: 30px;  
	text-decoration: none!important;
	background-color: #efefef;  
	border: 1px solid #ddd;  
	border-radius: 5px;
	overflow:hidden; 
}  
/* 統計  */
.toukei{
	display: block;  
	height:30px;
	margin:2px 0 2px 2px;
	width:29px;
	font-size:12px;
	font-weight:bold;
	text-align: center; 
	color: #666!important ;
	line-height: 30px;  
	text-decoration: none!important;
	background-color: #efefef;  
	border: 1px solid #ddd;  
	border-radius: 5px;
	overflow:hidden;
} 
/* ベッセル */
.bessel{
	display: block;  
	height:30px;
	width:70px;
	margin:2px 0 2px 2px;
	font-size:12px;
	font-weight:bold;
	text-align: center; 
	color: #666!important ;
	line-height: 30px;  
	text-decoration: none!important;
	background-color: #efefef;  
	border: 1px solid #ddd;  
	border-radius: 5px;
	overflow:hidden;

}  
/* 特殊1  */
.t1{
	display: block;  
	height:30px;
	width:56px; 
	margin:2px 0 2px 2px;
	font-size:12px;
	font-weight:bold;
	text-align: center; 
	color: #666!important ;
	line-height: 30px;  
	text-decoration: none!important;
	background-color: #efefef;
	border: 1px solid #ddd;
	border-radius: 5px;
	overflow:hidden;

}   
/* 特殊2 左 */
.t2{
	display: block;  
	height:31px;
	width:73px;
	margin:1px;
	font-size:12px;
	margin:2px 0 2px 2px;
	font-weight:bold;
	text-align: center; 
	color: #666!important ;
	line-height: 30px;  
	text-decoration: none!important;
	background-color: #efefef;  
	border: 1px solid #ddd;  
	border-radius: 5px;
	overflow:hidden;
}  
 /* 特殊2 右 */
.t3{
	display: block;  
	height:31px;
	width:52px;
	margin:2px 0 2px 2px;
	font-size:12px;
	font-weight:bold;
	text-align: center; 
	color: #666!important ;
	line-height: 30px;  
	text-decoration: none!important;
	background-color: #efefef;  
	border: 1px solid #ddd;  
	border-radius: 5px;
	overflow:hidden;
} 

/*  13,13,13,12,12,13,13  */


/* 関数一覧 table */
#function-table {
	margin-left:   3px;
	margin-right:  0;
	margin-bottom: 3px;
	padding-right: 0;
	background-color: #ededed;
	display:none;
}

/* 式と変数の保存・呼出 table */
#savacallTbl {
	border: 1px solid #c0c0c0;
	background-color: #EDEDED;
	margin-right:  3px;
	display:none;
}

/*  Expessionarea   Function listnput data storage   */
table#setfunc2{
	border:1px solid #c0c0c0;
	background-color:#ededed;
	width:250px;
	margin-right:  3px;
	padding:3px 2px 0 5px;
}


table#function-table #syotouTD,
table#function-table #toukeiTD,
table#function-table #tokusyu3TD,
table#function-table #tokusyu1TD,
table#function-table #tokusyu2TD {
	text-align: center;
	height: 25px;
	background-color:white;
}

#func-tabs td {
	border-top: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
	background-color: #ededed;
	border-bottom: 1px solid #c0c0c0;
	width:20%;

}
#func-tabs td#syotouTD{
	border-left: 1px solid #c0c0c0;
}


/* 	式と変数の保存・呼出 上のtable */
#right-wrap {
	padding-left: 3px;
}

.freetitle {
	padding: 5px 0px 4px 5px;
	height: 15px;
	font-weight: bold;
	font-size: 15px;
	background-color: #ededed;
	border-bottom: 1px solid #c0c0c0;
}

.freefunctitle {
	padding: 5px 0px 4px 5px;
	height: 15px;
	font-weight: bold;
	font-size: 15px;
	background-color: #ededed;
	border: 1px solid #c0c0c0;
}

#inserted_title {
	line-height: 1.3;
	padding: 5px 3px 5px 3px;
	font-size: 12px;
	border-left: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
}

/*ex-action*/
.ex-name {
	height: 20px;
	padding-left: 2px;
	border-right: 1px solid #c0c0c0;
}

input#accuracy{margin-top:2px;}
input#commaseparated{margin-top:2px;}

.ex-action {
	height: 20px;
	padding-left: 5px;
	border-right: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;

}

.ex-action select{
	visibility:hidden; 
}

.ex-action.last {
	border-right: none;
}

.varible_date {
	padding-left: 10px;
	padding-bottom: 5px;
}

.center-sell {
	text-align: center;
}

/*
.toukeien { width: 30px;}
*/

.valueinp, .libname{
	margin: 1px;
	padding:3px; 
    border: 1px solid rgb(192, 192, 192);
	margin-top:3px;
	margin-right:3px;
    background-color: #fcfcfc;
    border-radius: 4px;
}
.valueinp{ width:80%; }

#tab-elementary { font-size:13px; }
#tab-prob       { font-size:13px; }
#tab-bessel     { font-size:13px; }
#tab-sp1        { font-size:13px; } 
#tab-sp2        { font-size:13px; }


#resizable { 
	margin: 2px;
	padding: 1px 1px 20px 1px;
	min-height:146px;
	border-top: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
}

table#free {background-color:#ededed;}
table#free tr td { padding-top:2px;padding-left:2px;}
table#free tr td #freecalctitle { margin-top:10px;  }
table#free tr td #formula{ 
/*	font-family: Consolas, 'Courier New', Courier, Monaco, monospace;*/
	font: 14px/normal 'Monaco', 'Menlo', 'Ubuntu Mono', 'Consolas', 'source-code-pro', monospace !important;

	width:99%;
	height:99%;
	min-height:140px; 
	font-size:15px;
	padding: 2px;
	resize: none; border:none;
	outline: none;
	border-bottom: 1px solid #c0c0c0;
}

table#free tr td #formula_editor{ 
/*	font-family: Consolas, 'Courier New', Courier, Monaco, monospace;
	font: 14px/normal 'Monaco', 'Menlo', 'Ubuntu Mono', 'Consolas', 'source-code-pro', monospace !important;
*/

	@font-face {
		font-family: 'monospace';
		src: url('monospace.ttf');
		font-weight: normal;
		font-style: normal;
	}

	width:99%;
	height:99%;
	min-height:140px;
	font-size:15px;
	padding:2px;
	border-bottom: 1px solid #c0c0c0;
}

/* class save sele */
.freecall{
	font-size: 100%;
	margin-top:1px;
	margin-bottom:1px;
	margin-left:0px;
	margin-right:0px;
	border-radius: 4px;
}


/*--------------------------------------
	User Help
--------------------------------------*/
#user-help ul.page-nav {
	float: right;
	margin: 0 0 15px 0;
}

#user-help ul.page-nav li {
	float: left;
	margin: 0 0 0 20px;
	_margin: 0 0 0 20px;
	padding: 0 0 0 20px;
}

#user-help ul.page-nav li.excla {
	background: transparent url(/keisan/pc/img/icon-excla.gif) no-repeat left 0.2em;
}

#user-help ul.page-nav li.manual {
	background: transparent url(/keisan/pc/img/icon-manual.gif) no-repeat left 0.2em;
}


/*--------------------------------------
	Etc
--------------------------------------*/
.freebutton{
   padding: 2px 10px 2px 10px;
   font-size:15px; 	
   margin-bottom:5px;
   font-weight: bold;
   border-radius: 4px;
   background-color: #e7e7e7;
}

.freeExebutton{
   padding: 2px 10px 2px 10px;
   font-size:15px; 	
   margin-bottom:5px;
   font-weight: bold;
   border-radius: 4px;
   background-color: #5a73a5;
   color: #fff;
}

.freeusage{  text-decoration: underline;}

.freecall{padding: 2px 6px 2px 6px;}

select#loadsavelist{
	font-size:100%;
	width:97%;
	border-style:none;
}

div#questionnaire { font-size: 13px;  width:800px; }

/* free save list */
#right-wrap select.islist {  
	background-color:#EDEDED;
	height:auto;
	font-size:13px;
	width:99%;
}

#right-wrap select.islist option {
	height:15px;
}

/*------------------------
   radio button customize 
--------------------------*/
.kradio{
  display: none;
}
.kradio + label{
  padding-left: 18px;
  position:relative;
}

.kradio + label::before{
  width: 13px;
  height: 13px;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #999;
  border-radius: 50%;
}

label.radiolabel {
	line-height:26px;
	margin-left:7px;
}

.kradio:checked + label::after{
	width: 9px;
	height: 9px;
	background:#009999;
	content: "";
	display:block;
	position: absolute;
	top:3px;
	left:3px;
	border-radius: 50%;
}

.kradio:disabled + label::after{
	width: 9px;
	height: 9px;
	background:#cfcfcf;
	content: "";
	display:block;
	position: absolute;
	top:3px;
	left:3px;
	border-radius: 50%;
}

/* from keisan   */
.makerret  {color:#0030b4; }
.makerret a {color:red; }


.handsontable-controller { font-size: 20px; }

table#share-btn{margin-top:10px;}

.honkaku { margin:40px 0 0 13px; }
