@charset "utf-8";
/*　Universal Reset　=================================*/
html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-size: 100%;
}
h1, h2, h3, h4, h5, h6, p, blockquote, pre, hr, div, object, ul, ol, li, dl, dt, dd, tr, td, fieldset, form, legend, figure {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: normal;
}
ul, ol {
  list-style: none;
}
fieldset {
  margin: 0;
  padding: 0;
  border: 0 none;
}
legend {
  display: none;
}
table, th, td {
  border: 0;
  border-spacing: 0;
}
caption, th {
  text-align: left;
}
em, strong, cite, abbr, caption, th, address {
  font-style: normal;
  font-weight: normal;
}
img {
  max-width: 100%;
  border: 0 none;
  vertical-align: bottom;
}
input, select, textarea {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type="submit"] {
  border: none;
  border-radius: 0;
}
input[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}
input[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}
option {
  padding-right: 5px;
}
article, aside, dialog, details, figure, figcaption, footer, header, hgroup, menu, nav, section {
  display: block;
}
mark {
  font-weight: normal;
  font-style: normal;
}
blockquote, q {
  quotes: none;
}
a {
  vertical-align: baseline;
}
* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
/*　style　=================================*/
body {
  font-size: 24px;
  color: #250109;
  background-color: #fff;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", sans-serif;
  line-height: 1.4;
  -webkit-text-size-adjust: 100%;
  -webkit-touch-callout: none;
}
a {
  color: #09f;
  vertical-align: baseline;
  text-decoration: underline;
}
a:hover, a:focus {
  text-decoration: none;
  filter: alpha(opacity=70);
  -moz-opacity: 0.70;
  opacity: 0.70;
}
#container {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}
.mb_0 {
  margin-bottom: 0 !important;
}
.mb_S {
  margin-bottom: 0.5em !important;
}
.mb_M {
  margin-bottom: 1em !important;
}
.mb_L {
  margin-bottom: 1.5em !important;
}
/*=======　contents　=======*/
.ttl {
  text-align: center;
  padding-top: 50px;
  font-size: 1.5em;
  font-weight: bold;
}
@media screen and (min-width: 760px) {
  .ttl {
    font-size: 1.3em;
  }
}
@media screen and (min-width: 1001px) {
  .ttl {
    font-size: 1.5em;
    padding-top: 80px;
  }
}
/* area_linebnr_top */
.area_linebnr_top {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0.5em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.area_linebnr_top .icon {
  width: 10%;
}
.area_linebnr_top .text {
  width: 50%;
  padding: 0 2%;
}
.area_linebnr_top .text > span {
  display: block;
  color: #6e6b6b;
  font-size: 0.8em;
  line-height: 1.3;
}
.area_linebnr_top .text > span.name {
  font-weight: bold;
  font-size: 0.9em;
}
.area_linebnr_top .text > span.star > em {
  color: #ffba00;
}
.area_linebnr_top .btn {
  width: 38%;
  text-align: right;
}
.area_linebnr_top .btn a {
  display: block;
  width: 85%;
  height: 100%;
  margin: 0 5% 0 auto;
  line-height: 1.1;
  text-align: center;
  color: #fff;
  background-color: #ccc;
  border-radius: 5em;
  text-decoration: none;
}
.area_linebnr_top .btn small {
  font-size: 0.8em;
}
.area_linebnr_top .btn span {
  display: inline-block;
  padding: 0.4em 0.5em 0.6em 2.5em;
  margin: 0 auto;
  background: url(./img/icon_mail.png) 0 50% no-repeat;
  background-size: auto 60%;
}
.area_linebnr_top .btn span.iconLine {
  padding: 0.6em 0.5em 0.6em 2.5em;
  background: url(./img/icon_line.png) 0 50% no-repeat;
  background-size: auto 90%;
}
@media screen and (min-width: 1001px) {
  .area_linebnr_top .btn br {
    display: none;
  }
  .area_linebnr_top .btn span {
    padding: 1em 0.5em 1em 2.5em;
    font-size: 1em;
  }
  .area_linebnr_top .btn small {
    font-size: 100%;
  }
}
/* area_linebnr_btm */
.area_linebnr_btm {
  display: block;
  width: 100%;
  padding: 0 1em;
  text-align: center;
  z-index: 100;
}
.area_linebnr_btm ul {
  width: 100%;
  max-width: 1000px;
}
.area_linebnr_btm li a {
  display: inline-block;
  width: 90%;
  max-width: 640px;
  padding: 0.8em 0;
  margin: 0.3em auto;
  font-size: 1.2em;
  line-height: 1.1;
  font-weight: 700;
  background-image: linear-gradient(#ffffff 74%, #ffe6ed);
  border-radius: 10em;
  text-decoration: none;
}

.Email {
  color: #fc4186;
  font-weight: 700;
}
.line {
  color: #4bca36;
}
.area_linebnr_btm li a span {
  display: block;
}
.area_linebnr_btm li a small {
  display: block;
  font-size: 0.5em;
  color: #565656;
  font-weight: normal;
  margin-top: 3px;
}
.area_linebnr_btm .note {
  margin: 0.5em auto;
  font-size: 0.7em;
  text-align: left;
  padding: 0 1.5em;
  text-shadow: 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff;
}
.area_linebnr_btm .note br {
  display: none;
}

@media screen and (min-width: 640px) {
  .area_linebnr_btm li a {
    width: 100%;
    font-size: 1.2em;
    padding: 0.5em 1em;
  }
  .area_linebnr_btm .note {
    text-align: center;
    font-size: 0.5em;
  }
  .area_linebnr_btm .note br {
    display: block;
  }
  .area_linebnr_btm ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .area_linebnr_btm li {
    padding: 0 10px;
  }
}
@media screen and (min-width: 1001px) {
  .area_linebnr_btm {
    padding: 0.5em 2em;
  }
}
/* main */
.main {
  width: 100%;
  position: absolute;
  top: 23em;
  left: 50%;
  transform: translate(-50%);
  z-index: 2;
  text-align: center;
}
@media screen and (min-width: 640px) {
  .main {
    top: 25em;
  }
}
@media screen and (min-width: 840px) {
  .main {
    top: 28em;
  }
}
@media screen and (min-width: 1001px) {
  .main {
    top: 31em;
  }
}
.main .ttl {
  font-size: 1em;
  padding-top: 15px;
  color: #fff;
}
/*top_message*/
.top_message {
  text-align-last: center;
  padding: 0 36px 36px;
  background: url("./img/top_message_bg.jpg") 0 50% no-repeat;
  background-size: cover;
  color: #fff;
}
.top_message .ttl {
  font-size: 4vw;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 16px;
  color: #FFF000;
  text-shadow: 0px 0px 30px rgba(255, 1, 88, 1);
}
.statement_text {
  margin-bottom: 10px;
  font-size: 0.8em;
  line-height: 1.5;
  letter-spacing: .3px;
  font-weight: 600;
  text-shadow: 0px 0px 30px rgba(255, 1, 88, 1);
}
@media screen and (min-width: 760px) {
  .top_message .ttl {
    font-size: 1em;
  }
  .statement_text {
    font-size: 0.8em;
	 
  }
}
@media screen and (min-width: 1001px) {
  .top_message {
    padding-bottom: 120px;
  }
  .top_message .ttl {
    font-size: 1.2em;
    margin-bottom: 48px;
  }
	.statement_text {
    font-size:1em;
		
  }
}
/*safety_system*/
.safety_system .inner {
  padding: 20px;
}
.safety_system img {
  max-width: 80%;
}
.safety_system p {
  text-align: center;
}
.safety_system dl {
  padding-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}
.ttl_sub {
  text-align: center;
  padding: 10px 0;
  font-weight: bold;
  font-size: 1.2em;
}
.safety_system dd {
  margin: 0;
}
.safety_system img {
  display: block;
  margin: 20px auto 0;
}
@media screen and (min-width: 640px) {
  .safety_system .inner {
    padding: 60px;
  }
  .safety_system dd {
    font-size: 0.8em;
  }
}
@media screen and (min-width: 760px) {
  .safety_system .inner {
    padding: 40px;
  }
  .safety_systemBox {
    display: flex;
    justify-content: space-between;
    padding: 0;
  }
  .safety_system dl {
    width: 30%;
    max-width: none;
    padding: 20px 0;
  }
  .ttl_sub {
    font-size: 1em;
  }
  .safety_system dd {
    font-size: 0.6em;
  }
}
/* HowtoUseList */
.HowtoUseList {
  width: 100%;
  background-color: #FFEDED;
}
.HowtoUseList .ttl, .safety_system .ttl {
  font-weight: bolder;
}
.HowtoUseList .ttl::after, .safety_system .ttl::after {
  content: "";
  display: block;
  width: 20%;
  height: 5px;
  background: #ee3f69;
  margin: 8px auto 0;
}
.HowtoUseList .inner {
  overflow: hidden;
  padding: 20px;
}
.HowtoUseList section {
  margin-bottom: 3.5em;
}
.HowtoUseList img {
  width: 100%;
  margin-top: 20px;
}
@media screen and (min-width: 640px) {
  .HowtoUseList .inner {
    padding: 60px;
  }
  .HowtoUseList p {
    font-size: 0.8em;
  }
}
@media screen and (min-width: 760px) {
  .HowtoUseList .ttl::after {
    width: 10%;
  }
  .HowtoUseList .inner {
    padding: 40px;
  }
  .HowtoUseList section {
    margin: 2em 0 5em 0;
    position: relative;
    z-index: 10;
  }
  .HowtoUseList section p {
    margin: 0 0.5em;
    text-align: left;
    font-size: 0.8em;
  }
  .HowtoUseList1 div, .HowtoUseList3 div {
    padding-left: 50%;
  }
  .HowtoUseList2 div, .HowtoUseList4 div {
    padding-right: 50%;
  }
  .HowtoUseList1 img, .HowtoUseList3 img {
    width: 44%;
    position: absolute;
    top: -30%;
    left: 3%;
  }
  .HowtoUseList2 img, .HowtoUseList4 img {
    width: 44%;
    position: absolute;
    top: -30%;
    right: 3%;
  }
}
@media screen and (min-width: 900px) {
  .HowtoUseList section {
    margin: 5em 0 10em 0;
    position: relative;
    z-index: 10;
  }
  .HowtoUseList1 img, .HowtoUseList3 img {
    width: 44%;
    position: absolute;
    top: -70%;
    left: 3%;
  }
  .HowtoUseList2 img, .HowtoUseList4 img {
    width: 44%;
    position: absolute;
    top: -70%;
    right: 3%;
  }
}
/*=======　footer　=======*/
/* list_simple */
ul.list_simple {
  max-width: 1000px;
  margin: 0 auto;
  border-top: 1px solid #ebe5e5;
}
ul.list_simple li a {
  display: block;
  color: #7f7f7f;
  padding: 1em;
  border-bottom: 1px solid #ebe5e5;
  text-decoration: none;
  position: relative;
}
ul.list_simple li a:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  margin: -4px 0 0 0;
  border-top: solid 2px #7f7f7f;
  border-right: solid 2px #7f7f7f;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 10px;
}
/* copyright */
.copyright {
  font-size: 0.7em;
  padding: 1.5em 0 10vw;
  text-align: center;
  color: #fff;
  background: url("./img/background.jpg") 0 50% no-repeat;
  background-size: cover;
}
.registPage .copyright {
  padding: 1.5em 0 10vw;
}
.japhic {
  display: inline-block;
  width: 100px;
  max-width: 25%;
  padding: 1rem 1rem 0.5rem;
  margin-top: 1rem;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 0.5rem;
}
.japhic img {
  width: 100%;
}
@media screen and (min-width: 1001px) {
  .copyright {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 200px;
  }
  .japhic {
    margin: 0 0 0 1rem;
  }
}
/* 1000px以下 =================================*/
@media screen and (max-width: 600px) {
  body {
    font-size: 4vw;
  }
}
/*　animation　=================================*/
/*-- 震える--*/
.anim-box.poyopoyo {
  animation: poyopoyo 2s ease-out infinite;
  opacity: 1;
}
@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1.0);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}


