@charset "utf-8";
.page-contents { width: 908px; margin: 20px auto 0; padding: 15px 20px 0; line-height: 1.8!important }
.page-contents h1 { font-size: 18px; font-weight: 600; text-align: center; padding: 25px 0; margin-bottom: 25px; border-bottom: #f3f3f3 1px solid }
.page-contents h3 { font-size: 16px; padding-bottom: 1.5%; font-weight: 700 }
.page-contents p { font-size: 15px }
.page-contents a { color: #396ab1 }
.page-contents-inner { margin-right: auto; margin-left: auto }


#page-link {
  margin-top: 3%;
}

#page-link a {
  text-decoration: underline !important;
}

#page-link a:hover {
  text-decoration: none !important;
}

#page_contribute {
  padding: 3em 0;
  font-size: 140%;
  font-weight: bold;
  text-align: center;
  text-decoration: underline;
}

#oganic_pro {
  position: relative;
  /*width: 660px;*/
  padding: 20px 0;
  margin: 30px 20px 0 20px;
	text-align: center;
	background: #F5F5F4;
}

#oganic_pro p {
	line-height: 1.8em;
	margin: 20px auto;
	text-align: center;
}

#btn_pro {
	position: relative;
	/*width: 660px;*/
	padding: 20px 0;
	margin: 0 20px 0 20px;
	text-align: center;
}

#btn_pro p {
	text-align: center;
	line-height: 1.8em;
	margin: 20px auto;
}

#btn_pro p a {
	margin: 0 10px;
}











.btn_block_basic {
  list-style: none;
  width: 390px;
  padding: 0;
  margin: 30px auto;
}

.btn_block_basic li {
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 1px solid #e1e1e1;
  text-align: center;
  transition: .8s
}


/*.btn_block_basic li:last-child{ border-bottom: 0px; }*/

.btn_block_basic li a {
  position: relative;
  display: block;
  margin: 0;
  padding: 10px;
  background: #fff;
  text-decoration: none;
}

.btn_block_basic li a:hover {
  color: #00A9C7;
  text-decoration: none
}

.btn_block_basic li:hover {
  border: 1px solid #00A9C7;
}

.btn_block_basic li a::before {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 35px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  background: #e1e1e1;
}

.btn_block_basic li a:hover::before {
  background: #e1e1e1 !important;
}

.btn_block_basic li a::after {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 40px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  background: #fff
}