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

/* **************Index.html CSS*************** */

#body{

}
#background{
	margin:0 auto;
}
.table01{
	
}
.table01 table th{
	width:80px;
}
.td01 td{
	background-color:#e4f0f2;
	text-align:center;
}
.ct{
	text-align:center;
	letter-spacing:2px;
}


.kaiinsu {
  padding: 10px 0 0;
  display: flex;
  justify-content: space-between;
}
.kaiinsu dl {
  width: 49%;
  display: flex;
  border-top:#CCC solid 1px;
  border-left:#CCC solid 1px;
}
.kaiinsu dl dt,
.kaiinsu dl dd {
  border-right:#CCC solid 1px;
  border-bottom:#CCC solid 1px;
  width: 50%;
  box-sizing: border-box;
  padding: 5px;
  text-align: center;
}
.kaiinsu dl dt {
  background-color: #e4f0f2;
}

.text-box p {
	line-height:160%;
}
.text-box .photo-img {
	margin: 0;
	padding: 0 10px 10px 0;
	float: left;
	height: auto;
}
.text-box .photo-img img {
	margin: 0;
	padding: 0;
}























