/* kankyokijun/index.html 専用スタイル (インライン外部化) */

html, body {
  background-color:#FFF;
  color:#000;
}

#main {
  border-top:1px solid #cccccc;
  text-align: left;
}

#main table {
  border-collapse:collapse;
  width:auto;
  margin:10px 0;
}
#main table th {
  background-color:#CCCCFF;
  font-weight:bold;
  padding:8px;
  border:1px solid #000;
  text-align:center;
}
#main table td {
  padding:7px;
  border:1px solid #000;
  vertical-align:top;
}
#main table tr {
  background-color:#fff;
}
#main {
  border-top:3px solid #2D7939;
}
#main h1 {
  padding:0.3em 0.3em;
  color:#494949;
  font-size:14px;
  background:#f4f4f4;
  border-left:5px solid #7db4e6;
  border-bottom:3px solid #d7d7d7;
  display:block;
  margin-block-start:0.67em;
  margin-block-end:0.67em;
  margin-inline-start:0;
  margin-inline-end:0;
  font-weight:bold;
  unicode-bidi:isolate;
}
#main h3 {
  display:block;
  font-size:1.17em;
  margin-block-start:1em;
  margin-block-end:1em;
  margin-inline-start:0;
  margin-inline-end:0;
  font-weight:bold;
  unicode-bidi:isolate;
}



/* 汎用テーブル (faqと共通仕様) */
table {
  margin:0 !important;
  border:1px solid #666 !important;
  border-collapse:separate !important;
  border-spacing:2px !important;
}
th, td {
  border:1px solid #666 !important;
  padding:7px;
  text-align:left;
}
tr:first-child td {
  border:1px solid #666 !important;
  font-weight:bold;
  text-align:center;
}
tr:first-child th, tr:first-child td {
  padding:0 !important;
}
td:first-child {
  text-align:center;
}

/* 画面固有テーブル列幅など */
.tableMain {
  margin:0 7px 0 0 !important;
}
.colItemName {
  width:145px !important;
}
.colCondition {
  width:340px !important;
}
.colValuationKind {
  width:70px !important;
}
.colValuation {
  width:435px !important;
}
.tableMain td {
  text-align:left !important;
  padding:4px !important;
}
.tdValuationKind {
  text-align:center !important;
  white-space:nowrap !important;
  min-width:100px !important;
}


