@charset "UTF-8";

/* CSS Document */
.fullwid {
  clear: both;
  width: 100%;
}


/* ---------- Main ---------- */
#mainContents {
  color: #333;
  font-size: 100%;
  line-height: 1.6em;
}

p {
  margin-bottom: 1rem;
}

.newsFigure {
  text-align: center;
  width: 100%;
    margin: 1rem auto;
}
.newsFigure .caption {
  font-size: 87.5%;
}
.newsNote {
  color: #555;
  padding-bottom: 1rem;
}
.newsNote h2 {
  font-size: 1rem;
  margin-bottom: 1rem;
  font-weight: normal;
}
.newsNote ul {
  margin-bottom: 1rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.newsNote ul li {  
  margin: 0 0 0.5rem 2rem;
}
.newsNote ul.noBullet li {
  margin: 0 0 0.5rem 1rem;
  list-style: none;
  text-indent: -1rem;
}

@media screen and (min-width: 768px) {
  #mainContents {
    color: #333;
    line-height: 1.6em;
  }  
  .newsFigure {
    margin: 1rem auto;
    width: 80%;
  }

}




/* ---------- Contact Us Btn ---------- */
div.contactBtn {
  width: 200px;
  height: auto;
  margin: 0 auto;
  font-size: 120%;
}

div.contactBtn a {
  word-break: break-all;
  background: url(../img/contact_bg.png) center left no-repeat;
  color: #FFFFFF;
  display: block;
  width: 200px;
  line-height: 1.5em;
  text-decoration: none;
  padding: 1em 8px 1em 65px;
}

/*  Full width Contact Us Btn*/
div.contactBtnFull {
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  font-size: 100%;
  text-align: center;
}

div.contactBtnFull a {
  word-break: break-all;
  background: url(../img/contact_bg.png) center left no-repeat;
  color: #FFFFFF;
  display: block;
  width: 100%;
  line-height: 1.5em;
  text-decoration: none;
  padding-left: 60px;
  padding-right: 1em;
  padding-top: 0.8em;
  padding-bottom: 0.8em;
}

@media screen and (min-width: 480px) {
  div.contactBtnFull {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    font-size: 108%;
    text-align: center;
  }

  div.contactBtnFull a {
    word-break: break-all;
    background: url(../img/contact_bg.png) center left no-repeat;
    color: #FFFFFF;
    display: block;
    width: 100%;
    height: auto;
    line-height: 1.7em;
    text-decoration: none;
    padding-left: 60px;
    padding-right: 2em;
    padding-top: 0.8em;
    padding-bottom: 0.8em;
  }
}

@media screen and (min-width: 768px) {
  div.contactBtnFull {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    font-size: 116%;
    text-align: center;
  }

  div.contactBtnFull a {
    word-break: break-all;
    background: url(../img/contact_bg.png) center left no-repeat;
    color: #FFFFFF;
    display: block;
    width: 100%;
    height: auto;
    line-height: 1.7em;
    text-decoration: none;
    padding-left: 60px;
    padding-right: 2em;
    padding-top: 0.8em;
    padding-bottom: 0.8em;
  }
}


/* ---------- pagenavi_area ---------- */
#pagenavi {
  width: 100%;
  margin: 0px auto;
  background: none;
  min-height: 40px;
  clear: both;
  /*	border-top:solid #D1D1D1 1px;*/
}

#pagenavi p.navi_text {
  font-size: 68.8%;
  margin: 0 0 0 0;
  padding: 10px 0 0 0;
  color: #999999;
  line-height: 1.7em;
}

#pagenavi p.navi_text a {
  color: #0066CC;
}

#pagenavi p.navi_text a:hover {
  color: #F63;
}

@media screen and (min-width: 768px) {
  #pagenavi {
    width: 100%;
    margin: 0px auto;
    background: none;
    min-height: 40px;
    clear: both;
    border-top: none;
  }

  #pagenavi p.navi_text {
    font-size: 68.8%;
    margin: 0 0 0 0px;
    padding: 13px 0 0 0;
    color: #999999;
    line-height: 1.7em;
  }
}

