@charset "UTF-8";
/* ===================================================================
CSS information
 file name  :  common.css
 style info :  サイト全体共通css
=================================================================== */
/* fontsize YUI
10px = 77% 11px = 85% 12px = 93% 13px = 100%
14px = 108% 15px = 116% 16px = 123.1% 17px = 131%
18px = 138.5% 19px = 146.5% 20px = 153.9% 21px = 161.6%
22px = 167% 23px = 174% 24px = 182% 25px = 189% 26px = 197% */
/*----------------------------------------------------------------------------------
		 								body、リンク色etc
------------------------------------------------------------------------------------*/
/* 基本リンク色 */
a {
  color: #ff9999;
  text-decoration: none; }

a:hover {
  color: #999;
  text-decoration: none; }

a.hover_img img {
  transition: all 0.5s ease; }

a:hover.hover_img img {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)"; }

a.hover_img2 {
  background-color: #fff;
  /*背景に白を設定*/
  display: block;
  /*ブロック化重要！*/ }

a.hover_img2 img {
  transition: all 0.5s ease; }

a:hover.hover_img2 img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)"; }

body {
  color: #666666;
  font-family: 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Arial, verdana, sans-serif;
  font-size: 93%; }

.clearfix, header, #headerCenter, #headerRight, ul#topMenu, ul#topMenu li, ul#topScial, ul#topScial li, #footerRight, #footerNavlist li.item {
  *zoom: 1; }

.clearfix:after, header:after, #headerCenter:after, #headerRight:after, ul#topMenu:after, ul#topMenu li:after, ul#topScial:after, ul#topScial li:after, #footerRight:after, #footerNavlist li.item:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; }
  
img.corner{
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

img.alignright {
  display: block;
  margin: 0 0 0 auto; }

img.alignleft {
  display: block;
  margin: 0 auto 0 0; }

img.aligncenter {
  display: block;
  margin: 0 auto; }

blockquote {
  background-color: #ddd;
  padding: 1em 1em 1em 3em;
  position: relative;
  margin: 15px 0; }

blockquote:before {
  content: "“";
  font-size: 600%;
  line-height: 1em;
  color: #999;
  position: absolute;
  left: 0;
  top: 0; }

#page-top {
  position: fixed;
  bottom: 64px;
  right: 0px; }

embed,
iframe,
object {
  max-width: 100%; }

/*----------------------------------------------------------------------------------
		 								header 
------------------------------------------------------------------------------------*/
@media only screen and (min-width: 1080px) {
  #topHeader {
    width: 100%;
    margin: 0 auto;
    position: fixed;
    background-color: #ffffff;
    border-bottom: 1px solid #999999;
    height: 75px;
    z-index: 9999;
    /* Mobile navigation */
    /* Mobile navigation, clickable area for revealing <ul> */ }
    #topHeader #headerInner {
      width: 1080px;
      margin: 0 auto;
      padding: 0; }
    #topHeader #logo {
      width: 148px;
      float: left;
      margin: 10px 0 0 20px; }
      #topHeader #logo img {
        width: 100%; }
    #topHeader .current {
      margin-left: 60px;
      margin-right: 10px;
      float: left;
	  display: none; }
      #topHeader .current li {
        width: 170px;
        float: left;
        margin-right: 40px; }
        #topHeader .current li img {
          width: 100%; }
    #topHeader #donation {
      /*width: 163px;*/
      float: right;
      margin: 20px 0 0 0; }
      #topHeader #donation img {
        width: 100%; }
/* Use the Following CSS Code for ButtonM_head*/
.ButtonM_head:link {
        padding: 13px 20px;
        background-color: #1abc9c;
        -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
        border-radius: 3px;
        line-height: 100%;
        text-align: center;
        font-size: 16px;
        font-weight: 700;
        color: #ffffff;
        display: inline-block;
        cursor: pointer;
        }
        
.ButtonM_head:visited {
        background-color: #1abc9c;
        -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
        border-radius: 3px;
        color: #ffffff;
        }

