/* HTML5 format */
section, article, nav, aside, header, footer, address {
  display: block; }

/* html format */
html {
  font-size: 62.5%; }

body {
  margin: 0;
  padding: 0;
  background: #d4e168 url(bg_birds.png) center top repeat-y;
  font-size: 1.3rem;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', sans-serif;
  /*
  font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Osaka', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', sans-serif;
  font-family:'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', serif;
*/
  line-height: 1;
  color: #333333; }

div.left, p.left {
  text-align: left; }
div.right, p.right {
  text-align: right; }
div.center, p.center {
  text-align: center; }

ul, ol {
  margin: 0;
  padding: 0;
  list-style-type: none; }

img {
  border: none; }
  img.alignleft {
    float: left; }
  img.alignright {
    float: right; }
  img.aligncenter {
    display: block;
    margin: 1em auto; }

a {
  text-decoration: none; }
  a.btn {
    padding: 0 1em;
    height: 40px;
    background: #009139;
    border-radius: 20px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
    font-size: 16px;
    line-height: 40px;
    font-family: 'Hiragino Maru Gothic Pro', 'Meiryo', sans-serif; }
  a.btn:hover {
    background: #92bb1d; }
  a.btn:active {
    position: relative;
    top: 1px;
    box-shadow: none; }
  a[href$=".pdf"]:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin: 0 0.5em 0 0;
    width: 24px;
    height: 24px;
    background: url(icons.png) 0px -40px; }

/*
span {
  &.icon {
    display:inline-block;
    vertical-align:middle;
    width:40px;
    height:40px;
    background-image:url(icons.png);
    &.youtube {height:16px; background-position:-40px -40px;}
  }
}
*/
input[type="text"], input[type="search"] {
  box-shadow: inset 0px 0px 3px rgba(0, 0, 0, 0.3);
  box-sizing: content-box;
  -webkit-appearance: textfield; }
  input[type="text"]:focus, input[type="search"]:focus {
    outline: none; }

textarea {
  box-shadow: inset 0px 0px 3px rgba(0, 0, 0, 0.3);
  box-sizing: content-box; }
  textarea:focus {
    outline: none; }

button, a.btn, input[type="submit"], input[type="button"] {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  text-align: center; }


hr {
  display: none; }

.reset {
  clear: both; }

/* common elements */

#header h1 {
  margin: 0 auto;
  width: 960px;
  position: relative;
  height: 180px;
  font-size: 0; }
  #header h1 a {
    position: relative;
    left: 10px;
    top: 30px;
    display: inline-block;
    width: 251px;
    height: 80px;
    background: url(logo_web_s.png) center no-repeat;
    background-size: contain;
    font-size: 0;
    color: transparent; }

#navi {
  position: relative;
  margin: 0 auto;
  width: 960px; }
  #navi h1 {
    display: none; }
  #navi ul {
    position: absolute;
    right: 0;
    bottom: 110px;
    height: 40px;
    font-size: 0; }
  #navi li {
    display: inline; }
    #navi li.current a:before {
      content: '';
      position: absolute;
      left: -5px;
      top: -5px;
      width: 135px;
      height: 54px;
      border-radius: 7px;
      border: 5px solid white !important;
      box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2); }
    #navi li:first-child {
      display: none; }
    #navi li a {
      position: relative;
      display: inline-block;
      margin: 0 10px;
      width: 135px;
      height: 54px;
      background-repeat: no-repeat;
      background-size: contain;
      transition: 3s; }
      #navi li a[href*="kenkou"] {
        background-image: url(bnr_kenkou.png); }
      #navi li a[href*="kusuri"] {
        background-image: url(bnr_kusuri.png); }
      #navi li a[href*="seikatsu"] {
        background-image: url(bnr_seikatsu.png); }
      #navi li a[href*="kokoro"] {
        background-image: url(bnr_kokoro.png); }
      #navi li a:hover:before {
        content: '';
        position: absolute;
        left: -5px;
        top: -5px;
        width: 135px;
        height: 54px;
        border-radius: 7px;
        border: 5px solid rgba(255, 255, 255, 0.5); }


#content a:link, #content a:visited, #content a:hover {
  color: #009139; }
#content a:hover {
  text-decoration: underline; }
#content a:active {
  text-decoration: underline;
  color: #d4e168; }
#content a.btn {
  text-decoration: none;
  color: white; }

#main {
  margin: 0 auto;
  padding: 1px 0 40px;
  width: 940px;
  background: rgba(255, 255, 255, 0.8);
  background: white \9;
  border-radius: 7px;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1); }

#title {
  margin: 0 auto;
  width: 960px; }
  #title h1 {
    display: inline-block;
    margin: 0 0 0 20px;
    padding: 0 1em;
    height: 40px;
    background: #009139;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    font-size: 24px;
    line-height: 40px;
    font-weight: normal;
    color: white;
    font-family: 'Hiragino Maru Gothic Pro', 'Meiryo', sans-serif; }

.body h1, .body h2 {
  clear: both; }
.body > h1 {
  margin: 40px;
  padding: 0 20px;
  height: 40px;
  background: #92bb1d;
  border-radius: 20px;
  overflow: hidden;
  text-align: center;
  font-size: 24px;
  line-height: 40px;
  font-weight: normal;
  font-family: 'Hiragino Maru Gothic Pro', 'Meiryo', sans-serif;
  color: white;
  letter-spacing: 0.2em; }
.body > h2 {
  color: #336600; }
.body > h2, .body > h3, .body > p, .body > ul, .body > ol {
  margin: 1em 40px;
  font-size: 1.6rem; }
.body > p {
  line-height: 1.3; }
.body > ul {
  padding: 0 0 0 2em;
  list-style-type: disc; }
  .body > ul li {
    margin: 0.5em 0; }
.body > ol {
  padding: 0 0 0 2em;
  list-style-type: decimal; }
.body img.alignleft {
  margin: 0 1em 1em 0; }
.body img.alignright {
  margin: 0 0 1em 1em; }

.page_top {
  clear: both;
  font-size: 0; }
  .page_top p {
    margin: 0 auto;
    width: 960px;
    position: relative; }
    .page_top p a {
      position: absolute;
      display: inline-block;
      right: 10px;
      bottom: 0;
      padding: 0 1em;
      height: 40px;
      background: #92bb1d;
      border-top-left-radius: 7px;
      border-bottom-right-radius: 7px;
      font-size: 16px;
      line-height: 40px;
      color: white; }
      .page_top p a:hover {
        color: #d4e168; }


#footer {
  margin-top: 40px;
  height: 240px;
  background: url(bg_silhouette.png) center bottom repeat-x; }

#copyright {
  display: block;
  margin: 0 auto;
  width: 960px;
  padding: 160px 0 40px;
  height: 40px;
  text-align: center;
  font-size: 1.2rem;
  line-height: 20px;
  color: white; }
  #copyright a {
    color: white;
    text-decoration: underline; }
    #copyright a:hover {
      text-decoration: none; }

/* common contents */
div.social {
  margin: 0 auto;
  width: 960px;
  text-align: center; }
