@charset "utf-8";

.organization tr,.officer tr{
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	overflow:hidden;
	font-size: 14px;
}
.organization th,.officer th{
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	float: left;
	background: #f3f3f3;
	padding: 10px 0px 10px 20px;
	font-weight: bold;
}
.organization td,.officer td{
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	float: left;
	padding: 10px 5px 10px 15px;
}
.organization th{
	width: 100px;
	color: #585551;
}
.organization td{
	width: 907px;
	color: #585551;
}
.officer{
	line-height: 1.3em;
}
.officer th{
	width: 20%;
	color: #585551;
}
.officer td{
	width: 25.9%;
	color: #585551;
}
.officer .officer_last{
	padding: 10px 6px 10px 15px;
}
.pdf{
	padding-top: 20px;
}
.pdf a{
	color:#1188cc;
}
.chairman_bg{
	background-image:url(/images/rizityoubg.jpg);
	background-position: right top;
	background-repeat:  no-repeat;
}
.chairman{
	display: flex;
	color: #585551;
}
dt.chairman_img img{
	border: 5px solid #ffffff;
	border-radius:5px;
	box-shadow: 0 0 8px #a9a9a9;
	margin:0 40px 15px 25px;
	float: left;
}
.chairman_1{
	width:20%;
	text-align:center;
	/*margin-right:25px;*/
	/*line-height: 130px;*/
}
p.chairman_font{
	color: #ffffff!important;
	background-color: #ba4b4b;
	margin: 45px 10px 0 0;
	padding: 5px 10px;
	font-size: 15px;
}
.chairman_2{
	width:15%;
	/*margin-right:25px;*/
	line-height: 130px;
	font-size: 15px;
	text-align: center;
}
.chairman_3{
	width:15%;
	/*margin-right:25px;*/
	line-height: 130px;
	font-size: 20px;
}
.chairman_4{
	width:40%;
	/*margin-right:25px;*/
	line-height: 130px;
	font-size: 13px;
}
.ttl{
	font-size: 19px;
	font-weight: bold;
	margin-bottom: 15px;
	letter-spacing: 0.05em;
}
.text p{
	font-size: 14px;
	padding-bottom: 20px;
	letter-spacing: 0.02em;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}