body {
	font-size: 0.9em;
	line-height: 1.4em;
}
td {
	font-size: 0.9em;
	line-height: 1.4em;
}
.pankuzu {
	font-size: 0.8em;
	line-height: 1em;
}

.pdf01 {
	font-size: 0.8em;
	line-height: 1em;
}


.green {  font-size: 11pt; color: #009900}
.blue {  font-size: 11pt; color: #006699}
.ss {
	font: 10pt/11pt;
	color: #FF0000;

}
.ss2 {
	font-size: 10pt;
	line-height: 11pt;

}
.pdf01_2 {

	font-size: 0.8em;
	line-height: 2.1em;
}
.LL {
	font-size: 1em;
	line-height: 130%;
	font-weight: normal;
}

.tab-group{
	display: flex;
	justify-content: center;
	width: 740px;
	margin: 0 auto;
	padding: 0;
}
.tab{
	flex-grow: 1;
	padding:1em;
	list-style:none;
	border:solid 1px #CCC;
	text-align:center;
	cursor:pointer;
	font-size: 18px;
	font-weight: bold;
	background: #ddd;
	box-sizing: border-box;
	width: 50%;
}
.panel-group{
	border-top:none;
	width: 740px;
	box-sizing: border-box;
	padding: 20px;
	border: #ccc 1px solid;
	margin: 0 auto;
}
.panel{
	display:none;
}
.tab.is-active{
	background:#004dbe;
	color:#FFF;
	transition: all 0.2s ease-out;
}
.panel.is-show{
	display:block;
}

.ta01{
	width: 100%;
	border-collapse: collapse;
}
.ta01 th,.ta01 td{
	border: #ccc 1px solid;
	padding: 5px;
}