@charset "utf-8";
/* CSS Document */

/******職種などの表組み**********/

table.hyo, table.shokushu {
	width: 100%;
  border-collapse: collapse;
  border: 1px solid #bbb;
  font-size: 12px;
}
table.hyo th, table.hyo td {
	border: #aaa 1px solid;
	padding: 3px 10px;
  line-height: 1.5;
}

table.hyo th.gry, table.hyo td.gry {
	background-color: #efefef;
}

table.shokushu th {
	border: #aaa 1px solid;
	padding:  10px 10px 2px 10px;
	line-height: 1.5;
  width: 80px;
  font-size: 14px;
  font-weight: bold;
  vertical-align:top;
  text-align: left;
  background-color: #efefef;
}
table.shokushu th span {
  font-size: 11px;
  font-weight: normal;
}
table.shokushu td {
	border: #aaa 1px solid;
	padding: 4px 10px 2px 10px;
	line-height: 1.2;
  vertical-align:middle;
 }
table.shokushu td.c {
  text-align: center;
  background-color: #efefef;
 }
 table.shokushu td.type {
  width: 150px;
 }
 
/******行動基準（セルの囲み）**********/ 
 table.box {
	 border-collapse: collapse;
 }
 table.box td.article {
	 padding: 5px 15px;
 }
table.box h4 {
	font-size: 14px;
  line-height: 1.5;
  margin: 0 0 10px 0;
 }
 table.box div.boxborder {
	font-size: 12.8px;
  line-height: 1.5;
	 border: 1px solid #bbb;
	 padding: 1em;
	 margin: 0 0 20px 0;	
 }
  table.box dl, table.box dt, table.box dd {
	  padding:0;
	  margin:0;
  }
  table.box dl dt{
	  font-weight: bold;
	  padding: 5px 0 5px 0;
  }
  table.box dl dd{
	  padding: 3px 0 3px 2.5em;
	  text-indent: -1.5em;
  }
  table.box dl dd.in0{
	  padding: 3px 0 3px 1.5em;
	  text-indent: 0;
  }
