@charset "UTF-8";
/* ----- IMPORT -----*/
/* 
_mixins
*/
/*
	Copyright (c) 2011, Yahoo! Inc. All rights reserved.
	Code licensed under the BSD License:
	http://developer.yahoo.com/yui/license.html
	version: 2.9.0
*/
body {
  font: 13px/1.231 arial,helvetica,clean,sans-serif;
  *font-size: small;
  *font: x-small;
}

select, input, textarea, button {
  font: 99% arial,helvetica,clean,sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

/*
	Copyright (c) 2011, Yahoo! Inc. All rights reserved.
	Code licensed under the BSD License:
	http://developer.yahoo.com/yui/license.html
	version: 2.9.0
*/
html {
  color: #000;
  background: #FFF;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, select, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, button, caption, cite, code, dfn, em, input, optgroup, option, select, strong, textarea, th, var {
  font: inherit;
}

del, ins {
  text-decoration: none;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: baseline;
}

sub {
  vertical-align: baseline;
}

legend {
  color: #000;
}

/* 
	_reset

	http://meyerweb.com/eric/tools/css/reset/ 
	v2.0 | 20110126
	License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* 
	HTML5 display-role reset for older browsers 
*/
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  outline: 0;
  text-decoration: none;
}

input {
  outline: 0;
}

/*
	clearfix
*/
.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: '.';
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  font-size: 0;
}

/* 
	Basic typography style for copy text 
*/
html {
  font-size: 62.5%;
}

h1 {
  font-size: 3rem;
}

h2 {
  font-size: 2.6rem;
}

h3 {
  font-size: 2rem;
}

h4 {
  font-size: 1.8rem;
}

p {
  font-size: 1.6rem;
}

/*
LAYOUT
*/
/* 
_mixins
*/
* {
  padding: 0;
  margin: 0;
}

html, body {
  margin: 0 auto;
  font-family: "Microsoft YaHei",'微软雅黑','微軟正黑體','Microsoft JhengHei',Verdana,Arial,Helvetica,sans-serif,'STHeiti Light','儷黑 Pro','LiHei Pro','Microsoft Yahei','Microsoft JhengHei','新細明體';
}

html {
  height: 100%;
}

body {
  height: 100%;
  min-height: 700px;
  margin: 0 auto;
  -webkit-text-size-adjust: none;
}

.l-container {
  margin: 0 auto;
  width: 640px;
  position: relative;
  max-height: 100000px;
}

.l-wrap {
  min-height: 100%;
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 640px;
  overflow-x: hidden;
}

.l-main {
  padding-bottom: 240px;
}
@media (max-width: 640px) and (min-width: 0) {
  .l-main {
    padding-bottom: 240px;
  }
}

.l-footer {
  margin: 0 auto;
  background: #999999;
  position: relative;
  overflow: hidden;
  margin-top: -240px;
  height: 240px;
  line-height: 240px;
}

/* 
_mixins
*/
.nav {
  background: url("../images/header_bg.png") center top repeat-x;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  height: 75px;
  width: 100%;
  position: relative;
}
.nav-logo {
  background: url("../images/logo.png") center center no-repeat;
  display: block;
  width: 108px;
  height: 100%;
  position: absolute;
  left: 20px;
  top: 0;
}
.nav-btn {
  display: block;
  z-index: 15;
}
.nav-btn {
  background: #c3d600;
  width: 80px;
  height: 73px;
  position: absolute;
  cursor: pointer;
  right: 0px;
  top: 2px;
}
.nav-btn > .one,
.nav-btn > .two,
.nav-btn > .three {
  border-radius: 5px;
  background: #ffffff;
  box-shadow: 0px -2px 0px 0px rgba(0, 0, 0, 0.2);
  width: 40px;
  height: 6px;
  margin: 9px auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition-duration: 0.3s;
}
.nav-btn > .one {
  margin: 20px auto 9px;
}
.nav-menu {
  background-color: #e4007f;
  width: 320px;
  height: 100vh;
  min-height: 700px;
  position: absolute;
  top: 0px;
  right: -100%;
  transition: all 0.3s ease-out;
  z-index: 10;
}
.nav-menu ul {
  margin: 75px 20px 0;
}
.nav-menu ul li {
  float: left;
  transition: 0.3s;
  width: 100%;
}
.nav-menu ul li a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  color: #ffffff;
  display: block;
  font-size: 2.4rem;
  width: 100%;
  height: 80px;
  line-height: 80px;
  text-indent: 60px;
}
.nav--active .nav-menu {
  right: 0;
}
.nav--active .nav-btn {
  background: none;
}
.nav--active .nav-btn > .one {
  background: #ffffff;
  -webkit-transform: rotate(45deg) translate(12px, 11px);
      -ms-transform: rotate(45deg) translate(12px, 11px);
          transform: rotate(45deg) translate(12px, 11px);
}
.nav--active .nav-btn > .two {
  opacity: 0;
}
.nav--active .nav-btn > .three {
  background: #ffffff;
  -webkit-transform: rotate(-45deg) translate(10px, -10px);
      -ms-transform: rotate(-45deg) translate(10px, -10px);
          transform: rotate(-45deg) translate(10px, -10px);
}

