@charset "utf-8";
/*  style　[ NPO法人 鹿児島自立支援ネットワーク 共通 ]
=================================================================== */
body{
}
p {
  font-size: 90%;
}
li {
  font-size: 90%;
}
li li {
  font-size: 100%;
}
li p {
  font-size: 100%;
}
/*----------------------------------------------
   header
---------------------------------------------*/
header {
}
/*-- ヘッダ左 ------------------*/
#areaHeader {
  float: left;
  height: 400px;
  width: 70%;
  background: url('../images/header.jpg') no-repeat center center;
  background-size: cover;
  position: relative;
}
h1 {
  height: 80px;
  background-color: rgba(255, 255, 255, 0.5);
}
h1 img {
  vertical-align: top;
  height: 70px;
  width: auto;
  padding: 5px 15px;
}

p.catch {
  position: absolute;
  bottom: 10px;
  left: 15px;
  font-size: 120%;
  color: #fff;
  font-weight: 400;
}
/*-- ヘッダ右 ------------------*/
#areaNav {
 float: left;
 height: 400px;
  width: 30%;
  background-color: #EBE9E7;
}
#areaNav nav {
  background: url('../images/nav.png') no-repeat center top;
  background-size: auto 80px;
}
#areaNav nav ul {
  list-style: none;
  margin: 0 auto;
  padding: 90px 0 0 0;
  width: 90%;
  text-align: center;
}
#areaNav nav ul li {
  background-color: #fff;
  border-radius: 10px;
  margin: 0 0 13px 0;
}
#areaNav nav ul li a {
  display: block;
  padding: 20px;
}
/* 768px(sm)～ ____________________________________________________ */
@media print,screen and (min-width: 768px)and (max-width: 991px) {
  #areaNav nav ul li {
    font-size: 0.8em;
  }
  #areaNav nav ul li a {
    display: block;
    padding: 20px 15px;
  }
}
/*-- h2 ------------------*/
h2 {
  background-color: #fff;
  padding:  15px;
  font-size: 1.2em;
}
h2 span {
  font-size: 0.7em;
  font-weight: normal;
}
h2 span.cat01 {
  margin-left: 15px;
}
/*-- MainContents ------------------*/
#MainContents {
  background-color: #EBE9E7;
}
.container {
  padding-top: 30px;
  padding-bottom: 30px;
}
/*----------------------------------------------
   福祉ニュース
---------------------------------------------*/
.cat01 {
  background-color: #A9CF52;
  color: #fff;
  display: inline-block;
  width: 3em;
  padding: 3px;
  text-align: center;
  border-radius: 5px;
}
.cat02 {
  background-color: #2EB9EF;
  color: #fff;
  display: inline-block;
  width: 3em;
  padding: 3px;
  text-align: center;
  border-radius: 5px;
}
.cat03 {
  background-color: #F4B4D0;
  color: #fff;
  display: inline-block;
  width: 3em;
  padding: 3px;
  text-align: center;
  border-radius: 5px;
}

#news ul {
  background-color: #F2F3F5;
  padding: 30px 20px;
  list-style: none;
}
#news ul li {
  margin-bottom: 5px;
}
.ttl_news {
  display: inline-block;
  padding-left: 10px;
}
#news ul li a {
  border-bottom: #333 1px dashed;
}

#news ul li a:hover {
  border-bottom: #c33 1px dashed;
  text-decoration: none;
}

/*----------------------------------------------
   訪問介護
---------------------------------------------*/
.houmon_nav {
  list-style: none;
}
.houmon_nav li {
/*  float: left;*/
  display: inline-block;
  width: 45%;
}
.houmon_nav li img {
}

/* 768px(sm)～ ____________________________________________________ */
@media print,screen and (min-width: 768px)and (max-width: 991px) {
  .houmon_nav li {
    width: 70%;
  }
}
.square{
  list-style: square;
  margin: 0;
  padding: 10px 0 10px 20px;
}
.square ul {
  list-style: disc;
  margin: 0;
  padding: 5px 0 0 15px;
}
/*----------------------------------------------
   footer
---------------------------------------------*/
footer {
  /*background: url('../images/footer.png') no-repeat left bottom;
  background-size: 30% auto ;*/
  background-color: #d7d7d7;
}
.bg-footer {
  background: url('../images/footer.png') no-repeat left bottom;
  background-size: 30% auto ;
  background-color: #d7d7d7;
}
address {
  padding: 30px 0 20px 0;
  font-size: 0.9em;
}
address strong {
  font-size: 1em;
}
.footer-menu {
  margin: 0;
  padding: 30px 0 20px 20px;
  font-size: 0.9em;
}
.footer-menu li a {
  border-bottom: #333 1px dashed;
}
/* 768px(sm)～ ____________________________________________________ */
@media print,screen and (min-width: 768px)and (max-width: 991px) {
  .bg-footer {
    background-size:25% auto ;
  }
  address {
    font-size: 0.8em;
  }
  address strong {
    font-size: 0.9em;
  }
  .footer-menu {
    font-size: 0.8em;
  }
}
/* 992px(md)～ ____________________________________________________ */
@media screen and (min-width: 992px) and (max-width: 1199px){
  address {
    font-size: 0.8em;
  }
  address strong {
    font-size: 0.9em;
  }
  .footer-menu {
    font-size: 0.8em;
  }
}
/* 1200px(lg)～ ___________________________________________________ */
@media screen and (min-width: 1200px) {
  .bg-footer {
    background-size:25% auto ;
  }
}

/*-- copyright ------------------------------------*/
.copyright {
  background-color: #bcbcbc;
  font-family: arial;
  text-align: center;
  padding: 5px 0;
  /*margin-top: 20px;*/
  font-size: 0.7em;
}
/* 768px(sm)～ ____________________________________________________ */
@media print,screen and (min-width: 768px) {
}
/* 992px(md)～ ____________________________________________________ */
@media screen and (min-width: 992px) {
}
/* 1200px(lg)～ ___________________________________________________ */
@media screen and (min-width: 1200px) {
}
