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

body#staff {
/*	background-color: #FFDE00;*/
	background:#0F5B9F url(/images/staff/staff_bg02.jpg) 0% 0 no-repeat fixed;
	background-attachment:fixed;
	background-size: auto 150%;
}
#main {
}

.bgWhGr{
  padding: 50px;
background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.4) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.4) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.4) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#99ffffff',GradientType=0 ); /* IE6-9 */

}

#main .txt01 { font-weight: bold; color: #fff; font-size: 18px ; letter-spacing: 1px; line-height: 1.7; }

#main .img01 {}
#main .txt02 {}

.pd{ margin-top: 100px; }
.pd .fL{}
.pd .fR{ width: 600px }

.pd .name{
  font-size: 20px;
  color: #1A3246;
  font-weight: bold;
}
.pd .name span {
  font-size: 14px;
  margin-left: 10px;
}
.pd .role {
  color: #fff;
  margin-top: 15px;
  font-size: 15px;
  font-weight: bold;
}

.pd .prof {
  color: #fff;
  margin-top: 25px;
  font-size: 14px;
  line-height: 1.7;
}



.staff { margin-top: 80px; }

.staff .name{
  font-size: 20px;
  color: #1A3246;
  font-weight: bold;
}
.staff .name span {
  font-size: 14px;
  margin-left: 10px;
}
.staff .role {
  color: #fff;
  margin-top: 15px;
  font-size: 15px;
  font-weight: bold;
}

.staff .prof {
  color: #fff;
  margin-top: 25px;
  font-size: 14px;
  line-height: 1.7;
}

.credit{ margin-top: 120px;}
.credit h2{ color: #fff; font-weight: bold; font-size: 24px; text-align: center; padding: 100px 0;}
.credit p { color: #fff; width: 600px; text-align: center; margin: 0 auto;}