@charset "utf-8";

/* ================ Style ================= */
html, body {
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
  text-align: center;
}

section#global-header article {
  font-size: 0;
  letter-spacing: -1em;
}

section#global-header article .logo {
  vertical-align: middle;
  text-align: left;
}

section#global-header article .logo a:before {
  display: block;
  content: '';
  background: url("/cmn/images/site-logo.svg") center no-repeat;
  background-size: contain;
}

section#global-header article .logo span {
  position: absolute;
  left: -100em;
}

section#global-header article .inner {
  display: inline-block;
  vertical-align: middle;
}

/* FOOTER AREA */
section#global-footer {
  margin: 0 auto 60px;
  position: relative;
  top: 0;
  left: 0;
}

section#global-footer #footer-nav {
  width: 100%;
}

section#global-footer #footer-nav .inner {
  margin: 0 auto;
  font-size: 0;
  letter-spacing: -1em;
}

section#global-footer #footer-nav dl {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  letter-spacing: -1em;
}

section#global-footer #footer-nav dl dt {
  position: relative;
  top: 0;
  left: 0;
}

section#global-footer #footer-nav dl dt a {
  display: block;
}

section#global-footer #footer-nav dl dt a:before {
  display: block;
  content: '';
  background: url("/cmn/images/site-logo.svg") center no-repeat;
  background-size: contain;
}

section#global-footer #footer-nav dl dt h1 {
  position: absolute;
  left: -100em;
}

section#global-footer #footer-nav dl dd {
  line-height: 1;
  letter-spacing: 1px;
}

section#global-footer #footer-nav nav {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  letter-spacing: -1em;
  text-align: right;
}

section#global-footer #ecc-group {
  border: 1px solid #ccc;
}

section#global-footer #ecc-group dt span {
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0;
}

section#global-footer #ecc-group dd ul {
  font-size: 0;
  letter-spacing: -1em;
}

section#global-footer #ecc-group dd ul li {
  vertical-align: middle;
}

section#global-footer #ecc-group dd ul li:last-child {
  border-right: none;
}

section#global-footer #ecc-group dd ul li a {
  display: block;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0;
  padding: 8px;
}

section#global-footer #ecc-group dd .pr-area {
  border-top: 1px solid #ccc;
  text-align: left;
}

section#global-footer #ecc-group dd .pr-area a {
  display: block;
  font-size: 10px;
  letter-spacing: 0;
  padding: 8px;
}

section#global-footer #ecc-group dd .pr-area a:before {
  display: inline-block;
  content: 'PR';
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0;
  color: #fff;
}

section#global-footer .info {
  font-size: 0;
  letter-spacing: -1em;
}

section#global-footer .info ul {
  text-align: left;
}

section#global-footer .info li {
  display: inline-block;
  margin-right: 3%;
}

section#global-footer .info li:last-child {
  margin-right: 0;
}

section#global-footer .info li a {
  display: block;
  letter-spacing: 0;
}

section#global-footer .info li a[target="_blank"]:before {
  display: inline-block;
  width: 1em;
  height: 1em;
  font-family: 'icomoon';
  line-height: 1;
  letter-spacing: 0;
  content: '\e90f';
  font-size: 10px;
  margin-right: 5px;
}

section#global-footer .info #copy {
  font-size: 10px;
}

/*button link*/
.button-link {
  display: inline-block;
  width: 100%;
  background-color: #e60012;
  border: 1px solid #e60012;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 1px;
  text-decoration: none;
  color: #fff;
  position: relative;
  top: 0;
  left: 0;
}

.button-link:before {
  display: inline-block;
  content: '';
  width: 1em;
  height: 1em;
  font-family: 'icomoon';
  line-height: 1;
  letter-spacing: 0;
  position: absolute;
  margin: auto;
  content: '\e902';
  left: 3%;
  top: 0;
  bottom: 0;
}

.button-link.other {
  background-color: #fffc00;
  border: 1px solid #d6d6d6;
  color: #000;
}

.button-link.other:before {
  left: auto;
  right: 3%;
}

.button-link.right-arrow:before {
  left: auto;
  right: 3%;
}

