@charset "UTF-8";
/* -------------------------------------------------- */
/* !!! Common */
/* -------------------------------------------------- */
/* !! 1. Layout */
.clearfix {
  zoom: 1; }
  .clearfix:after {
    content: "";
    display: block;
    clear: both; }

.flLt {
  float: left; }

.flRt {
  float: right; }

.clear {
  clear: both; }

.relative {
  position: relative; }

/* !! 2. Margin & Padding */
.ml {
  margin-left: 26px; }

.mlNone {
  margin: 0 !important; }

.mbNone {
  margin-bottom: 0 !important; }

.mbHalf {
  margin-bottom: 13px !important; }

.mbThin {
  margin-bottom: 4px !important; }

.mbDouble {
  margin-bottom: 52px !important; }

.mbOneFourth {
  margin-bottom: 7px !important; }

.mbDefault {
  margin-bottom: 26px !important; }

.mbSection {
  margin-bottom: 65px !important; }

.ptNone {
  padding-top: 0 !important; }

.pbNone {
  padding-bottom: 0 !important; }

/* !! 3. Font Style */
.sans {
  font-family: Verdana, Roboto, "Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }

.serif {
  font-family: "Times New Roman", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "メイリオ", Meiryo, serif; }

.italic {
  font-style: italic; }

.bold {
  font-weight: bold; }

.nowrap {
  white-space: nowrap; }

/* !! 4. Font Size */
.txtDefault {
  letter-spacing: 0.05em;
  font-size: 13px !important;
  line-height: 26px !important; }

.txtBig {
  font-size: 14px !important;
  line-height: 2.25em !important;
  line-height: 2.25rem !important;
  letter-spacing: 0.05em; }

.txtExBig {
  font-size: 15px !important;
  line-height: 2.25em !important;
  line-height: 2.25rem !important;
  letter-spacing: 0.15em; }

.txtExExBig {
  font-size: 18px !important;
  line-height: 33px !important;
  letter-spacing: 0.15em; }

.txtMini {
  font-size: 11px;
  line-height: 22px; }

.pc-txtMini {
  font-size: 11px;
  line-height: 22px; }

.txtMicro {
  letter-spacing: 0.1em;
  font-size: 9px;
  line-height: 18px; }

else .pc-txtMicro {
  letter-spacing: 0.1em;
  font-size: 9px;
  line-height: 18px; }

.lhDefault {
  line-height: 26px !important; }

/* !! 5. Font Color */
.txtColor {
  color: #444444 !important; }

.txtMain {
  color: #1c509b !important; }

.txtLight {
  color: #9cb1b1 !important; }

.txtExLight {
  color: #c7d2d2 !important; }

.txtNgtv, .module-over-wrap-inner-plane, .txtNgtv *, .module-over-wrap-inner-plane * {
  color: white !important; }
.txtNgtv a, .module-over-wrap-inner-plane a {
  color: white; }
  .txtNgtv a.underline, .module-over-wrap-inner-plane a.underline {
    border-color: white; }
    .txtNgtv a.underline:hover, .module-over-wrap-inner-plane a.underline:hover {
      color: white;
      border-color: white; }

.txtShadow {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); }

.bg-ngtv.txtShadow, .bg-ngtv .txtShadow,
.bg-main.txtShadow,
.bg-main .txtShadow,
.bg-sub.txtShadow,
.bg-sub .txtShadow,
.bg-sub-sub.txtShadow,
.bg-sub-sub .txtShadow {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5); }

.success {
  color: #009933; }

.info {
  color: #1c509b; }

.warning {
  color: #ee9933; }

.danger, .formError,
.formGroupError {
  color: #ee3300; }

/* !! 6. Font Layout */
.indent p,
p.indent {
  text-indent: 1em;
  text-indent: 1rem; }
  .indent p.no-indent,
  p.indent.no-indent {
    text-indent: 0 !important; }

.justify {
  text-align: justify; }

.lsNone {
  letter-spacing: 0; }

.lsHeading {
  letter-spacing: 0.15em; }

.txtCntr {
  text-align: center !important; }

.txtRt {
  text-align: right !important; }

.txtLt {
  text-align: left !important; }

.pc-txtCntr {
  text-align: center !important; }

.pc-txtRt {
  text-align: right !important; }

.pc-txtLt {
  text-align: left !important; }

/* !! 7. Background-color */
.bg-white {
  background-color: white;
  color: #444444; }

.bg-white-trans {
  background-color: rgba(255, 255, 255, 0.25); }

.bg-gray, .wall-source {
  background-color: #f7f7f7; }

.bg-exGray {
  background-color: #e3e3e3; }

.bg-main {
  background-color: #1c509b;
  color: white; }

.bg-sub {
  background-color: #ff6666; }

.bg-sub-sub {
  background-color: #b72929; }

.bg-ngtv {
  background-color: #444444; }

.bg-main,
.bg-sub,
.bg-ngtv,
.bg-sub-sub {
  color: white; }
  .bg-main a,
  .bg-sub a,
  .bg-ngtv a,
  .bg-sub-sub a {
    color: inherit; }
  .bg-main .h1,
  .bg-main .h2,
  .bg-main .h3,
  .bg-main .h4,
  .bg-main .h5,
  .bg-main .h6,
  .bg-sub .h1,
  .bg-sub .h2,
  .bg-sub .h3,
  .bg-sub .h4,
  .bg-sub .h5,
  .bg-sub .h6,
  .bg-ngtv .h1,
  .bg-ngtv .h2,
  .bg-ngtv .h3,
  .bg-ngtv .h4,
  .bg-ngtv .h5,
  .bg-ngtv .h6,
  .bg-sub-sub .h1,
  .bg-sub-sub .h2,
  .bg-sub-sub .h3,
  .bg-sub-sub .h4,
  .bg-sub-sub .h5,
  .bg-sub-sub .h6 {
    color: white;
    color: rgba(255, 255, 255, 0.8); }

.bg-white {
  color: #444444; }
  .bg-white .h1,
  .bg-white .h2,
  .bg-white .h3,
  .bg-white .h4,
  .bg-white .h5,
  .bg-white .h6 {
    color: #1c509b; }

/* !! 8. State */
/* !! 9. Others */
.rounded {
  border-radius: 3px; }

.rounded-bold {
  border-radius: 6px; }

.no-animation {
  transition: none !important; }

.dispBlock {
  display: block; }

/* -------------------------------------------------- */
/* Common: END */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* !!! Base Style */
/* -------------------------------------------------- */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  overflow-y: scroll;
  overflow-x: hidden; }

body {
  -webkit-text-size-adjust: 100%; }

ul {
  list-style: none; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

th {
  font-weight: normal; }

input::-ms-clear {
  visibility: hidden; }

input::-ms-reveal {
  visibility: hidden; }

body, html {
  height: 100%;
  width: 100%;
  position: relative; }

body#maintenance {
  height: auto; }

html, body, input, button, select, textarea, pre {
  color: #444444;
  font-size: 13px;
  line-height: 26px;
  font-weight: normal;
  letter-spacing: 0.05em;
  font-family: Verdana, Roboto, "Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  background-color: white; }

a {
  color: #444444;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out; }
  a:hover {
    color: #1c509b;
    text-decoration: underline; }
  a.underline {
    line-height: 20px;
    border-bottom: 1px solid #444444; }
    a.underline:hover {
      color: #1c509b;
      border-bottom-style: dotted;
      text-decoration: none; }

a[target="_blank"] {
  word-break: break-all; }

aside a {
  text-decoration: none; }

::selection {
  background: rgba(28, 80, 155, 0.25); }

::-moz-selection {
  background: rgba(28, 80, 155, 0.25); }

pre {
  padding: 13px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 3px; }

sup {
  vertical-align: super;
  font-size: 9px; }

sub {
  vertical-align: sub;
  font-size: 9px; }

strong, em {
  font-style: normal;
  color: #ee9933; }

blockquote {
  font-style: italic; }
  blockquote:before {
    content: "“";
    margin-right: 0.25em;
    display: inline-block; }
  blockquote:after {
    content: "”";
    margin-left: 0.25em;
    display: inline-block; }
  blockquote + cite {
    margin-top: -26px; }

cite {
  display: block;
  text-align: right;
  font-style: italic;
  font-size: 11px;
  line-height: 22px; }
  cite:before {
    content: "";
    border-top: 1px solid #7f7f7f;
    width: 2em;
    margin-right: 0.25em;
    height: 1px;
    margin-bottom: 5px;
    display: inline-block; }

img {
  display: block; }

.layout-content p, .layout-content ol, .layout-content ul, .layout-content img, .layout-content table, .layout-content dl, .layout-content blockquote, .layout-content cite, .layout-content .wall {
  margin-bottom: 26px; }
  .layout-content p:last-child, .layout-content ol:last-child, .layout-content ul:last-child, .layout-content img:last-child, .layout-content table:last-child, .layout-content dl:last-child, .layout-content blockquote:last-child, .layout-content cite:last-child, .layout-content .wall:last-child {
    margin-bottom: 0; }
.layout-content img:not(.keep), .layout-content img.half, .layout-content img.oneThird, .layout-content img.twoThird, .layout-content imgoneFourth {
  /* blockを指定すると、jsでわりとやっかい。
  				display: block;
  				@include marginAuto();
  */ }
.layout-content img:not(.keep) {
  min-width: 100%;
  max-width: 100%; }
.layout-content img.half {
  width: 50%;
  min-width: 50%;
  max-width: 50%; }
.layout-content img.oneThird {
  width: 33%;
  min-width: 33%;
  max-width: 33%; }
.layout-content img.twoThird {
  width: 67%;
  min-width: 67%;
  max-width: 67%; }
.layout-content img.oneFourth {
  width: 25%;
  min-width: 25%;
  max-width: 25%; }

/* -------------------------------------------------- */
/* Base Style: END */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* !!! Layout */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* !!! General Layout */
/* -------------------------------------------------- */
.layout-pageError {
  padding: 13px;
  background-color: #444444;
  color: white; }
  .layout-pageError:before {
    content: "Error"; }

.header {
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 810; }

.header-global {
  height: 6.5px;
  background-color: #163e78; }

.header-site-inner {
  margin-left: auto;
  margin-right: auto;
  width: 910px;
  position: relative; }

.header-site-inner-siteTitle {
  position: absolute;
  top: 25px;
  left: 0; }

.header-site-inner-copy {
  position: absolute;
  top: 20px;
  left: 286px; }

.header-site-inner-lang {
  background-color: #19478a;
  color: white;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px; }
  .header-site-inner-lang a {
    padding: 7px 13px;
    padding-top: 0;
    color: white;
    text-decoration: none;
    display: inline-block; }
    .header-site-inner-lang a:first-child {
      border-right: 1px solid #163e78; }
    .header-site-inner-lang a:last-child {
      border-left: 1px solid #205bb1; }
  .header-site-inner-lang a:hover {
    color: white; }

.layout-gMenu {
  width: 910px;
  margin-left: auto;
  margin-right: auto;
  zoom: 1;
  padding-top: 52px;
  font-size: 13px;
  text-align: center;
  line-height: 19.5px; }
  .layout-gMenu:after {
    content: "";
    display: block;
    clear: both; }
  .layout-gMenu .layout-gMenu-inner {
    display: table;
    width: 624px;
    float: right;
    background-color: #d4d4d4;
    color: #444444; }
  .layout-gMenu a, .layout-gMenu span {
    color: #444444;
    text-decoration: none;
    white-space: nowrap; }
  .layout-gMenu span {
    cursor: default; }

.layout-gMenu-item {
  position: relative;
  display: table-cell;
  width: 20%;
  vertical-align: middle; }
  .layout-gMenu-item:hover {
    background-color: #19478a; }
    .layout-gMenu-item:hover, .layout-gMenu-item:hover a, .layout-gMenu-item:hover span {
      color: white; }
  .layout-gMenu-item > a, .layout-gMenu-item > span {
    padding-left: 13px;
    padding-right: 13px;
    padding-top: 13px;
    padding-bottom: 13px;
    display: block; }

.layout-gMenu-innerMenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: auto;
  text-align: left;
  background-color: #19478a;
  line-height: 39px;
  min-width: 100%; }
  .layout-gMenu-innerMenu a, .layout-gMenu-innerMenu span {
    color: white;
    padding-left: 13px;
    padding-right: 13px;
    display: block; }
  .layout-gMenu-innerMenu a:hover {
    background-color: #163e78; }
  .layout-gMenu-innerMenu span {
    background-color: #205bb1;
    color: #8fadd8 !important; }

.layout-gMenu-innerMenu.active {
  display: block; }

.layout-full {
  width: 100%;
  min-width: 910px;
  position: relative;
  z-index: 0; }
  .layout-full .layout-content-inner {
    padding: 65px 0;
    margin-top: 0;
    margin-bottom: 0; }

.layout-full + * {
  margin-top: 26px; }

.layout-full + .layout-full {
  margin-top: 0; }

.layout-content-inner {
  zoom: 1;
  margin-left: auto;
  margin-right: auto;
  width: 910px;
  margin-bottom: 65px; }
  .layout-content-inner:after {
    content: "";
    display: block;
    clear: both; }
  .layout-content-inner:last-child {
    margin-bottom: 0; }

.layout-mainVis {
  width: 910px;
  height: 300px;
  position: relative;
  z-index: 110;
  margin-bottom: 26px; }
  .layout-mainVis img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 110; }

.layout-mainVis-news {
  zoom: 1;
  margin-bottom: 26px;
  margin-top: -26px; }
  .layout-mainVis-news:after {
    content: "";
    display: block;
    clear: both; }
  .layout-mainVis-news dt {
    background-color: #7f7f7f;
    color: white;
    float: left;
    width: 208px;
    padding: 7px 13px; }
  .layout-mainVis-news dd {
    float: left;
    background-color: #f0f0f0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 702px;
    padding: 7px 13px; }

article {
  width: 676px;
  float: left; }

aside {
  width: 208px;
  float: right;
  margin-bottom: 65px; }
  aside .aside-logos {
    position: relative;
    width: 208px;
    height: 72px;
    overflow: hidden;
    margin-bottom: 13px; }
    aside .aside-logos .aside-logos-item {
      display: none; }
      aside .aside-logos .aside-logos-item:first-child {
        display: block; }
      aside .aside-logos .aside-logos-item img {
        border: 1px solid #d4d4d4; }
  aside .bnr {
    display: block; }
    aside .bnr img {
      display: block; }
  aside .bnr-btn {
    background-color: #1c509b;
    color: white;
    margin-bottom: 1px;
    text-align: center;
    font-size: 15px;
    padding: 13px; }
    aside .bnr-btn img {
      margin-bottom: 0; }
    aside .bnr-btn:hover {
      background-color: #163e78; }
  aside .bnr-image {
    border: 1px solid #d4d4d4; }
  aside h2 {
    background-color: #f0f0f0;
    margin-bottom: 8.66667px;
    padding-left: 1em;
    font-size: 11px; }

.layout-section {
  margin-left: auto;
  margin-right: auto;
  zoom: 1;
  margin-bottom: 65px; }
  .layout-section:after {
    content: "";
    display: block;
    clear: both; }
  .layout-section:last-child {
    margin-bottom: 0; }

.layout-block {
  zoom: 1;
  margin-bottom: 26px; }
  .layout-block:after {
    content: "";
    display: block;
    clear: both; }
  .layout-block:last-child {
    margin-bottom: 0; }

.layout-breadcrumb {
  line-height: 39px; }

.layout-footer-site {
  border-top: 1px solid #1c509b; }

.layout-footer-site-inner {
  margin-left: auto;
  margin-right: auto;
  zoom: 1;
  width: 910px;
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px; }
  .layout-footer-site-inner:after {
    content: "";
    display: block;
    clear: both; }
  .layout-footer-site-inner > *:not(.layout-footer-site-toTop) {
    float: left;
    margin-left: 2em; }
    .layout-footer-site-inner > *:not(.layout-footer-site-toTop):first-child {
      margin-left: 0; }

.layout-footer-site-title {
  color: #1c509b;
  margin-bottom: 26px; }

.layout-footer-site-toTop {
  position: absolute;
  display: block;
  right: 0;
  top: -39px;
  height: 39px;
  line-height: 39px;
  padding-left: 1em;
  padding-right: 1em;
  background-color: #1c509b;
  color: white; }
  .layout-footer-site-toTop:hover {
    color: white; }

.layout-footer-global {
  background-color: #1c509b;
  color: white;
  letter-spacing: 0.1em;
  font-size: 9px;
  line-height: 18px;
  height: 39px;
  line-height: 38px; }

.layout-footer-global-inner {
  width: 910px;
  margin-left: auto;
  margin-right: auto;
  zoom: 1; }
  .layout-footer-global-inner:after {
    content: "";
    display: block;
    clear: both; }
  .layout-footer-global-inner .layout-footer-global-inner-copy {
    width: auto;
    float: left; }
  .layout-footer-global-inner .layout-footer-global-inner-browser {
    width: auto;
    float: right;
    opacity: 0.5; }

/* -------------------------------------------------- */
/* General Layout: END */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* !!! Grid */
/* -------------------------------------------------- */
.grid {
  margin-bottom: 26px;
  float: none;
  zoom: 1; }
  .grid:after {
    content: "";
    display: block;
    clear: both; }
  .grid:last-child {
    margin-bottom: 0; }

.grid-_5,
.grid-1,
.grid-1_5,
.grid-2,
.grid-2_4,
.grid-2_5,
.grid-3,
.grid-3_3,
.grid-4,
.grid-4_5,
.grid-5,
.grid-6,
.grid-7,
.grid-8,
.grid-9,
.grid-10,
.grid-11 {
  float: left;
  margin-left: 26px;
  position: relative; }
  .grid-_5:first-child:not(.grid-center):not(.grid-offset):not(.grid-offset),
  .grid-1:first-child:not(.grid-center):not(.grid-offset):not(.grid-offset),
  .grid-1_5:first-child:not(.grid-center):not(.grid-offset):not(.grid-offset),
  .grid-2:first-child:not(.grid-center):not(.grid-offset):not(.grid-offset),
  .grid-2_4:first-child:not(.grid-center):not(.grid-offset):not(.grid-offset),
  .grid-2_5:first-child:not(.grid-center):not(.grid-offset):not(.grid-offset),
  .grid-3:first-child:not(.grid-center):not(.grid-offset):not(.grid-offset),
  .grid-3_3:first-child:not(.grid-center):not(.grid-offset):not(.grid-offset),
  .grid-4:first-child:not(.grid-center):not(.grid-offset):not(.grid-offset),
  .grid-4_5:first-child:not(.grid-center):not(.grid-offset):not(.grid-offset),
  .grid-5:first-child:not(.grid-center):not(.grid-offset):not(.grid-offset),
  .grid-6:first-child:not(.grid-center):not(.grid-offset):not(.grid-offset),
  .grid-7:first-child:not(.grid-center):not(.grid-offset):not(.grid-offset),
  .grid-8:first-child:not(.grid-center):not(.grid-offset):not(.grid-offset),
  .grid-9:first-child:not(.grid-center):not(.grid-offset):not(.grid-offset),
  .grid-10:first-child:not(.grid-center):not(.grid-offset):not(.grid-offset),
  .grid-11:first-child:not(.grid-center):not(.grid-offset):not(.grid-offset) {
    margin-left: 0; }
  .grid-_5.grid + *,
  .grid-1.grid + *,
  .grid-1_5.grid + *,
  .grid-2.grid + *,
  .grid-2_4.grid + *,
  .grid-2_5.grid + *,
  .grid-3.grid + *,
  .grid-3_3.grid + *,
  .grid-4.grid + *,
  .grid-4_5.grid + *,
  .grid-5.grid + *,
  .grid-6.grid + *,
  .grid-7.grid + *,
  .grid-8.grid + *,
  .grid-9.grid + *,
  .grid-10.grid + *,
  .grid-11.grid + * {
    clear: both; }

.grid-empty {
  height: 1px; }

.grid-_5 {
  width: 13px; }

.grid-1 {
  width: 52px; }

.grid-offset-1 {
  margin-left: 104px; }
  .grid-offset-1:first-child {
    margin-left: 78px; }

.grid-1_5 {
  width: 91px; }

.grid-2 {
  width: 130px; }

.grid-offset-2 {
  margin-left: 182px; }
  .grid-offset-2:first-child {
    margin-left: 156px; }

.grid-2_4 {
  width: 161.2px; }

.grid-2_5 {
  width: 169px; }

.grid-3 {
  width: 208px; }

.grid-offset-3 {
  margin-left: 260px; }
  .grid-offset-3:first-child {
    margin-left: 234px; }

.grid-3_3 {
  width: 234px; }

.grid-4 {
  width: 286px; }

.grid-4_5 {
  width: 325px; }

.grid-5 {
  width: 364px; }

.grid-6 {
  width: 442px; }

.grid-7 {
  width: 520px; }

.grid-8 {
  width: 598px; }

.grid-9 {
  width: 676px; }

.grid-10 {
  width: 754px; }

.grid-11 {
  width: 832px; }

.grid-center {
  float: none;
  clear: both;
  margin-left: auto;
  margin-right: auto;
  zoom: 1; }
  .grid-center:after {
    content: "";
    display: block;
    clear: both; }

.grid-slider {
  overflow: hidden;
  height: 100px; }

.grid-step-1 > *,
.grid-step-2 > *,
.grid-step-3 > *,
.grid-step-4 > *,
.grid-step-5 > *,
.grid-step-6 > * {
  margin-bottom: 26px; }

.grid-step-1 > * {
  margin-left: 0;
  clear: both; }

.grid-step-2 > *:nth-child(2n+1) {
  margin-left: 0;
  clear: both; }
.grid-step-2 > *:nth-last-child(1), .grid-step-2 > *:nth-last-child(2) {
  margin-bottom: 0; }

.grid-step-3 > *:nth-child(3n+1) {
  margin-left: 0;
  margin-bottom: 26px;
  clear: both; }
.grid-step-3 > *:nth-last-child(1), .grid-step-3 > *:nth-last-child(2), .grid-step-3 > *:nth-last-child(3) {
  margin-bottom: 0; }

.grid-step-4 > *:nth-child(4n+1) {
  margin-left: 0;
  margin-bottom: 26px;
  clear: both; }
.grid-step-4 > *:nth-last-child(1), .grid-step-4 > *:nth-last-child(2), .grid-step-4 > *:nth-last-child(3), .grid-step-4 > *:nth-last-child(4) {
  margin-bottom: 0; }

.grid-step-5 > *:nth-child(5n+1) {
  margin-left: 0;
  margin-bottom: 26px;
  clear: both; }
.grid-step-5 > *:nth-last-child(1), .grid-step-5 > *:nth-last-child(2), .grid-step-5 > *:nth-last-child(3), .grid-step-5 > *:nth-last-child(4), .grid-step-5 > *:nth-last-child(5) {
  margin-bottom: 0; }

.grid-step-6 > *:nth-child(6n+1) {
  margin-left: 0;
  margin-bottom: 26px;
  clear: both; }
.grid-step-6 > *:nth-last-child(1), .grid-step-6 > *:nth-last-child(2), .grid-step-6 > *:nth-last-child(3), .grid-step-6 > *:nth-last-child(4), .grid-step-6 > *:nth-last-child(5), .grid-step-6 > *:nth-last-child(6) {
  margin-bottom: 0; }

/* -------------------------------------------------- */
/* Grid: END */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* !!! Layout Box */
/* -------------------------------------------------- */
.layout-box {
  display: table;
  margin-bottom: 26px; }
  .layout-box:last-child {
    margin-bottom: 0; }
  .layout-box > * {
    vertical-align: top;
    display: table-cell;
    padding: 13px; }
    .layout-box > *.layout-box-item-image {
      padding: 0; }

.layout-box-border {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 1px;
  border-right-style: solid;
  border-color: #1c509b; }
  .layout-box-border > * {
    border-top-width: 1px;
    border-top-style: solid;
    border-left-width: 1px;
    border-left-style: solid;
    border-color: inherit; }

.layout-box-11 > * {
  width: 455px; }
  .layout-box-11 > *.layout-box-item-image img {
    width: 454px; }

.layout-box-111 > * {
  width: 303px; }
  .layout-box-111 > *.layout-box-item-image img {
    width: 303px; }

.layout-box-1111 > * {
  width: 228px; }
  .layout-box-1111 > *.layout-box-item-image img {
    width: 228px; }

.layout-box-21 > *:nth-child(1) {
  width: 607px; }
  .layout-box-21 > *:nth-child(1).layout-box-item-image img {
    width: 607px; }
.layout-box-21 > *:nth-child(2) {
  width: 303px; }
  .layout-box-21 > *:nth-child(2).layout-box-item-image img {
    width: 303px; }

.layout-box-31 > *:nth-child(1) {
  width: 683px; }
  .layout-box-31 > *:nth-child(1).layout-box-item-image img {
    width: 683px; }
.layout-box-31 > *:nth-child(2) {
  width: 228px; }
  .layout-box-31 > *:nth-child(2).layout-box-item-image img {
    width: 228px; }

.layout-box-border-delimiter {
  border-bottom: none; }
  .layout-box-border-delimiter > * {
    border-top: none;
    padding: 0;
    padding-left: 26px;
    padding-right: 26px; }

/* -------------------------------------------------- */
/* Layout Box: END */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* Layout Divide */
/* -------------------------------------------------- */
.divide, .tab {
  display: table;
  width: 100%; }
  .divide > *, .tab > * {
    display: table-cell !important; }

.divide-even, .tab {
  table-layout: fixed; }

.divide-mail > * {
  vertical-align: middle; }
  .divide-mail > *:nth-child(1), .divide-mail > *:nth-child(3) {
    width: 47%; }
  .divide-mail > *:nth-child(2) {
    width: 6%;
    text-align: center; }

.divide-tel > * {
  vertical-align: middle; }
  .divide-tel > *:nth-child(1), .divide-tel > *:nth-child(3), .divide-tel > *:nth-child(5) {
    width: 30%; }
  .divide-tel > *:nth-child(2), .divide-tel > *:nth-child(4) {
    width: 5%;
    text-align: center; }

.divide-date > * {
  vertical-align: middle; }
  .divide-date > *:nth-child(2n-1) {
    width: 25%; }
  .divide-date > *:nth-child(2n) {
    width: 5%;
    text-align: right; }
  .divide-date > *:nth-child(3), .divide-date > *:nth-child(5) {
    padding-left: 5%; }

.divide-date-plane > * {
  vertical-align: middle; }
  .divide-date-plane > *:nth-child(1) {
    width: 40%; }
  .divide-date-plane > *:nth-child(2), .divide-date-plane > *:nth-child(3) {
    padding-left: 26px;
    width: 30%; }

/* -------------------------------------------------- */
/* Layout Divide: END */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* Layout: END */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* !!! Module */
/* -------------------------------------------------- */
/* !! h1-6 */
.h1,
.h2,
.h3,
.h4,
.h5 {
  zoom: 1;
  clear: both;
  letter-spacing: 0.15em;
  color: #1c509b; }
  .h1:after,
  .h2:after,
  .h3:after,
  .h4:after,
  .h5:after {
    content: "";
    display: block;
    clear: both; }
  .module-column .h1, .module-column
  .h2, .module-column
  .h3, .module-column
  .h4, .module-column
  .h5 {
    display: block; }
  .h1 a,
  .h2 a,
  .h3 a,
  .h4 a,
  .h5 a {
    color: #1c509b; }
  .h1:only-child,
  .h2:only-child,
  .h3:only-child,
  .h4:only-child,
  .h5:only-child {
    margin-bottom: 0; }

.h1 {
  font-size: 18px;
  line-height: 26px;
  padding-top: 65px;
  padding-bottom: 65px;
  margin-bottom: 26px;
  background-image: url(../image/h1-bg.jpg);
  background-repeat: no-repeat;
  background-position: right top;
  position: relative;
  z-index: 0;
  border-bottom: 1px solid #f0f0f0;
  width: 100% !important; }
  .h1 h1 {
    width: 910px;
    margin-left: auto;
    margin-right: auto; }

.h2 {
  font-size: 15px;
  line-height: 39px;
  color: #444444;
  border-left: 4px solid #1c509b;
  padding-left: 1em;
  padding-left: 1rem;
  background-color: #f0f0f0;
  margin-bottom: 17px; }
  .h2 + .wall {
    margin-top: 26px; }
  form .h2 {
    margin-bottom: 26px; }

.h2-plane {
  border-left: none;
  padding-left: 0; }

.h2-underLine {
  border-left: none;
  padding-left: 0;
  padding-bottom: 7px;
  border-bottom: 2px solid #1c509b; }

.h2-underLine-separate {
  border-left: none;
  padding-left: 0;
  position: relative; }
  .h2-underLine-separate > *:first-child {
    border-bottom: 2px solid #1c509b;
    width: auto;
    display: inline-block;
    padding-bottom: 6.5px; }
  .h2-underLine-separate:after {
    content: "";
    width: 100%;
    background-color: #ff6666;
    height: 2px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1; }

.h2-underLine-grad {
  border-left: none;
  padding-left: 0;
  position: relative;
  padding-bottom: 9px; }
  .h2-underLine-grad:after {
    content: "";
    width: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#1c509b), to(rgba(28, 80, 155, 0)));
    background: -moz-linear-gradient(left, #1c509b, rgba(28, 80, 155, 0));
    background: -o-linear-gradient(left, #1c509b, rgba(28, 80, 155, 0));
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#1c509b', endColorstr=rgba(28, 80, 155, 0), GradientType=1)";
    background: -ms-linear-gradient(left, #1c509b, rgba(28, 80, 155, 0));
    background: linear-gradient(to right, #1c509b, rgba(28, 80, 155, 0));
    height: 2px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1; }

.h3 {
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 13px; }
  img + .h3 {
    margin-top: -13px; }
  .h3 + .wall {
    margin-top: 20px; }

.h4 {
  margin-bottom: 9px; }
  .h3 + .h4 {
    margin-top: 0; }
  .h4 + .wall {
    margin-top: 15.16667px; }

.h5 {
  letter-spacing: 0.05em; }
  .h5 + .wall {
    margin-top: 7px; }

/* h1-6: END */
/* !! hr */
.hr {
  width: 100%;
  height: 1px;
  border-color: #d9d9d9;
  border-color: rgba(0, 0, 0, 0.15);
  border-top-width: 1px;
  border-style: solid;
  clear: both;
  margin-left: auto;
  margin-right: auto;
  margin-top: 65px;
  margin-bottom: 65px; }
  .hr hr {
    display: none; }
  .hr + .layout-section {
    margin-top: 65px; }
  .hr:last-child {
    margin-bottom: 0; }
  .layout-content-inner .hr {
    margin-top: 0;
    margin-bottom: 26px; }
  .layout-full .hr:first-child, .layout-full .hr:last-child {
    margin-top: 0;
    margin-bottom: 0; }

.hr-mid {
  border-top-width: 2px; }

.hr-bold {
  border-top-width: 3px; }

.hr-muso {
  border-top-width: 5px; }

.hr-dotted {
  border-style: dotted; }

.hr-dotted-mid {
  border-style: dotted;
  border-top-width: 2px; }

.hr-dashed {
  border-style: dashed; }

.hr-dashed-mid {
  border-style: dashed;
  border-top-width: 2px; }

.hr-sochu {
  border-bottom-width: 1px;
  height: 4px; }

.hr-sochu-bold {
  border-top-width: 2px;
  border-bottom-width: 2px;
  height: 6px; }

.hr-komochi {
  border-top-width: 2px;
  border-bottom-width: 1px;
  height: 5px; }

.hr-komochi-re {
  border-top-width: 1px;
  border-bottom-width: 2px;
  height: 5px; }

.hr-shadow,
.hr-shadow-re {
  height: 13px;
  position: relative;
  z-index: 0;
  border: none; }
  .hr-shadow:before, .hr-shadow:after,
  .hr-shadow-re:before,
  .hr-shadow-re:after {
    z-index: 1;
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    display: block;
    top: 0; }
  .hr-shadow:before,
  .hr-shadow-re:before {
    left: 0;
    background: -webkit-gradient(linear, left top, right top, from(white), to(rgba(255, 255, 255, 0)));
    background: -moz-linear-gradient(left, white, rgba(255, 255, 255, 0));
    background: -o-linear-gradient(left, white, rgba(255, 255, 255, 0));
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr=rgba(255, 255, 255, 0), GradientType=1)";
    background: -ms-linear-gradient(left, white, rgba(255, 255, 255, 0));
    background: linear-gradient(to right, white, rgba(255, 255, 255, 0)); }
  .hr-shadow:after,
  .hr-shadow-re:after {
    right: 0;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white));
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0), white);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0), white);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(255, 255, 255, 0)', endColorstr=white, GradientType=1)";
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0), white);
    background: linear-gradient(to right, rgba(255, 255, 255, 0), white); }

.hr-shadow {
  background: rgba(108, 108, 108, 0.075);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.15)), to(rgba(255, 255, 255, 0)));
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.15), rgba(255, 255, 255, 0));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.15), rgba(255, 255, 255, 0));
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(0, 0, 0, 0.15)', endColorstr=rgba(255, 255, 255, 0), GradientType=0)";
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.15), rgba(255, 255, 255, 0));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.15), rgba(255, 255, 255, 0));
  background: linear-gradient(rgba(0, 0, 0, 0.15), rgba(255, 255, 255, 0)); }
  .ie8 .hr-shadow {
    background: none;
    background: #ececec;
    background: -webkit-gradient(linear, left top, left bottom, from(#d9d9d9), to(white));
    background: -moz-linear-gradient(top, #d9d9d9, white);
    background: -o-linear-gradient(top, #d9d9d9, white);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#d9d9d9', endColorstr=white, GradientType=0)";
    background: -ms-linear-gradient(top, #d9d9d9, white);
    background: linear-gradient(to bottom, #d9d9d9, white);
    background: linear-gradient(#d9d9d9, white); }
  .layout-full .hr-shadow {
    position: absolute;
    top: 0;
    z-index: -1; }

.hr-shadow-re {
  background: rgba(108, 108, 108, 0.075);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.15)));
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.15));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.15));
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(255, 255, 255, 0)', endColorstr=rgba(0, 0, 0, 0.15), GradientType=0)";
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.15));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.15));
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.15)); }
  .ie8 .hr-shadow-re {
    background: none;
    background: #ececec;
    background: -webkit-gradient(linear, left top, left bottom, from(white), to(#d9d9d9));
    background: -moz-linear-gradient(top, white, #d9d9d9);
    background: -o-linear-gradient(top, white, #d9d9d9);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr=#d9d9d9, GradientType=0)";
    background: -ms-linear-gradient(top, white, #d9d9d9);
    background: linear-gradient(to bottom, white, #d9d9d9);
    background: linear-gradient(white, #d9d9d9); }
  .layout-full .hr-shadow-re {
    position: absolute;
    bottom: 0;
    z-index: -1; }

.bg-gray .hr-shadow:before, .wall-source .hr-shadow:before,
.bg-gray .hr-shadow-re:before,
.wall-source .hr-shadow-re:before {
  background: -webkit-gradient(linear, left top, right top, from(#f7f7f7), to(rgba(247, 247, 247, 0)));
  background: -moz-linear-gradient(left, #f7f7f7, rgba(247, 247, 247, 0));
  background: -o-linear-gradient(left, #f7f7f7, rgba(247, 247, 247, 0));
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr=rgba(247, 247, 247, 0), GradientType=1)";
  background: -ms-linear-gradient(left, #f7f7f7, rgba(247, 247, 247, 0));
  background: linear-gradient(to right, #f7f7f7, rgba(247, 247, 247, 0)); }
.bg-gray .hr-shadow:after, .wall-source .hr-shadow:after,
.bg-gray .hr-shadow-re:after,
.wall-source .hr-shadow-re:after {
  background: -webkit-gradient(linear, left top, right top, from(rgba(247, 247, 247, 0)), to(#f7f7f7));
  background: -moz-linear-gradient(left, rgba(247, 247, 247, 0), #f7f7f7);
  background: -o-linear-gradient(left, rgba(247, 247, 247, 0), #f7f7f7);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(247, 247, 247, 0)', endColorstr=#f7f7f7, GradientType=1)";
  background: -ms-linear-gradient(left, rgba(247, 247, 247, 0), #f7f7f7);
  background: linear-gradient(to right, rgba(247, 247, 247, 0), #f7f7f7); }

.bg-main .hr-shadow:before,
.bg-main .hr-shadow-re:before {
  background: -webkit-gradient(linear, left top, right top, from(#1c509b), to(rgba(28, 80, 155, 0)));
  background: -moz-linear-gradient(left, #1c509b, rgba(28, 80, 155, 0));
  background: -o-linear-gradient(left, #1c509b, rgba(28, 80, 155, 0));
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#1c509b', endColorstr=rgba(28, 80, 155, 0), GradientType=1)";
  background: -ms-linear-gradient(left, #1c509b, rgba(28, 80, 155, 0));
  background: linear-gradient(to right, #1c509b, rgba(28, 80, 155, 0)); }
.bg-main .hr-shadow:after,
.bg-main .hr-shadow-re:after {
  background: -webkit-gradient(linear, left top, right top, from(rgba(28, 80, 155, 0)), to(#1c509b));
  background: -moz-linear-gradient(left, rgba(28, 80, 155, 0), #1c509b);
  background: -o-linear-gradient(left, rgba(28, 80, 155, 0), #1c509b);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(28, 80, 155, 0)', endColorstr=#1c509b, GradientType=1)";
  background: -ms-linear-gradient(left, rgba(28, 80, 155, 0), #1c509b);
  background: linear-gradient(to right, rgba(28, 80, 155, 0), #1c509b); }

.hr-ex {
  text-align: center;
  margin-bottom: 26px;
  position: relative;
  z-index: 0; }
  .hr-ex:after {
    z-index: 1;
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    border-top: 1px solid #1c509b; }

.hr-ex-dotted:after {
  border-top: 1px dotted #1c509b; }

.hr-ex-dotted-mid:after {
  border-top: 2px dotted #1c509b; }

.hr-ex-mid:after {
  border-top: 2px solid #1c509b; }

.hr-ex-inner {
  z-index: 2;
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: auto;
  padding-left: 13px;
  padding-right: 13px;
  background-color: white; }

/* hr: END */
/* !!! Wall */
.wall {
  padding: 13px; }

.wall-thin {
  padding: 4px; }

.wall-bold {
  padding: 26px; }

.wall-exBold {
  padding: 39px; }

.wall-success {
  border-radius: 3px;
  border: 1px solid #009933;
  color: #009933; }
  .wall-success > * {
    color: inherit;
    border-color: #009933; }

.wall-info {
  border-radius: 3px;
  border: 1px solid #1c509b;
  color: #1c509b; }
  .wall-info > * {
    color: inherit;
    border-color: #1c509b; }

.wall-warning {
  border-radius: 3px;
  border: 1px solid #ee9933;
  color: #ee9933; }
  .wall-warning > * {
    color: inherit;
    border-color: #ee9933; }

.wall-danger {
  border-radius: 3px;
  border: 1px solid #ee3300;
  color: #ee3300; }
  .wall-danger > * {
    color: inherit;
    border-color: #ee3300; }

.wall-source {
  border-radius: 3px;
  counter-reset: ordered;
  font-family: Courier; }
  .wall-source > * {
    text-indent: -3.5em;
    padding-left: 3.5em; }
  .wall-source > *:before {
    border-right: 1px solid #e3e3e3;
    padding: 0;
    text-indent: 0;
    content: counter(ordered,decimal);
    counter-increment: ordered;
    display: inline-block;
    width: 2.5em;
    margin-right: 1em; }
  .wall-source .tabBox + .tabBox {
    border-left: 1px solid #f0f0f0;
    display: inline-block;
    width: 2em; }

/*
スマホだけ

		white-space: nowrap;
		overflow-y: scroll;
*/
.wall-border, .wall-source {
  border: 1px solid #d9d9d9;
  border: 1px solid rgba(0, 0, 0, 0.15); }

.wall-border-thin {
  border-width: 4px; }

.wall-border-regular {
  border-width: 13px; }

.wall-border-bold {
  border-width: 26px; }

.wall-border-exBold {
  border-width: 39px; }

.wall-border-side {
  padding: 0;
  padding-left: 26px;
  padding-right: 26px;
  border-top: none;
  border-bottom: none; }

.wall-border-left {
  padding: 0;
  padding-left: 26px;
  padding-right: 26px;
  border-top: none;
  border-bottom: none;
  border-right: none; }

.wall-border-top {
  padding: 0;
  padding-top: 26px;
  border-right: none;
  border-bottom: none;
  border-left: none; }

.wall-border-right {
  padding: 0;
  padding-right: 26px;
  border-top: none;
  border-bottom: none;
  border-left: none; }

.wall-border-bottom {
  padding: 0;
  padding-bottom: 26px;
  border-top: none;
  border-right: none;
  border-left: none; }

/* Wall: END */
/* !!! Wall Extra */
.wall-dogEar {
  position: relative; }
  .wall-dogEar:after {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    border-top: 7px solid white;
    border-right: 7px solid white;
    border-bottom: 7px solid #1c509b;
    border-left: 7px solid #1c509b;
    top: 0;
    right: 0; }
  .wall-dogEar.bg-main:after, .wall-dogEar.bg-sub:after, .wall-dogEar.bg-sub-sub:after, .wall-dogEar.bg-ngtv:after {
    border-top: 7px solid white;
    border-right: 7px solid white;
    border-bottom: 7px solid #e3e3e3;
    border-left: 7px solid #e3e3e3; }

.wall-dogEar-bottom:after {
  border-top: 7px solid #1c509b;
  border-right: 7px solid white;
  border-bottom: 7px solid white;
  border-left: 7px solid #1c509b;
  top: auto;
  bottom: 0; }
.wall-dogEar-bottom.bg-main:after, .wall-dogEar-bottom.bg-sub:after, .wall-dogEar-bottom.bg-sub-sub:after, .wall-dogEar-bottom.bg-ngtv:after {
  border-top: 7px solid #e3e3e3;
  border-right: 7px solid white;
  border-bottom: 7px solid white;
  border-left: 7px solid #e3e3e3; }

.wall-circleEdge {
  position: relative; }
  .wall-circleEdge:before {
    content: "";
    position: absolute;
    top: -13px;
    right: -13px;
    width: 26px;
    height: 26px;
    background-color: white;
    border-radius: 50%; }
  .wall-circleEdge:after {
    content: "";
    position: absolute;
    top: -13px;
    left: -13px;
    width: 26px;
    height: 26px;
    background-color: white;
    border-radius: 50%; }

.wall-circleEdge-inner:before {
  content: "";
  position: absolute;
  bottom: -13px;
  right: -13px;
  width: 26px;
  height: 26px;
  background-color: white;
  border-radius: 50%; }
.wall-circleEdge-inner:after {
  content: "";
  position: absolute;
  bottom: -13px;
  left: -13px;
  width: 26px;
  height: 26px;
  background-color: white;
  border-radius: 50%; }

.wall-fence {
  background-image: url(../image/bg-stripe-double-white.png);
  background-size: 96px 96px; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .wall-fence {
    background-image: url(../image/bg-stripe-double-white@2x.png);
    background-size: 104/2px 104/2px; } }
.wall-fence-inner {
  height: 100%;
  padding: 20px; }

.wall-grad {
  padding: 0;
  position: relative; }
  .wall-grad .wall-grad-left-inner {
    width: 13px;
    height: 100%;
    position: absolute;
    top: 0; }
    .wall-grad .wall-grad-left-inner:before, .wall-grad .wall-grad-left-inner:after {
      content: "";
      position: absolute;
      width: 100%;
      height: 50%;
      display: block;
      left: 0; }
    .wall-grad .wall-grad-left-inner:before {
      top: 0;
      background: rgba(255, 255, 255, 0.5);
      background: -webkit-gradient(linear, left top, left bottom, from(white), to(rgba(255, 255, 255, 0)));
      background: -moz-linear-gradient(top, white, rgba(255, 255, 255, 0));
      background: -o-linear-gradient(top, white, rgba(255, 255, 255, 0));
      -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr=rgba(255, 255, 255, 0), GradientType=0)";
      background: -ms-linear-gradient(top, white, rgba(255, 255, 255, 0));
      background: linear-gradient(to bottom, white, rgba(255, 255, 255, 0));
      background: linear-gradient(white, rgba(255, 255, 255, 0)); }
    .wall-grad .wall-grad-left-inner:after {
      bottom: 0;
      background: rgba(255, 255, 255, 0.5);
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
      background: -moz-linear-gradient(top, rgba(255, 255, 255, 0), white);
      background: -o-linear-gradient(top, rgba(255, 255, 255, 0), white);
      -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(255, 255, 255, 0)', endColorstr=white, GradientType=0)";
      background: -ms-linear-gradient(top, rgba(255, 255, 255, 0), white);
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white);
      background: linear-gradient(rgba(255, 255, 255, 0), white); }

.wall-grad-left {
  padding-left: 26px; }
  .wall-grad-left .wall-grad-left-inner {
    top: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, right top, from(#f0f0f0), to(white));
    background: -moz-linear-gradient(left, #f0f0f0, white);
    background: -o-linear-gradient(left, #f0f0f0, white);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr=white, GradientType=1)";
    background: -ms-linear-gradient(left, #f0f0f0, white);
    background: linear-gradient(to right, #f0f0f0, white); }

.wall-grad-right {
  padding-right: 26px; }
  .wall-grad-right .wall-grad-left-inner {
    background: -webkit-gradient(linear, left top, right top, from(white), to(#f0f0f0));
    background: -moz-linear-gradient(left, white, #f0f0f0);
    background: -o-linear-gradient(left, white, #f0f0f0);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr=#f0f0f0, GradientType=1)";
    background: -ms-linear-gradient(left, white, #f0f0f0);
    background: linear-gradient(to right, white, #f0f0f0);
    right: 0; }

.bg-dot-single {
  background-image: url(../image/bg-dot-single.png); }

.bg-dot-double {
  background-image: url(../image/bg-dot-double.png); }

.bg-stripe-single {
  background-image: url(../image/bg-stripe-single.png); }

.bg-stripe-double {
  background-image: url(../image/bg-stripe-double.png); }

.wall-inner-shadow {
  -webkit-box-shadow: inset 0 0px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 0px 5px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0px 5px rgba(0, 0, 0, 0.1); }

.wall-box-shadow {
  -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1); }

.wall-balloon-top,
.wall-balloon-right,
.wall-balloon-bottom,
.wall-balloon-left {
  position: relative;
  z-index: auto; }
  .wall-balloon-top:after,
  .wall-balloon-right:after,
  .wall-balloon-bottom:after,
  .wall-balloon-left:after {
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    z-index: 10; }

.wall-balloon-top:after {
  left: 50%;
  top: -9px;
  margin-left: -9px; }

.wall-balloon-right:after {
  right: 0;
  top: 50%;
  margin-right: -9px;
  margin-top: -9px; }

.wall-balloon-bottom:after {
  right: 50%;
  bottom: -9px;
  margin-left: -9px; }

.wall-balloon-left:after {
  left: 0;
  top: 50%;
  margin-left: -9px;
  margin-top: -9px; }

.wall-balloon:after {
  background-color: white; }
.wall-balloon.bg-gray:after, .wall-balloon.wall-source:after {
  background-color: #f7f7f7; }
.wall-balloon.bg-exGray:after {
  background-color: #e3e3e3; }
.wall-balloon.bg-ngtv:after {
  background-color: #444444; }
.wall-balloon.bg-main:after {
  background-color: #1c509b; }
.wall-balloon.bg-sub:after {
  background-color: #ff6666; }
.wall-balloon.bg-sub-sub:after {
  background-color: #b72929; }

/* Wall Extra: END */
/* -------------------------------------------------- */
/* !!! Table
/* -------------------------------------------------- */
table.tablePlane th {
  text-align: left; }
table.tablePlane td, table.tablePlane th {
  padding-right: 26px; }
  table.tablePlane td:last-child, table.tablePlane th:last-child {
    padding-right: 0; }

table.tableView {
  border-collapse: separate;
  width: 100%;
  border-right: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3; }
  table.tableView thead th {
    text-align: center; }
  table.tableView th, table.tableView td {
    text-align: left;
    border-top: 1px solid #e3e3e3;
    border-left: 1px solid #e3e3e3; }
  table.tableView th, table.tableView td {
    padding: 7px 13px; }
  table.tableView th {
    white-space: nowrap;
    background-color: #f0f0f0; }
  table.tableView tr:nth-child(even) {
    background-color: #fafafa; }
    table.tableView tr:nth-child(even) th {
      background-color: #e3e3e3; }
  table.tableView td:empty,
  table.tableView th:empty {
    border: none !important;
    background-color: inherit; }

table.tableView-x {
  border-collapse: separate;
  width: 100%;
  border-right: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3; }
  table.tableView-x th, table.tableView-x td {
    border-top: 1px solid #e3e3e3;
    border-left: 1px solid #e3e3e3; }
  table.tableView-x th, table.tableView-x td {
    padding: 7px 13px;
    vertical-align: middle; }
  table.tableView-x th {
    text-align: left;
    white-space: nowrap;
    background-color: #f0f0f0; }
  table.tableView-x .sel {
    background-color: #f7f7f7; }
  table.tableView-x .sel td {
    font-size: 15px; }
  table.tableView-x td:empty,
  table.tableView-x th:empty {
    border: none !important;
    background-color: inherit; }
  table.tableView-x tr.top-line td, table.tableView-x tr.top-line th {
    border-top-width: 3px; }

table.tableView2 {
  border-collapse: separate;
  width: 100%; }
  table.tableView2 thead th {
    text-align: center; }
  table.tableView2 th, table.tableView2 td {
    text-align: left;
    border-top: 2px solid white;
    border-left: 2px solid white; }
    table.tableView2 th:first-child, table.tableView2 td:first-child {
      border-left: none; }
  table.tableView2 th, table.tableView2 td {
    padding: 7px 13px; }
  table.tableView2 th {
    white-space: nowrap; }
  table.tableView2 tr {
    background-color: #f7f7f7; }
    table.tableView2 tr th {
      background-color: #e3e3e3; }
    table.tableView2 tr:nth-child(even) {
      background-color: #fafafa; }
      table.tableView2 tr:nth-child(even) th {
        background-color: #d4d4d4; }
  table.tableView2 td:empty,
  table.tableView2 th:empty {
    border: none !important;
    background-color: inherit; }

table.tableView.rounded {
  border-radius: 3px; }
  table.tableView.rounded thead tr th:first-child,
  table.tableView.rounded thead tr td:first-child {
    border-radius: 3px 0 0 0; }
  table.tableView.rounded thead tr th:last-child,
  table.tableView.rounded thead tr td:last-child {
    border-radius: 0 3px 0 0; }
  table.tableView.rounded tbody:only-child tr:first-child th:first-child,
  table.tableView.rounded tbody:only-child tr:first-child td:first-child {
    border-radius: 3px 0 0 0; }
  table.tableView.rounded tbody:only-child tr:first-child th:last-child,
  table.tableView.rounded tbody:only-child tr:first-child td:last-child {
    border-radius: 0 3px 0 0; }
  table.tableView.rounded tbody tr:last-child th:first-child,
  table.tableView.rounded tbody tr:last-child td:first-child {
    border-radius: 0 0 0 3px; }
  table.tableView.rounded td:empty + th,
  table.tableView.rounded th:empty + th {
    border-radius: 3px 0 0 0; }
  table.tableView.rounded thead + tbody tr:first-child th {
    border-radius: 3px 0 0 0; }
  table.tableView.rounded tr:last-child td:last-child {
    border-bottom-right-radius: 3px; }

dl.tableView {
  width: 100%;
  border-right: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  zoom: 1; }
  dl.tableView:after {
    content: "";
    display: block;
    clear: both; }
  dl.tableView dt, dl.tableView dd {
    border-top: 1px solid #e3e3e3;
    border-left: 1px solid #e3e3e3;
    padding: 7px 13px; }
  dl.tableView dt {
    width: 20%;
    white-space: nowrap;
    float: left;
    clear: both;
    background-color: #f0f0f0; }
  dl.tableView dd {
    width: 80%;
    float: left; }

dl.tableView.rounded {
  border-radius: 3px; }
  dl.tableView.rounded dt:first-child {
    border-top-left-radius: 3px; }
    dl.tableView.rounded dt:first-child + dd {
      border-top-right-radius: 3px; }
  dl.tableView.rounded dt:last-of-type {
    border-bottom-left-radius: 3px; }

.tableView-line {
  width: 100%;
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid rgba(0, 0, 0, 0.15); }
  .tableView-line td, .tableView-line th {
    padding: 7px 13px;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    border-left: 1px solid rgba(0, 0, 0, 0.15); }
  .tableView-line thead tr:last-child td, .tableView-line thead tr:last-child th {
    border-bottom: 3px solid rgba(0, 0, 0, 0.15); }
  .tableView-line tbody th {
    border-right: 3px solid rgba(0, 0, 0, 0.15); }
  .tableView-line td:empty,
  .tableView-line th:empty {
    border: none !important; }

.tableView-fill {
  width: 100%; }
  .tableView-fill td, .tableView-fill th {
    padding: 7px 13px;
    border-right: 1px solid white;
    text-align: center;
    border-bottom: 1px solid #f0f0f0; }
  .tableView-fill th {
    background-color: #f7f7f7; }
  .tableView-fill thead tr:last-child th {
    border-bottom: 2px solid #1c509b; }
  .tableView-fill tbody:only-child tr:first-child td,
  .tableView-fill tbody:only-child tr:first-child th {
    border-top: 1px solid #f0f0f0; }
  .tableView-fill tbody:only-child th {
    border-right: 2px solid #1c509b; }

.tableView-separate-h {
  width: 100%; }
  .tableView-separate-h td, .tableView-separate-h th {
    padding: 7px 13px;
    position: relative;
    border-bottom: 4px solid white;
    text-align: center;
    z-index: 0; }
    .tableView-separate-h td:before, .tableView-separate-h th:before {
      z-index: -1;
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      border-left: 1px solid rgba(0, 0, 0, 0.15);
      border-top: 1px solid rgba(0, 0, 0, 0.15);
      border-bottom: 1px solid rgba(0, 0, 0, 0.15); }
    .tableView-separate-h td:last-child:before, .tableView-separate-h th:last-child:before {
      border-right: 1px solid rgba(0, 0, 0, 0.15); }
  .tableView-separate-h th:before {
    background-color: #f7f7f7; }
  .tableView-separate-h td:empty:before,
  .tableView-separate-h th:empty:before {
    background-color: inherit;
    border: none; }

.tableView-separate-v {
  width: 100%; }
  .tableView-separate-v td, .tableView-separate-v th {
    padding: 7px 13px;
    position: relative;
    border-right: 4px solid white;
    text-align: center;
    z-index: 0; }
    .tableView-separate-v td:before, .tableView-separate-v th:before {
      z-index: -1;
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      border-top: 1px solid rgba(0, 0, 0, 0.15);
      border-right: 1px solid rgba(0, 0, 0, 0.15);
      border-left: 1px solid rgba(0, 0, 0, 0.15); }
  .tableView-separate-v th:before {
    background-color: #f7f7f7; }
  .tableView-separate-v tbody tr:last-child td:before,
  .tableView-separate-v tbody tr:last-child th:before {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15); }
  .tableView-separate-v td:empty:before,
  .tableView-separate-v th:empty:before {
    background-color: inherit;
    border: none; }

table.tableView-plane tr:nth-child(even) th {
  background-color: #f0f0f0; }
table.tableView-plane tr:nth-child(even) td {
  background-color: white; }

table.tableView-graph {
  table-layout: fixed;
  width: 100%; }
  table.tableView-graph th {
    padding-right: 13px; }
  table.tableView-graph td.main {
    background-color: #1c509b; }
  table.tableView-graph td.sub {
    background-color: #ff6666; }
  table.tableView-graph td {
    border: 1px solid red; }

@media screen and (min-width: 640px) {
  table.tableView-col-highlight th.is-hover {
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    background-color: #d4d4d4 !important; }
  table.tableView-col-highlight td.is-hover {
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    background-color: #d4d4d4 !important;
    border-left-color: #f0f0f0; }

  table.tableView-row-highlight tr:hover th {
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    background-color: #d4d4d4 !important; }
  table.tableView-row-highlight tr:hover td {
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    background-color: #d4d4d4 !important;
    border-top-color: #f0f0f0; } }
.table_25-75 td {
  width: 75%; }
.table_25-75 td:first-child {
  width: 25%; }

/* -------------------------------------------------- */
/* Table: END */
/* -------------------------------------------------- */
/* !! form */
form .must:after {
  content: "必須";
  background-color: #ee3300 !important;
  margin-left: 1em; }

input[type="text"],
input[type="tel"],
input[type="number"],
input[type="password"],
.input,
textarea {
  display: block;
  -webkit-appearance: none; }

input[type="text"],
input[type="password"],
input[type="tel"],
input[type="number"],
.input,
.radioWrap,
.checkboxWrap,
select,
textarea {
  margin-bottom: 26px; }
  input[type="text"]:last-child,
  input[type="password"]:last-child,
  input[type="tel"]:last-child,
  input[type="number"]:last-child,
  .input:last-child,
  .radioWrap:last-child,
  .checkboxWrap:last-child,
  select:last-child,
  textarea:last-child {
    margin-bottom: 0; }
  input[type="text"].cntr,
  input[type="password"].cntr,
  input[type="tel"].cntr,
  input[type="number"].cntr,
  .input.cntr,
  .radioWrap.cntr,
  .checkboxWrap.cntr,
  select.cntr,
  textarea.cntr {
    margin-left: auto;
    margin-right: auto; }

.formCaution,
.formError,
.formGroupError {
  font-size: 11px;
  line-height: 22px;
  margin-top: -13px; }
  .formCaution:last-child,
  .formError:last-child,
  .formGroupError:last-child {
    margin-bottom: 0 !important; }
  .formCaution:only-child,
  .formError:only-child,
  .formGroupError:only-child {
    margin-top: 0;
    line-height: 39px; }

.formCaution {
  color: #9cb1b1 !important; }

input[type="submit"] {
  -webkit-appearance: none; }

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #9cb1b1; }
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #9cb1b1; }
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #9cb1b1; }
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #9cb1b1; }

input[type="text"],
input[type="tel"],
input[type="number"],
input[type="password"],
.input,
select,
textarea {
  padding: 0 13px;
  width: 100%; }

input[type="text"],
input[type="tel"],
input[type="number"],
input[type="password"],
.input,
textarea {
  height: 39px;
  line-height: 37px;
  border: solid 1px rgba(0, 0, 0, 0.15);
  background-color: transparent; }
  .ie6 input[type="text"], .ie7 input[type="text"], .ie8 input[type="text"], .ie6
  input[type="tel"], .ie7
  input[type="tel"], .ie8
  input[type="tel"], .ie6
  input[type="number"], .ie7
  input[type="number"], .ie8
  input[type="number"], .ie6
  input[type="password"], .ie7
  input[type="password"], .ie8
  input[type="password"], .ie6
  .input, .ie7
  .input, .ie8
  .input, .ie6
  textarea, .ie7
  textarea, .ie8
  textarea {
    border: solid 1px #d9d9d9; }
  input[type="text"] .ie6,
  input[type="tel"] .ie6,
  input[type="number"] .ie6,
  input[type="password"] .ie6,
  .input .ie6,
  textarea .ie6 {
    height: auto;
    line-height: auto; }

textarea {
  height: 20em;
  height: 20rem;
  line-height: 26px;
  resize: none;
  padding: 6.5px 13px; }

.textarea-narrow {
  height: 10em;
  height: 10rem; }

.textarea-wide {
  height: 30em;
  height: 30rem; }

.formHeight {
  line-height: 39px; }

.formHeight.checkboxWrap label,
.formHeight .checkboxWrap label {
  line-height: 39px;
  height: 39px; }

.modern .selectWrap, .ie9 .selectWrap {
  overflow: hidden;
  background-image: url(../image/form/formSelectArrow35.png);
  background-repeat: no-repeat;
  background-size: 35px 35px;
  background-position: right center;
  border: solid 1px rgba(0, 0, 0, 0.15);
  background-color: transparent;
  margin-bottom: 26px; }
  .modern .selectWrap:last-child, .ie9 .selectWrap:last-child {
    margin-bottom: 0; }
  .modern .selectWrap:hover, .ie9 .selectWrap:hover {
    background-image: url(../image/form/formSelectArrow35-selected.png); }
  .modern .selectWrap select, .ie9 .selectWrap select {
    height: 37px;
    line-height: 35px;
    border: none;
    background-color: transparent;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    width: 130%; }

input[type="text"].twoThirds,
input[type="tel"].twoThirds,
input[type="number"].twoThirds,
input[type="password"].twoThirds,
.input.twoThirds,
.selectWrap.twoThirds,
textarea.twoThirds {
  width: 66.66667%; }
input[type="text"].half,
input[type="tel"].half,
input[type="number"].half,
input[type="password"].half,
.input.half,
.selectWrap.half,
textarea.half {
  width: 50%; }
input[type="text"].oneThird,
input[type="tel"].oneThird,
input[type="number"].oneThird,
input[type="password"].oneThird,
.input.oneThird,
.selectWrap.oneThird,
textarea.oneThird {
  width: 33.33333%; }
input[type="text"].oneFourth,
input[type="tel"].oneFourth,
input[type="number"].oneFourth,
input[type="password"].oneFourth,
.input.oneFourth,
.selectWrap.oneFourth,
textarea.oneFourth {
  width: 25%; }

input[type="text"],
input[type="tel"],
input[type="number"],
input[type="password"],
.selectWrap,
.input,
textarea {
  border-radius: 3px; }

input[type="text"]:focus, input[type="text"]:hover,
input[type="tel"]:focus,
input[type="tel"]:hover,
input[type="number"]:focus,
input[type="number"]:hover,
input[type="password"]:focus,
input[type="password"]:hover,
.input:focus,
.input:hover,
textarea:focus,
textarea:hover {
  outline: 0;
  border-color: rgba(0, 0, 0, 0.15);
  background-color: rgba(0, 0, 0, 0.05);
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

input[type="text"].chain-v,
input[type="password"].chain-v,
input[type="tel"].chain-v,
input[type="number"].chain-v,
input[type="submit"].chain-v,
.button.chain-v,
button.chain-v,
.input.chain-v {
  margin-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: none; }
.chain-v + input[type="text"], .chain-v +
input[type="password"], .chain-v +
input[type="tel"], .chain-v +
input[type="number"], .chain-v +
input[type="submit"], .chain-v +
.button, .chain-v +
button, .chain-v +
.input {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

input[type="text"].chain-h,
input[type="password"].chain-h,
input[type="tel"].chain-h,
input[type="number"].chain-h,
.button.chain-h,
button.chain-h,
.input.chain-h {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: none;
  margin-bottom: 0; }
.chain-h + input[type="text"], .chain-h +
input[type="password"], .chain-h +
input[type="tel"], .chain-h +
input[type="number"], .chain-h +
.button, .chain-h +
button, .chain-h +
.input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.selectWrap.chain-h {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: none; }
.chain-h + .selectWrap {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.chain-h + .button, .chain-h + button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

input[type="text"].ok, input[type="text"].ok:hover,
input[type="tel"].ok,
input[type="tel"].ok:hover,
input[type="number"].ok,
input[type="number"].ok:hover,
input[type="password"].ok,
input[type="password"].ok:hover,
textarea.ok,
textarea.ok:hover {
  border: 1px solid #009933; }
input[type="text"].ok:focus,
input[type="tel"].ok:focus,
input[type="number"].ok:focus,
input[type="password"].ok:focus,
textarea.ok:focus {
  background-color: #fafffc; }
input[type="text"].error, input[type="text"].error:hover, .error input[type="text"], .error input[type="text"]:hover,
input[type="tel"].error,
input[type="tel"].error:hover, .error
input[type="tel"], .error
input[type="tel"]:hover,
input[type="number"].error,
input[type="number"].error:hover, .error
input[type="number"], .error
input[type="number"]:hover,
input[type="password"].error,
input[type="password"].error:hover, .error
input[type="password"], .error
input[type="password"]:hover,
textarea.error,
textarea.error:hover, .error
textarea, .error
textarea:hover {
  border: 1px solid #ee3300; }
input[type="text"].error:focus, .error input[type="text"]:focus,
input[type="tel"].error:focus, .error
input[type="tel"]:focus,
input[type="number"].error:focus, .error
input[type="number"]:focus,
input[type="password"].error:focus, .error
input[type="password"]:focus,
textarea.error:focus, .error
textarea:focus {
  background-color: #fffaf8; }

input[type="text"].ok, input[type="text"].error,
input[type="tel"].ok,
input[type="tel"].error,
input[type="number"].ok,
input[type="number"].error,
input[type="password"].ok,
input[type="password"].error {
  background-repeat: no-repeat;
  background-position: right 7px center;
  background-size: 26px 26px; }
input[type="text"].ok,
input[type="tel"].ok,
input[type="number"].ok,
input[type="password"].ok {
  background-image: url(../image/icon/formOK.png); }
input[type="text"].error,
input[type="tel"].error,
input[type="number"].error,
input[type="password"].error {
  background-image: url(../image/icon/formError.png); }

dt.ok:not(.error).must:after {
  background-color: #009933; }

.selectWrap.ok {
  border-color: #009933; }
  .selectWrap.ok:hover {
    background-color: #fafffc;
    border-color: #009933; }

.selectWrap.error {
  border-color: #ee3300; }
  .selectWrap.error:hover {
    background-color: #fffaf8;
    border-color: #ee3300; }

label {
  display: block; }

.radioWrap,
.checkboxWrap {
  line-height: 15px; }

input[type="radio"] {
  margin-right: 0.75em; }

input[type="checkbox"] {
  margin-right: 0.75em; }

.checkboxWrap label {
  height: 26px;
  line-height: 26px;
  display: block;
  cursor: pointer;
  overflow: hidden;
  position: relative; }

.h-label {
  margin-bottom: 6.5px !important;
  padding-left: 13px;
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  font-size: 14px;
  line-height: 39px;
  color: #1c509b; }

/* form: END */
/* !! Icon */
@font-face {
  font-family: 'icon-font';
  src: url("fonts/icomoon.eot?-ei3j8x");
  src: url("fonts/icomoon.eot?#iefix-ei3j8x") format("embedded-opentype"), url("fonts/icomoon.woff?-ei3j8x") format("woff"), url("fonts/icomoon.ttf?-ei3j8x") format("truetype"), url("fonts/icomoon.svg?-ei3j8x#icon-font") format("svg");
  font-weight: normal;
  font-style: normal; }
.icon, .badge-close, .switch-click .badge-zoom, .wrap-icon {
  font-family: 'icon-font';
  font-size: 1.5em;
  width: 1em;
  height: 1em;
  line-height: 1;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  display: inline-block;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-text, form .must:after {
  background-color: #1c509b;
  border-radius: 3px;
  color: white;
  width: auto;
  height: auto;
  font-size: 9px;
  line-height: 11px;
  padding: 2px 4px;
  margin-bottom: 6px; }

.icon-arrow-mini-bottom:before {
  content: "\e632"; }

.icon-arrow-mini-left:before {
  content: "\e633"; }

.icon-arrow-mini-right:before {
  content: "\e634"; }

.icon-arrow-mini-top:before {
  content: "\e635"; }

.icon-user-ngtv:before {
  content: "\e636"; }

.icon-window:before {
  content: "\e631"; }

.icon-question-circle:before {
  content: "\e630"; }

.icon-blank:before {
  content: "\e610"; }

.icon-drug:before {
  content: "\e62d"; }

.icon-hospital:before {
  content: "\e62e"; }

.icon-info:before {
  content: "\e62b"; }

.icon-printer:before {
  content: "\e62c"; }

.icon-search-bold:before {
  content: "\e629"; }

.icon-search:before {
  content: "\e62a"; }

.icon-arrow-left-double:before {
  content: "\e627"; }

.icon-arrow-right-double:before {
  content: "\e628"; }

.icon-dash-light:before {
  content: "\e626"; }

.icon-dash:before {
  content: "\e625"; }

.icon-twitter:before {
  content: "\e624"; }

.icon-arrow-bottom:before {
  content: "\e600"; }

.icon-arrow-circle-bottom:before {
  content: "\e601"; }

.icon-arrow-circle-left:before {
  content: "\e602"; }

.icon-arrow-circle-right:before {
  content: "\e603"; }

.icon-arrow-circle-top:before {
  content: "\e604"; }

.icon-arrow-left:before {
  content: "\e605"; }

.icon-arrow-right:before {
  content: "\e606"; }

.icon-arrow-stem-bottom-left:before {
  content: "\e607"; }

.icon-arrow-stem-bottom-right:before {
  content: "\e608"; }

.icon-arrow-stem-bottom:before {
  content: "\e609"; }

.icon-arrow-stem-left:before {
  content: "\e60a"; }

.icon-arrow-stem-right:before {
  content: "\e60b"; }

.icon-arrow-stem-top-left:before {
  content: "\e60c"; }

.icon-arrow-stem-top-right:before {
  content: "\e60d"; }

.icon-arrow-stem-top:before {
  content: "\e60e"; }

.icon-arrow-top:before {
  content: "\e60f"; }

.icon-blank2:before {
  content: "\e611"; }

.icon-break:before {
  content: "\e613"; }

.icon-check-bold:before {
  content: "\e614"; }

.icon-cross-big:before {
  content: "\e615"; }

.icon-cross-bold:before {
  content: "\e616"; }

.icon-cross-circle:before {
  content: "\e617"; }

.icon-cross:before, .badge-close:before {
  content: "\e618"; }

.icon-danger-bold:before {
  content: "\e619"; }

.icon-document:before {
  content: "\e61a"; }

.icon-download:before {
  content: "\e61b"; }

.icon-folder:before {
  content: "\e61c"; }

.icon-home:before {
  content: "\e61d"; }

.icon-login:before {
  content: "\e61e"; }

.icon-logout:before {
  content: "\e61f"; }

.icon-mail:before {
  content: "\e620"; }

.icon-phone:before {
  content: "\e621"; }

.icon-plus-circle:before, .switch-click .badge-zoom:before {
  content: "\e622"; }

.icon-plus:before {
  content: "\e623"; }

.icon-user:before {
  content: "\e62f"; }

/* Icon: END */
.tab-1-wrap,
.tab-2-wrap {
  position: relative; }
  .tab-1-wrap:before,
  .tab-2-wrap:before {
    content: "";
    height: 1px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.15);
    position: absolute;
    top: 41px;
    left: -100%; }
  .tab-1-wrap:after,
  .tab-2-wrap:after {
    content: "";
    height: 1px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.15);
    position: absolute;
    top: 41px;
    right: -100%; }

.tab {
  margin-bottom: 26px; }
  .tab a:hover {
    text-decoration: none; }

.tab-item {
  margin-bottom: 26px;
  font-size: 15px;
  text-align: center;
  line-height: 26px;
  padding: 7px;
  padding-left: 13px;
  padding-right: 13px; }

.tab-1-item {
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-left: none;
  background-color: #1c509b;
  color: white; }
  .tab-1-item.is-active {
    border-bottom: 1px solid white;
    background-color: white;
    color: #444444;
    background: none; }
  .tab-1-item:first-child {
    border-left: 1px solid rgba(0, 0, 0, 0.15); }
  .tab-1-item:first-child {
    border-top-left-radius: 3px; }
  .tab-1-item:last-child {
    border-top-right-radius: 3px; }

.tab-2-item {
  color: #444444;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #f7f7f7), color-stop(0.5, #fafafa), color-stop(0, #fafafa));
  background: -webkit-linear-gradient(top, #fafafa 0%, #fafafa 50%, #f7f7f7 100%);
  background: -moz-linear-gradient(top, #fafafa 0%, #fafafa 50%, #f7f7f7 100%);
  background: -o-linear-gradient(top, #fafafa 0%, #fafafa 50%, #f7f7f7 100%);
  background: -ms-linear-gradient(top, #fafafa 0%, #fafafa 50%, #f7f7f7 100%);
  background: linear-gradient(top, #fafafa 0%, #fafafa 50%, #f7f7f7 100%); }
  .tab-2-item:first-child {
    border-left: 1px solid rgba(0, 0, 0, 0.15); }
  .tab-2-item:first-child {
    border-top-left-radius: 3px; }
  .tab-2-item:last-child {
    border-top-right-radius: 3px; }
  .tab-2-item.is-active {
    color: #1c509b;
    border-bottom: 1px solid white;
    background: none;
    background-color: inherit; }

.tab-3-wrap a {
  text-decoration: none; }

.tab-3 {
  background-color: #f7f7f7;
  padding: 4px;
  padding-bottom: 0; }

.tab-3-item {
  color: #444444;
  border: 1px solid #f7f7f7; }
  .tab-3-item.is-active, .tab-3-item:hover {
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    border-right: 1px solid rgba(0, 0, 0, 0.15);
    border-bottom: 1px solid white;
    color: #1c509b;
    background: none;
    background-color: white; }
    :first-child .tab-3-item.is-active, :first-child .tab-3-item:hover {
      border-left: 1px solid rgba(0, 0, 0, 0.15); }

.tab-content {
  display: none; }
  .tab-content.is-active {
    display: block; }

/* !! tag */
.tag {
  zoom: 1; }
  .tag:after {
    content: "";
    display: block;
    clear: both; }

.tag-item {
  background-color: #e3e3e3;
  white-space: nowrap;
  font-size: 9px;
  line-height: 11px;
  border-radius: 3px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 1em;
  padding-right: 1em;
  margin-right: 1em;
  margin-bottom: 1em;
  display: block;
  width: auto;
  float: left; }
  .tag-item a {
    border-radius: 3px;
    margin-top: -8px;
    margin-bottom: -8px;
    margin-left: -1em;
    margin-right: -1em;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 1em;
    padding-right: 1em; }

a.tag-item:hover,
.tag-item a:hover {
  background-color: #1c509b;
  color: white;
  text-decoration: none; }

.tag-item-inactive {
  background-color: white;
  border: 1px solid #1c509b;
  color: #1c509b; }

.tag-docket .tag-item {
  position: relative;
  margin-left: 14px;
  border-radius: 0 3px 3px 0; }
  .tag-docket .tag-item a {
    padding-left: 2em;
    border-radius: 0 3px 3px 0; }
    .tag-docket .tag-item a:before {
      -webkit-transition: all 0.5s ease-out;
      -moz-transition: all 0.5s ease-out;
      -o-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out;
      content: "";
      position: absolute;
      top: 0;
      left: -14px;
      width: 0;
      height: 0;
      border-color: transparent #e3e3e3 transparent transparent;
      border-style: solid;
      border-width: 14px 14px 14px 0; }
    .tag-docket .tag-item a:after {
      content: "";
      position: absolute;
      top: 10px;
      left: 0;
      float: left;
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background: white; }
  .tag-docket .tag-item:hover a:before {
    border-color: transparent #1c509b transparent transparent; }

.linktag {
  color: #fff;
  font-size: 9px;
  line-height: 18px;
  display: inline-block;
  margin-right: 1em;
  padding-left: .5em;
  padding-right: .5em;
  width: 7em;
  text-align: center; }

.linktag-business {
  background-color: #1c509b; }

.linktag-column {
  background-color: #2fb50b; }

.linktag-news {
  background-color: #ed5a0a; }

.linktag-kaisetsu {
  background-color: #ffe016;
  color: #444444; }

/* tag: END */
/* !! Button */
.button.button-disabled, .button.button-disabled:hover,
button:disabled,
button:disabled:hover {
  background-color: #e3e3e3;
  color: #7f7f7f;
  cursor: default; }

.button,
button {
  outline: 0;
  margin: 0;
  padding: 0;
  border: none;
  display: block;
  border: none;
  text-decoration: none;
  text-align: center;
  overflow: hidden;
  padding-right: 13px;
  padding-left: 13px;
  cursor: pointer;
  border-radius: 3px;
  color: white;
  background-color: #1c509b;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 26px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out; }
  .button:hover,
  button:hover {
    text-decoration: none; }
  .button:hover,
  button:hover {
    color: white;
    background-color: #19478a; }
  .button:last-child,
  button:last-child {
    margin-bottom: 0; }
  .button.button-ngtv,
  button.button-ngtv {
    background-color: white;
    color: #444444 !important; }
    .button.button-ngtv:hover,
    button.button-ngtv:hover {
      background-color: #e3e3e3; }
  .button.button-gray,
  button.button-gray {
    background-color: #f0f0f0;
    color: #444444 !important; }
    .button.button-gray:hover,
    button.button-gray:hover {
      background-color: #d4d4d4; }
  .button.button-sub,
  button.button-sub {
    background-color: #ff6666; }
    .button.button-sub:hover,
    button.button-sub:hover {
      background-color: #ff5252; }
  .button.button-box-shadow,
  button.button-box-shadow {
    -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.3); }
  .button.button-trans,
  button.button-trans {
    background-color: transparent;
    border: 1px solid white; }
    .button.button-trans:hover,
    button.button-trans:hover {
      background-color: rgba(255, 255, 255, 0.2); }
  .button.button-bevel,
  button.button-bevel {
    position: relative;
    border-top: 1px solid #205bb1;
    border-bottom: 1px solid #19478a;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.5); }
    .button.button-bevel:hover,
    button.button-bevel:hover {
      border-top: 1px solid #1c509b;
      border-bottom: 1px solid #163e78; }
    .button.button-bevel.button-disabled,
    button.button-bevel.button-disabled {
      border-top: 1px solid #d4d4d4;
      border-bottom: 1px solid #f7f7f7;
      text-shadow: 0 1px 1px white; }
    .button.button-bevel.button-ngtv,
    button.button-bevel.button-ngtv {
      background-color: #f7f7f7;
      border-top: 1px solid white;
      border-bottom: 1px solid #d4d4d4; }
    .button.button-bevel.button-sub,
    button.button-bevel.button-sub {
      border-top: 1px solid #ff8080;
      border-bottom: 1px solid #ff5252; }
  .button.button-stitch,
  button.button-stitch {
    padding: 3px; }
    .button.button-stitch span,
    button.button-stitch span {
      line-height: 31px;
      display: block;
      border: 1px dashed white;
      border-radius: 2px;
      position: relative; }
    .button.button-stitch.button-disabled span,
    button.button-stitch.button-disabled span {
      border-color: #7f7f7f; }
    .button.button-stitch.button-ngtv span,
    button.button-stitch.button-ngtv span {
      border-color: #444444; }
  .button.button-grad,
  button.button-grad {
    border: 1px solid #19478a;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #1c509b), color-stop(0.5, #1c509b), color-stop(0, #205bb1));
    background: -webkit-linear-gradient(top, #205bb1 0%, #1c509b 50%, #1c509b 100%);
    background: -moz-linear-gradient(top, #205bb1 0%, #1c509b 50%, #1c509b 100%);
    background: -o-linear-gradient(top, #205bb1 0%, #1c509b 50%, #1c509b 100%);
    background: -ms-linear-gradient(top, #205bb1 0%, #1c509b 50%, #1c509b 100%);
    background: linear-gradient(top, #205bb1 0%, #1c509b 50%, #1c509b 100%);
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 #2466c6 inset; }
    .button.button-grad:hover,
    button.button-grad:hover {
      background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #19478a), color-stop(0.5, #19478a), color-stop(0, #1c509b));
      background: -webkit-linear-gradient(top, #1c509b 0%, #19478a 50%, #19478a 100%);
      background: -moz-linear-gradient(top, #1c509b 0%, #19478a 50%, #19478a 100%);
      background: -o-linear-gradient(top, #1c509b 0%, #19478a 50%, #19478a 100%);
      background: -ms-linear-gradient(top, #1c509b 0%, #19478a 50%, #19478a 100%);
      background: linear-gradient(top, #1c509b 0%, #19478a 50%, #19478a 100%);
      box-shadow: 0 1px 0 #2466c6 inset; }
    .button.button-grad:active,
    button.button-grad:active {
      background: #19478a;
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.2);
      text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.5); }
    .button.button-grad.button-disabled,
    button.button-grad.button-disabled {
      background: #e9e9e9;
      background: -webkit-gradient(linear, left top, left bottom, from(#e3e3e3), to(#f0f0f0));
      background: -moz-linear-gradient(top, #e3e3e3, #f0f0f0);
      background: -o-linear-gradient(top, #e3e3e3, #f0f0f0);
      -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#e3e3e3', endColorstr=#f0f0f0, GradientType=0)";
      background: -ms-linear-gradient(top, #e3e3e3, #f0f0f0);
      background: linear-gradient(to bottom, #e3e3e3, #f0f0f0);
      background: linear-gradient(#e3e3e3, #f0f0f0);
      border: 1px solid #d4d4d4;
      text-shadow: 0 1px 1px white;
      box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.1); }
  .button.button-grad.button-gray, .button.button-grad.button-exGray,
  button.button-grad.button-gray,
  button.button-grad.button-exGray {
    border: 1px solid #e3e3e3;
    background: #f3f3f3;
    background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#f0f0f0));
    background: -moz-linear-gradient(top, #f7f7f7, #f0f0f0);
    background: -o-linear-gradient(top, #f7f7f7, #f0f0f0);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr=#f0f0f0, GradientType=0)";
    background: -ms-linear-gradient(top, #f7f7f7, #f0f0f0);
    background: linear-gradient(to bottom, #f7f7f7, #f0f0f0);
    background: linear-gradient(#f7f7f7, #f0f0f0);
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.25);
    box-shadow: 0 1px 0 white inset;
    color: #444444; }
    .button.button-grad.button-gray:hover, .button.button-grad.button-exGray:hover,
    button.button-grad.button-gray:hover,
    button.button-grad.button-exGray:hover {
      border: 1px solid #d4d4d4;
      background: #e9e9e9;
      background: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#e3e3e3));
      background: -moz-linear-gradient(top, #f0f0f0, #e3e3e3);
      background: -o-linear-gradient(top, #f0f0f0, #e3e3e3);
      -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr=#e3e3e3, GradientType=0)";
      background: -ms-linear-gradient(top, #f0f0f0, #e3e3e3);
      background: linear-gradient(to bottom, #f0f0f0, #e3e3e3);
      background: linear-gradient(#f0f0f0, #e3e3e3); }
    .button.button-grad.button-gray:active, .button.button-grad.button-gray:hover:active, .button.button-grad.button-exGray:active, .button.button-grad.button-exGray:hover:active,
    button.button-grad.button-gray:active,
    button.button-grad.button-gray:hover:active,
    button.button-grad.button-exGray:active,
    button.button-grad.button-exGray:hover:active {
      box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.1);
      background: #e9e9e9;
      background: -webkit-gradient(linear, left top, left bottom, from(#e3e3e3), to(#f0f0f0));
      background: -moz-linear-gradient(top, #e3e3e3, #f0f0f0);
      background: -o-linear-gradient(top, #e3e3e3, #f0f0f0);
      -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#e3e3e3', endColorstr=#f0f0f0, GradientType=0)";
      background: -ms-linear-gradient(top, #e3e3e3, #f0f0f0);
      background: linear-gradient(to bottom, #e3e3e3, #f0f0f0);
      background: linear-gradient(#e3e3e3, #f0f0f0);
      border: 1px solid #d4d4d4;
      text-shadow: 0 1px 1px white; }
  .button.button-grad.button-exGray,
  button.button-grad.button-exGray {
    border: 1px solid #d4d4d4;
    background: #e9e9e9;
    background: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#e3e3e3));
    background: -moz-linear-gradient(top, #f0f0f0, #e3e3e3);
    background: -o-linear-gradient(top, #f0f0f0, #e3e3e3);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr=#e3e3e3, GradientType=0)";
    background: -ms-linear-gradient(top, #f0f0f0, #e3e3e3);
    background: linear-gradient(to bottom, #f0f0f0, #e3e3e3);
    background: linear-gradient(#f0f0f0, #e3e3e3); }
    .button.button-grad.button-exGray:hover,
    button.button-grad.button-exGray:hover {
      box-shadow: 0 1px 0 #f0f0f0 inset;
      background: #dbdbdb;
      background: -webkit-gradient(linear, left top, left bottom, from(#e3e3e3), to(#d4d4d4));
      background: -moz-linear-gradient(top, #e3e3e3, #d4d4d4);
      background: -o-linear-gradient(top, #e3e3e3, #d4d4d4);
      -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#e3e3e3', endColorstr=#d4d4d4, GradientType=0)";
      background: -ms-linear-gradient(top, #e3e3e3, #d4d4d4);
      background: linear-gradient(to bottom, #e3e3e3, #d4d4d4);
      background: linear-gradient(#e3e3e3, #d4d4d4); }
    .button.button-grad.button-exGray:active, .button.button-grad.button-exGray:hover:active,
    button.button-grad.button-exGray:active,
    button.button-grad.button-exGray:hover:active {
      background: #dbdbdb;
      background: -webkit-gradient(linear, left top, left bottom, from(#d4d4d4), to(#e3e3e3));
      background: -moz-linear-gradient(top, #d4d4d4, #e3e3e3);
      background: -o-linear-gradient(top, #d4d4d4, #e3e3e3);
      -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#d4d4d4', endColorstr=#e3e3e3, GradientType=0)";
      background: -ms-linear-gradient(top, #d4d4d4, #e3e3e3);
      background: linear-gradient(to bottom, #d4d4d4, #e3e3e3);
      background: linear-gradient(#d4d4d4, #e3e3e3); }
  .button.button-flatShadow,
  button.button-flatShadow {
    position: relative;
    box-shadow: 0 5px 0 #19478a;
    border: 1px solid #1c509b;
    border-bottom: 1px solid #2466c6;
    top: -5px;
    background: #1e55a6;
    background: -webkit-gradient(linear, left top, left bottom, from(#1c509b), to(#205bb1));
    background: -moz-linear-gradient(top, #1c509b, #205bb1);
    background: -o-linear-gradient(top, #1c509b, #205bb1);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#1c509b', endColorstr=#205bb1, GradientType=0)";
    background: -ms-linear-gradient(top, #1c509b, #205bb1);
    background: linear-gradient(to bottom, #1c509b, #205bb1);
    background: linear-gradient(#1c509b, #205bb1); }
    .button.button-flatShadow:after,
    button.button-flatShadow:after {
      border-radius: 2px;
      border-top: 1px solid #205bb1;
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0; }
    .button.button-flatShadow:hover,
    button.button-flatShadow:hover {
      top: -9px;
      background-color: #1c509b;
      box-shadow: 0 9px 0 #19478a; }
    .button.button-flatShadow:active:not(.button-disabled),
    button.button-flatShadow:active:not(.button-disabled) {
      top: 0 !important;
      box-shadow: none !important; }
    .button.button-flatShadow:last-child,
    button.button-flatShadow:last-child {
      margin-bottom: 5px; }
    .button.button-flatShadow.button-disabled,
    button.button-flatShadow.button-disabled {
      top: 0;
      margin-top: 31px;
      box-shadow: 0 -5px 0 #d4d4d4;
      border: none;
      border-top: 1px solid #d4d4d4;
      background: #e9e9e9;
      background: -webkit-gradient(linear, left top, left bottom, from(#e3e3e3), to(#f0f0f0));
      background: -moz-linear-gradient(top, #e3e3e3, #f0f0f0);
      background: -o-linear-gradient(top, #e3e3e3, #f0f0f0);
      -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#e3e3e3', endColorstr=#f0f0f0, GradientType=0)";
      background: -ms-linear-gradient(top, #e3e3e3, #f0f0f0);
      background: linear-gradient(to bottom, #e3e3e3, #f0f0f0);
      background: linear-gradient(#e3e3e3, #f0f0f0);
      border-bottom: 1px solid #e3e3e3; }
      .button.button-flatShadow.button-disabled:after,
      button.button-flatShadow.button-disabled:after {
        border-top: 1px solid #f0f0f0; }
      .button.button-flatShadow.button-disabled:hover,
      button.button-flatShadow.button-disabled:hover {
        background-color: #e3e3e3; }
      .button.button-flatShadow.button-disabled:last-child,
      button.button-flatShadow.button-disabled:last-child {
        margin-bottom: 0; }
    .button.button-flatShadow.button-ngtv,
    button.button-flatShadow.button-ngtv {
      border: 1px solid #f0f0f0;
      border-bottom: 1px solid white;
      box-shadow: 0 5px 0 #f0f0f0;
      background: whitesmoke;
      background: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#fafafa));
      background: -moz-linear-gradient(top, #f0f0f0, #fafafa);
      background: -o-linear-gradient(top, #f0f0f0, #fafafa);
      -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr=#fafafa, GradientType=0)";
      background: -ms-linear-gradient(top, #f0f0f0, #fafafa);
      background: linear-gradient(to bottom, #f0f0f0, #fafafa);
      background: linear-gradient(#f0f0f0, #fafafa); }
      .button.button-flatShadow.button-ngtv:after,
      button.button-flatShadow.button-ngtv:after {
        border-top: 1px solid white; }
      .button.button-flatShadow.button-ngtv:hover,
      button.button-flatShadow.button-ngtv:hover {
        background-color: white;
        box-shadow: 0 9px 0 #f0f0f0; }
    .button.button-flatShadow.button-sub,
    button.button-flatShadow.button-sub {
      border: 1px solid #ff6666;
      border-bottom: 1px solid #ff9999;
      box-shadow: 0 5px 0 #ff5252;
      background: #ff7373;
      background: -webkit-gradient(linear, left top, left bottom, from(#ff6666), to(#ff8080));
      background: -moz-linear-gradient(top, #ff6666, #ff8080);
      background: -o-linear-gradient(top, #ff6666, #ff8080);
      -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6666', endColorstr=#ff8080, GradientType=0)";
      background: -ms-linear-gradient(top, #ff6666, #ff8080);
      background: linear-gradient(to bottom, #ff6666, #ff8080);
      background: linear-gradient(#ff6666, #ff8080); }
      .button.button-flatShadow.button-sub:after,
      button.button-flatShadow.button-sub:after {
        border-top: 1px solid #ff8080; }
      .button.button-flatShadow.button-sub:hover,
      button.button-flatShadow.button-sub:hover {
        top: -9px;
        background-color: #ff6666;
        box-shadow: 0 9px 0 #ff5252; }
  .button.button-slideLR,
  button.button-slideLR {
    position: relative;
    z-index: 2;
    background-color: #19478a; }
    .button.button-slideLR:before,
    button.button-slideLR:before {
      position: absolute;
      z-index: -1;
      display: block;
      content: '';
      -webkit-transition: all 0.25s ease-out;
      -moz-transition: all 0.25s ease-out;
      -o-transition: all 0.25s ease-out;
      transition: all 0.25s ease-out;
      right: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: #1c509b; }
    .button.button-slideLR:hover,
    button.button-slideLR:hover {
      color: white; }
      .button.button-slideLR:hover:before,
      button.button-slideLR:hover:before {
        width: 0;
        background-color: #1c509b; }
  .button.button-slideBT,
  button.button-slideBT {
    position: relative;
    z-index: 2;
    background-color: #19478a; }
    .button.button-slideBT:before,
    button.button-slideBT:before {
      position: absolute;
      z-index: -1;
      display: block;
      content: '';
      -webkit-transition: all 0.25s ease-out;
      -moz-transition: all 0.25s ease-out;
      -o-transition: all 0.25s ease-out;
      transition: all 0.25s ease-out;
      top: 0;
      right: 0;
      width: 100%;
      height: 100%;
      background-color: #1c509b; }
    .button.button-slideBT:hover,
    button.button-slideBT:hover {
      color: white; }
      .button.button-slideBT:hover:before,
      button.button-slideBT:hover:before {
        height: 0;
        background-color: #1c509b; }
  .button.button-slideOpenV,
  button.button-slideOpenV {
    position: relative;
    z-index: 2;
    background-color: #1c509b;
    border: 1px solid #1c509b;
    color: #fff;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out; }
    .button.button-slideOpenV:before, .button.button-slideOpenV:after,
    button.button-slideOpenV:before,
    button.button-slideOpenV:after {
      position: absolute;
      z-index: -1;
      display: block;
      content: '';
      -webkit-transition: all 0.25s ease-out;
      -moz-transition: all 0.25s ease-out;
      -o-transition: all 0.25s ease-out;
      transition: all 0.25s ease-out;
      top: 0;
      width: 50%;
      height: 100%;
      background-color: #1c509b; }
    .button.button-slideOpenV:before,
    button.button-slideOpenV:before {
      right: 0; }
    .button.button-slideOpenV:after,
    button.button-slideOpenV:after {
      left: 0; }
    .button.button-slideOpenV:hover,
    button.button-slideOpenV:hover {
      background-color: #fff;
      border-color: #1c509b;
      color: #1c509b; }
      .button.button-slideOpenV:hover:before, .button.button-slideOpenV:hover:after,
      button.button-slideOpenV:hover:before,
      button.button-slideOpenV:hover:after {
        width: 0;
        background-color: #1c509b; }
  .button.button-slideOpenH,
  button.button-slideOpenH {
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    position: relative;
    z-index: 2;
    background-color: #1c509b;
    border: 1px solid #1c509b;
    color: #fff; }
    .button.button-slideOpenH:before, .button.button-slideOpenH:after,
    button.button-slideOpenH:before,
    button.button-slideOpenH:after {
      -webkit-transition: all 0.25s ease-out;
      -moz-transition: all 0.25s ease-out;
      -o-transition: all 0.25s ease-out;
      transition: all 0.25s ease-out;
      position: absolute;
      z-index: -1;
      display: block;
      content: '';
      left: 0;
      width: 100%;
      height: 50%; }
    .button.button-slideOpenH:before,
    button.button-slideOpenH:before {
      top: 0; }
    .button.button-slideOpenH:after,
    button.button-slideOpenH:after {
      bottom: 0; }
    .button.button-slideOpenH:hover,
    button.button-slideOpenH:hover {
      background-color: #fff;
      border-color: #1c509b;
      color: #1c509b; }
      .button.button-slideOpenH:hover:before, .button.button-slideOpenH:hover:after,
      button.button-slideOpenH:hover:before,
      button.button-slideOpenH:hover:after {
        height: 0;
        background-color: #1c509b; }
  .button.button-boxOpen,
  button.button-boxOpen {
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    position: relative;
    z-index: 2;
    -webkit-perspective: 300px;
    perspective: 300px;
    border: 1px solid #1c509b;
    background-color: white;
    color: white;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    overflow: inherit; }
    .button.button-boxOpen:hover,
    button.button-boxOpen:hover {
      color: #1c509b; }
    .button.button-boxOpen:after,
    button.button-boxOpen:after {
      position: absolute;
      z-index: -1;
      display: block;
      content: '';
      -webkit-transition: all 0.25s ease-out;
      -moz-transition: all 0.25s ease-out;
      -o-transition: all 0.25s ease-out;
      transition: all 0.25s ease-out;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border-radius: 2px;
      background: #1c509b;
      -webkit-transform-origin: center bottom;
      transform-origin: center bottom;
      -webkit-transform: rotateX(0);
      transform: rotateX(0);
      color: white; }
    .button.button-boxOpen:hover::after,
    button.button-boxOpen:hover::after {
      -webkit-transform: rotateX(-180deg);
      transform: rotateX(-180deg); }
  .button.button-rollBox,
  button.button-rollBox {
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    background-color: inherit;
    position: relative;
    -webkit-perspective: 300px;
    perspective: 300px;
    height: 39px;
    overflow: inherit;
    padding-right: 0;
    padding-left: 0; }
    .button.button-rollBox span,
    button.button-rollBox span {
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      border: 1px solid #1c509b;
      text-align: center;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-transition: all .3s;
      transition: all .3s;
      pointer-events: none;
      border-radius: 3px; }
    .button.button-rollBox span:nth-child(1),
    button.button-rollBox span:nth-child(1) {
      z-index: -2;
      background-color: white;
      color: #1c509b;
      -webkit-transform: rotateX(90deg);
      -moz-transform: rotateX(90deg);
      transform: rotateX(90deg);
      -webkit-transform-origin: 50% 50% -20px;
      -moz-transform-origin: 50% 50% -20px;
      transform-origin: 50% 50% -20px; }
    .button.button-rollBox span:nth-child(2),
    button.button-rollBox span:nth-child(2) {
      z-index: -1;
      background-color: #1c509b;
      color: white;
      -webkit-transform: rotateX(0deg);
      -moz-transform: rotateX(0deg);
      transform: rotateX(0deg);
      -webkit-transform-origin: 50% 50% -20px;
      -moz-transform-origin: 50% 50% -20px;
      transform-origin: 50% 50% -20px; }
    .button.button-rollBox:hover span:nth-child(1),
    button.button-rollBox:hover span:nth-child(1) {
      z-index: -1;
      -webkit-transform: rotateX(0deg);
      -moz-transform: rotateX(0deg);
      transform: rotateX(0deg); }
    .button.button-rollBox:hover span:nth-child(2),
    button.button-rollBox:hover span:nth-child(2) {
      z-index: -2;
      -webkit-transform: rotateX(-90deg);
      -moz-transform: rotateX(-90deg);
      transform: rotateX(-90deg); }

button,
.button {
  width: 100%;
  padding-top: 6.5px;
  padding-bottom: 6.5px;
  position: relative; }
  button .icon, button .badge-close, button .switch-click .badge-zoom, .switch-click button .badge-zoom, button .wrap-icon,
  .button .icon,
  .button .badge-close,
  .button .switch-click .badge-zoom,
  .switch-click .button .badge-zoom,
  .button .wrap-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    left: 13px; }
  button.button-icon-inverse .icon, button.button-icon-inverse .badge-close, button.button-icon-inverse .switch-click .badge-zoom, .switch-click button.button-icon-inverse .badge-zoom, button.button-icon-inverse .wrap-icon,
  .button.button-icon-inverse .icon,
  .button.button-icon-inverse .badge-close,
  .button.button-icon-inverse .switch-click .badge-zoom,
  .switch-click .button.button-icon-inverse .badge-zoom,
  .button.button-icon-inverse .wrap-icon {
    left: auto;
    right: 13px; }

.button-double {
  line-height: 52px; }

.button-big {
  font-size: 15px; }

.button-exBig {
  font-size: 18px; }

.button-twoThirds {
  width: 67%; }

.button-half {
  width: 50%; }

.button-oneThird {
  width: 33%; }

.button-oneFourth {
  width: 25%; }

.button-threeFourths {
  width: 75%; }

.button-fourFifths {
  width: 80%; }

.button-threeFifths {
  width: 60%; }

.button-twoFifths {
  width: 40%; }

.button-oneFifths {
  width: 20%; }

.button-layout-clear {
  margin-left: 0;
  margin-right: 0; }

.button-circle {
  padding: 0;
  border-radius: 50%;
  background-color: #1c509b;
  position: relative;
  z-index: 0; }
  .button-circle:hover {
    background-color: #19478a; }

.button-circle-1 {
  width: 52px;
  height: 52px;
  line-height: 52px; }
  .button-circle-1 > .icon:only-child, .button-circle-1 > .badge-close:only-child, .switch-click .button-circle-1 > .badge-zoom:only-child, .button-circle-1 > .wrap-icon:only-child {
    font-size: 26px; }

.button-circle-1_5 {
  width: 91px;
  height: 91px;
  line-height: 91px; }

.button-circle-2 {
  width: 130px;
  height: 130px;
  line-height: 130px; }

.button-circle-3 {
  width: 208px;
  height: 208px;
  line-height: 208px; }

/* Button: END */
/* !! list */
.list-disc > li,
.list-circle > li,
.list-caution > li,
.list-triangle > li {
  text-indent: -1.5em;
  padding-left: 1.5em;
  position: relative; }
  .list-disc > li:before,
  .list-circle > li:before,
  .list-caution > li:before,
  .list-triangle > li:before {
    text-indent: 0;
    width: 1em;
    display: inline-block;
    margin-right: .5em;
    text-align: center; }

.list-disc > li:before {
  content: "・"; }

.list-circle > li:before {
  content: "●"; }

.list-caution > li:before {
  content: "※"; }

.p-caution {
  text-indent: -1.5em;
  padding-left: 1.5em;
  position: relative; }
  .p-caution:before {
    content: "※";
    text-indent: 0;
    width: 1em;
    display: inline-block;
    margin-right: .5em;
    text-align: center; }

.list-triangle > li:before {
  content: "▶"; }

.list-icon > li {
  text-indent: -1.9em;
  text-indent: -1.9rem;
  padding-left: 1.9em;
  padding-left: 1.9rem; }
  .list-icon > li .icon:before, .list-icon > li .badge-close:before, .list-icon > li .switch-click .badge-zoom:before, .switch-click .list-icon > li .badge-zoom:before, .list-icon > li .wrap-icon:before {
    margin-right: 0.4em;
    margin-right: 0.4rem; }

.list-ordered {
  list-style: none;
  counter-reset: ordered; }
  .list-ordered li {
    text-indent: -1.5em;
    padding-left: 1.5em; }
  .list-ordered li:before {
    padding: 0;
    text-indent: 0;
    content: counter(ordered,decimal) ".";
    counter-increment: ordered;
    display: inline-block;
    width: 1.5em; }

.list-ordered-caution {
  list-style: none; }
  .list-ordered-caution li {
    text-indent: -2.5em;
    padding-left: 2.5em;
    counter-increment: caution; }
  .list-ordered-caution li:before {
    padding: 0;
    text-indent: 0;
    content: "※" counter(caution);
    display: inline-block;
    width: 2.5em; }

.list-ordered-circle {
  list-style: none;
  counter-reset: ordered-circle; }
  .list-ordered-circle li {
    text-indent: -2em;
    text-indent: -2rem;
    padding-left: 2em;
    padding-left: 2rem; }
  .list-ordered-circle li:before {
    font-size: 11px;
    background-color: #1c509b;
    color: white;
    border-radius: 50%;
    padding: 0;
    text-indent: 0;
    content: counter(ordered-circle,decimal);
    counter-increment: ordered-circle;
    text-align: center;
    display: inline-block;
    width: 1.5em;
    width: 1.5rem;
    height: 1.5em;
    height: 1.5rem;
    line-height: 1.5em;
    line-height: 1.5rem;
    margin-right: 0.5em;
    margin-right: 0.5rem; }

.list-float li {
  float: left;
  margin-right: 1.5em;
  margin-right: 1.5rem; }

.list-date-item {
  zoom: 1;
  position: relative; }
  .list-date-item:after {
    content: "";
    display: block;
    clear: both; }

.list-date-item-date {
  width: 117px;
  position: absolute;
  font-size: 11px;
  color: #7f7f7f;
  top: 0;
  left: 0; }

.list-date-item-text {
  padding-left: 117px;
  display: block; }

.list-date-item-img {
  width: 52px;
  height: auto;
  min-width: inherit !important;
  max-width: inherit !important;
  float: right;
  margin-left: 1em; }

.list-date-item-img.tate {
  width: 52px; }

.list-date-item-img.yoko {
  width: 78px; }

.list-date-item:last-child .list-date-item-text {
  margin-bottom: 0; }

#exhibitor_news.list-date .list-date-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding-bottom: 0.5em;
  margin-bottom: 0.5em; }

/* list: END */
/* !! Balloon */
.balloon {
  position: relative; }
  .balloon:hover:after {
    position: absolute;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -6px;
    content: "";
    z-index: 800;
    border-width: 6px;
    border-style: solid;
    border-color: transparent; }

.balloon-top {
  position: relative; }
  .balloon-top:hover:after {
    bottom: 20px;
    border-top-color: #1c509b; }

.balloon-bottom {
  position: relative; }
  .balloon-bottom:hover:after {
    top: 20px;
    border-bottom-color: #1c509b; }

.balloon-tip {
  z-index: 800;
  width: 100%;
  min-width: 130px;
  padding: 7px 13px;
  border-radius: 3px;
  background: #1c509b;
  color: white;
  position: absolute;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  display: none; }
  .balloon-top .balloon-tip {
    bottom: 32px; }
  .balloon-bottom .balloon-tip {
    top: 32px; }
  .balloon-tip.is-active {
    display: block; }

/* Balloon: END */
/* !! module-over */
.module-over {
  position: fixed;
  z-index: 900; }

.module-over-wrap {
  top: 0;
  left: 0;
  width: 100%;
  display: none;
  min-height: 100%;
  background-color: rgba(0, 0, 0, 0.5); }

.ie8 .module-over-wrap {
  background-color: transparent;
  background-image: url(../image/ie8-module-over-bg.png); }

.module-over-wrap-inner {
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 910; }
  .module-over-wrap-inner > * {
    position: relative;
    margin: auto; }

.ie8 .module-over-wrap-inner {
  top: 100px; }

.module-over-wrap-inner-plane {
  width: 442px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0; }

.module-over-wrap-header {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background-color: #f7f7f7;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding: 20px; }
  .module-over-wrap-header h3 {
    line-height: 26px;
    font-size: 14px;
    color: #1c509b; }
  .module-over-wrap-header p {
    margin-top: 6.5px; }

.module-over-wrap-alart {
  width: 442px; }

.module-over-wrap-alart-content {
  background-color: white;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #f7f7f7;
  zoom: 1; }
  .module-over-wrap-alart-content:after {
    content: "";
    display: block;
    clear: both; }

.module-over-wrap-alart-content-item {
  padding: 13px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  text-align: center; }
  .module-over-wrap-alart-content-item:last-child {
    border-bottom: none; }
    .module-over-wrap-alart-content-item:last-child a {
      border-bottom-left-radius: 3px;
      border-bottom-right-radius: 3px; }
  .module-over-wrap-alart-content-item a {
    background-color: #1c509b;
    color: white;
    text-decoration: none;
    display: block;
    margin: -13px -20px;
    padding: 13px 20px; }
    .module-over-wrap-alart-content-item a:hover {
      background-color: #1c509b;
      color: white;
      text-decoration: none; }

.module-over-wrap-lightbox {
  width: 606.66667px;
  background-color: white;
  border-radius: 3px; }

.module-over-wrap-lightbox-full {
  width: 910px; }

.module-over-wrap-lightbox-txt {
  padding: 26px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15); }
  .module-over-wrap-lightbox-txt:last-child {
    border-bottom: none; }

.module-over-wrap-lightbox-image {
  background-image: url(../image/loading.gif);
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  min-height: 200px; }
  .module-over-wrap-lightbox-image img {
    padding: 7px;
    display: block; }

.module-over-wrap-lightbox-caption {
  padding: 13px;
  padding-top: 6px; }

.module-over-top {
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: -100%;
  height: 52px;
  line-height: 52px;
  z-index: 809; }

.module-over-top-inner {
  width: 910px;
  margin-left: auto;
  margin-right: auto; }

/*
		.module-over-top-close {
			width: $fontSize * 4;
			height: $fontSize * 4;
		}
*/
.module-over-loading {
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  background-color: white;
  background-image: url(../image/loading.gif);
  background-repeat: no-repeat;
  background-position: center center; }

/* module-over: END */
/* !! module-pagenation */
.module-pagenation {
  zoom: 1; }
  .module-pagenation:after {
    content: "";
    display: block;
    clear: both; }

.module-pagenation-item {
  display: inline-block; }

.module-pagenation-a .module-pagenation-item {
  margin-right: .5em; }
  .module-pagenation-a .module-pagenation-item:last-child {
    margin-right: 0; }
  .module-pagenation-a .module-pagenation-item a {
    display: block;
    height: 26px;
    line-height: 26px;
    width: 26px;
    color: #1c509b;
    text-align: center;
    border-radius: 13px; }
  .module-pagenation-a .module-pagenation-item.selected a, .module-pagenation-a .module-pagenation-item:hover a {
    background-color: #1c509b;
    color: white;
    text-decoration: none; }
  .module-pagenation-a .module-pagenation-item.prev a, .module-pagenation-a .module-pagenation-item.next a {
    width: auto;
    white-space: nowrap;
    padding-left: 1em;
    padding-right: 1em; }

.module-pagenation-b .module-pagenation-item {
  padding: 7px 13px;
  border: 1px solid #d9d9d9;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-left: none; }
  .module-pagenation-b .module-pagenation-item a {
    display: block;
    margin: -7px -13px;
    padding: 7px 13px; }
  .module-pagenation-b .module-pagenation-item:first-child {
    border-left: 1px solid #d9d9d9;
    border-left: 1px solid rgba(0, 0, 0, 0.15); }
  .module-pagenation-b .module-pagenation-item:first-child, .module-pagenation-b .module-pagenation-item:first-child a {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px; }
  .module-pagenation-b .module-pagenation-item:last-child, .module-pagenation-b .module-pagenation-item:last-child a {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px; }
  .module-pagenation-b .module-pagenation-item.selected a, .module-pagenation-b .module-pagenation-item:hover a {
    background-color: #f0f0f0;
    text-decoration: none; }

/* .module-pagenation: END */
/* !! scrollable */
.scrollable {
  overflow: auto; }

.scrollable-thin {
  height: 104px; }

.scrollable-middle {
  height: 156px; }

.scrollable-wide {
  height: 286px; }

/* .scrollable: END */
/* !! googlemap */
.googlemap {
  width: 100%;
  height: 325px;
  background-color: #e5e3df;
  margin-bottom: 26px; }
  .googlemap label {
    width: auto !important;
    display: inline !important; }
  .googlemap img {
    max-width: none !important;
    max-height: none !important; }

/* googlemap: END */
/* !! video */
.videoWrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 26px; }
  .videoWrap iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%; }
  .videoWrap:last-child {
    margin-bottom: 0; }

video {
  min-width: 100%;
  max-width: 100%;
  height: auto;
  margin-bottom: 26px; }
  video:last-child {
    margin-bottom: 0; }

/* video: END */
/* !! caption */
.caption {
  letter-spacing: 0.1em;
  font-size: 9px;
  line-height: 18px;
  color: #9cb1b1 !important;
  text-align: right;
  margin-top: -17px; }

/* .caption: END */
/* -------------------------------------------------- */
/* !!! Module Extra
/* -------------------------------------------------- */
.brick {
  margin-left: auto;
  margin-right: auto;
  zoom: 1;
  min-width: 910px; }
  .brick:after {
    content: "";
    display: block;
    clear: both; }

.brick-item {
  width: 227.5px;
  float: left;
  background-color: white;
  border: 1px solid #e3e3e3; }
  .brick-item.brick-item-double {
    width: 455px; }
  .brick-item.brick-item-triple {
    width: 682.5px; }
  .brick-item.brick-item-full {
    width: 910px; }
  .brick-item a {
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    display: block;
    text-decoration: none;
    position: relative; }
    .brick-item a p {
      color: #444444; }
    .brick-item a img:first-child {
      margin: 0; }
    .brick-item a:not(.button):hover {
      background-color: #1c509b; }
      .brick-item a:not(.button):hover * {
        color: white !important; }
      .brick-item a:not(.button):hover p, .brick-item a:not(.button):hover ul {
        opacity: .75; }

.ie8 .brick {
  width: 910px; }
.ie8 .brick-item {
  display: inline; }
  .ie8 .brick-item:nth-child(4n+1) {
    clear: both; }
  .ie8 .brick-item.brick-item-double {
    width: 227.5px; }

.brick-item-content {
  zoom: 1;
  padding: 13px;
  /* 		padding-top: $padding + round($fontSize/2); */
  position: relative;
  /*
  		&:before {
  			position: absolute;
  			content: "";
  			top: 0;
  			left: 0;
  			width: 100%;
  			height: round($fontSize/2);
  			background-image: url(../image/bg-stripe-double.png);
  		}
  */ }
  .brick-item-content:after {
    content: "";
    display: block;
    clear: both; }

.wall-fence .brick-item-content {
  padding: 0;
  /*
  		&:before {
  			display: none;
  		}
  */ }

.brick-item-content-date,
.brick-item-content-tag {
  color: #7f7f7f !important;
  margin-bottom: 0 !important;
  font-size: 11px;
  line-height: 22px;
  font-style: italic; }

.brick-item-content-tag {
  zoom: 1; }
  .brick-item-content-tag:after {
    content: "";
    display: block;
    clear: both; }
  .brick-item-content-tag .brick-item-content-tag-item {
    float: left;
    margin-right: .5em; }
    .brick-item-content-tag .brick-item-content-tag-item:last-child {
      margin-right: 0; }

/* -------------------------------------------------- */
/* Module Extra: END */
/* -------------------------------------------------- */
/* !! module-leader */
.module-leader {
  zoom: 1;
  position: relative;
  z-index: 0; }
  .module-leader:after {
    content: "";
    display: block;
    clear: both; }
  .module-leader dt, .module-leader dd {
    background-color: white; }
  .module-leader dt {
    clear: both;
    float: left;
    padding-right: .25em; }
  .module-leader dd {
    float: right;
    padding-left: .25em; }
  .module-leader:before {
    z-index: -1;
    content: "";
    width: 100%;
    position: absolute;
    border-top: 1px solid #444444;
    height: 1px;
    right: 0;
    bottom: 1em; }
  .module-leader + .module-leader {
    margin-top: -26px; }

.module-leader-dotted:before {
  border-top-style: dotted; }

/* module-leader: END */
/* !! module-ruled */
p.module-ruled,
.module-ruled p {
  background-image: url(../image/ruled.png); }

.bg-ngtv p.module-ruled,
.bg-ngtv .module-ruled p,
.bg-main p.module-ruled,
.bg-main .module-ruled p {
  background-image: url(../image/ruled--ngtv.png); }

/* module-ruled: END */
/* !! module-column */
.module-column {
  -webkit-column-gap: 26px;
  -moz-column-gap: 26px;
  column-gap: 26px;
  margin-bottom: 26px; }
  .module-column br:last-child {
    display: none; }
  .module-column span.last {
    text-align: right;
    display: inline-block;
    width: 100%;
    margin-top: 26px; }
  .module-column.continue:after {
    content: "";
    background-image: url(../image/icon/arrowLeftBottom.png);
    background-size: 13px 13px;
    width: 13px;
    height: 13px;
    display: inline-block; }
  .module-column.continue + .module-column:before {
    content: "";
    background-image: url(../image/icon/arrowLeftBottom.png);
    background-size: 13px 13px;
    width: 13px;
    height: 13px;
    display: inline-block; }

.module-column-two {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2; }

.module-column-three {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3; }

.module-column-four {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4; }

/* module-column: END */
.module-gallery-bg {
  margin-bottom: 0 !important;
  display: block; }

.module-gallery-wrap {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0; }

.module-gallery-item {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  display: none; }
  .module-gallery-item.is-active {
    z-index: 1; }

.module-gallery-controler-item.is-active, .module-gallery-controler-item.is-active a:hover {
  cursor: default;
  text-decoration: none;
  color: inherit; }

.accordion-trigger {
  cursor: pointer; }

.accordion-trigger-isActive {
  color: blue !important; }

.readMore-trigger-isActive {
  display: none; }

.accordion-item,
.readMore-item {
  display: none; }

.accordion-item-isActive,
.readMore-item.is-active {
  display: block; }

.readMore-trigger.is-active {
  display: none; }

.txtNgtv, .module-over-wrap-inner-plane, .txtNgtv *, .module-over-wrap-inner-plane * {
  color: white !important; }
.txtNgtv a, .module-over-wrap-inner-plane a {
  text-decoration: underline; }
  .txtNgtv a:hover, .module-over-wrap-inner-plane a:hover {
    text-decoration: none; }
.txtNgtv a[target="_blank"]:not(.button):not(.no-icon), .module-over-wrap-inner-plane a[target="_blank"]:not(.button):not(.no-icon), .txtNgtv[target="_blank"]:not(.button):not(.no-icon), [target="_blank"].module-over-wrap-inner-plane:not(.button):not(.no-icon) {
  background-image: url(common/image/icon/icon-11-blank-ngtv.png); }
.txtNgtv a[href^='mailto'], .module-over-wrap-inner-plane a[href^='mailto'], .txtNgtv[href^='mailto'], [href^='mailto'].module-over-wrap-inner-plane {
  background-image: url(common/image/icon/icon-11-mail-ngtv.png); }

.menuView-v .menuView-item {
  display: block;
  padding: 7px 13px;
  background-color: #f7f7f7;
  border: 1px solid #f0f0f0;
  border-top: 1px solid white; }
  .menuView-v .menuView-item:first-child {
    border-top: 1px solid #f0f0f0; }
  .menuView-v .menuView-item:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
  .menuView-v .menuView-item:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px; }
  .menuView-v .menuView-item a {
    display: block;
    margin: -7px -13px;
    padding: 7px 13px; }
    .menuView-v .menuView-item a:hover, .menuView-v .menuView-item a.is-active {
      background-color: #e3e3e3;
      text-decoration: none; }
.menuView-v .menuView-item.menuView-heading {
  background-color: #1c509b;
  border: 1px solid #1c509b;
  border-bottom: 1px solid #19478a;
  border-top: 1px solid #205bb1; }
  .menuView-v .menuView-item.menuView-heading, .menuView-v .menuView-item.menuView-heading a {
    color: white; }
  .menuView-v .menuView-item.menuView-heading a:hover
  .menuView-v .menuView-item.menuView-heading a.is-active {
    background-color: #19478a; }
.menuView-v .menuView-item.menuView-subHeading {
  background-color: #205bb1;
  border: 1px solid #205bb1;
  border-bottom: 1px solid #1c509b;
  border-top: 1px solid #2466c6; }
  .menuView-v .menuView-item.menuView-subHeading, .menuView-v .menuView-item.menuView-subHeading a {
    color: white; }
  .menuView-v .menuView-item.menuView-subHeading a:hover
  .menuView-v .menuView-item.menuView-subHeading a.is-active {
    background-color: #1c509b; }

.menuView-h {
  display: table;
  table-layout: fixed;
  width: 100%; }
  .menuView-h .menuView-item {
    display: table-cell;
    text-align: center; }
    .menuView-h .menuView-item:first-child a {
      border-radius: 3px 0 0 3px; }
    .menuView-h .menuView-item:last-child a {
      border-radius: 0 3px 3px 0; }
    .menuView-h .menuView-item a {
      color: white;
      display: block;
      padding: 7px 13px;
      background-color: #1c509b;
      border: 1px solid #1c509b;
      border-right: 1px solid #19478a;
      border-left: 1px solid #205bb1; }
      .menuView-h .menuView-item a:hover {
        background-color: #19478a;
        text-decoration: none; }

.menuView-flat-v .menuView-item {
  display: block;
  padding: 7px 13px;
  background-color: #f0f0f0;
  border: 1px solid #e3e3e3; }
  .menuView-flat-v .menuView-item:not(:first-child) {
    border-top: none !important; }
  .menuView-flat-v .menuView-item:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
  .menuView-flat-v .menuView-item:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px; }
  .menuView-flat-v .menuView-item a {
    display: block;
    margin: -7px -13px;
    padding: 7px 13px;
    text-decoration: none !important; }
    .menuView-flat-v .menuView-item a:hover {
      background-color: #e3e3e3;
      text-decoration: none !important; }
  .menuView-flat-v .menuView-item.menuView-item-p {
    background-color: white; }
    .menuView-flat-v .menuView-item.menuView-item-p a {
      padding: 0;
      display: inline;
      margin: 0;
      background: none; }
      .menuView-flat-v .menuView-item.menuView-item-p a:hover {
        background: none;
        text-decoration: underline !important; }
.menuView-flat-v .menuView-item.menuView-heading, .menuView-flat-v .menuView-item.menuView-heading *,
.menuView-flat-v .menuView-item.menuView-subHeading,
.menuView-flat-v .menuView-item.menuView-subHeading * {
  color: white !important; }
.menuView-flat-v .menuView-item.menuView-heading a,
.menuView-flat-v .menuView-item.menuView-subHeading a {
  text-decoration: underline; }
  .menuView-flat-v .menuView-item.menuView-heading a:hover,
  .menuView-flat-v .menuView-item.menuView-subHeading a:hover {
    text-decoration: none; }
.menuView-flat-v .menuView-item.menuView-heading a[target="_blank"]:not(.button):not(.no-icon), .menuView-flat-v .menuView-item.menuView-heading[target="_blank"]:not(.button):not(.no-icon),
.menuView-flat-v .menuView-item.menuView-subHeading a[target="_blank"]:not(.button):not(.no-icon),
.menuView-flat-v .menuView-item.menuView-subHeading[target="_blank"]:not(.button):not(.no-icon) {
  background-image: url(common/image/icon/icon-11-blank-ngtv.png); }
.menuView-flat-v .menuView-item.menuView-heading a[href^='mailto'], .menuView-flat-v .menuView-item.menuView-heading[href^='mailto'],
.menuView-flat-v .menuView-item.menuView-subHeading a[href^='mailto'],
.menuView-flat-v .menuView-item.menuView-subHeading[href^='mailto'] {
  background-image: url(common/image/icon/icon-11-mail-ngtv.png); }
.menuView-flat-v .menuView-item.menuView-heading {
  background-color: #1c509b;
  border: 1px solid #163e78; }
  .menuView-flat-v .menuView-item.menuView-heading a:hover {
    background-color: #19478a; }
.menuView-flat-v .menuView-item.menuView-subHeading {
  background-color: #205bb1;
  border: 1px solid #163e78; }
  .menuView-flat-v .menuView-item.menuView-subHeading a:hover {
    background-color: #1c509b; }

img.bordered {
  border: 1px solid rgba(0, 0, 0, 0.15); }

img.width-half {
  width: 50% !important;
  min-width: 50% !important; }

.imageFrame_rounded {
  border-radius: 3px; }

.imageFrame_circle {
  border-radius: 50%; }

.imageFrame_shadow {
  position: relative;
  z-index: 1; }
  .imageFrame_shadow:before {
    content: "";
    position: absolute;
    bottom: 7px;
    left: 14px;
    width: 50%;
    box-shadow: 0 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: -1;
    transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg); }
  .imageFrame_shadow:after {
    content: "";
    position: absolute;
    bottom: 7px;
    right: 14px;
    width: 50%;
    box-shadow: 0 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: -1;
    transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -webkit-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg); }
  .imageFrame_shadow img {
    background-color: white; }

.imageFrame_border {
  background-color: white;
  padding: 8px;
  border: 1px solid #f0f0f0; }

.imageFrame_grad-T-B,
.imageFrame_grad-B-T,
.imageFrame_grad-L-R,
.imageFrame_grad-R-L {
  display: block;
  position: relative; }
  .imageFrame_grad-T-B:before,
  .imageFrame_grad-B-T:before,
  .imageFrame_grad-L-R:before,
  .imageFrame_grad-R-L:before {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.imageFrame_grad-T-B:before {
  background: rgba(255, 255, 255, 0.5);
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(rgba(255, 255, 255, 0)));
  background: -moz-linear-gradient(top, white, rgba(255, 255, 255, 0));
  background: -o-linear-gradient(top, white, rgba(255, 255, 255, 0));
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr=rgba(255, 255, 255, 0), GradientType=0)";
  background: -ms-linear-gradient(top, white, rgba(255, 255, 255, 0));
  background: linear-gradient(to bottom, white, rgba(255, 255, 255, 0));
  background: linear-gradient(white, rgba(255, 255, 255, 0)); }

.imageFrame_grad-B-T:before {
  background: rgba(255, 255, 255, 0.5);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0), white);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0), white);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(255, 255, 255, 0)', endColorstr=white, GradientType=0)";
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0), white);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white);
  background: linear-gradient(rgba(255, 255, 255, 0), white); }

.imageFrame_grad-L-R:before {
  background: -webkit-gradient(linear, left top, right top, from(white), to(rgba(255, 255, 255, 0)));
  background: -moz-linear-gradient(left, white, rgba(255, 255, 255, 0));
  background: -o-linear-gradient(left, white, rgba(255, 255, 255, 0));
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr=rgba(255, 255, 255, 0), GradientType=1)";
  background: -ms-linear-gradient(left, white, rgba(255, 255, 255, 0));
  background: linear-gradient(to right, white, rgba(255, 255, 255, 0)); }

.imageFrame_grad-R-L:before {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white));
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0), white);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0), white);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(255, 255, 255, 0)', endColorstr=white, GradientType=1)";
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0), white);
  background: linear-gradient(to right, rgba(255, 255, 255, 0), white); }

.slider-horizontal,
.slider-thumbnail {
  overflow: hidden;
  margin-bottom: 26px; }

.slider-horizontal-inner {
  position: relative;
  width: 910px;
  height: 400px;
  margin-left: auto;
  margin-right: auto; }

.slider-thumbnail-inner {
  position: relative;
  width: 910px;
  height: 480px;
  margin-left: auto;
  margin-right: auto; }

.slider-horizontal-items {
  position: absolute;
  top: 0;
  left: -100%;
  width: 700%;
  background-color: #000; }
  .slider-horizontal-items .slider-horizontal-item {
    opacity: 0.5;
    float: left;
    width: 14.28571%;
    height: 400px;
    background-size: cover;
    background-position: center center;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out; }
  .slider-horizontal-items .slider-horizontal-selected {
    opacity: 1; }
  .slider-horizontal-items .slider-horizontal-item-one {
    background-image: url(../../image/slider1/img/1.jpg); }
  .slider-horizontal-items .slider-horizontal-item-two {
    background-image: url(../../image/slider1/img/2.jpg); }
  .slider-horizontal-items .slider-horizontal-item-three {
    background-image: url(../../image/slider1/img/3.jpg); }
  .slider-horizontal-items .slider-horizontal-item-four {
    background-image: url(../../image/slider1/img/4.jpg); }
  .slider-horizontal-items .slider-horizontal-item-five {
    background-image: url(../../image/slider1/img/5.jpg); }

.slider-horizontal-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 910px;
  height: 400px; }
  .slider-horizontal-frame .slider-horizontal-controler-prev,
  .slider-horizontal-frame .slider-horizontal-controler-next {
    position: absolute;
    top: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    width: 52px;
    height: 52px;
    margin-top: -26px;
    background-size: 100% 100%;
    text-indent: -100%;
    overflow: hidden; }
  .slider-horizontal-frame .slider-horizontal-controler-prev {
    left: -52px;
    background-image: url(../image/icon/arrowLeft-ngtv.png); }
  .slider-horizontal-frame .slider-horizontal-controler-next {
    right: -52px;
    background-image: url(../image/icon/arrowRight-ngtv.png); }

.slider-horizontal-dots {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 26px;
  left: 0;
  zoom: 1; }
  .slider-horizontal-dots:after {
    content: "";
    display: block;
    clear: both; }
  .slider-horizontal-dots .slider-horizontal-dot {
    vertical-align: bottom;
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    width: 9px;
    height: 9px;
    margin-left: 13px; }
    .slider-horizontal-dots .slider-horizontal-dot:first-child {
      margin-left: 0; }
  .slider-horizontal-dots .slider-horizontal-dot-selected {
    background-color: #1c509b; }

.slider-thumbnail-thumbs {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #000; }
  .slider-thumbnail-thumbs .slider-thumbnail-thumb {
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    opacity: 0.5;
    float: left;
    width: 20%;
    height: 80px;
    background-size: cover;
    background-position: center center; }
  .slider-thumbnail-thumbs .slider-thumbnail-thumb-one {
    background-image: url(../../image/slider1/img/1.jpg); }
  .slider-thumbnail-thumbs .slider-thumbnail-thumb-two {
    background-image: url(../../image/slider1/img/2.jpg); }
  .slider-thumbnail-thumbs .slider-thumbnail-thumb-three {
    background-image: url(../../image/slider1/img/3.jpg); }
  .slider-thumbnail-thumbs .slider-thumbnail-thumb-four {
    background-image: url(../../image/slider1/img/4.jpg); }
  .slider-thumbnail-thumbs .slider-thumbnail-thumb-five {
    background-image: url(../../image/slider1/img/5.jpg); }
  .slider-thumbnail-thumbs .slider-thumbnail-thumb-selected,
  .slider-thumbnail-thumbs .slider-thumbnail-thumb:hover {
    opacity: 1; }

.slider-fade {
  margin-bottom: 26px; }

.slider-fade-frame {
  width: 910px;
  height: 400px;
  margin-left: auto;
  margin-right: auto;
  position: relative; }

.slider-fade-item {
  width: 910px;
  height: 400px;
  position: absolute;
  top: 0;
  bottom: 0;
  background-size: cover;
  background-position: center center;
  display: none;
  overflow: hidden; }
  .slider-fade-item:first-child {
    display: block; }

.slider-fade-controler-prev,
.slider-fade-controler-next {
  position: absolute;
  top: 50%;
  width: 52px;
  height: 52px;
  margin-top: -26px;
  background-size: 100% 100%;
  text-indent: -100%;
  overflow: hidden; }

.slider-fade-controler-prev {
  left: 0;
  background-image: url(../image/icon/arrowLeftFont.png); }

.slider-fade-controler-next {
  right: 0;
  background-image: url(../image/icon/arrowRightFont.png); }

.slider-fade-dots {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 26px;
  left: 0;
  zoom: 1; }
  .slider-fade-dots:after {
    content: "";
    display: block;
    clear: both; }
  .slider-fade-dots .slider-fade-dot {
    vertical-align: bottom;
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    width: 9px;
    height: 9px;
    margin-left: 13px; }
    .slider-fade-dots .slider-fade-dot:first-child {
      margin-left: 0; }
  .slider-fade-dots .slider-fade-dot-selected {
    background-color: #1c509b; }

.slider-fadeFull {
  margin-bottom: -52px;
  width: 100%;
  min-width: 910px;
  height: 400px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  background-color: black; }
  .slider-fadeFull:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -481px;
    width: 962px;
    background-color: #fff;
    height: 78px;
    border-radius: 3px 3px 0 0; }

.slider-fadeFull + .layout-content-inner {
  position: relative; }

.slider-fadeFull-item {
  width: 100%;
  height: 400px;
  position: absolute;
  top: 0;
  bottom: 0;
  background-size: cover;
  background-position: center center;
  display: none; }
  .slider-fadeFull-item:first-child {
    display: block; }

.slider-fadeFull-item-one {
  background-image: url(../../image/slider4/img/1.jpg); }

.slider-fadeFull-item-two {
  background-image: url(../../image/slider4/img/2.jpg); }

.slider-fadeFull-item-three {
  background-image: url(../../image/slider4/img/3.jpg); }

.slider-fadeFull-item-four {
  background-image: url(../../image/slider4/img/4.jpg); }

.slider-fadeFull-item-five {
  background-image: url(../../image/slider4/img/5.jpg); }

.slider-fadeFull-controler-prev,
.slider-fadeFull-controler-next {
  position: absolute;
  top: 50%;
  width: 39px;
  height: 39px;
  margin-top: -39px;
  background-size: 100% 100%;
  text-indent: -100%;
  overflow: hidden; }

.slider-fadeFull-controler-prev {
  left: 13px;
  background-image: url(../image/icon/arrowLeft-ngtv.png); }

.slider-fadeFull-controler-next {
  right: 13px;
  background-image: url(../image/icon/arrowRight-ngtv.png); }

.slider-fadeFull-dots {
  position: absolute;
  width: 100%;
  text-align: right;
  bottom: 95px;
  left: 0;
  zoom: 1; }
  .slider-fadeFull-dots:after {
    content: "";
    display: block;
    clear: both; }
  .slider-fadeFull-dots .slider-fadeFull-dots-inner {
    width: 962px;
    margin-left: auto;
    margin-right: auto; }
    .slider-fadeFull-dots .slider-fadeFull-dots-inner .slider-fadeFull-dot {
      vertical-align: bottom;
      display: inline-block;
      background-color: rgba(255, 255, 255, 0.5);
      border-radius: 50%;
      width: 9px;
      height: 9px;
      margin-left: 13px; }
      .slider-fadeFull-dots .slider-fadeFull-dots-inner .slider-fadeFull-dot:first-child {
        margin-left: 0; }
    .slider-fadeFull-dots .slider-fadeFull-dots-inner .slider-fadeFull-dot-selected {
      background-color: #1c509b; }

.slider-5 {
  position: relative;
  width: 936px;
  margin-left: auto;
  margin-right: auto; }

.slider-5-inner-wrap {
  position: relative;
  overflow: hidden;
  width: 936px;
  height: 182px; }

.slider-5-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }
  .slider-5-inner:not(:first-child) {
    left: 936px; }

.slider-5-item {
  width: 156px;
  padding-right: 13px;
  padding-left: 13px;
  float: left; }
  .slider-5-item:last-child {
    margin-right: 0; }
  .slider-5-item a {
    display: block; }

.slider-5-controler-prev,
.slider-5-controler-next {
  position: absolute;
  top: 65px;
  width: 39px;
  height: 39px;
  margin-top: -20px;
  background-size: 100% 100%;
  text-indent: -100%;
  overflow: hidden; }
  .slider-5-controler-prev.slider-5-controler-deadEnd,
  .slider-5-controler-next.slider-5-controler-deadEnd {
    opacity: 0.25;
    cursor: default; }

.slider-5-controler-prev {
  left: -52px;
  background-image: url(../image/icon/arrowLeft.png); }

.slider-5-controler-next {
  right: -52px;
  background-image: url(../image/icon/arrowRight.png); }

.countdown {
  width: 351px;
  margin-left: auto;
  margin-right: auto; }
  .countdown .yycountdown-box {
    position: relative;
    zoom: 1; }
    .countdown .yycountdown-box:after {
      content: "";
      display: block;
      clear: both; }
    .countdown .yycountdown-box > *:nth-child(odd) {
      color: white;
      font-size: 46px;
      text-align: center;
      text-shadow: 0 -2px 0px black;
      width: 78px;
      height: 117px;
      line-height: 117px;
      display: block;
      float: left;
      margin-right: 13px;
      border-radius: 6px;
      background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #111111), color-stop(0.5, #5e5e5e), color-stop(0, #444444));
      background: -webkit-linear-gradient(top, #444444 0%, #5e5e5e 50%, #111111 100%);
      background: -moz-linear-gradient(top, #444444 0%, #5e5e5e 50%, #111111 100%);
      background: -o-linear-gradient(top, #444444 0%, #5e5e5e 50%, #111111 100%);
      background: -ms-linear-gradient(top, #444444 0%, #5e5e5e 50%, #111111 100%);
      background: linear-gradient(top, #444444 0%, #5e5e5e 50%, #111111 100%);
      /* 					@include vGradientGross(darken($colorFont, 15%), $colorFont, darken($colorFont, 15%), lighten($colorFont, 10%)); */
      -webkit-box-shadow: inset 0 0 26px black;
      -moz-box-shadow: inset 0 0 26px black;
      box-shadow: inset 0 0 26px black;
      border: 1px solid #000;
      position: relative; }
    .countdown .yycountdown-box > *:nth-last-child(2) {
      margin-right: 0; }
    .countdown .yycountdown-box > *:nth-child(even) {
      display: none; }
    .countdown .yycountdown-box > *.yyc-day:after, .countdown .yycountdown-box > *.yyc-hou:after, .countdown .yycountdown-box > *.yyc-min:after, .countdown .yycountdown-box > *.yyc-sec:after {
      content: "asdf";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      font-size: 9px;
      line-height: 26px; }
    .countdown .yycountdown-box > *.yyc-day:after {
      content: "day"; }
    .countdown .yycountdown-box > *.yyc-hou:after {
      content: "hour"; }
    .countdown .yycountdown-box > *.yyc-min:after {
      content: "min"; }
    .countdown .yycountdown-box > *.yyc-sec:after {
      content: "sec"; }

.badge {
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100% 100%; }

.badge-close {
  font-family: 'icon-font';
  font-size: 26px;
  color: white;
  background-color: #444444;
  border-radius: 50%;
  cursor: pointer;
  width: 39px;
  height: 39px;
  line-height: 39px;
  text-align: center;
  top: -20px;
  right: -20px;
  display: block;
  position: absolute; }
  .badge-close, .badge-close:hover {
    text-decoration: none; }
  .badge-close:hover {
    background-color: #1c509b; }
  .badge-close, .badge-close:hover {
    text-decoration: none; }

.switch-click img {
  background-color: #fff; }
  .switch-click img else {
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out; }
.switch-click .badge-zoom {
  font-family: 'icon-font';
  font-size: 39px;
  color: #444444;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  width: 39px;
  height: 39px;
  display: none; }
  .switch-click .badge-zoom, .switch-click .badge-zoom:hover {
    text-decoration: none; }

.badge-big-zigzag {
  position: absolute;
  top: -18px;
  right: -18px;
  background-image: url(../image/badge/badge.png);
  width: 130px;
  height: 130px;
  color: white; }
  .badge-big-zigzag > * {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto !important;
    text-align: center;
    width: 100%;
    font-size: 15px;
    height: 78px;
    text-shadow: 0px -1px 0px #000; }

.wrap-icon {
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  top: 65px;
  right: 65px;
  cursor: pointer;
  color: white;
  font-family: 'icon-font';
  font-size: 39px; }
  .wrap-icon, .wrap-icon:hover {
    text-decoration: none; }

.background-roop-animation {
  width: 200px;
  height: 200px;
  background-image: url(../../image/anime-roop/image/anime-roop.png);
  background-repeat: repeat-x;
  -moz-animation: bg_move 3s linear 0 infinite;
  -webkit-animation: bg_move 3s linear 0 infinite;
  -o-animation: bg_move 3s linear 0 infinite;
  -ms-animation: bg_move 3s linear 0 infinite; }

@-moz-keyframes 'bg_move' {
  from {
    background-position-x: left; }

  to {
    background-position-x: 200px; } }
@-webkit-keyframes 'bg_move' {
  from {
    background-position-x: left; }

  to {
    background-position-x: 200px; } }
@-o-keyframes 'bg_move' {
  from {
    background-position-x: left; }

  to {
    background-position-x: 200px; } }
@-ms-keyframes 'bg_move' {
  from {
    background-position-x: left; }

  to {
    background-position-x: 200px; } }
/* -------------------------------------------------- */
/* Module: END */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* !!! Module */
/* -------------------------------------------------- */
#seminar-list .seminar-list-category-item {
  position: relative;
  text-decoration: none; }
  #seminar-list .seminar-list-category-item span.alp {
    color: white;
    text-align: center;
    width: 40px;
    line-height: 54px;
    position: absolute; }
  #seminar-list .seminar-list-category-item span.txt {
    display: block;
    padding: 7px 13px;
    padding-left: 53px;
    line-height: 40px;
    padding-top: 7px;
    padding-bottom: 7px;
    background-color: #f0f0f0;
    height: 54px; }
    #seminar-list .seminar-list-category-item span.txt.double {
      line-height: 20px; }
  #seminar-list .seminar-list-category-item:hover {
    color: #444444; }
    #seminar-list .seminar-list-category-item:hover span.txt {
      background-color: #e3e3e3; }
  #seminar-list .seminar-list-category-item span.is-active + span.txt {
    color: white; }
  #seminar-list .seminar-list-category-item span.is-active {
    border-right: 1px solid white; }
  #seminar-list .seminar-list-category-item span.k {
    background-color: #e21b3c; }
    #seminar-list .seminar-list-category-item span.k.is-active + span {
      background-color: #e21b3c; }
  #seminar-list .seminar-list-category-item span.p {
    background-color: #817b7f; }
    #seminar-list .seminar-list-category-item span.p.is-active + span {
      background-color: #817b7f; }
  #seminar-list .seminar-list-category-item span.i {
    background-color: #e5aa50; }
    #seminar-list .seminar-list-category-item span.i.is-active + span {
      background-color: #e5aa50; }
  #seminar-list .seminar-list-category-item span.t {
    background-color: #466585; }
    #seminar-list .seminar-list-category-item span.t.is-active + span {
      background-color: #466585; }
  #seminar-list .seminar-list-category-item span.s {
    background-color: #55abc4; }
    #seminar-list .seminar-list-category-item span.s.is-active + span {
      background-color: #55abc4; }
  #seminar-list .seminar-list-category-item span.n {
    background-color: #478189; }
    #seminar-list .seminar-list-category-item span.n.is-active + span {
      background-color: #478189; }
  #seminar-list .seminar-list-category-item span.j {
    background-color: #e94620; }
    #seminar-list .seminar-list-category-item span.j.is-active + span {
      background-color: #e94620; }
  #seminar-list .seminar-list-category-item span.e {
    background-color: #326b58; }
    #seminar-list .seminar-list-category-item span.e.is-active + span {
      background-color: #326b58; }
  #seminar-list .seminar-list-category-item span.l {
    background-color: #326b58; }
    #seminar-list .seminar-list-category-item span.l.is-active + span {
      background-color: #326b58; }
  #seminar-list .seminar-list-category-item span.a {
    background-color: #e14788; }
    #seminar-list .seminar-list-category-item span.a.is-active + span {
      background-color: #e14788; }
  #seminar-list .seminar-list-category-item span.o {
    background-color: #ac9d75; }
    #seminar-list .seminar-list-category-item span.o.is-active + span {
      background-color: #ac9d75; }
  #seminar-list .seminar-list-category-item span.g {
    background-color: #71458a; }
    #seminar-list .seminar-list-category-item span.g.is-active + span {
      background-color: #71458a; }
#seminar-list .h2.session {
  border-left: none;
  color: white; }
  #seminar-list .h2.session.k {
    background-color: #e21b3c; }
  #seminar-list .h2.session.p {
    background-color: #817b7f; }
  #seminar-list .h2.session.i {
    background-color: #e5aa50; }
  #seminar-list .h2.session.t {
    background-color: #466585; }
  #seminar-list .h2.session.s {
    background-color: #55abc4; }
  #seminar-list .h2.session.n {
    background-color: #478189; }
  #seminar-list .h2.session.j {
    background-color: #e94620; }
  #seminar-list .h2.session.e {
    background-color: #326b58; }
  #seminar-list .h2.session.l {
    background-color: #326b58; }
  #seminar-list .h2.session.a {
    background-color: #e14788; }
  #seminar-list .h2.session.o {
    background-color: #ac9d75; }
  #seminar-list .h2.session.g {
    background-color: #71458a; }
#seminar-list .seminar-list-item {
  margin-bottom: 26px; }
  #seminar-list .seminar-list-item .seminar-list-item-info-item-code {
    color: white; }
  #seminar-list .seminar-list-item.k .seminar-list-item-info-item-code {
    background-color: #e21b3c; }
  #seminar-list .seminar-list-item.p .seminar-list-item-info-item-code {
    background-color: #817b7f; }
  #seminar-list .seminar-list-item.i .seminar-list-item-info-item-code {
    background-color: #e5aa50; }
  #seminar-list .seminar-list-item.t .seminar-list-item-info-item-code {
    background-color: #466585; }
  #seminar-list .seminar-list-item.s .seminar-list-item-info-item-code {
    background-color: #55abc4; }
  #seminar-list .seminar-list-item.n .seminar-list-item-info-item-code {
    background-color: #478189; }
  #seminar-list .seminar-list-item.j .seminar-list-item-info-item-code {
    background-color: #e94620; }
  #seminar-list .seminar-list-item.e .seminar-list-item-info-item-code {
    background-color: #326b58; }
  #seminar-list .seminar-list-item.l .seminar-list-item-info-item-code {
    background-color: #326b58; }
  #seminar-list .seminar-list-item.a .seminar-list-item-info-item-code {
    background-color: #e14788; }
  #seminar-list .seminar-list-item.o .seminar-list-item-info-item-code {
    background-color: #ac9d75; }
  #seminar-list .seminar-list-item.g .seminar-list-item-info-item-code {
    background-color: #71458a; }
#seminar-list .seminar-list-item-info {
  background-color: rgba(0, 0, 0, 0.15);
  margin-bottom: 0;
  zoom: 1; }
  #seminar-list .seminar-list-item-info:after {
    content: "";
    display: block;
    clear: both; }
  #seminar-list .seminar-list-item-info .seminar-list-item-info-item {
    float: left;
    padding: 7px 13px; }
  #seminar-list .seminar-list-item-info .seminar-list-item-info-item-place {
    float: right; }
#seminar-list .seminar-list-item > .seminar-list-item-title {
  font-size: 15px !important;
  line-height: 2.25em !important;
  line-height: 2.25rem !important;
  letter-spacing: 0.15em;
  padding: 13px;
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  font-weight: bold; }
#seminar-list .seminar-list-item-bottom {
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-top: none;
  padding: 13px;
  zoom: 1;
  position: relative; }
  #seminar-list .seminar-list-item-bottom:after {
    content: "";
    display: block;
    clear: both; }
  #seminar-list .seminar-list-item-bottom .seminar-list-item-title {
    font-size: 15px !important;
    line-height: 2.25em !important;
    line-height: 2.25rem !important;
    letter-spacing: 0.15em;
    margin-bottom: 13px;
    font-weight: bold; }
  #seminar-list .seminar-list-item-bottom .seminar-list-item-button {
    clear: both;
    width: 52%;
    margin-left: auto;
    margin-right: auto;
    position: relative; }
  #seminar-list .seminar-list-item-bottom .seminar-list-item-txt {
    float: left;
    width: 492px;
    margin-bottom: 13px; }
  #seminar-list .seminar-list-item-bottom .no-image .seminar-list-item-txt {
    width: 100%; }
  #seminar-list .seminar-list-item-bottom .hr + .seminar-list-item-txt {
    width: 100%;
    margin-bottom: 2em; }
  #seminar-list .seminar-list-item-bottom .seminar-list-item-image {
    width: 130px;
    min-width: 130px;
    max-width: 130px;
    margin-left: 26px;
    float: right;
    clear: both; }
  #seminar-list .seminar-list-item-bottom .seminar-list-item-person {
    margin-bottom: 13px;
    float: left;
    width: 492px; }
    #seminar-list .seminar-list-item-bottom .seminar-list-item-person .txtMini {
      line-height: 17px;
      padding: 2px 0; }
  #seminar-list .seminar-list-item-bottom .no-image .seminar-list-item-person {
    width: 100%; }
  #seminar-list .seminar-list-item-bottom .seminar-list-item-sub .seminar-list-item-subTitle {
    clear: both;
    font-size: 14px !important;
    line-height: 2.25em !important;
    line-height: 2.25rem !important;
    letter-spacing: 0.05em;
    font-weight: bold;
    margin-bottom: 0.5em; }
  #seminar-list .seminar-list-item-bottom .scroll {
    position: absolute;
    right: 13px;
    bottom: 13px;
    text-decoration: none;
    color: #9cb1b1; }

#exhibit-list input {
  height: 26px;
  line-height: 24px; }
#exhibit-list button {
  height: 26px;
  line-height: 26px;
  padding-top: 0;
  padding-bottom: 0; }
#exhibit-list .wall-exhibit-list {
  padding: 13px;
  padding-top: 0;
  background-color: #f0f0f0;
  border: 1px solid #d4d4d4;
  border-radius: 3px; }
  #exhibit-list .wall-exhibit-list .h2 {
    border: none;
    padding: 0;
    background-color: transparent;
    margin: 0; }
    #exhibit-list .wall-exhibit-list .h2 h2 {
      font-weight: bold; }
  #exhibit-list .wall-exhibit-list ul {
    margin-bottom: 13px; }
  #exhibit-list .wall-exhibit-list .hr {
    margin-bottom: 6.5px;
    border-color: #fff; }
#exhibit-list .form-wrap {
  background-color: #fff;
  padding: 13px;
  zoom: 1; }
  #exhibit-list .form-wrap:after {
    content: "";
    display: block;
    clear: both; }
  #exhibit-list .form-wrap .search-form {
    width: 78%;
    float: left; }
  #exhibit-list .form-wrap .submit-button {
    width: 20%;
    float: right; }
#exhibit-list .list-button {
  zoom: 1;
  margin-bottom: 0 !important; }
  #exhibit-list .list-button:after {
    content: "";
    display: block;
    clear: both; }
  #exhibit-list .list-button li {
    float: left;
    background-color: #fff;
    width: 25%;
    border: 2px solid #f0f0f0; }
    #exhibit-list .list-button li a {
      display: block;
      line-height: 19.5px;
      padding-top: 6.5px;
      padding-bottom: 6.5px;
      padding-left: .75em;
      padding-right: .75em;
      height: 52px;
      border-left: 2px solid #1c509b;
      text-decoration: none; }
      #exhibit-list .list-button li a:hover {
        background-color: #f7f7f7;
        text-decoration: underline; }
#exhibit-list .list-aiueo {
  background-color: #fff;
  display: table;
  width: 100%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  margin-bottom: 0 !important; }
  #exhibit-list .list-aiueo li {
    display: table-cell;
    border-left: 1px solid #1c509b;
    text-align: center;
    width: 8%;
    white-space: nowrap; }
    #exhibit-list .list-aiueo li:first-child {
      border-left: none;
      width: auto; }
    #exhibit-list .list-aiueo li a {
      display: block;
      text-decoration: none; }
      #exhibit-list .list-aiueo li a:hover {
        text-decoration: underline; }
#exhibit-list .h2.mbNone {
  border: none;
  background-color: #1c509b;
  color: white; }
#exhibit-list .h3.mbNone {
  border: none;
  background-color: #2b72d9;
  color: white;
  padding: 7px 13px; }
#exhibit-list .tableView + .h3.mbNone {
  margin-top: -26px; }
#exhibit-list .tableView td:first-child {
  width: 15%; }
#exhibit-list .tableView td:last-child {
  width: 60%; }
#exhibit-list .list-subCategory-title {
  font-size: 14px;
  border-left: 2px solid #1c509b;
  padding-left: 1em;
  margin-bottom: 0.5em; }
#exhibit-list .list-subCategory {
  zoom: 1;
  margin-bottom: 26px; }
  #exhibit-list .list-subCategory:after {
    content: "";
    display: block;
    clear: both; }
  #exhibit-list .list-subCategory li {
    float: left;
    margin-left: 0.4em; }
    #exhibit-list .list-subCategory li:before {
      content: "/";
      margin-right: 0.4em; }
    #exhibit-list .list-subCategory li:first-child {
      margin-left: 0; }
      #exhibit-list .list-subCategory li:first-child:before {
        display: none; }
    #exhibit-list .list-subCategory li a {
      color: #1c509b;
      text-decoration: none; }
      #exhibit-list .list-subCategory li a:hover {
        text-decoration: underline; }

.txtNgtv, .module-over-wrap-inner-plane, .txtNgtv *, .module-over-wrap-inner-plane * {
  color: white !important; }
.txtNgtv a, .module-over-wrap-inner-plane a {
  text-decoration: underline; }
  .txtNgtv a:hover, .module-over-wrap-inner-plane a:hover {
    text-decoration: none; }
.txtNgtv a[target="_blank"]:not(.button):not(.no-icon), .module-over-wrap-inner-plane a[target="_blank"]:not(.button):not(.no-icon), .txtNgtv[target="_blank"]:not(.button):not(.no-icon), [target="_blank"].module-over-wrap-inner-plane:not(.button):not(.no-icon) {
  background-image: url(common/image/icon/icon-11-blank-ngtv.png); }
.txtNgtv a[href^='mailto'], .module-over-wrap-inner-plane a[href^='mailto'], .txtNgtv[href^='mailto'], [href^='mailto'].module-over-wrap-inner-plane {
  background-image: url(common/image/icon/icon-11-mail-ngtv.png); }

.menuView-flat-v .menuView-item {
  display: block;
  padding: 7px 13px;
  background-color: #f0f0f0;
  border: 1px solid #e3e3e3; }
  .menuView-flat-v .menuView-item:not(:first-child) {
    border-top: none !important; }
  .menuView-flat-v .menuView-item:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
  .menuView-flat-v .menuView-item:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px; }
  .menuView-flat-v .menuView-item a {
    display: block;
    margin: -7px -13px;
    padding: 7px 13px;
    text-decoration: none !important; }
    .menuView-flat-v .menuView-item a:hover {
      background-color: #e3e3e3;
      text-decoration: none !important; }
.menuView-flat-v .menuView-item.menuView-heading, .menuView-flat-v .menuView-item.menuView-heading *,
.menuView-flat-v .menuView-item.menuView-subHeading,
.menuView-flat-v .menuView-item.menuView-subHeading * {
  color: white !important; }
.menuView-flat-v .menuView-item.menuView-heading a,
.menuView-flat-v .menuView-item.menuView-subHeading a {
  text-decoration: underline; }
  .menuView-flat-v .menuView-item.menuView-heading a:hover,
  .menuView-flat-v .menuView-item.menuView-subHeading a:hover {
    text-decoration: none; }
.menuView-flat-v .menuView-item.menuView-heading a[target="_blank"]:not(.button):not(.no-icon), .menuView-flat-v .menuView-item.menuView-heading[target="_blank"]:not(.button):not(.no-icon),
.menuView-flat-v .menuView-item.menuView-subHeading a[target="_blank"]:not(.button):not(.no-icon),
.menuView-flat-v .menuView-item.menuView-subHeading[target="_blank"]:not(.button):not(.no-icon) {
  background-image: url(common/image/icon/icon-11-blank-ngtv.png); }
.menuView-flat-v .menuView-item.menuView-heading a[href^='mailto'], .menuView-flat-v .menuView-item.menuView-heading[href^='mailto'],
.menuView-flat-v .menuView-item.menuView-subHeading a[href^='mailto'],
.menuView-flat-v .menuView-item.menuView-subHeading[href^='mailto'] {
  background-image: url(common/image/icon/icon-11-mail-ngtv.png); }
.menuView-flat-v .menuView-item.menuView-heading {
  background-color: #1c509b;
  border: 1px solid #163e78; }
  .menuView-flat-v .menuView-item.menuView-heading a:hover {
    background-color: #19478a; }
.menuView-flat-v .menuView-item.menuView-subHeading {
  background-color: #205bb1;
  border: 1px solid #163e78; }
  .menuView-flat-v .menuView-item.menuView-subHeading a:hover {
    background-color: #1c509b; }

#news .name {
  color: #1c509b;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 13px; }

#news-popup .layout-content-inner {
  width: 100%; }
  #news-popup .layout-content-inner article {
    width: 100%;
    padding: 26px; }
    #news-popup .layout-content-inner article .logo {
      margin-bottom: 26px;
      display: block; }
    #news-popup .layout-content-inner article .h1 {
      background: none;
      line-height: 26px;
      height: 26px;
      padding: 0;
      margin: 0;
      margin-bottom: 26px;
      border: none; }
    #news-popup .layout-content-inner article .name {
      color: #1c509b;
      font-weight: bold;
      font-size: 14px; }
    #news-popup .layout-content-inner article .popup-image {
      width: 40;
      min-width: inherit;
      max-width: inherit;
      float: right;
      padding-left: 1em;
      padding-bottom: 1em; }
#news-popup .h2 {
  position: relative;
  padding-right: 8em; }
  #news-popup .h2 .koma-no {
    position: absolute;
    right: 1em;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    font-size: 13px; }

#essay .people {
  width: 50px;
  height: 50px;
  float: left;
  clear: both;
  background-image: url(../../ja/essay/image/face_icon_student.png);
  text-indent: -999px; }

#essay .people-sensei {
  background-image: url(../../ja/essay/image/face_icon_teacher.png); }

#essay .fukidashi {
  width: 600px;
  float: right; }

#essay .profile {
  height: 50px; }

#essay .profile p {
  width: 48%;
  float: left;
  padding-left: 70px;
  position: relative;
  margin-bottom: 0; }

#essay .profile p img {
  position: absolute;
  top: 0;
  left: 0; }

#essay .profile p.ana {
  float: left; }

#essay .profile p.teacher {
  float: right; }

/* -------------------------------------------------- */
/* Module: END */
/* -------------------------------------------------- */
.justify_space {
  font-size: 8px; }