.ButtonM_head:hover {
        background-color: #81dac9;
        -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
        border-radius: 3px;
        color: #ffffff;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        }
        
.ButtonM_head:active {
        background-color: #17a98c;
        -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
        border-radius: 3px;
        }



/* Use the Following CSS Code for ButtonO_header*/
.ButtonO_head:link {
        padding: 13px 20px;
        background-color: #8cc152;
        -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
        border-radius: 3px;
        line-height: 100%;
        text-align: center;
        font-size: 16px;
        font-weight: 700;
        color: #ffffff;
        display: inline-block;
        cursor: pointer;
        }
        
.ButtonO_head:visited {
        background-color: #8cc152;
        -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
        border-radius: 3px;
        color: #ffffff;
        }

.ButtonO_head:hover {
        background-color: #c0dd77;
        -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
        border-radius: 3px;
        color: #ffffff;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        }
        
.ButtonO_head:active {
        background-color: #85b74e;
        -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
        border-radius: 3px;
        }
	
    #topHeader .nav {
      display: none;
      position: relative;
      font-size: 108%;
      font-weight: 900;
      float: left; }
    #topHeader .nav-list {
      text-align: left; }
      #topHeader .nav-list .phone {
        display: none; }
    #topHeader .nav-item {
      float: left;
      *display: inline;
      zoom: 1;
      position: relative;
      font-weight: bold;
      padding-left: 40px; }
    #topHeader .nav-item a {
      display: block;
      color: #ffffff;
      padding: 20px 10px 20px;
      float: left; }
    #topHeader .nav-item > a:hover {
      color: #ff9999; }
    #topHeader .nav-item:hover .nav-submenu {
      display: block; }
    #topHeader .nav-mobile {
      display: none;
      /* Hide from browsers that don't support media queries */
      cursor: pointer;
      position: absolute;
      top: 0;
      right: 0;
      background: #3D3D3B url(../img/nav.svg) no-repeat center center;
      background-size: 18px;
      height: 50px;
      width: 50px; }
    #topHeader .nav-click {
      position: absolute;
      top: 0;
      right: 0;
      display: none;
      border-left: 1px solid #8B2870;
      height: 49px;
      width: 50px;
      cursor: pointer; }
    #topHeader .nav-click i {
      display: block;
      height: 48px;
      width: 48px;
      background: url(../img/drop.svg) no-repeat center center;
      background-size: 20px; }
    #topHeader .nav-click:hover {
      background-color: #6E1656; }
    #topHeader .nav-rotate {
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); } }
@media only screen and (min-width: 640px) and (max-width: 1079px) {
  #topHeader {
    width: 100%;
    margin: 0 auto;
    background-color: #ffffff;
    border-bottom: 1px solid #999999;
    height: 60px;
    /* Navigation submenu */
    /* Mobile navigation */
    /* Mobile navigation, clickable area for revealing <ul> */ }
    #topHeader #headerInner {
      width: auto;
      margin: 0 auto;
      padding: 0; }
    #topHeader #logo {
      width: 100px;
      float: left;
      margin: 10px 0 0 20px; }
      #topHeader #logo img {
        width: 100%; }
    #topHeader .current {
      display: none;
      margin-left: 60px;
      margin-right: 10px;
      float: left; }
      #topHeader .current li {
        width: 170px;
        float: left;
        margin-right: 40px; }
        #topHeader .current li img {
          width: 100%; }
    #topHeader #donation {
      display: none;
      width: 163px;
      float: left;
      margin: 10px 0 0 0; }
      #topHeader #donation img {
        width: 100%; }
    #topHeader .nav {
      display: inline-block;
      font-size: 14px;
      font-weight: 900;
      top: -65px;
      z-index: 9999; }
    #topHeader .nav-list {
      text-align: left; }
    #topHeader .nav-item {
      float: left;
      *display: inline;
      zoom: 1;
      position: relative;
      text-align: center; }
    #topHeader .nav-item a {
      display: block;
      color: #333333;
      padding: 5px 20px;
      background: #ffffff;
      border-bottom: 1px solid #999999; }
      #topHeader .nav-item a img {
        width: 38%; }
    #topHeader .nav-item > a:hover {
      color: #ffffff; }
    #topHeader .nav-item:hover .nav-submenu {
      display: block; }
    #topHeader .nav-submenu {
      display: none;
      position: absolute;
      left: 0;
      width: 180px; }
    #topHeader .nav-submenu-item a {
      background: #E2E2E2;
      border-bottom: 1px solid #999999;
      display: block;
      padding: 0; }
    #topHeader .nav-submenu-item a:hover {
      background: #999999; }
    #topHeader .nav-mobile {
      display: none;
      /* Hide from browsers that don't support media queries */
      cursor: pointer;
      position: absolute;
      top: 1%;
      right: 0;
      background: url(../images/nav.svg) no-repeat center center;
      background-size: 18px;
      height: 50px;
      width: 51px;
      z-index: 9999; }
    #topHeader .nav-click {
      position: absolute;
      top: 0;
      right: 0;
      display: none;
      border-left: 1px solid #49a1ff;
      height: 49px;
      width: 50px;
      cursor: pointer;
      background-color: #ff9999; }
    #topHeader .nav-click i {
      display: block;
      height: 48px;
      width: 48px;
      background: url(../images/drop.svg) no-repeat center center;
      background-size: 20px; }
    #topHeader .nav-click:hover {
      background-color: #49a1ff; }
    #topHeader .nav-rotate {
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }
    #topHeader .nav-mobile {
      display: block; }
    #topHeader .nav {
      width: 100%;
      margin-top: 30px; }
    #topHeader .nav-list {
      display: none;
      position: absolute;
      top: 61px;
      width: 100%;
	z-index: 9999;}
    #topHeader .nav-item {
      width: 100%;
      float: none; }
    #topHeader .nav-item > a {
      padding: 0; }
    #topHeader .nav-click {
      display: none; }
    #topHeader .nav-mobile-open {
      border-radius: 5px 5px 0 0;
      -webkit-border-radius: 5px 5px 0 0;
      -moz-border-radius: 5px 5px 0 0; }
    #topHeader .nav-item:hover .nav-submenu {
      display: none; }
    #topHeader .nav-submenu {
      position: static;
      width: 100%; }
    #topHeader #tel {
      display: none; }
    #topHeader .line {
      display: none; }
    #topHeader .pc {
      display: none !important; }
    #topHeader #socialButton {
      width: 90px;
      position: absolute;
      bottom: 30px;
      right: 70px; }
      #topHeader #socialButton li {
        float: left;
        width: 33px;
        margin-left: 10px; }
      #topHeader #socialButton img {
        width: 100%; } }