.button-link.back {
  background-color: #fff;
  border: 1px solid #d7dae9;
  color: #000;
}

.button-link.back:before {
  content: '\e901';
}

.txt-link {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 1px;
  text-decoration: underline;
  color: #000;
  padding-right: 1.5em;
  position: relative;
  top: 0;
  left: 0;
}

.txt-link:before {
  display: inline-block;
  content: '';
  width: 1em;
  height: 1em;
  font-family: 'icomoon';
  line-height: 1;
  letter-spacing: 0;
  position: absolute;
  margin: auto;
  content: '\e902';
  font-size: 80%;
  right: 0;
  top: 0;
  bottom: 0;
}

div#wrapper section header {
  margin-bottom: 30px;
}

div#wrapper section header h2 {
  font-size: 40px;
  line-height: 1.5;
  letter-spacing: 2px;
}

div#wrapper section p {
  margin: 0 auto 60px;
  letter-spacing: 2px;
  line-height: 2.5;
}

div#wrapper section p:last-child {
  margin-bottom: 0;
}

#primary>.notice {
  text-align: left;
}

div#wrapper section#news-area {
  background-color: #fff;
  border-top: 2px solid #e60012;
  border-bottom: 2px solid #e60012;
}

section#news-area header h3 {
  line-height: 1;
}

section#news-area .inner {
  text-align: left;
}

section#news-area .inner li {
  margin-bottom: 15px;
}

section#news-area .inner a {
  padding-right: 10px;
}

section#news-area .inner a dl {
  font-size: 0;
  letter-spacing: -1em;
}

section#news-area .inner a dl dt {
  margin-bottom: 5px;
}

section#news-area .inner a dl dt span {
  display: inline-block;
  width: 6em;
  padding: 5px 7px;
  margin-right: 10px;
  background-color: #fff3f3;
  color: #e60012;
  font-size: 12px;
  text-align: center;
}

section#news-area .inner a dl dt span.important {
  background-color: #e60012;
  color: #fff;
}

section#news-area .inner a dl dt p {
  display: inline-block;
  line-height: 1.5;
}

section#news-area .inner a dl dd {
  line-height: 1.5;
  letter-spacing: 0;
}

section#news-area .inner a.more {
  text-align: center;
}

.pickup-list {
  font-size: 0;
  letter-spacing: -1em;
  text-align: left;
}

.pickup-list article {
  display: inline-block;
  vertical-align: top;
  background-color: #fff;
  position: relative;
  top: 0;
  left: 0;
}

.pickup-list article figure {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
}

.entry-list article {
  display: table;
  width: 100%;
  margin-bottom: 20px;
  position: relative;
  top: 0;
  left: 0;
}

.pickup-list article a, .entry-list article a {
  display: block;
}

.entry-list article:last-child {
  margin-bottom: 0;
}

.entry-list article figure {
  display: table-cell;
  vertical-align: top;
  position: relative;
  top: 0;
  left: 0;
}

.pickup-list article.lock figure:before, .entry-list article.lock figure:before {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 48px 48px 0;
  border-color: transparent #f1eb3a transparent transparent;
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
}

.pickup-list article.lock figure:after, .entry-list article.lock figure:after {
  display: block;
  content: '\e924';
  width: 1em;
  height: 1em;
  pointer-events: none;
  font-family: 'icomoon';
  line-height: 1;
  letter-spacing: 1px;
  color: #000;
  position: absolute;
  top: 0.5em;
  right: 0.5em;
}

.pickup-list article.enjoy figure a:after, .entry-list article.enjoy figure a:after {
  display: block;
  content: '';
  width: 100%;
  background-color: #000;
  line-height: 1;
  letter-spacing: 1px;
  color: #fff;
  text-align: center;
  content: 'ENJOY';
  background-color: #508ab2;
}

.pickup-list article.know figure a:after, .entry-list article.know figure a:after {
  display: block;
  content: '';
  width: 100%;
  background-color: #000;
  line-height: 1;
  letter-spacing: 1px;
  color: #fff;
  text-align: center;
  content: 'KNOW';
  background-color: #dfbe23;
}

