body {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    margin:0px;          /* ページ全体のmargin */
    padding:0px;         /* ページ全体のpadding */
    text-align:center;   /* 下記のautoに未対応用のセンタリング */
}

#wrapper {
     margin-left:auto;    /* 左側マージンを自動的に空ける */
     margin-right:auto;   /* 右側マージンを自動的に空ける */
     text-align:center;     /* 中身を左側表示に戻す */
     width:800px;         /* 幅を決定する */
}

div#topColumn, div#bottomColumn {
	width: 100%;
	padding-bottom: 20px;
}

div#leftColumn {
	float: left;
	width: 230px;
	margin-left:60px;
}

div#centerColumn {
	float: left;
	width: 250px;
}

div#rightColumn {
	float: left;
	width: 350px;
}


table.htCore td.colHeader {
	background-color: #FFFFE0;
	padding: 2px 0px 2px 0px;
	text-align: center;
	font-weight: bold;
}



tabale.ht_Core {
	border: solid 2px black;
}

.ht_master tr td {
	padding: 3px;
	text-align: center;
}

.handsontable th,
.handsontable td {
    font-size:13px;
    text-align: center;
}

div#datatable {
	margin: 0 auto;
}


table.selectedDataTable{
	border-collapse: collapse;
	width: 230px;
	table-layout: fixed;
	word-break: break-all;
	word-wrap: break-all;
	margin-right: 10px;
	border: solid 2px black;
}

table.dataTable{
	float: left;
}


.controls {
	margin: 0 auto;
	width: 250px;
	margin-top: 15px;
}

.control1 {
	width: 110px;
	float: left;
	text-align: left;
}

.control2 {
	width: 90px;
	text-align: left;
	float: left;
	font-size: 15px;
	line-height: 22px;
}

.control3 {
	width: 50px;
	text-align: left;
	float: left;
}

.control4 {
	margin-top: 20px;
	width: 150px;
	text-align: left;
	float: left;
}

#unit {
	width: 35px;
	height: 35px;
/*	background-image: url("../img/input_box.gif");*/
	border: solid 1px rgb(0, 153, 255);
	border-radius: 5px;
	text-align: center;
	vertical-align: middle;
	font-size: 15px;
}

input[type="text"],input[type="number"]{
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 17px;
	border-width:0px;
	border-style:none;
	border: none;
	outline: none;
	-webkit-appearance:none;
	width: 100%;
	text-align: center;
}

#dataTitle {
	font-size: 18px;
	font-weight: bold;	
}

#tableTitle {
	font-size: 18px;
	font-weight: bold;
	background-color: rgba(0,0,0, 0);
}


table.selectedDataTable td {
	font-size: 15px;
	background-color: white;
    padding: 5px;
    border: solid 1px #000;
	text-align: center;
}

table.selectedDataTable th {
	font-size: 15px;
    padding: 5px;
    border: solid 1px #000;
	background-color:rgba(20,200,100,0.5);
}

#thViewpoint {
	width:60%;
}

#thNum {
	width:40%;
}

#viewpoint{
	border-collapse: collapse;
	font-weight: bold;
	font-size: 15px;
	border: none;
	background-color: rgba(0,0,0, 0);
	width: 100%;
	text-align: center;
}

#viewpoint option{
	text-align: center
}

#input0{
	background-color: rgba(0,0,0, 0);
}

input[type="text"] {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 15px;
	border-width:1px;
	border-color: rgb(0,0, 255);
}

input.inputValue {
	text-align: center;
	padding: 1px;
}

input.inputItem {
	text-align: center;
	padding: 1px;
}

input[type="text"] :focus {
	background-color: #00F2F7;
}

input[type="button"] :focus {
	background-color: #00F2F7;
}

input.makeChart1, input.makeChart2 {
	/**padding: 0px 0px 0px 0px; */
	/**margin: 0px 0px 0px 0px; */
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

p#lead {
	font-size: 17px;
	font-weight: bold;
	margin: 0px 0px 15px 0px;
}

#lead span {
	color: #008FFE;
}


.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-table;}
 
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