@media only screen and (max-width: 639px) {
  #topHeader {
    width: 100%;
    margin: 0 auto;
    background-color: #ffffff;
    border-bottom: 1px solid #999999;
    height: 60px;
    /* Navigation submenu */
    /* Mobile navigation */
    /* Mobile navigation, clickable area for revealing <ul> */ }
    #topHeader #headerInner {
      width: auto;
      margin: 0 auto;
      padding: 0; }
    #topHeader #logo {
      width: 100px;
      float: left;
      margin: 10px 0 0 20px; }
      #topHeader #logo img {
        width: 100%; }
    #topHeader .current {
      display: none;
      margin-left: 60px;
      margin-right: 10px;
      float: left; }
      #topHeader .current li {
        width: 170px;
        float: left;
        margin-right: 40px; }
        #topHeader .current li img {
          width: 100%; }
    #topHeader #donation {
      display: none;
      width: 163px;
      float: left;
      margin: 10px 0 0 0; }
      #topHeader #donation img {
        width: 100%; }
    #topHeader .nav {
      display: inline-block;
      font-size: 14px;
      font-weight: 900;
      top: -65px;
      z-index: 9999; }
    #topHeader .nav-list {
      text-align: left; }
    #topHeader .nav-item {
      float: left;
      *display: inline;
      zoom: 1;
      position: relative;
      text-align: center; }
    #topHeader .nav-item a {
      display: block;
      color: #333333;
      padding: 5px 20px;
      background: #ffffff;
      border-bottom: 1px solid #999999; }
      #topHeader .nav-item a img {
        width: 38%; }
    #topHeader .nav-item > a:hover {
      color: #ffffff; }
    #topHeader .nav-item:hover .nav-submenu {
      display: block; }
    #topHeader .nav-submenu {
      display: none;
      position: absolute;
      left: 0;
      width: 180px; }
    #topHeader .nav-submenu-item a {
      background: #E2E2E2;
      border-bottom: 1px solid #999999;
      display: block;
      padding: 0; }
    #topHeader .nav-submenu-item a:hover {
      background: #999999; }
    #topHeader .nav-mobile {
      display: none;
      /* Hide from browsers that don't support media queries */
      cursor: pointer;
      position: absolute;
      top: 1%;
      right: 0;
      background: url(../images/nav.svg) no-repeat center center;
      background-size: 18px;
      height: 50px;
      width: 51px;
      z-index: 9999; }
    #topHeader .nav-click {
      position: absolute;
      top: 0;
      right: 0;
      display: none;
      border-left: 1px solid #49a1ff;
      height: 49px;
      width: 50px;
      cursor: pointer;
      background-color: #ff9999; }
    #topHeader .nav-click i {
      display: block;
      height: 48px;
      width: 48px;
      background: url(../images/drop.svg) no-repeat center center;
      background-size: 20px; }
    #topHeader .nav-click:hover {
      background-color: #49a1ff; }
    #topHeader .nav-rotate {
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }
    #topHeader .nav-mobile {
      display: block; }
    #topHeader .nav {
      width: 100%;
      margin-top: 30px; }
    #topHeader .nav-list {
      display: none;
      position: absolute;
      top: 61px;
      width: 100%;
		z-index: 9999;}
    #topHeader .nav-item {
      width: 100%;
      float: none; }
    #topHeader .nav-item > a {
      padding: 0; }
    #topHeader .nav-click {
      display: none; }
    #topHeader .nav-mobile-open {
      border-radius: 5px 5px 0 0;
      -webkit-border-radius: 5px 5px 0 0;
      -moz-border-radius: 5px 5px 0 0; }
    #topHeader .nav-item:hover .nav-submenu {
      display: none; }
    #topHeader .nav-submenu {
      position: static;
      width: 100%; }
    #topHeader #tel {
      display: none; }
    #topHeader .line {
      display: none; }
    #topHeader .pc {
      display: none !important; }
    #topHeader #socialButton {
      width: 90px;
      position: absolute;
      bottom: 30px;
      right: 70px; }
      #topHeader #socialButton li {
        float: left;
        width: 33px;
        margin-left: 10px; }
      #topHeader #socialButton img {
        width: 100%; } }
