.div-title-shitsu {
	margin: 60px 0 30px;
	padding: 11px 20px;
	font-size: 1.2em;
	color: #fff;
	font-weight: 400;
	background: #42b8d9;
}

/* フロート解除 */
.div-title-shitsu:after {
	content: ".";
	/* 新しい要素を作る */
	display: block;
	/* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}

.div-title-shitsu {
	min-height: 1px;
}

* html .div-title-shitsu {
	height: 1px;
	/*\*/
	/*/
  height: auto;
  overflow: hidden;
  /**/
}

.template-table-shitsu {
	width: 100%;
	margin: 20px auto;
}

/*
.template-table-shitsu th,
.template-table-shitsu td{
	padding: 10px;
	vertical-align: middle;
	border: 1px solid #609eb0;
}

.template-table-shitsu th{
	color: #fff;
	font-weight: 300;
	text-align: center;
	background: #2787a0;
	border: 1px solid #609eb0;
}
*/

.template-table-shitsu th,
.template-table-shitsu td {
	padding: 10px;
	vertical-align: middle;
	border: 1px solid #609eb0;
}

.template-table-shitsu th {
	color: #0d7693;
	font-weight: 300;
	text-align: center;
	background: #f2f8fa;
	border: 1px solid #609eb0;
}

.template-table-shitsu tr:first-child th,
#age_series tr th,
#uicc_type tr:nth-child(2) th {
	color: #fff;
	background: #288ca6;
}

.comment-shitsu {
	margin: 20px 0 40px;
	padding: 20px;
	background: #f3f3f3;
}