/*-- ズーム --*/
.animate_zoomRepeat {
  -webkit-animation: zoomRepeat 1.5s ease-in-out infinite;
  animation: zoomRepeat 1.5s ease-in-out infinite;
}
@-webkit-keyframes zoomRepeat {
  0% {
    -webkit-transform: scale(0.9) translate(0, 0);
  }
  30% {
    -webkit-transform: scale(1, 1) translate(0, 5px);
  }
  60% {
    -webkit-transform: scale(0.9) translate(0, 0);
  }
  100% {
    -webkit-transform: scale(0.9) translate(0, 0);
  }
}
@keyframes zoomRepeat {
  0% {
    -webkit-transform: scale(0.9) translate(0, 0);
    transform: scale(0.9) translate(0, 0);
  }
  30% {
    -webkit-transform: scale(1, 1) translate(0, 5px);
    transform: scale(1, 1) translate(0, 5px);
  }
  60% {
    -webkit-transform: scale(0.9) translate(0, 0);
    transform: scale(0.9) translate(0, 0);
  }
  100% {
    -webkit-transform: scale(0.9) translate(0, 0);
    transform: scale(0.9) translate(0, 0);
  }
}
/*-- フェードインアップ inview --*/
.animated_fadeInUp {
  opacity: 0;
}
.animated_fadeInUp.active {
  opacity: 1;
  -webkit-animation: fadeInUp 0.5s ease 1;
  animation: fadeInUp 0.5s ease 1;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
/*　add style　=================================*/
.lead, .aside {
  margin: 1em 3vw;
}
/* tokushoBox */
#tokushoBox img {
  height: 1.2em;
  border: none;
  vertical-align: bottom;
}
/* policyBox */
#policyBox .boxWrap {
  word-break: break-all;
}
/* agecheckBox */
#agecheckBox dd em {
  margin-left: -0.5em;
  font-weight: bold;
  font-style: normal;
}
#agecheckBox aside {
  background-color: #eee;
  padding: 1.5em;
  font-size: 0.8em;
  text-align: left;
}
.certificate {
  margin-bottom: 2em;
}
.certificate li {
  margin: 0.3em 0;
  list-style: none;
  text-indent: -1.7em;
  line-height: 1.1;
}
.certificate:nth-of-type(2) li {
  text-indent: -1.2em;
}
.certificate i {
  font-style: normal;
}
.samplelist {
  padding: 0 !important;
  margin: 1em 0;
  text-align: center;
  list-style: none;
}
.samplelist li {
  list-style: none;
  padding: 0.5em 0;
  margin: 0.5em 0;
  line-height: 1.1;
}
.samplelist li p {
  padding: 0.5em 0;
  margin: 0;
  text-align: center;
  font-size: 0.8em;
  color: #fff;
  background-color: #999;
  border-radius: 0.4em;
}
.samplelist li img {
  width: 96%;
  max-width: 400px;
  margin: 0.5em 0.1em;
}
.samplelist .ex {
  background-color: #eee;
  padding: 1.5em;
}
.samplelist .ex span {
  display: inline-block;
  font-size: 0.9em;
  text-align: left;
}
/* =Table
----------------------------------------------- */
.tableStyle {
  width: 100%;
  margin-bottom: 1em;
  border-collapse: collapse;
  background: #fff;
}
.tableStyle thead th {
  background: #aaa;
  color: #fff;
  text-align: center;
  font-weight: bold;
  border: 1px solid #999;
}
.tableStyle td, .tableStyle th {
  display: table-cell;
  width: auto;
  padding: 0.5em;
  text-align: left;
  font-weight: normal;
  border: 1px solid #ddd;
}
/* =List
----------------------------------------------- */
.dlStyle ul, .list_marker {
  padding-left: 1.5em;
  list-style-type: disc;
}
.dlStyle ol, .list_number {
  padding-left: 1.5em;
  list-style-type: decimal;
}
.list_marker > li {
  list-style: disc;
}
.list_number > li {
  list-style: decimal;
}
.parenthesized-decimal {
  counter-reset: cnt;
  list-style-type: none !important;
}
.parenthesized-decimal li:before {
  margin-left: -1.5em;
  counter-increment: cnt;
  content: "("counter(cnt) ") ";
}
.none {
  padding-top: 0.2em;
  padding-bottom: 0.2em;
}
ul.none, ul.none li, ol.none, ol.none li {
  list-style-type: none;
}
.none li {
  padding-left: 0;
  text-indent: -1.5em;
}
/* =dl Style
----------------------------------------------- */
.dlStyle {
  margin: 1em 4vw;
}
.dlStyle dt {
  font-weight: bold;
}
.dlStyle dd {
  margin-bottom: 1em;
}
.dlStyle dl {
  margin-top: 1em;
}
/* =box Style
----------------------------------------------- */
.box {
  display: block;
  width: 100%;
  height: 100%;
  padding-bottom: 3em;
  background-color: rgba(0, 0, 0, 0.5);
  position: relative;
  top: 0;
  left: 0;
  z-index: 50;
}
.registPage .box {
  padding-bottom: 3em;
}
.boxWrap {
  width: 96%;
  height: 100%;
  padding: 2em 0;
  margin: 1.5em auto 0;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 1em;
  overflow-y: scroll;
}
.box h3 {
  margin-bottom: 1.5em;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}