/*----------------------------------------------------------------------------------
		 								container 
------------------------------------------------------------------------------------*/
@media only screen and (min-width: 1080px) {
  #container {
    width: 100%;
    margin: 0 auto;
    padding-top: 76px; }

  #inner {
    width: 1080px;
    margin: 0 auto; }
    #inner.challenge {
      padding: 3% 0 2%; }

  #titleIcon {
    margin: 0 auto; }
    #titleIcon img {
      width: 100%; }

  h2 {
    text-align: center;
    letter-spacing: 0.1em; }

  #monthlyButton,#onetimeButton  {
    width: 530px;
    margin: 50px auto 0; }
	#monthlyButton.mt_none,#onetimeButton.mt_none {
		margin: 0 auto;
	}
    #monthlyButton img {
      width: 100%; } }
@media only screen and (min-width: 640px) and (max-width: 1079px) {
  #container {
    width: 100%;
    margin: 0 auto; }

  #inner {
    width: 100%;
    margin: 0 auto; }
    #inner.challenge {
      padding: 15% 0 0; }

  #titleIcon {
    margin: 0 auto; }
    #titleIcon img {
      width: 100%; }

  h2 {
    text-align: center;
    letter-spacing: 0.1em; }

  #monthlyButton,#onetimeButton {
    width: 80%;
    margin: 10% auto 0; }
    #monthlyButton img {
      width: 100%; } }