.pickup-list article.learn figure a:after, .entry-list article.learn figure a:after {
  display: block;
  content: '';
  width: 100%;
  background-color: #000;
  line-height: 1;
  letter-spacing: 1px;
  color: #fff;
  text-align: center;
  content: 'LEARN';
  background-color: #8a66ae;
}

.pickup-list article.special figure a:after, .entry-list article.special figure a:after {
  display: block;
  content: '';
  width: 100%;
  background-color: #000;
  line-height: 1;
  letter-spacing: 1px;
  color: #fff;
  text-align: center;
  content: 'SPECIAL';
  background-color: #58ce91;
}

.pickup-list article.phrase figure a:after, .entry-list article.phrase figure a:after {
  display: block;
  content: '';
  width: 100%;
  background-color: #000;
  line-height: 1;
  letter-spacing: 1px;
  color: #fff;
  text-align: center;
  content: "TODAY'S PHRASE";
  background-color: #e60012;
}

.pickup-list article .inner, .entry-list article .inner {
  display: table-cell;
  background-color: #fff;
  text-align: left;
}

.pickup-list article .inner h2, .entry-list article .inner h2 {
  line-height: 1.5;
  letter-spacing: 1px;
}

.pickup-list article .inner dl, .entry-list article .inner dl {
  font-size: 0;
  letter-spacing: -1em;
  overflow: hidden;
}

.pickup-list article .inner dt, .entry-list article .inner dt {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  letter-spacing: 1px;
  border-radius: 8px;
  padding: 5px 8px;
  background-color: #f1f1f1;
  text-align: center;
}

.pickup-list article .inner dd, .entry-list article .inner dd {
  display: inline-block;
  vertical-align: middle;
  padding-right: 10px;
  font-size: 12px;
  letter-spacing: 1px;
}

.pickup-list article .inner dd:first-of-type, .entry-list article .inner dd:first-of-type {
  padding-left: 15px;
}

/* ページネーション */
#page-nav {
  text-align: center;
}

#page-nav a.button-link {
  font-size: 19px;
  margin-bottom: 40px;
}

#page-nav a.button-link span {
  font-size: 21px;
  color: inherit;
}

#page-nav #pager {
  font-size: 0;
  letter-spacing: -1em;
}

#page-nav .page-numbers {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  padding: 0.5em 0;
  margin: 0 2px;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 1;
  color: #000;
  text-align: center;
  background-color: #fff;
  border: 1px solid #ccc;
}

#page-nav .page-numbers.next, #page-nav .page-numbers.prev {
  font-family: 'icomoon';
  font-size: 12px;
  letter-spacing: 0;
  padding: 1.2em 0;
}

#page-nav a:hover, #page-nav a.current, #page-nav span.current {
  color: #fff;
  background-color: #e60012;
}

/* Archives */
#archives #headding-area {
  margin: 0 auto;
  text-align: left;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 2px solid #000;
  font-size: 0;
  letter-spacing: -1em;
}

#archives #headding-area h1, #archives #headding-area h2, #archives #headding-area p {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 1px;
}

#archives #headding-area h1 {
  font-size: 32px;
  letter-spacing: 3px;
  margin-right: 22px;
}

#archives #headding-area h2 {
  font-size: 18px;
  margin-right: 50px;
}

#archives #headding-area p {
  font-size: 14px;
}

#archives .enjoy #headding-area {
  border-color: #508ab2;
}

#archives .enjoy #headding-area h1, #archives .enjoy #headding-area h2 {
  color: #508ab2;
}

#archives .know #headding-area {
  border-color: #dfbe23;
}

#archives .know #headding-area h1, #archives .know #headding-area h2 {
  color: #dfbe23;
}

#archives .learn #headding-area {
  border-color: #8a66ae;
}

#archives .learn #headding-area h1, #archives .learn #headding-area h2 {
  color: #8a66ae;
}

#archives .special #headding-area {
  border-color: #58ce91;
}

#archives .special #headding-area h1, #archives .special #headding-area h2 {
  color: #58ce91;
}

#archives .phrase #headding-area {
  border-color: #e60012;
}