/* closeBtn */
.closeBtn {
  display: none;
  position: absolute;
  top: 0.9em;
  right: 1.9vw;
}
.closeBtn a {
  display: block;
  width: 9vw;
  height: 9vw;
  text-align: center;
  text-indent: -9999px;
  line-height: 1;
  color: #fff;
  border: 2px solid #fff;
  background-color: #333;
  border-radius: 9vw;
  text-decoration: none;
}
.closeBtn a:before {
  content: "×";
  display: block;
  width: 100%;
  font-size: 1.6em;
  margin-top: -0.5em;
  text-align: center;
  text-indent: 0;
  position: absolute;
  top: 50%;
  left: 0;
}
@media screen and (min-width: 1001px) {
  .closeBtn a {
    width: 3em;
    height: 3em;
  }
}
/* =form Style
----------------------------------------------- */
.regist form {
  margin: 1em 5vw;
  text-align: center;
}
.regist input, .regist select, .regist textarea {
  font-size: 100%;
  line-height: 2;
}
.regist input[type=text], .regist input[type=password] {
  width: 100%;
  padding: 0 0.5em;
  border: 1px solid #ccc;
}
.regist .btn, .regist button, .regist input[type="button"], .regist input[type="reset"], .regist input[type="submit"] {
  display: block;
  width: 65%;
  padding: 20px 0;
  margin: 0 auto;
  text-align: center;
  font-size: 0.9em;
  line-height: 1;
  border: none;
  color: #fff;
  background-color: #666;
  border-radius: 0.5em;
  text-decoration: none;
  cursor: pointer;
}
.regist .prev, .regist input[type="reset"] {
  display: block;
  width: 25%;
  padding: 15px 0;
  font-size: 0.8em;
  background: #999;
  border: none;
}
.regist button:hover, .regist input[type="button"]:hover, .regist input[type="reset"]:hover, .regist input[type="submit"]:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.70;
  opacity: 0.70;
}
.regist .rowBtn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media screen and (min-width: 1001px) {
  .regist form ul {
    display: table;
    border-collapse: separate;
    border-spacing: 10px;
    width: 100%;
  }
  .regist form li {
    display: table-row;
  }
  .regist form li label {
    display: table-cell;
    width: 30%;
    line-height: 1;
    vertical-align: middle;
  }
  .regist form li label small {
    display: block;
  }
  .regist form li p {
    display: table-cell;
    width: 70%;
    text-align: left;
  }
  .regist .rowBtn {
    width: 80%;
    margin: 0 auto;
  }
}
/* =regist Style
----------------------------------------------- */
#container .regist .inner {
  margin-top: 8vw;
  margin-bottom: 10vw;
}
.regist h1 {
  padding: 0.3em 0;
  text-align: center;
  font-size: 1.1em;
  color: #fff;
  background-color: #fc4186;
}
.regist ul {
  text-align: center;
}
.regist li p {
  margin-bottom: 1em;
}
.regist li p span {
  display: block;
  padding: 0.4em;
  background-color: #eee;
}
.regist .lead b {
  display: block;
  font-weight: bold;
  text-align: center;
  color: #ff009d;
}
.regist .msg {
  margin: 2em 3vw;
  text-align: center;
  color: #f00;
}
.regist .note {
  margin: 0.5em 0;
  text-align: center;
  font-size: 0.9em;
  line-height: 1.1;
}
.regist .note span {
  color: #ff009d;
}
@media screen and (min-width: 1001px) {
  .regist p.lead {
    text-align: center;
  }
}
/* boxArea */
.boxArea {
  padding: 1em 0.5em;
  margin: 2em 0;
  text-align: center;
  background-color: #eee;
}
.boxArea .lead {
  line-height: 1.4;
}
.boxArea img {
  margin: 5px auto;
}
.boxArea img.qr {
  width: 80%;
  max-width: 250px;
  border: 10px solid #fff;
}
.boxArea span {
  display: block;
  font-size: 0.9em;
}
.boxArea a:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.70;
  opacity: 0.70;
}
/* linkBtn */
.linkBtn {
  display: block;
  width: 95%;
  padding: 0.5em 0;
  margin: 0 auto;
  font-size: 1.3em;
  text-align: center;
  color: #fff;
  background-color: #00b900;
  border-radius: 10em;
  text-decoration: none;
}
.linkBtn:hover {
  text-decoration: none;
  filter: alpha(opacity=70);
  -moz-opacity: 0.70;
  opacity: 0.70;
}
/*---------------------
   clearfix
---------------------*/
.main ul:after, .clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.main ul, .clearfix {
  zoom: 1;
}