@media only screen and (max-width: 639px) {
  #container {
    width: 100%;
    margin: 0 auto; }

  #inner {
    width: 100%;
    margin: 0 auto; }
    #inner.challenge {
      padding: 15% 0 0; }

  #titleIcon {
    margin: 0 auto; }
    #titleIcon img {
      width: 100%; }

  h2 {
    text-align: center;
    letter-spacing: 0.1em; }

  #monthlyButton,#onetimeButton {
    width: 80%;
    margin: 10% auto 0; }
	#monthlyButton.mt_none,#onetimeButton.mt_none{
		margin: 0 auto;
	}
    #monthlyButton img {
      width: 100%; } }
/*----------------------------------------------------------------------------------
		 								footer 
------------------------------------------------------------------------------------*/
@media only screen and (min-width: 1080px) {
  #footer {
    width: 100%;
    height: auto; }
    #footer #copyright {
      color: #f88482;
      text-align: center;
      font-size: 93%;
      letter-spacing: 0.1em; }
      #footer #copyright #footerLogo {
        width: 148px;
        margin: 0 auto 10px; }
        #footer #copyright #footerLogo img {
          width: 100%; }
      #footer #copyright #copyright {
        margin-top: 15px;
        padding-bottom: 5px; }

  #fixContact {
    display: none; } }
@media only screen and (min-width: 769px) and (max-width: 1079px) {
  #footer {
    width: 100%;
    height: auto;
    margin-top: 10%; }
    #footer #copyright {
      color: #f88482;
      text-align: center;
      font-size: 93%;
      letter-spacing: 0.1em; }
      #footer #copyright #footerLogo {
        width: 148px;
        margin: 0 auto 10px; }
        #footer #copyright #footerLogo img {
          width: 100%; }
      #footer #copyright #copyright {
        margin-top: 15px;
        padding-bottom: 5px; }

  #fixContact {
    width: 100%;
    position: fixed;
    bottom: 0;
    background: #ffffff;
    opacity: 0.9;
    padding: 2% 0 2%;
    line-height: 23px;
    border-top: 1px solid #666666;
    z-index: 9999;
    text-align: center; }
    /*#fixContact a {
      color: #ffffff;
      font-size: 14px;
      opacity: 1.0; }
    #fixContact img {
      width: 90%; }*/
/* Use the Following CSS Code for ButtonM_navi*/
.ButtonM_navi:link {
        padding: 13px 20px;
        background-color: #1abc9c;
        -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
        border-radius: 3px;
        line-height: 100%;
        text-align: center;
        font-size: 16px;
        font-weight: 700;
        color: #ffffff;
        display: inline-block;
        cursor: pointer;
        }
        
.ButtonM_navi:visited {
        background-color: #1abc9c;
        -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
        border-radius: 3px;
        color: #ffffff;
        }

