@charset "UTF-8";

/*--------------------------------------

	Table

---------------------------------------*/
.tbl_com_plan {
	clear: both;
	border: 1px solid #ddd;
	}
.tbl_com_plan th,
.tbl_com_plan td {
	border-right: 1px solid #ddd;
	border-top: 1px solid #ddd;
	line-height: 1.6;
	padding: 7px 10px;
	font-size: 85%;
    text-align: center;
	}
.tbl_com_plan th {
	font-weight: bold;
    color: #fff;
	}
.tbl_com_plan thead th {
	background: #0951b6;
	}
.tbl_com_plan tfoot th,
.tbl_com_plan tfoot td {
	background: #eee;
	font-weight: bold;
	}	
.tbl_com_plan th {
	background: #f6f6f6;
	}
.tbl_com_plan td.bgcolor {
	background: #f4f7fd;
	}


/*--------------------------------------

	List

---------------------------------------*/
.list-kome-items,
.list-kome-en-items {
  margin-left: 0px;
  margin-bottom: 0.7em;
}
.list-kome-items:before, .list-kome-items:after,
.list-kome-en-items:before, .list-kome-en-items:after {
  content: " ";
  display: table;
}
.list-kome-items:after,
.list-kome-en-items:after {
  clear: both;
}
.list-kome-items > .list-kome-item,
.list-kome-en-items > .list-kome-en-item {
  padding-left: 15px;
  line-height: inherit;
  position: relative;
  margin-top: 0.5em;
  line-height: 1.4;
}
.list-kome-items > .list-kome-item:first-child,
.list-kome-en-items > .list-kome-en-item:first-child {
  margin-top: 0;
}
.list-kome-items > .list-kome-item:before {
  position: absolute;
  content: "※";
  width: 0.6em;
  height: 0.6em;
  left: 0;
  top: 0.25em;
  line-height: 1;
  color: inherit;
}
.list-kome-en-items > .list-kome-en-item:before {
  position: absolute;
  content: "*";
  width: 0.6em;
  height: 0.6em;
  left: 0;
  top: 0.5em;
  line-height: 1;
  color: inherit;
}
