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

/*------- タイトルラップ -------*/
#titlewrap {
  margin-bottom: 0px;
  height: auto;
  padding: 5px;
  text-align: center;
  overflow: hidden;
  color: #ffffff;
  background: rgba(54, 122, 189, .6);
}

h1 {
  display: inline-block;
  letter-spacing: .05em;
  font-size: 24px;
  line-height: 50px;
}

h1 span:first-child {
  display: block;
  font-size: 16px;
  line-height: 30px;
  font-weight: normal;
}

h1 span:last-child {
  display: block;
  font-size: 18px;
  line-height: 30px;
  font-weight: normal;
}

section {
  clear: both;
  height: auto;
  margin: 0 auto;
  padding: 25px 0 75px 0;
}

@media (max-width:500px) {
  h1 {
    font-size: 20px;
    line-height: 40px;
  }

  h1 span:first-child {
    line-height: 30px;
  }

  h1 span:last-child {
    font-size: 16px;
  }

  section {
    padding: 25px 0 25px 0;
  }
}

/*------- このページの漁獲量に含まれる魚種 -------*/
#speciestitle {
  box-sizing: border-box;
  max-width: 485px;
  width: 98%;
  margin: 65px auto 0 auto;
  font-size: 15px;
  font-weight: bold;
  line-height: 30px;
  letter-spacing: 0.05em;
  padding-left: 0.3em;
}

#species {
  box-sizing: border-box;
  max-width: 485px;
  width: 98%;
  margin: 0 auto;
  padding-left: 25px;
  padding-right: 10px;
  text-align: left;
  border-top: 1px solid #367ABD;
  border-bottom: 1px solid #367ABD;
}

#species p {
  color: #777777;
  letter-spacing: 0.05em;
}

#species h2 {
  font-size: 20px;
  color: #555555;
  letter-spacing: 0.1em;
}

#species h2 span {
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #777777;
}


/*------- コンテンツの説明 -------*/
#discriptionwrap {
  max-width: 600px;
  margin: 90px auto 0 auto;
}

/*------- memobox -------*/
.memoh2 {
  box-sizing: border-box;
  max-width: 485px;
  width: 98%;
  margin: 0 auto;
  font-size: 16px;
  line-height: 30px;
  font-weight: bold;
  text-align: left;
  padding-left: 0.3em;
  letter-spacing: 0.05em;
}

#memobox {
  box-sizing: border-box;
  max-width: 485px;
  width: 98%;
  margin: auto;
  padding: 0 1.5em;
  border: 2px dashed rgba(54, 122, 189, .3);
}

#memobox h3 {
  margin: 25px auto 0 0;
  font-size: 1.15em;
  letter-spacing: 0.05em;
  color: #367ABD;
}

.memocom {
  display: block;
  box-sizing: border-box;
  letter-spacing: 0.05em;
  font-size: 1.1em;
  margin: 0 auto 2em 10px;
}

@media (max-width:500px) {
  #memobox {
    margin-bottom: -75px;
  }
}

/*--------- メインコンテンツ ---------*/
#gradient {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-bottom: 85px;
  background: #E3EDF7;
  border-top: 1px solid rgba(54, 122, 189, .3);
}

@media (max-width:500px) {
  #gradient {
    padding-bottom: 30px;
  }
}

#maincontentsmark {
  text-align: center;
  padding-bottom: 25px;
}

#maincontentsmark h2 {
  display: inline-block;
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  color: #2FAFF9;
  padding: 40px 30px 0 30px;
  background: rgba(255, 255, 255, .6);
  border-radius: 300px 300px 0 0;
  border-bottom: dotted 4px #87CEFA;
  background-image: url(../../../../../common-whole/image/logo-light.png);
  background-repeat: no-repeat;
  background-position: top center;
}

/*------------　 全般メディア対応 ------------*/
@media (max-width:450px) {
  #maincontentsmark h2 {
    font-size: 19px;
  }
}
