
/* --------------------------------------------------------------------
 ehon
 -------------------------------------------------------------------- */

div.contents_box ul li{
	clear:both;
	list-style-type: disc;
	list-style-position: outside;
	padding: 0 30px 20px 0;
	margin-left: 20px;
}


/* table */
table.simple2 {
	clear: both;
	clear: left;
	margin: 20px 0;
	padding: 0 5px 10px 5px;
	color: #534741;
	width: 700px;
	border-collapse: collapse; /* 枠線の表示方法（重ねる） */
	border-top: 1px solid #ccc;
	border-bottom: 1px solid blue;
}
table.simple2 caption{
	text-align:left;
	font-weight: bold;
}
table.simple2 tr, th {
	border-bottom: 1px solid #ccc;
	padding: 5px 0;
	font-weight: normal;
	font-size: 14px;
	line-height: 150%;
}
table.simple2 th { width: 80px; color: #534741; text-align: center; background-color: #f2f2f2; }
table.simple2 td {
	border: none;
	padding: 10px 5px;
	color: #534741;
	text-align: left;
	vertical-align: center;
	font-size: 14px;
	line-height: 150%;
}
span.kotoba{
	/*font-size: 16px;*/
	line-height: 200%;
}
table.simple2.sp_T { margin-top: 50px!important; clear: left!important; clear:both; }

img.fit{ object-fit: contain; }
div.panel_area {
	overflow: hidden;
}
hr {
  border: none;
  border-top: 3px double #aaa;
  color: #aaa;
  overflow: visible;
  text-align: center;
  height: 5px;
  margin: 20px 0;
}

hr::after {
  background: #fff;
  content: "§";
  padding: 0 4px;
  position: relative;
  top: -13px;
}