.ButtonM_navi:hover {
        background-color: #81dac9;
        -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
        border-radius: 3px;
        color: #ffffff;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        }
        
.ButtonM_navi:active {
        background-color: #17a98c;
        -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
        border-radius: 3px;
        }

/* Use the Following CSS Code for ButtonO_navier*/
.ButtonO_navi:link {
        padding: 13px 20px;
        background-color: #8cc152;
        -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
        border-radius: 3px;
        line-height: 100%;
        text-align: center;
        font-size: 16px;
        font-weight: 700;
        color: #ffffff;
        display: inline-block;
        cursor: pointer;
        }
        
.ButtonO_navi:visited {
        background-color: #8cc152;
        -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
        border-radius: 3px;
        color: #ffffff;
        }

.ButtonO_navi:hover {
        background-color: #c0dd77;
        -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
        border-radius: 3px;
        color: #ffffff;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        }
        
.ButtonO_navi:active {
        background-color: #85b74e;
        -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
        border-radius: 3px;
        }  
}
@media only screen and (max-width: 768px) {
  #footer {
    width: 100%;
    height: auto;
    margin-top: 10%;
    padding-bottom: 80px; }
    #footer #copyright {
      color: #f88482;
      text-align: center;
      font-size: 93%;
      letter-spacing: 0.1em; }
      #footer #copyright #footerLogo {
        width: 148px;
        margin: 0 auto 10px; }
        #footer #copyright #footerLogo img {
          width: 100%; }
      #footer #copyright #copyright {
        margin-top: 15px;
        padding-bottom: 5px; }

  #fixContact {
    width: 100%;
    position: fixed;
    bottom: 0;
    background: #ffffff;
    opacity: 0.9;
    padding: 2% 0 2%;
    line-height: 23px;
    border-top: 1px solid #666666;
    z-index: 9999;
    text-align: center; }
    /*#fixContact a {
      color: #ffffff;
      font-size: 14px;
      opacity: 1.0; }
    #fixContact img {
      width: 90%; }*/
/* Use the Following CSS Code for ButtonM_navi*/
.ButtonM_navi:link {
        padding: 13px 20px;
        background-color: #1abc9c;
        -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
        border-radius: 3px;
        line-height: 100%;
        text-align: center;
        font-size: 16px;
        font-weight: 700;
        color: #ffffff;
        display: inline-block;
        cursor: pointer;
        }
        
.ButtonM_navi:visited {
        background-color: #1abc9c;
        -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
        border-radius: 3px;
        color: #ffffff;
        }

.ButtonM_navi:hover {
        background-color: #81dac9;
        -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
        border-radius: 3px;
        color: #ffffff;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        }
        
.ButtonM_navi:active {
        background-color: #17a98c;
        -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
        border-radius: 3px;
        }

/* Use the Following CSS Code for ButtonO_navier*/
.ButtonO_navi:link {
        padding: 13px 20px;
        background-color: #8cc152;
        -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
        border-radius: 3px;
        line-height: 100%;
        text-align: center;
        font-size: 16px;
        font-weight: 700;
        color: #ffffff;
        display: inline-block;
        cursor: pointer;
        }
        
.ButtonO_navi:visited {
        background-color: #8cc152;
        -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
        border-radius: 3px;
        color: #ffffff;
        }

.ButtonO_navi:hover {
        background-color: #c0dd77;
        -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
        border-radius: 3px;
        color: #ffffff;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        }
        
.ButtonO_navi:active {
        background-color: #85b74e;
        -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
        border-radius: 3px;
        }
	}

/* 20200317_floating_top */
@media only screen and (max-width: 768px) {
  .fix_co2 {
    top: 0;
    bottom: unset!important;
    display: none;
  }
  .co2 #challengeArea,
  .co2 #activityArea,
  .co2 #aboutArea {
    margin-top: -60px!important;
    padding-top: 60px!important;
  }
  .co2 #activityArea #titleIcon {
    padding-top: 45px;
  }
  .co2 #contactArea {
    margin-bottom: calc(15% + 60px)!important;
  }
  .co2 #aboutArea,
  .co2 #requestArea,
  .co2 #donationArea {
    margin-top: -60px!important;
    padding-top: 60px!important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  #monthlyButton{
    width: 60%;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1079px) {
  #topHeader{
    position: fixed;
    border-bottom: none;
    box-shadow: 0px 1px 8px 0 rgba(0,0,0,.1);
    z-index: 9999;
  }
  .topPad{
    padding-top: 60px;
  }
}