#archives .phrase #headding-area h1, #archives .phrase #headding-area h2 {
  color: #e60012;
}

#archives .tag #headding-area {
  border-color: #e60012;
}

#archives .entry-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: left;
}

#archives .entry-list article:nth-child(1), #archives .entry-list article:nth-child(2), #archives .entry-list article:nth-child(3), #archives .entry-list article:nth-child(4) {
  display: inline-block;
  vertical-align: top;
  margin-right: 4%;
}

#archives .entry-list article:nth-child(1) figure, #archives .entry-list article:nth-child(2) figure, #archives .entry-list article:nth-child(3) figure, #archives .entry-list article:nth-child(4) figure {
  display: block;
  width: 100%;
  height: auto;
}

#archives .entry-list article:nth-child(1) .inner, #archives .entry-list article:nth-child(2) .inner, #archives .entry-list article:nth-child(3) .inner, #archives .entry-list article:nth-child(4) .inner {
  display: block;
  width: 100%;
}

#archives .entry-list article:nth-child(2), #archives .entry-list article:nth-child(4) {
  margin-right: 0;
}

/* Page */
.page #main-area {
  background-color: #fff;
  padding: 10px;
  margin-bottom: 50px;
}

.page #tag-entry-area header {
  margin-bottom: 15px;
}

.page #tag-entry-area header h2 {
  font-size: 20px;
  font-weight: 500;
  text-align: left;
}

.page #tag-entry-area #tag-area {
  width: 100%;
}

.page #recommend-area header {
  margin-bottom: 15px;
}

.page #recommend-area header h2 {
  font-size: 20px;
  font-weight: 500;
  text-align: left;
}

.page #back-number-area {
  background-color: #fff;
}

.page #back-number-area header {
  margin-bottom: 15px;
}

.page #back-number-area header h2 {
  font-size: 24px;
  font-weight: 500;
  text-align: left;
}

.page #back-number-area li {
  border-top: 1px solid #ccc;
  padding: 16px 0;
}

.page #back-number-area li article {
  font-size: 0;
  letter-spacing: -1em;
  text-align: left;
}

.page #back-number-area li article figure {
  display: inline-block;
  vertical-align: top;
}

.page #back-number-area li article .inner {
  display: inline-block;
  vertical-align: top;
  margin-left: 5%;
}

.page #back-number-area li article .inner a {
  display: block;
}

.page #back-number-area li article .inner a h2 {
  letter-spacing: 1px;
}

.page #back-number-area li article .inner p {
  margin-bottom: 5px;
}

/* 右カラム */
#secondary {
  position: relative;
}

div#wrapper #secondary section {
  background-color: #fff;
}

#secondary section h2, #secondary section h3, #secondary section h4 {
  font-weight: 700;
  margin-bottom: 26px;
  text-align: center;
}

#secondary section h2 {
  font-size: 24px;
}

#secondary section h3 {
  font-size: 20px;
}

.join-area h2 strong, #secondary section h2 strong, #secondary section h3 strong, #secondary section h4 strong {
  font-weight: inherit;
  background: linear-gradient(transparent 60%, #ff0 60%);
}

.index .join-area section.join, #secondary section.join {
  position: relative;
  top: 0;
  left: 0;
}

.index .join-area section.join:before, #secondary section.join:before, #secondary section.join:after {
  display: block;
  content: '';
  width: 100%;
  height: 4px;
  background: url("/cmn/images/footer_line.png") center repeat-x;
  background-size: contain;
  position: absolute;
  left: 0;
}

.index .join-area section.join:before, #secondary section.join:before {
  top: 0;
}

#secondary section.join:after {
  bottom: 0;
}

.index .join-area section.join p, #secondary section.join p {
  text-align: left;
}

#secondary section.ranking li:last-child {
  margin-bottom: 0;
}

#secondary section.ranking a {
  display: block;
  overflow: hidden;
  position: relative;
  top: 0;
  left: 0;
}

#secondary section.ranking a figure {
  margin-right: 5%;
  position: relative;
  top: 0;
  left: 0;
}

