@charset "utf-8";

.copyright {font-size: 12px;  line-height:1.4em; font-family: 'Arial','ＭＳ Ｐゴシック', 'Osaka';}
.type01 {font-size: 10px;  line-height:1.4em; font-family: 'ＭＳ Ｐゴシック', 'Osaka';}
.type02 {font-size: 11px;  line-height:1.4em; font-family: 'ＭＳ Ｐゴシック', 'Osaka';}
.type03 {font-size: 12px;  line-height:1.4em; font-family: 'ＭＳ Ｐゴシック', 'Osaka';}
.type04 {font-size: 13px;  line-height:1.4em; font-family: 'ＭＳ Ｐゴシック', 'Osaka';}
.type05 {font-size: 14px;  line-height:1.4em; font-family: 'ＭＳ Ｐゴシック', 'Osaka';}
.type06 {font-size: 15px;  line-height:1.4em; font-family: 'ＭＳ Ｐゴシック', 'Osaka';}
.type07 {font-size: 16px;  line-height:1.4em; font-family: 'ＭＳ Ｐゴシック', 'Osaka';}
.type08 {font-size: 17px;  line-height:1.4em; font-family: 'ＭＳ Ｐゴシック', 'Osaka';}
.type09 {font-size: 18px;  line-height:1.4em; font-family: 'ＭＳ Ｐゴシック', 'Osaka';}
A:hover	{color:"#ff0000";}

/* 職員募集PDF */
.recruit_pdf {
  font-size: medium;
  font-weight: 600;
  color: beige;
  margin-left: 3px;
  padding: 3px;
  text-align: center;
  background-color: orange;
  width: 50px;
  border-radius: 50%;
  box-shadow: 2px 2px 4px rgb(170, 169, 169);
}
.recruit_pdf a {
  text-decoration: none;
}
.recruit_pdf a:link {
  color: beige;
}
.recruit_pdf a:visited {
  color: beige;
}
.recruit_pdf a:hover {
  opacity: 70%;
}


