@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: 20px; }

.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: 39px !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; }

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

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

.txtExBig {
  font-size: 16px !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: 10px;
  line-height: 20px; }

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

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

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

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

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

.txtExLight {
  color: #c7d2d2 !important; }

.txtNgtv, .txtNgtv * {
  color: white !important; }
.txtNgtv a {
  color: white; }
  .txtNgtv a.underline {
    border-color: white; }
    .txtNgtv 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: #1c1f87; }

.warning {
  color: #ee9933; }

.danger {
  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: #1c1f87;
  color: white; }

.bg-sub {
  background-color: #494c9f; }

.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: #1c1f87; }

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

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

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

/* -------------------------------------------------- */
/* 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 {
  text-decoration: none;
  color: #1c1f87;
  -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 {
    text-decoration: underline; }
  a.underline {
    line-height: 20px;
    border-bottom: 1px solid #1c1f87; }
    a.underline:hover {
      color: #1c1f87;
      border-bottom-style: dotted;
      text-decoration: none; }

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

/*
	::selection {
		background: rgba($colorMain,0.25);
	}
	::-moz-selection {
		background: rgba($colorMain,0.25);
	}
*/
pre {
  padding: 13px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 3px; }

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

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

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%; }
.layout-content img.cntr {
  margin-left: auto;
  margin-right: auto; }

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

header {
  background-color: white;
  position: fixed;
  z-index: 9999;
  width: 100%;
  line-height: 65px;
  font-size: 15px;
  -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;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05);
  /*
  		&.opacity {
  			color: #fff;
  			font-size: $fontSize;
  			line-height: $heightGlobalNav;
  			@include dropShadow(0, 0, 12px, 0.1);
  			h1 {
  				img {
  					width: 150px;
  					height: auto;
  					padding-top: 10px;
  				}
  			}
  		}
  */ }
  header a {
    color: #1c1f87; }
    header a:hover {
      text-decoration: none; }
  header h1 {
    float: left; }
    header h1 a {
      display: block;
      width: 180px;
      height: 51px; }
    header h1 img {
      -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;
      width: 180px;
      height: 51px;
      padding-top: 14px; }

/*
	.ie8 header {
		line-height: $heightGlobalNav * 1.25 !important;
		font-size: $fontSizeH3 !important;
		&.opacity {
			h1 {
				img {
					width: 180px;
					height: 37px + 14px;
					padding-top: 14px;
				}
			}
		}
	}
*/
.header-inner {
  width: 844px;
  margin-left: auto;
  margin-right: auto;
  zoom: 1; }
  .header-inner:after {
    content: "";
    display: block;
    clear: both; }

.header-nav {
  float: right;
  zoom: 1; }
  .header-nav:after {
    content: "";
    display: block;
    clear: both; }

.header-nav-item {
  display: block;
  float: left;
  padding-left: 1em;
  padding-right: 1em; }
  .header-nav-item:hover {
    color: #fff;
    background-color: #1c1f87; }

.layout-mainVisual {
  min-width: 844px;
  background-color: #1c1f87;
  height: 338px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }
  .layout-mainVisual .layout-mainVisual-inner {
    width: 844px;
    margin-left: auto;
    margin-right: auto; }
    .layout-mainVisual .layout-mainVisual-inner img {
      padding-top: 139px;
      position: relative; }

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

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

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

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

.layout-footer-site-inner {
  margin-left: auto;
  margin-right: auto;
  zoom: 1;
  width: 844px;
  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;
    width: 196px;
    margin-left: 20px; }
    .layout-footer-site-inner > *:not(.layout-footer-site-toTop):first-child {
      margin-left: 0; }

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

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

.layout-footer-global {
  background-color: #151765;
  color: white;
  letter-spacing: 0.1em;
  font-size: 10px;
  line-height: 20px;
  height: 39px;
  line-height: 38px; }

.layout-footer-global-inner {
  width: 844px;
  margin-left: auto;
  margin-right: auto; }

/* -------------------------------------------------- */
/* 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-5,
.grid-6,
.grid-7,
.grid-8,
.grid-9,
.grid-10,
.grid-11 {
  float: left;
  margin-left: 20px;
  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-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-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: 16px; }

.grid-1 {
  width: 52px; }

.grid-offset-1 {
  margin-left: 92px; }
  .grid-offset-1:first-child {
    margin-left: 72px; }

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

.grid-2 {
  width: 124px; }

.grid-offset-2 {
  margin-left: 164px; }
  .grid-offset-2:first-child {
    margin-left: 144px; }

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

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

.grid-3 {
  width: 196px; }

.grid-offset-3 {
  margin-left: 236px; }
  .grid-offset-3:first-child {
    margin-left: 216px; }

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

.grid-4 {
  width: 268px; }

.grid-5 {
  width: 340px; }

.grid-6 {
  width: 412px; }

.grid-7 {
  width: 484px; }

.grid-8 {
  width: 556px; }

.grid-9 {
  width: 628px; }

.grid-10 {
  width: 700px; }

.grid-11 {
  width: 772px; }

.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: END */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* !!! Module */
/* -------------------------------------------------- */
/* !! h1-6 */
.h1,
.h2,
.h3,
.h4,
.h5 {
  zoom: 1;
  clear: both;
  letter-spacing: 0.15em;
  color: #1c1f87; }
  .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: #1c1f87; }
  .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;
  margin-top: 39px;
  margin-bottom: 39px; }

.h2 {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 17px; }
  .h2 + .wall {
    margin-top: 26px; }
  form .h2 {
    margin-bottom: 26px; }

.h3 {
  font-size: 15px;
  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-top-color: #f2f2f2;
  border-top-color: rgba(0, 0, 0, 0.05);
  border-bottom-color: white;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-style: solid;
  clear: both;
  margin-left: auto;
  margin-right: auto;
  margin-top: 39px;
  margin-bottom: 39px; }
  .hr hr {
    display: none; }
  .hr + .layout-section {
    margin-top: 39px; }
  .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; }

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

	.hr + .layout-full {
		margin-top: $marginSection * -1;
	}
*/
.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 {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  background: rgba(121, 121, 121, 0.025);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.05)), to(rgba(255, 255, 255, 0)));
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.05), rgba(255, 255, 255, 0));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.05), rgba(255, 255, 255, 0));
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(0, 0, 0, 0.05)', endColorstr=rgba(255, 255, 255, 0), GradientType=0)";
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.05), rgba(255, 255, 255, 0));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.05), rgba(255, 255, 255, 0));
  background: linear-gradient(rgba(0, 0, 0, 0.05), rgba(255, 255, 255, 0)); }
  .ie8 .hr-shadow {
    background: none;
    background: #f8f8f8;
    background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(white));
    background: -moz-linear-gradient(top, #f2f2f2, white);
    background: -o-linear-gradient(top, #f2f2f2, white);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr=white, GradientType=0)";
    background: -ms-linear-gradient(top, #f2f2f2, white);
    background: linear-gradient(to bottom, #f2f2f2, white);
    background: linear-gradient(#f2f2f2, white); }
  .layout-full .hr-shadow {
    position: absolute;
    top: 0;
    z-index: -1; }

.hr-shadow-re {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  background: rgba(121, 121, 121, 0.025);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.05)));
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.05));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.05));
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(255, 255, 255, 0)', endColorstr=rgba(0, 0, 0, 0.05), GradientType=0)";
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.05));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.05));
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.05)); }
  .ie8 .hr-shadow-re {
    background: none;
    background: #f8f8f8;
    background: -webkit-gradient(linear, left top, left bottom, from(white), to(#f2f2f2));
    background: -moz-linear-gradient(top, white, #f2f2f2);
    background: -o-linear-gradient(top, white, #f2f2f2);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr=#f2f2f2, GradientType=0)";
    background: -ms-linear-gradient(top, white, #f2f2f2);
    background: linear-gradient(to bottom, white, #f2f2f2);
    background: linear-gradient(white, #f2f2f2); }
  .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(#1c1f87), to(rgba(28, 31, 135, 0)));
  background: -moz-linear-gradient(left, #1c1f87, rgba(28, 31, 135, 0));
  background: -o-linear-gradient(left, #1c1f87, rgba(28, 31, 135, 0));
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#1c1f87', endColorstr=rgba(28, 31, 135, 0), GradientType=1)";
  background: -ms-linear-gradient(left, #1c1f87, rgba(28, 31, 135, 0));
  background: linear-gradient(to right, #1c1f87, rgba(28, 31, 135, 0)); }
.bg-main .hr-shadow:after,
.bg-main .hr-shadow-re:after {
  background: -webkit-gradient(linear, left top, right top, from(rgba(28, 31, 135, 0)), to(#1c1f87));
  background: -moz-linear-gradient(left, rgba(28, 31, 135, 0), #1c1f87);
  background: -o-linear-gradient(left, rgba(28, 31, 135, 0), #1c1f87);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(28, 31, 135, 0)', endColorstr=#1c1f87, GradientType=1)";
  background: -ms-linear-gradient(left, rgba(28, 31, 135, 0), #1c1f87);
  background: linear-gradient(to right, rgba(28, 31, 135, 0), #1c1f87); }

.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 #1c1f87; }

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

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

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

.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: 7px; }

.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 #1c1f87;
  color: #1c1f87; }
  .wall-info > * {
    color: inherit;
    border-color: #1c1f87; }

.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 #f2f2f2;
  border: 1px solid rgba(0, 0, 0, 0.05); }

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

.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 */
/* -------------------------------------------------- */
/* !!! Table
/* -------------------------------------------------- */
table.tablePlane th {
  text-align: left; }
table.tablePlane td, table.tablePlane th {
  padding-right: 20px; }
  table.tablePlane td:last-child, table.tablePlane th:last-child {
    padding-right: 0; }

table.tableView {
  border-collapse: separate;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
  table.tableView thead th {
    text-align: center; }
  table.tableView th, table.tableView td {
    text-align: left;
    border-top: 1px solid rgba(0, 0, 0, 0.05); }
  table.tableView th, table.tableView td {
    padding: 7px 13px; }
  table.tableView th {
    white-space: nowrap; }

table.tableView-white {
  border-bottom: 1px solid white; }
  table.tableView-white td, table.tableView-white th {
    border-top: 1px solid white; }
    table.tableView-white td:first-child, table.tableView-white th:first-child {
      padding-left: 0; }
    table.tableView-white td:last-child, table.tableView-white th:last-child {
      padding-right: 0; }

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 rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  zoom: 1; }
  dl.tableView:after {
    content: "";
    display: block;
    clear: both; }
  dl.tableView dt, dl.tableView dd {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    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.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
  .tableView-line td, .tableView-line th {
    padding: 7px 13px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    text-align: center; }
  .tableView-line thead tr:last-child td, .tableView-line thead tr:last-child th {
    border-bottom: 3px solid rgba(0, 0, 0, 0.05); }
  .tableView-line tbody th {
    border-right: 3px solid rgba(0, 0, 0, 0.05); }
  .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 #1c1f87; }
  .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 #1c1f87; }

.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.05);
      border-top: 1px solid rgba(0, 0, 0, 0.05);
      border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
    .tableView-separate-h td:last-child:before, .tableView-separate-h th:last-child:before {
      border-right: 1px solid rgba(0, 0, 0, 0.05); }
  .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.05);
      border-right: 1px solid rgba(0, 0, 0, 0.05);
      border-left: 1px solid rgba(0, 0, 0, 0.05); }
  .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.05); }
  .tableView-separate-v td:empty:before,
  .tableView-separate-v th:empty:before {
    background-color: inherit;
    border: none; }

@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: 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: #1c1f87;
  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: #181b76; }
  .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-sub,
  button.button-sub {
    background-color: #494c9f; }
    .button.button-sub:hover,
    button.button-sub:hover {
      background-color: #434591; }
  .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 #20249c;
    border-bottom: 1px solid #181b76;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.5); }
    .button.button-bevel:hover,
    button.button-bevel:hover {
      border-top: 1px solid #1c1f87;
      border-bottom: 1px solid #151765; }
    .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 #5255b0;
      border-bottom: 1px solid #434591; }
  .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 #181b76;
    line-height: 37px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #1c1f87), color-stop(0.5, #1c1f87), color-stop(0, #20249c));
    background: -webkit-linear-gradient(top, #20249c 0%, #1c1f87 50%, #1c1f87 100%);
    background: -moz-linear-gradient(top, #20249c 0%, #1c1f87 50%, #1c1f87 100%);
    background: -o-linear-gradient(top, #20249c 0%, #1c1f87 50%, #1c1f87 100%);
    background: -ms-linear-gradient(top, #20249c 0%, #1c1f87 50%, #1c1f87 100%);
    background: linear-gradient(top, #20249c 0%, #1c1f87 50%, #1c1f87 100%);
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 #2529b1 inset; }
    .button.button-grad:hover,
    button.button-grad:hover {
      background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #181b76), color-stop(0.5, #181b76), color-stop(0, #1c1f87));
      background: -webkit-linear-gradient(top, #1c1f87 0%, #181b76 50%, #181b76 100%);
      background: -moz-linear-gradient(top, #1c1f87 0%, #181b76 50%, #181b76 100%);
      background: -o-linear-gradient(top, #1c1f87 0%, #181b76 50%, #181b76 100%);
      background: -ms-linear-gradient(top, #1c1f87 0%, #181b76 50%, #181b76 100%);
      background: linear-gradient(top, #1c1f87 0%, #181b76 50%, #181b76 100%);
      box-shadow: 0 1px 0 #2529b1 inset; }
    .button.button-grad:active,
    button.button-grad:active {
      background: #181b76;
      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;
    line-height: 37px;
    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 #181b76;
    border: 1px solid #1c1f87;
    border-bottom: 1px solid #2529b1;
    top: -5px;
    background: #1e2191;
    background: -webkit-gradient(linear, left top, left bottom, from(#1c1f87), to(#20249c));
    background: -moz-linear-gradient(top, #1c1f87, #20249c);
    background: -o-linear-gradient(top, #1c1f87, #20249c);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#1c1f87', endColorstr=#20249c, GradientType=0)";
    background: -ms-linear-gradient(top, #1c1f87, #20249c);
    background: linear-gradient(to bottom, #1c1f87, #20249c);
    background: linear-gradient(#1c1f87, #20249c); }
    .button.button-flatShadow:after,
    button.button-flatShadow:after {
      border-radius: 2px;
      border-top: 1px solid #20249c;
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0; }
    .button.button-flatShadow:hover,
    button.button-flatShadow:hover {
      top: -9px;
      background-color: #1c1f87;
      box-shadow: 0 9px 0 #181b76; }
    .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 #494c9f;
      border-bottom: 1px solid #6366b8;
      box-shadow: 0 5px 0 #434591;
      background: #4d50a7;
      background: -webkit-gradient(linear, left top, left bottom, from(#494c9f), to(#5255b0));
      background: -moz-linear-gradient(top, #494c9f, #5255b0);
      background: -o-linear-gradient(top, #494c9f, #5255b0);
      -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#494c9f', endColorstr=#5255b0, GradientType=0)";
      background: -ms-linear-gradient(top, #494c9f, #5255b0);
      background: linear-gradient(to bottom, #494c9f, #5255b0);
      background: linear-gradient(#494c9f, #5255b0); }
      .button.button-flatShadow.button-sub:after,
      button.button-flatShadow.button-sub:after {
        border-top: 1px solid #5255b0; }
      .button.button-flatShadow.button-sub:hover,
      button.button-flatShadow.button-sub:hover {
        top: -9px;
        background-color: #494c9f;
        box-shadow: 0 9px 0 #434591; }
  .button.button-slideLR,
  button.button-slideLR {
    position: relative;
    z-index: 2;
    background-color: #181b76; }
    .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: #1c1f87; }
    .button.button-slideLR:hover,
    button.button-slideLR:hover {
      color: white; }
      .button.button-slideLR:hover:before,
      button.button-slideLR:hover:before {
        width: 0;
        background-color: #1c1f87; }
  .button.button-slideBT,
  button.button-slideBT {
    position: relative;
    z-index: 2;
    background-color: #181b76; }
    .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: #1c1f87; }
    .button.button-slideBT:hover,
    button.button-slideBT:hover {
      color: white; }
      .button.button-slideBT:hover:before,
      button.button-slideBT:hover:before {
        height: 0;
        background-color: #1c1f87; }
  .button.button-slideOpenV,
  button.button-slideOpenV {
    position: relative;
    z-index: 2;
    background-color: #1c1f87;
    border: 1px solid #1c1f87;
    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: #1c1f87; }
    .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: #1c1f87;
      color: #1c1f87; }
      .button.button-slideOpenV:hover:before, .button.button-slideOpenV:hover:after,
      button.button-slideOpenV:hover:before,
      button.button-slideOpenV:hover:after {
        width: 0;
        background-color: #1c1f87; }
  .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: #1c1f87;
    border: 1px solid #1c1f87;
    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: #1c1f87;
      color: #1c1f87; }
      .button.button-slideOpenH:hover:before, .button.button-slideOpenH:hover:after,
      button.button-slideOpenH:hover:before,
      button.button-slideOpenH:hover:after {
        height: 0;
        background-color: #1c1f87; }
  .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 #1c1f87;
    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: #1c1f87; }
    .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: #1c1f87;
      -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 #1c1f87;
      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: #1c1f87;
      -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: #1c1f87;
      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%;
  height: 39px;
  line-height: 39px; }

.button-big {
  font-size: 16px;
  height: 48px;
  line-height: 48px; }

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

.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-icon {
  width: 52px;
  height: 52px;
  padding: 0;
  border-radius: 50%;
  text-indent: -200px;
  background-color: #1c1f87;
  position: relative;
  z-index: 0; }
  .button-circle-icon:before {
    -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;
    z-index: 1;
    content: "";
    position: absolute;
    top: 26px;
    left: 26px;
    display: block;
    width: 1px;
    height: 1px;
    border-radius: 50%;
    background-color: #494c9f; }
  .button-circle-icon:after {
    z-index: 2;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 52px;
    height: 52px;
    background-size: 39px 39px;
    background-repeat: no-repeat;
    background-position: center center; }
  .button-circle-icon:hover:before {
    display: block;
    top: -10px;
    left: -10px;
    width: 72px;
    height: 72px;
    top: 0;
    left: 0;
    width: 52px;
    height: 52px; }

.button-circle-icon-menu:after {
  background-image: url(../image/icon/menu-ngtv.png); }

.button-circle-icon-arrowTop:after {
  background-image: url(../image/icon/arrowTop-ngtv.png); }

.button-circle-icon-arrow-left:after {
  background-image: url(../image/icon/arrowLeft-ngtv.png); }

.button-circle-icon-arrow-right:after {
  background-image: url(../image/icon/arrowRight-ngtv.png); }

.button-circle-icon-home:after {
  background-image: url(../image/icon/home-ngtv.png); }

.button-circle-icon-thumbnail:after {
  background-image: url(../image/icon/thumbnail-ngtv.png); }

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

.brick-item {
  width: 211px;
  float: left;
  background-color: white;
  border: 1px solid #e3e3e3; }
  .brick-item.brick-item-double {
    width: 422px; }
  .brick-item.brick-item-triple {
    width: 633px; }
  .brick-item.brick-item-full {
    width: 844px; }
  .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: #1c1f87; }
      .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: 844px; }
.ie8 .brick-item {
  display: inline; }
  .ie8 .brick-item:nth-child(4n+1) {
    clear: both; }
  .ie8 .brick-item.brick-item-double {
    width: 211px; }

.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: END */
/* -------------------------------------------------- */
.pdfIcon {
  display: inline;
  vertical-align: middle;
  margin-right: 1em; }