#secondary section.ranking a figure:after {
  display: block;
  content: '';
  width: 100%;
  background-color: #000;
  line-height: 1;
  letter-spacing: 1px;
  color: #fff;
}

#secondary section.ranking a:before {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

#secondary section.ranking a:after {
  display: block;
  counter-increment: ranking-number;
  content: '0'counter(ranking-number);
  line-height: 1;
  letter-spacing: 1px;
  position: absolute;
  top: 3px;
  left: 3px;
  z-index: 10;
}

#secondary section.ranking a.enjoy figure:after {
  content: 'ENJOY';
  background-color: #508ab2;
}

#secondary section.ranking a.know figure:after {
  content: 'KNOW';
  background-color: #dfbe23;
}

#secondary section.ranking a.learn figure:after {
  content: 'LEARN';
  background-color: #8a66ae;
}

#secondary section.ranking a.special figure:after {
  content: 'SPECIAL';
  background-color: #58ce91;
}

#secondary section.ranking a h3 {
  text-align: left;
  line-height: 1.3;
  margin-bottom: 0;
}

#secondary section.about figure {
  margin: 0 auto 18px;
}

#secondary section.about dd {
  text-align: left;
  line-height: 1.7;
}

#secondary section.tag-area {
  text-align: left;
  font-size: 0;
  letter-spacing: -1em;
  position: relative;
  top: 0;
  left: 0;
}

#secondary section.tag-area .inner {
  text-align: left;
  font-size: 0;
  letter-spacing: -1em;
  position: relative;
  top: 0;
  left: 0;
}

#secondary section.tag-area a.tag {
  display: inline-block;
  background-color: #f1f1f1;
  text-align: center;
  line-height: 1;
  letter-spacing: 1px;
  border-radius: 4px;
  margin-right: 10px;
}

#secondary section.login-menu {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  top: 0;
  left: 0;
}

#secondary section.login-menu:before {
  display: block;
  content: '';
  width: 100%;
  height: 4px;
  background: url("/cmn/images/footer_line.png") center repeat-x;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
}

#secondary section.login-menu:after {
  display: block;
  content: '';
  width: 100%;
  height: 4px;
  background: url("/cmn/images/footer_line.png") center repeat-x;
  background-size: contain;
  position: absolute;
  left: 0;
  bottom: 0;
}

#secondary section.login-menu ul li {
  text-align: left;
  border-top: 1px solid #ccc;
}

#secondary section.login-menu ul li:last-child {
  border-bottom: 1px solid #ccc;
}

#secondary section.login-menu ul li a {
  display: block;
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
}

#secondary section.login-menu ul li a:after {
  display: inline-block;
  content: '';
  width: 1em;
  height: 1em;
  font-family: 'icomoon';
  line-height: 1;
  letter-spacing: 0;
  content: "\e927";
  font-size: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

#secondary section.login-menu p.name {
  text-align: left;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 14px;
}

#secondary section.login-menu p.user-type {
  text-align: left;
  margin-bottom: 12px;
}

#secondary section.login-menu p.user-type span {
  font-size: 14px;
  font-weight: 600;
  background: linear-gradient(transparent 60%, #ff0 60%);
}

#secondary section.login-menu p.caution {
  text-align: left;
  margin-bottom: 14px;
  font-size: 0;
  letter-spacing: -1em;
}

#secondary section.login-menu p.caution:before {
  display: inline-block;
  content: '';
  width: 1em;
  height: 1em;
  font-family: 'icomoon';
  line-height: 1;
  letter-spacing: 0;
  vertical-align: middle;
  content: '\e93c';
  font-size: 12px;
  color: #e60012;
  margin-right: 4px;
}

#secondary section.login-menu p.caution span {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  color: #e60012;
  letter-spacing: 0;
}

#secondary section.login-menu .profile-area {
  text-align: left;
  margin-bottom: 18px;
}

#secondary section.login-menu .profile-area dl {
  margin-bottom: 6px;
}

#secondary section.login-menu .profile-area dl:last-child {
  margin-bottom: 0;
}

#secondary section.login-menu .profile-area dl dt {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 1;
}