/*===========================================
=            animation keyframes            =
===========================================*/
@-webkit-keyframes updown {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-6px) scale(1.01);
            transform: translateY(-6px) scale(1.01);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes updown {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-6px) scale(1.01);
            transform: translateY(-6px) scale(1.01);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
/*=====  End of animation keyframes  ======*/
/*==============================
=            helper            =
==============================*/
.ta-c {
  text-align: center;
}

.ta-l {
  text-align: left;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-80 {
  margin-top: 80px;
}

.color-deeppink {
  color: #e5004f;
}

.color-lightpink {
  color: #e4007f;
}

.color-kokogreen {
  color: #32b16c;
}

.hide-text {
  overflow: hidden;
  text-indent: 110%;
  white-space: nowrap;
}

.row .col {
  float: left;
}

.btn-area {
  text-align: center;
}

@media (max-width: 640px) and (min-width: 0) {
  .pc-only {
    display: none;
  }
}

@media (min-width: 641px) {
  .mb-only {
    display: none;
  }
}

/*=====  End of helper  ======*/
/*==========================================
=            customlayout style            =
==========================================*/
.l-wrap {
  background: #fffbc8;
  letter-spacing: 0.1em;
}

.l-main > .l-container {
  background: #ffffff;
  padding-bottom: 20px;
}

.footer {
  margin: 20px 20px 0;
  text-align: center;
}
.footer .warning {
  color: #ffffff;
  font-size: 2.4rem;
}
.footer .warning-content {
  text-align: left;
}
.footer p {
  color: #ffffff;
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0em;
}
.footer p a {
  color: #ffffff;
  text-decoration: underline;
  margin-left: 5px;
}
.footer hr {
  border: none;
  border-top: 1px solid #aaa;
  margin: 10px 0;
}

.nav {
  z-index: 10;
}
.nav__copyright {
  background: url(../images/byechu-copyright.png);
  display: block;
  width: 144px;
  height: 65px;
  position: absolute;
  left: 30px;
  bottom: 35px;
}
.nav-item1 {
  background: url(../images/nav_icon1.png) 10px center no-repeat;
}
.nav-item2 {
  background: url(../images/nav_icon2.png) 10px center no-repeat;
}
.nav-item3 {
  background: url(../images/nav_icon3.png) 10px center no-repeat;
}
.nav-item4 {
  background: url(../images/nav_icon4.png) 10px center no-repeat;
}
.nav-item5 {
  background: url(../images/nav_icon5.png) 10px center no-repeat;
}

.l-inner {
  margin: 0 20px;
}

/*=====  End of customlayout style  ======*/
/*==============================
=            common            =
==============================*/
/*=====  End of common  ======*/
/*===============================
=            element            =
===============================*/
.btn-top {
  background: url(../images/btn_top.png) no-repeat center top;
  display: block;
  width: 100px;
  height: 60px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.btn-join {
  background: url(../images/btn_join.png) no-repeat center top;
  display: inline-block;
  width: 260px;
  height: 100px;
  overflow: hidden;
  text-indent: 110%;
  white-space: nowrap;
}

/*=====  End of element  ======*/
/*============================
=            page            =
============================*/
.kv {
  height: 540px;
  position: relative;
  text-align: center;
  padding-bottom: 15px;
}
.kv_slogan {
  position: absolute;
  left: 50%;
  top: 50px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.article {
  text-align: center;
  padding-bottom: 50px;
}
.article__title {
  color: #e5004f;
  font-size: 3rem;
  line-height: 1.5;
}
.article__subtitle {
  color: #e5004f;
  font-size: 2.4rem;
  line-height: 1.5;
}
.article p {
  font-size: 1.8rem;
  line-height: 1.5;
}

.gifts {
  margin-top: 25px;
}

.dl-box {
  text-align: center;
  padding-bottom: 40px;
}
.dl-box__title {
  margin-bottom: 35px;
}
.dl-box .row {
  margin: 0 70px;
}
.dl-box .row .col {
  width: 250px;
  text-align: left;
}
.dl-box .link-apple {
  display: inline-block;
  margin-bottom: 20px;
}

.rule {
  box-sizing: border-box;
  background: #eeeeee;
  margin: 0 0px 0px;
  padding: 30px 20px;
  position: relative;
}
.rule:after {
  content: url("../images/corner.jpg");
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0;
  top: 0;
}
.rule dl {
  color: #000000;
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.rule dl:not(:last-child) {
  margin-bottom: 30px;
}
.rule dl dt {
  color: #000000;
}
.rule ol li {
  color: #000000;
  font-size: 1.8rem;
  list-style: decimal;
  margin-left: 2em;
}
.rule p {
  text-align: left;
}
.rule__link {
  text-decoration: underline;
  color: #e5004f;
}
.rule hr {
  border: none;
  border-top: 3px dotted #aaaaaa;
}

.paragraph {
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.paragraph p {
  font-size: 1.8rem;
}
.paragraph__title {
  background: url(../images/icon_arrow.png) no-repeat left center;
  color: #32b16c;
  font-size: 2.4rem;
  text-indent: 20px;
  margin-bottom: 20px;
}
.paragraph__title span {
  font-weight: bold;
}
.paragraph ul li {
  font-size: 1.8rem;
  margin-left: 2em;
  list-style: disc;
}
.paragraph .dl-box .row {
  margin: 0 50px;
}

.lecture__info {
  color: #666666;
}
.lecture__ps {
  color: #999999;
}
.lecture-article__link {
  color: #32b16c;
  font-size: 1.4rem;
}
.lecture-article__link > span {
  color: #666666;
}
.lecture-link__ori {
  color: #999999;
}
.lecture-link__ori a {
  color: #000000;
}

.teacher {
  padding: 10px 0 30px;
}
.teacher-avatar {
  float: left;
  width: 200px;
}
.teacher-avatar img {
  border-radius: 100%;
}
.teacher-intro {
  overflow: hidden;
}
.teacher-intro p {
  color: #666666;
}
.teacher-intro__name {
  color: #000000;
  font-size: 2.4rem;
}
.teacher__article {
  margin: 0;
  letter-spacing: 0.08em;
}

.ctrl__btn {
  background: url(../images/unopen.png) left center no-repeat;
  color: #e5004f;
  cursor: pointer;
  display: block;
  text-indent: 25px;
  margin: 15px 0;
}
.ctrl__btn.ctrl__btn--open {
  background: url(../images/open.png) left center no-repeat;
}
.ctrl-row__content {
  display: none;
}

.rank-crown {
  background: url(../images/crown.png) no-repeat 29px 10px;
}
.rank__days {
  color: #e5004f;
  font-size: 3rem;
  margin-right: 10px;
}
.rank-table {
  font-size: 1.8rem;
  width: 600px;
  margin: 0 auto;
  text-align: center;
}
.rank-table thead {
  background: #c3d600;
}
.rank-table thead th {
  text-align: center;
  vertical-align: middle;
}
.rank-table thead th span {
  font-size: 1.6rem;
}
.rank-table thead th:first-child {
  width: 100px;
}
.rank-table thead th:nth-child(2) {
  width: 150px;
}
.rank-table td, .rank-table th {
  padding: 20px 0;
}
.rank-table tbody tr:nth-child(odd) {
  background: #eeeeee;
}
.rank-table tbody tr:nth-child(even) {
  background: #e5e5e5;
}
.rank__title {
  font-size: 2.4rem;
  color: #e5004f;
}

.tips-end {
  position: relative;
  height: 80px;
}
.tips-end p {
  font-size: 1.8rem;
  line-height: 1.5;
}
.tips-end p a {
  color: #e5004f;
  text-decoration: underline;
}
.paragraph2 {font-size: 13px; line-height: 18px; color: #666666}


/*=====  End of page  ======*/
