@charset "utf-8";
/*
-------------------------------------------------- */
/* ==================================================
desktop
================================================== */
/*
-------------------------------------------------- */
/* reset
-------------------------------------------------- */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block;
}
audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
::-webkit-input-placeholder {
  color: #CCC;
}
:-moz-placeholder {
  color: #CCC;
}
.placeholder {
  color: #CCC;
}
/*
-------------------------------------------------- */
/* base
-------------------------------------------------- */
html, body, td, th, button, input, textarea, select {
  font-family: "メイリオ", Meiryo, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Osaka, Roboto, "Droid Sans", "sans-serif";
}
body {
  margin: 0;
  padding: 0;
}
body, header, .jPanelMenu-panel {
  background: #333333 !important;
}
ul, ol, dl {
  padding: 0;
  margin: 0;
}
h1 {
  font-size: 150%;
  font-weight: bold;
  line-height: 1.0em;
  margin-bottom: 10px;
  color: #f05252;
}
h1, h2, h3, h4, h5, h6, p {
  margin-top: 0;
}
a img {
  border: none;
}
a {
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a:link, a:visited {
  color: #FD6E89;
  text-decoration: none;
}
a:hover, a:active, a:focus {
  outline: none;
  text-decoration: underline;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
/*
-------------------------------------------------- */
/* responsive
-------------------------------------------------- */
header.main {
  display: none;
}
/*
-------------------------------------------------- */
/* header
-------------------------------------------------- */
.header, .nav {
  height: 70px;
  overflow: hidden;
}
.header {
  color: #CCC;
}
.nav {
  margin: 0 auto;
  width: 940px;
}
.menu {
  float: right;
}
.menu li, .logo li {
  display: inline;
  line-height: 70px;
  vertical-align: middle;
}
.logo li.timeline-logo {
  margin-left: 1.0rem;
}
.logo li.timeline-button {
  margin-left: 1.0em;
}
.logo li.timeline-button .btn-timeline {
  background: none !important;
  border: none !important;
  color: rgba(50, 183, 128, 1.0) !important;
  font-size: 12px;
}
.logo li.timeline-button .btn-timeline:hover {
  color: rgba(240, 82, 82, 1.0) !important;
  text-decoration: none;
}
.menu li {
  margin: 0 0 0 10px;
}
.menu a {
  color: #FC0;
  font-size: 12px;
  text-decoration: none;
}
.menu a:hover {
  color: #FF0;
}
.menu i, .menu em {
  font-style: normal;
}
.menu i {
  font-size: 20px;
  line-height: 20px;
  vertical-align: middle;
  text-decoration: underline;
}
.logo img {
  height: 52px;
  margin: 0 10px 0 0;
  vertical-align: middle;
}
.logo .slogan {
  display: inline-block;
  font-size: 11px;
  line-height: 1.5em;
  vertical-align: middle;
  width: 230px;
}
a.pinkBtn, a.purpleBtn {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  color: #FFF;
  display: inline-block;
  font-size: 14px;
  line-height: 40px;
  padding: 0 15px;
  text-decoration: none;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
  vertical-align: middle;
  white-space: nowrap;
}
a.pinkBtn {
  background: #ff7c7c;
  background-image: -ms-linear-gradient(top, #ff7c7c 0%, #f16060 100%);
  background-image: -moz-linear-gradient(top, #ff7c7c 0%, #f16060 100%);
  background-image: -o-linear-gradient(top, #ff7c7c 0%, #f16060 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ff7c7c), color-stop(1, #f16060));
  background-image: -webkit-linear-gradient(top, #ff7c7c 0%, #f16060 100%);
  background-image: linear-gradient(to bottom, #ff7c7c 0%, #f16060 100%);
}
a.purpleBtn {
  background: #6666cc;
  background-image: -ms-linear-gradient(top, #6666cc 0%, #5b5bb8 100%);
  background-image: -moz-linear-gradient(top, #6666cc 0%, #5b5bb8 100%);
  background-image: -o-linear-gradient(top, #6666cc 0%, #5b5bb8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #6666cc), color-stop(1, #5b5bb8));
  background-image: -webkit-linear-gradient(top, #6666cc 0%, #5b5bb8 100%);
  background-image: linear-gradient(to bottom, #6666cc 0%, #5b5bb8 100%);
}
a.pinkBtn:hover {
  background: #ff7c7c;
  color: #FF0;
}
a.purpleBtn:hover {
  background: #6666cc;
  color: #FF0;
}
/*
-------------------------------------------------- */
/* menuBar
-------------------------------------------------- */
#menuBar {
  background: #ff7c7c;
  color: #FFF;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
}
#menuBar ul {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-right: dotted 1px #ffb2b2;
  display: table;
  margin: 0 auto;
  width: 940px;
}
#menuBar li {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-left: dotted 1px #ffb2b2;
  display: table-cell;
  width: 155.5px;
}
#guest li.na {
  display: none;
}
#menuBar li > span.dropmenu {
  margin: 0 0 0 -77.5px;
  position: absolute;
  z-index: 9;
  top: 70px;
  width: 155px;
}
@media all and (-ms-high-contrast:none) {
  *::-ms-backdrop, #menuBar li > span.dropmenu {
    margin: 0;
  }
}
#menuBar li > span.dropmenu a.submenu {
  border-top: dotted 1px #ffb2b2;
  display: none;
}
#menuBar li > span.dropmenu:hover a.submenu {
  display: block;
}
#menuBar a {
  background: #ff7c7c;
  color: #FFF;
  display: block;
}
#menuBar a:hover {
  background: #f05252;
  text-decoration: none;
}
/*
-------------------------------------------------- */
/* layout
-------------------------------------------------- */
.page {
  background: #eae3d7;
}
.container {
  margin: 0 auto;
}
/*
-------------------------------------------------- */
/* footer
-------------------------------------------------- */
footer {
  color: #FFF;
  margin: 0;
  padding: 0;
  text-align: center;
  position: relative;
  clear: both;
}
footer a:link, footer a:visited, footer a:focus {
  color: #FFF;
  text-decoration: none;
}
footer a:hover, footer a:active {
  color: #f05252;
  text-decoration: underline;
}
footer .links {
  list-style: none;
  margin: 1.0rem 0 10px;
  padding: 0;
}
footer .links li {
  border-right: solid 1px #666666;
  display: inline;
  margin: 0;
  padding: 0 8px 0 3px;
}
footer .links li:first-child {
  padding: 0 8px 0 0;
}
footer .links li:last-child {
  border: none;
  padding: 0 0 0 3px;
}
footer .socialmedia {
  font-size: 0;
}
footer .socialmedia a {
  margin: 0 5px;
}
footer .socialmedia a:hover {
  zoom: 1;
  filter: alpha(opacity=75);
  opacity: 0.75;
}
footer .copyright {
  margin: 10px 0;
  padding: 0;
}
footer .abs {
  font-size: 0;
  margin: 10px auto;
}
.tracking img {
  zoom: 1;
  filter: alpha(opacity=0);
  opacity: 0;
}
/*
-------------------------------------------------- */
/* help
-------------------------------------------------- */
.joinfree {
  padding: 10px 0 20px;
}
/*
-------------------------------------------------- */
/* CSS Hack for IE11
-------------------------------------------------- */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /*
-------------------------------------------------- */
  /*
-------------------------------------------------- */
}
/*
-------------------------------------------------- */
/* laptop (landscape=1280x800px)
-------------------------------------------------- */
@media only screen and (max-width: 1280px) {
  /*
-------------------------------------------------- */
  /*
-------------------------------------------------- */
}
/*
-------------------------------------------------- */
/* ==================================================
end of desktop
================================================== */
/* ==================================================
mobile
================================================== */
/*
-------------------------------------------------- */
/* tablets (landscape-ipad-pro10.5=1112x834px)
-------------------------------------------------- */
@media only screen and (max-width: 1112px) {
  /*
-------------------------------------------------- */
  iframe {
    -webkit-overflow-scrolling: touch !important;
    overflow: auto !important;
  }
  /*
-------------------------------------------------- */
}
/*
-------------------------------------------------- */
/* tablets (landscape-ipad=1024px)
-------------------------------------------------- */
@media only screen and (max-width: 1024px) {
  /*
-------------------------------------------------- */
  /*
-------------------------------------------------- */
}
/*
-------------------------------------------------- */
/* tablets (landscape-android=960px)
-------------------------------------------------- */
@media only screen and (max-width: 960px) {
  /*
-------------------------------------------------- */
  /*
-------------------------------------------------- */
  /* responsive
-------------------------------------------------- */
  .header, footer, aside.profile, .pconly {
    display: none;
  }
  header.main {
    display: block;
  }
  body, header, .jPanelMenu-panel {
    background-color: #FFF !important;
  }
  /*
-------------------------------------------------- */
  /* buttons
-------------------------------------------------- */
  .pinkBtn, .purpleBtn {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    color: #FFF;
    display: inline-block;
    text-decoration: none;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
    vertical-align: middle;
    white-space: nowrap;
  }
  .pinkBtn {
    background: #ff7c7c;
    background-image: -ms-linear-gradient(top, #ff7c7c 0%, #f16060 100%);
    background-image: -moz-linear-gradient(top, #ff7c7c 0%, #f16060 100%);
    background-image: -o-linear-gradient(top, #ff7c7c 0%, #f16060 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ff7c7c), color-stop(1, #f16060));
    background-image: -webkit-linear-gradient(top, #ff7c7c 0%, #f16060 100%);
    background-image: linear-gradient(to bottom, #ff7c7c 0%, #f16060 100%);
  }
  .purpleBtn {
    background: #6666cc;
    background-image: -ms-linear-gradient(top, #6666cc 0%, #5b5bb8 100%);
    background-image: -moz-linear-gradient(top, #6666cc 0%, #5b5bb8 100%);
    background-image: -o-linear-gradient(top, #6666cc 0%, #5b5bb8 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #6666cc), color-stop(1, #5b5bb8));
    background-image: -webkit-linear-gradient(top, #6666cc 0%, #5b5bb8 100%);
    background-image: linear-gradient(to bottom, #6666cc 0%, #5b5bb8 100%);
  }
  /*
-------------------------------------------------- */
  /* reset
-------------------------------------------------- */
  figure, form {
    margin: 0;
  }
  /*
 * 1. corrects font size not being inherited in all browsers.
 * 2. addresses margins set differently in IE6/7, FF3+, S5, Chrome.
 * 3. improves appearance and consistency in all browsers.
 */
  button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
  }
  /* addresses FF3/4 setting "line-height" on "input" using "!important" in the UA stylesheet. */
  button, input {
    line-height: normal;
  }
  /*
 * 1. avoid the WebKit bug in Android 4.0.* where (2) destroys native "audio" and "video" controls.
 * 2. corrects inability to style clickable "input" types in iOS.
 * 3. improves usability and consistency of cursor style between image-type "input" and others.
 * 4. removes inner spacing in IE7 without affecting normal text inputs. Known issue: inner spacing remains in IE6.
 */
  button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    *overflow: visible;
  }
  /* re-set default cursor for disabled elements. */
  button[disabled], input[disabled] {
    cursor: default;
  }
  /*
 * 1. addresses box sizing set to content-box in IE8/9.
 * 2. removes excess padding in IE8/9.
 * 3. removes excess padding in IE7. Known issue: excess padding remains in IE6.
 */
  input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    *height: 13px;
    *width: 13px;
  }
  /*
 * 1. addresses "appearance" set to "searchfield" in S5, Chrome.
 * 2. addresses "box-sizing" set to "border-box" in S5, Chrome (include "-moz" to future-proof).
 */
  input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
  }
  /* removes inner padding and search cancel button in S5, Chrome on OS X. */
  input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  /* removes inner padding and border in FF3+. */
  button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
  }
  /*
 * 1. removes default vertical scrollbar in IE6/7/8/9.
 * 2. improves readability and alignment in all browsers.
 */
  textarea {
    overflow: auto;
    vertical-align: top;
  }
  /* remove most spacing between table cells. */
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  p {
    -webkit-hyphens: auto;
    -epub-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
  }
  .strong, b, strong {
    font-weight: 700;
  }
  .em, dfn, em {
    font-style: normal;
  }
  .small, small {
    font-size: 75%;
  }
  ol, ul {
    padding: 0;
    list-style-type: none;
  }
  dd {
    margin: 0;
  }
  /*
-------------------------------------------------- */
  /* 
-------------------------------------------------- */
  .commentlist, .sidebar ol, .sidebar ul {
    list-style: none
  }
  .clearfix:before, .clearfix:after {
    content: "";
    display: table;
  }
  .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .clearfix {
    zoom: 1;
    display: inline-block;
  }
  .content:after, .chatBox:after, .msgBox:after, footer:after, .subNav:after, #jPanelMenu-menu li:after, .msg-cont:after {
    content: "";
    display: table;
    clear: both;
  }
  /* hides from IE-mac \*/
  * html .clearfix {
    height: 1%;
  }
  .clearfix {
    display: block;
  }
  * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .ir {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  .text-left {
    text-align: left;
  }
  .text-center {
    text-align: center;
  }
  .text-right {
    text-align: right;
  }
  .chatBox .btnChatExtra, .msgBox .btnChatExtra, .chatBox .msgBox .btnMsgExtra, .msgBox .chatBox .btnMsgExtra, .msgBox .btnMsgExtra, .chatBox .btnSend, .msgBox .btnSend, .jPanelMenu header.main .btn-header, .jPanelMenu header.main .btn-header-inv {
    display: inline-block;
    /*
    border: 1px solid #9a9a9a;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    -border-radius: 4px;
    border-radius: 4px;
    background-color: #9a9a9a;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#c4c4c4), to(#9a9a9a));
    background-image: -webkit-linear-gradient(top, #c4c4c4, #9a9a9a);
    background-image: -moz-linear-gradient(top, #c4c4c4, #9a9a9a);
    background-image: -o-linear-gradient(top, #c4c4c4, #9a9a9a);
    background-image: linear-gradient(to bottom, #c4c4c4, #9a9a9a);
    color: #f7f7f7;
    */
    text-decoration: none;
    text-align: center;
    width: 100%;
    background: none;
    border: none;
    color: rgba(253, 110, 137, 1.0);
  }
  .chatBox .btnChatExtra, .msgBox .btnChatExtra, .chatBox .msgBox .btnMsgExtra, .msgBox .chatBox .btnMsgExtra, .msgBox .btnMsgExtra {
    text-decoration: none;
    background-image: none;
    background-color: #5e5e5e;
  }
  .section {
    clear: both;
    padding: 0;
    margin: 0 auto;
    width: 96%;
  }
  .group:before, .group:after {
    content: "";
    display: table;
  }
  .group:after {
    clear: both;
  }
  .col {
    display: block;
    float: left;
    margin: 0 0 0 1.6%;
    padding: 0;
  }
  .col:first-child {
    margin-left: 0;
  }
  .span_6_of_6 {
    width: 100%;
  }
  .span_5_of_6 {
    width: 83.06%;
  }
  .span_4_of_6 {
    width: 66.13%;
    white-space: nowrap;
    overflow: hidden;
  }
  .span_3_of_6 {
    width: 49.2%;
    white-space: nowrap;
    overflow: hidden;
  }
  .span_2_of_6 {
    width: 32.26%;
    white-space: nowrap;
    overflow: hidden;
  }
  .span_1_of_6 {
    width: 15.33%;
    min-height: 26px;
  }
  .span_4_of_4 {
    width: 100%;
  }
  .span_3_of_4 {
    width: 74.6%;
  }
  .span_2_of_4 {
    width: 49.2%;
  }
  .span_1_of_4 {
    width: 23.8%;
  }
  .span_3_of_3 {
    width: 100%;
  }
  .span_2_of_3 {
    width: 66.1%;
  }
  .span_1_of_3 {
    width: 32.2%;
  }
  .onecol {
    width: 5.801104972%;
  }
  .twocol {
    width: 14.364640883%;
  }
  .threecol {
    width: 22.928176794%;
  }
  .fourcol {
    width: 31.491712705%;
  }
  .fivecol {
    width: 40.055248616%;
  }
  .sixcol {
    width: 48.618784527%;
  }
  .sevencol {
    width: 57.182320438000005%;
  }
  .eightcol {
    width: 65.74585634900001%;
  }
  .ninecol {
    width: 74.30939226%;
  }
  .tencol {
    width: 82.87292817100001%;
  }
  .elevencol {
    width: 91.436464082%;
  }
  .twelvecol {
    width: 99.999999993%;
  }
  .onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol, .twelvecol {
    position: relative;
    float: left;
    margin-left: 2.762430939%;
  }
  .first {
    margin-left: 0;
  }
  .last {
    float: right;
  }
  .modalDialog {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99999;
    opacity: 0;
    -webkit-transition: opacity 0.4ms ease-in;
    -moz-transition: opacity 0.4ms ease-in;
    transition: opacity 0.4ms ease-in;
    pointer-events: none;
    font-size: 12px;
  }
  .modalDialog:target {
    opacity: 1;
    pointer-events: auto;
  }
  .modalDialog div {
    max-height: 92%;
    width: 92%;
    position: relative;
    margin: 10% auto;
    padding: 1em;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    -border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 0 1px 2px #ccc inset;
    -webkit-box-shadow: 0 1px 2px #ccc inset;
    box-shadow: 0 1px 2px #ccc inset;
    background-color: #666666;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#9a9a9a), to(#666666));
    background-image: -webkit-linear-gradient(top, #9a9a9a, #666666);
    background-image: -moz-linear-gradient(top, #9a9a9a, #666666);
    background-image: -o-linear-gradient(top, #9a9a9a, #666666);
    background-image: linear-gradient(to bottom, #9a9a9a, #666666);
    color: #fff;
    text-align: center;
  }
  .modalDialog div ul {
    max-height: 120px;
    overflow-y: auto;
    pointer-events: auto;
  }
  .modalDialog .close {
    background-color: #666666;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#9a9a9a), to(#666666));
    background-image: -webkit-linear-gradient(top, #9a9a9a, #666666);
    background-image: -moz-linear-gradient(top, #9a9a9a, #666666);
    background-image: -o-linear-gradient(top, #9a9a9a, #666666);
    background-image: linear-gradient(to bottom, #9a9a9a, #666666);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    -border-radius: 20px;
    border-radius: 20px;
    -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.85);
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.85);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.85);
    color: #fff;
    line-height: 25px;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -10px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
  }
  /*
-------------------------------------------------- */
  /* heading
-------------------------------------------------- */
  h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
    text-rendering: optimizelegibility;
    font-weight: 500;
  }
  h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
    text-decoration: none;
  }
  h1, .h1 {
    font-size: 2.5em;
    line-height: 1.333em;
  }
  h1.pc, h2.pc {
    display: none;
  }
  h2, .h2 {
    font-size: 1.75em;
    line-height: 1.4em;
    margin-bottom: 0.375em;
  }
  h3, .h3 {
    font-size: 1.125em;
  }
  h4, .h4 {
    font-size: 1.1em;
    font-weight: 700;
  }
  h5, .h5 {
    font-size: 0.846em;
    line-height: 2.09em;
    text-transform: uppercase;
    letter-spacing: 2px;
  }
  /*
-------------------------------------------------- */
  /* page
-------------------------------------------------- */
  .page {
    background-color: #FFF;
  }
  .content {
    position: relative;
    margin-top: 60px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    margin-right: auto;
    margin-left: auto;
  }
  .gList {
    text-align: center;
  }
  .gList li {
    width: 145px;
    height: 145px;
    position: relative;
    display: inline-block;
    overflow: hidden;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    -border-radius: 20px;
    border-radius: 20px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
    margin-bottom: 2%;
    margin-left: 1%;
    margin-right: 1%;
  }
  .gList img {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    -border-radius: 20px;
    border-radius: 20px;
    display: inline-block;
    margin-bottom: 0px;
    width: 100%;
  }
  .gList .shine {
    position: absolute;
    top: 0;
    left: 0;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.2) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.7)), color-stop(100%, rgba(255, 255, 255, 0.2)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.2) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.2) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.2) 100%);
    /* IE10+ */
    background: linear-gradient(top, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.2) 100%);
    /* W3C */
    height: 70px;
    width: 100%;
    box-shadow: inset 0px 2px 1px rgba(255, 255, 255, 0.7);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    -border-radius: 20px;
    border-radius: 20px;
    border-bottom-right-radius: 100px 20px;
    border-bottom-left-radius: 100px 20px;
  }
  /*
-------------------------------------------------- */
  /* jPanelMenu-panel
-------------------------------------------------- */
  .jPanelMenu-panel {
    background-color: #FFFFFF !important;
  }
  .jPanelMenu header.main {
    background-color: #e5e5e5 !important;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e5e5e5)) !important;
    background-image: -webkit-linear-gradient(top, #fff, #e5e5e5) !important;
    background-image: -moz-linear-gradient(top, #fff, #e5e5e5) !important;
    background-image: -o-linear-gradient(top, #fff, #e5e5e5) !important;
    background-image: linear-gradient(to bottom, #fff, #e5e5e5) !important;
    -moz-box-shadow: 0 2px 5px rgba(34, 34, 34, 0.5);
    -webkit-box-shadow: 0 2px 5px rgba(34, 34, 34, 0.5);
    box-shadow: 0 2px 5px rgba(34, 34, 34, 0.5);
    position: fixed;
    top: 0;
    left: inherit; /* fix for chrome */
    width: 100%;
    max-width: none;
    padding: 12px 0;
    height: 50px;
    border-bottom: 1px solid #fff;
    z-index: 9999;
    color: #fff;
  }
  .jPanelMenu header.main #mainNav {
    height: 25px;
  }
  .jPanelMenu header.main #logo {
    width: 100px;
    margin: 0 auto;
    display: block;
  }
  .jPanelMenu header.main .btn-header i, .jPanelMenu header.main .btn-header-inv i {
    line-height: 26px;
    vertical-align: middle;
    position: relative;
    font-size: 21px;
  }
  .jPanelMenu header.main .btn-header i span, .jPanelMenu header.main .btn-header-inv i span {
    background: #ff7c7c;
    background-image: -ms-linear-gradient(top, #ff7c7c 0%, #f16060 100%);
    background-image: -moz-linear-gradient(top, #ff7c7c 0%, #f16060 100%);
    background-image: -o-linear-gradient(top, #ff7c7c 0%, #f16060 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ff7c7c), color-stop(1, #f16060));
    background-image: -webkit-linear-gradient(top, #ff7c7c 0%, #f16060 100%);
    background-image: linear-gradient(to bottom, #ff7c7c 0%, #f16060 100%);
    border: solid 1px #cc2729;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    -border-radius: 8px;
    border-radius: 8px;
    color: #fff;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 10px;
    line-height: 14px;
    min-height: 16px;
    min-width: 8px;
    padding: 0 4px;
    position: absolute;
    top: -6px;
    right: -4px;
    text-align: center;
    text-shadow: none;
    vertical-align: middle;
  }
  .jPanelMenu header.main .btn-header-inv {
    border: 0;
    background: none;
    color: #ccc;
  }
  .jPanelMenu header.main h1 {
    color: rgba(253, 110, 137, 1.0);
    font-size: 16px;
    line-height: 28px;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    text-align: center;
  }
  .jPanelMenu header.main a {
    color: rgba(253, 110, 137, 1.0);
    text-decoration: none;
  }
  .jPanelMenu header.main nav {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
  }
  .subNav {
    margin-top: 14px;
  }
  .subNav ul {
    text-align: center;
    height: 0;
    overflow: hidden;
    background-color: #868686;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#696969), to(#868686));
    background-image: -webkit-linear-gradient(top, #696969, #868686);
    background-image: -moz-linear-gradient(top, #696969, #868686);
    background-image: -o-linear-gradient(top, #696969, #868686);
    background-image: linear-gradient(to bottom, #696969, #868686);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin: 0;
    padding: 0;
  }
  .subNav li {
    width: 25%;
    display: inline-block;
    float: left;
    border-right: 1px solid #ccc;
  }
  .subNav a {
    width: 100%;
    font-size: 10px;
    text-decoration: none;
    color: #fff;
    vertical-align: middle;
  }
  .subNav a i {
    font-size: 30px;
    line-height: 30px;
    padding: 0;
    display: block;
    margin: 10px auto 0;
  }
  .subNav a small {
    position: relative;
    top: -4px;
    font-size: 11px;
  }
  #jPanelMenu-menu {
    /* background: #666; */
    padding: 0;
    margin: 0;
    background-color: #FD6E89;
  }
  #jPanelMenu-menu .searchArea {
    height: 50px;
    text-align: left;
    border-bottom: solid 1px #333;
    padding: 10px 0 0 15px;
  }
  #jPanelMenu-menu .searchArea form {
    display: inline-block;
    vertical-align: middle;
  }
  #jPanelMenu-menu .searchArea #searchInput {
    position: relative;
    background-color: #333;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    -border-radius: 4px;
    border-radius: 4px;
    border: none;
    outline: none;
    width: 92%;
    font-size: 14px;
    color: #FFF;
    padding: 5px 10px;
  }
  #jPanelMenu-menu ul {
    padding: 0;
    margin: 0;
    /* border-bottom: 1px solid #ccc; */
  }
  #jPanelMenu-menu .icn-user {
    background-position: 0 0;
  }
  #jPanelMenu-menu .icn-home {
    background-position: 0 -48px;
  }
  #jPanelMenu-menu li a {
    /* background-color: #666; */
    display: block;
    /*
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #333;
    */
    padding: 10px 0;
    text-decoration: none;
    /* text-shadow: 0 -1px 2px #222222; */
    color: #fff;
    vertical-align: middle;
    background-color: #FD6E89;
    border-top: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    text-shadow: none;
  }
  #jPanelMenu-menu li a.border-top-0, #jPanelMenu-menu li:first-child a {
    border-top: none;
  }
  #jPanelMenu-menu li span {
    /* background-color: #666; */
    display: block;
    /*
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #333;
    */
    padding: 10px 0;
    text-decoration: none;
    /* text-shadow: 0 -1px 2px #222222; */
    color: #fff;
    vertical-align: middle;
    font-size: 80%;
    text-align: center;
    background-color: #FD6E89;
  }
  #jPanelMenu-menu li a:hover, #jPanelMenu-menu li a:focus {
    /*
    background-color: #333;
    -moz-box-shadow: 0 1px 5px rgba(34, 34, 34, 0.9);
    -webkit-box-shadow: 0 1px 5px rgba(34, 34, 34, 0.9);
    box-shadow: 0 1px 5px rgba(34, 34, 34, 0.9);
    */
    background-color: rgba(92, 99, 106, 1.0);
    color: #FFF;
  }
  #jPanelMenu-menu li a:hover span, #jPanelMenu-menu li a:focus span {
    background-position: -48px 0;
  }
  #jPanelMenu-menu li a span {
    display: block;
    float: left;
    width: 48px;
    height: 48px;
    line-height: 86px;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: 14px;
  }
  #jPanelMenu-menu li a i {
    font-size: 24px;
    margin: 0 10px;
  }
  #jPanelMenu-menu li a i.new-msg-no {
    font-size: 100%;
    font-style: normal;
    margin: 0;
  }
  /*
-------------------------------------------------- */
}
/*
-------------------------------------------------- */
/* smartphones (landscape-iphone12=844px)
-------------------------------------------------- */
@media only screen and (max-width: 844px) {
  /*
-------------------------------------------------- */
  /*
-------------------------------------------------- */
}
/*
-------------------------------------------------- */
/* tablets (portrait-ipad-pro10.5=834px)
-------------------------------------------------- */
@media only screen and (max-width: 834px) {
  /*
-------------------------------------------------- */
  /*
-------------------------------------------------- */
}
/*
-------------------------------------------------- */
/* smartphones (landscape-iphone12mini=812px)
-------------------------------------------------- */
@media only screen and (max-width: 812px) {
  /*
-------------------------------------------------- */
  /*
-------------------------------------------------- */
}
/*
-------------------------------------------------- */
/* tablets (android=800px)
-------------------------------------------------- */
@media only screen and (max-width: 800px) {
  /*
-------------------------------------------------- */
  /*
-------------------------------------------------- */
}
/*
-------------------------------------------------- */
/* tablets (portrait-ipad=768px)
-------------------------------------------------- */
@media only screen and (max-width: 768px) {
  /*
-------------------------------------------------- */
  .jPanelMenu header.main #logo {
    width: 120px;
    margin: 0 auto;
    display: block;
  }
  /*
-------------------------------------------------- */
}
/*
-------------------------------------------------- */
/* smartphones (landscape-iphone8plus=736px)
-------------------------------------------------- */
@media only screen and (max-width: 736px) {
  /*
-------------------------------------------------- */
  /*
-------------------------------------------------- */
}
/*
-------------------------------------------------- */
/* smartphones (landscape-iphone8=667px)
-------------------------------------------------- */
@media only screen and (max-width: 667px) {
  /*
-------------------------------------------------- */
  /*
-------------------------------------------------- */
}
/*
-------------------------------------------------- */
/* smartphones (landscape-galaxy=640px)
-------------------------------------------------- */
@media only screen and (max-width: 640px) {
  /*
-------------------------------------------------- */
  /*
-------------------------------------------------- */
}
/*
-------------------------------------------------- */
/* smartphones (landscape-iphone-se=568px)
-------------------------------------------------- */
@media only screen and (max-width: 568px) {
  /*
-------------------------------------------------- */
  /*
-------------------------------------------------- */
}
/*
-------------------------------------------------- */
/* smartphones (landscape-iphone4=480px)
-------------------------------------------------- */
@media only screen and (max-width: 480px) {
  /*
-------------------------------------------------- */
  /*
-------------------------------------------------- */
}
/*
-------------------------------------------------- */
/* smartphones (portrait-huawei-mediapad=432x768px=css-pixel-ratio:2.5)
-------------------------------------------------- */
@media only screen and (max-width: 432px) {
  /*
-------------------------------------------------- */
  /*
-------------------------------------------------- */
}
/*
-------------------------------------------------- */
/* smartphones (portrait-iphone12promax=428px)
-------------------------------------------------- */
@media only screen and (max-width: 428px) {
  /*
-------------------------------------------------- */
  /*
-------------------------------------------------- */
}
/*
-------------------------------------------------- */
/* smartphones (portrait-iphone8plus=414px)
-------------------------------------------------- */
@media only screen and (max-width: 414px) {
  /*
-------------------------------------------------- */
  /*
-------------------------------------------------- */
}
/*
-------------------------------------------------- */
/* smartphones (portrait-iphone12/12pro=390px)
-------------------------------------------------- */
@media only screen and (max-width: 390px) {
  /*
-------------------------------------------------- */
  /*
-------------------------------------------------- */
}
/*
-------------------------------------------------- */
/* smartphones (portrait-iphone8/12mini=375px)
-------------------------------------------------- */
@media only screen and (max-width: 375px) {
  /*
-------------------------------------------------- */
  /*
-------------------------------------------------- */
}
/*
-------------------------------------------------- */
/* smartphones (portrait-android=360x640px)
-------------------------------------------------- */
@media only screen and (max-width: 360px) {
  /*
-------------------------------------------------- */
  /*
-------------------------------------------------- */
}
/*
-------------------------------------------------- */
/* smartphones (portrait-iphone4/5/se=320px)
-------------------------------------------------- */
@media only screen and (max-width: 320px) {
  /*
-------------------------------------------------- */
  /*
-------------------------------------------------- */
}
/*
-------------------------------------------------- */
/* ==================================================
end of mobile
================================================== */