@charset "UTF-8";

.table1{
	border-collapse: collapse;
	border:solid 1px #333;
	width: 100%;
}
.table1 td{
	border:solid 1px #333;
	text-align: center;
	padding: 3px 0;
	font-size: 12px;
}
.table1 tr:nth-of-type(1) th{
	background: #FAD6CD;
	border:solid 1px #333;
	padding: 6px 0;
	font-size: 12px;
}
.table1 tr:nth-of-type(2n) td{
	background: #EAE5E3;
}
.table1 tr td.ttl1{
	background: #FADCE9;
}
.table1 tr td.ttl2{
	background: #DECCE3;
}
.table1 tr td.ttl3{
	background: #E0CFC6;
}
.center{
	text-align: center !important;
}
.lead-list li:nth-of-type(3) .list-body dl dd img{
  display: block; 
  margin:15px auto 0;
}
.breadscrumb ul li sup,
.footer-top ul li sup{
    vertical-align:inherit;
}
.lb-prev,.lb-next{
  display:none !important;
}