#secondary section.login-menu .profile-area dl dt:after {
  display: inline-block;
  content: '：';
}

#secondary section.login-menu .profile-area dl dd {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 1;
}

#secondary section.login-menu .button-area {
  margin-bottom: 25px;
}

#secondary section.login-menu .button-area a {
  font-size: 16px;
  margin-bottom: 10px;
}

#secondary section.login-menu .button-area a:last-child {
  margin-bottom: 0;
}

#secondary section.login-menu .button-area a:last-child:before {
  left: auto;
  right: 3%;
  content: '\e902';
}

#secondary section.login-menu h3 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 14px;
  text-align: left;
}

#secondary section.login-menu .tag-block {
  width: 100%;
  padding-right: 0;
  margin-bottom: 0;
  height: auto;
}

#secondary section.login-menu .tag-block a.tag {
  padding: 12px;
  background-color: #f1f1f1;
  font-size: 13px;
  margin-bottom: 5px;
}

#secondary section.login-menu .tag-block a.tag:last-child {
  margin-bottom: 0;
  margin-right: 0;
}

#contents-area.page404 #primary {
  margin-right: 0;
  background-color: #fff;
  text-align: left;
}

#contents-area.page404 #primary h1 {
  font-weight: 600;
  color: #e60012;
}

/* abcabc */
/* abcabc */
/* abcabc */
#contents-area.page404 #primary h1:before {
  display: inline-block;
  content: '';
  width: 1em;
  height: 1em;
  font-family: 'icomoon';
  line-height: 1;
  letter-spacing: 0;
  vertical-align: text-top;
  content: '\e93f';
  font-size: 45px;
  font-weight: normal;
  color: #e60012;
  margin-right: 10px;
}

#contents-area.page404 #primary p {
  font-size: 16px;
  margin-bottom: 20px;
}

#contents-area.page404 #primary ul {
  font-size: 14px;
  line-height: 1.5;
  width: 100%;
  margin: 0 auto 30px;
  margin-left: 1.5em;
}

#contents-area.page404 #primary ul li {
  margin-bottom: 10px;
  list-style-type: disc;
}

#contents-area.page404 #primary ul li:last-child {
  margin-bottom: 0;
}

#contents-area.page404 #primary form {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  font-size: 0;
  letter-spacing: -1em;
  position: relative;
  top: 0;
  left: 0;
}

#contents-area.page404 #primary form input[type=text] {
  border: none;
  padding: 10px 10px 9px 10px;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0;
  outline: 0;
  width: 100%;
  border-radius: 0;
  box-sizing: border-box;
  background-color: #f0f0f0;
}

#contents-area.page404 #primary form button[type=submit] {
  display: inline-block;
  vertical-align: middle;
  border: none;
  outline: 0;
  padding: 8px 12px;
  background-color: #e60012;
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

#contents-area.page404 #primary form button[type=submit]:before {
  display: inline-block;
  width: 1em;
  height: 1em;
  font-family: icomoon;
  line-height: 1;
  letter-spacing: 0;
  content: '\e91f';
  font-size: 20px;
  color: #fff;
}

#page-top {
  display: none;
  position: fixed;
}

#page-top:before {
  display: inline-block;
  content: '';
  width: 1em;
  height: 1em;
  font-family: 'icomoon';
  line-height: 1;
  letter-spacing: 0;
  content: "\e940";
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}

#page-top span {
  letter-spacing: 2px;
  color: #fff;
}

#page-top.active {
  display: block;
}

#page-top.fix {
  position: absolute;
}

/*-------------------------table.custom--------------------------*/
table.custom {
  font-size: 14px;
  width: 100%;
  border: 1px solid #333;
}

table.custom tr {
  border-bottom: 1px solid #333;
}

table.custom tr:last-child {
  border-bottom: none;
}

table.custom td {
  border-right: 1px solid #333;
  padding: 6px;
}

table.custom td:last-child {
  border-right: none;
}

#secondary .top-banner {
	padding: 0 !important;
}
#secondary .top-banner a {
	display: block !important;
}
#secondary .top-banner a:hover {
	opacity: 0.6;
}