@charset "UTF-8";
/* line 184, ../_sass/_import.scss */
#menuContents header h2, main > article > h1, main > article > h2, main > aside > h1, main > aside > h2, main > nav > h1, main > nav > h2 {
  position: relative;
  min-height: 15px;
  line-height: 1;
  font-weight: normal;
  margin: 0 -10px 1em;
  padding: 15px 10px 12px;
  position: relative;
  background: -webkit-linear-gradient(bottom, #343434 0%, #000000 54%, #303030 54%, #303030 55%, #4f4f4f 100%);
  background: -moz-linear-gradient(bottom, #343434 0%, #000000 54%, #303030 54%, #303030 55%, #4f4f4f 100%);
  background: -o-linear-gradient(bottom, #343434 0%, #000000 54%, #303030 54%, #303030 55%, #4f4f4f 100%);
  background: -ms-linear-gradient(bottom, #343434 0%, #000000 54%, #303030 54%, #303030 55%, #4f4f4f 100%);
  background: linear-gradient(bottom, #343434 0%, #000000 54%, #303030 54%, #303030 55%, #4f4f4f 100%);
  border-bottom: 1px solid #4f4f4f;
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 5px 5px 0px;
  -moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 5px 5px 0px;
  -o-box-shadow: rgba(0, 0, 0, 0.4) 0px 5px 5px 0px;
  -ms-box-shadow: rgba(0, 0, 0, 0.4) 0px 5px 5px 0px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 5px 5px 0px;
}
/* line 102, ../_sass/_import.scss */
#menuContents header h2:before, main > article > h1:before, main > article > h2:before, main > aside > h1:before, main > aside > h2:before, main > nav > h1:before, main > nav > h2:before {
  content: '';
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  background: -webkit-linear-gradient(left, #038ef7 0%, #fdee02 50%, #fd0100 100%);
  background: -moz-linear-gradient(left, #038ef7 0%, #fdee02 50%, #fd0100 100%);
  background: -o-linear-gradient(left, #038ef7 0%, #fdee02 50%, #fd0100 100%);
  background: -ms-linear-gradient(left, #038ef7 0%, #fdee02 50%, #fd0100 100%);
  background: linear-gradient(left, #038ef7 0%, #fdee02 50%, #fd0100 100%);
}
/* line 195, ../_sass/_import.scss */
#menuContents header h2:before, main > article > h1:before, main > article > h2:before, main > aside > h1:before, main > aside > h2:before, main > nav > h1:before, main > nav > h2:before {
  border-bottom: 1px solid #4f4f4f;
}
/* line 198, ../_sass/_import.scss */
#menuContents header h2 .inner, main > article > h1 .inner, main > article > h2 .inner, main > aside > h1 .inner, main > aside > h2 .inner, main > nav > h1 .inner, main > nav > h2 .inner {
  margin-top: -2px;
}

/* --------------------------------------------

	FileName	:	vod.css
	Generator	:	Compass
]
-------------------------------------------- */
/*! normalize.css v1.0.1 | MIT License | git.io/normalize */
/* line 3, ../_sass/_normalize.scss */
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
main,
summary {
  display: block;
}

/* line 17, ../_sass/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
}

/* line 25, ../_sass/_normalize.scss */
[hidden] {
  display: none;
}

/* line 29, ../_sass/_normalize.scss */
html {
  width: 100%;
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/* line 36, ../_sass/_normalize.scss */
html,
button,
input,
select,
textarea {
  color: #e5e5e5;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック','MS P Gothic', sans-serif;
}

/* line 45, ../_sass/_normalize.scss */
html.ie,
html.ie button,
html.ie input,
html.ie select,
html.ie textarea {
  font-family: 'ヒラギノ角ゴ Pro W3', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック' , 'Osaka' , sans-serif;
}

/* line 53, ../_sass/_normalize.scss */
body {
  width: 100%;
  margin: 0;
  font-size: 93.75%;
}

/* line 59, ../_sass/_normalize.scss */
a {
  color: #e5e5e5;
  text-decoration: none;
}
/* line 62, ../_sass/_normalize.scss */
a:hover {
  text-decoration: underline;
}

/* line 67, ../_sass/_normalize.scss */
a:focus {
  outline: thin dotted;
}

/* line 71, ../_sass/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* line 76, ../_sass/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* line 81, ../_sass/_normalize.scss */
em {
  font-style: normal;
}

/* line 85, ../_sass/_normalize.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  margin: 0;
}

/* line 95, ../_sass/_normalize.scss */
p {
  margin: 0;
}

/* line 99, ../_sass/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 107, ../_sass/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 111, ../_sass/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 115, ../_sass/_normalize.scss */
dl,
ol,
ul {
  margin: 0;
}

/* line 121, ../_sass/_normalize.scss */
dd {
  margin: 0;
}

/* line 125, ../_sass/_normalize.scss */
ul,
ol,
li {
  list-style: none;
  list-style-image: none;
  padding: 0;
}

/* line 133, ../_sass/_normalize.scss */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
  vertical-align: top;
}

/* line 139, ../_sass/_normalize.scss */
figure {
  margin: 0;
}

/* line 143, ../_sass/_normalize.scss */
form {
  margin: 0;
}

/* line 147, ../_sass/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 153, ../_sass/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/* line 160, ../_sass/_normalize.scss */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/* line 170, ../_sass/_normalize.scss */
button,
input {
  line-height: normal;
}

/* line 175, ../_sass/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/* line 184, ../_sass/_normalize.scss */
button[disabled],
input[disabled] {
  cursor: default;
}

/* line 189, ../_sass/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/* line 197, ../_sass/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/* line 205, ../_sass/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 210, ../_sass/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 216, ../_sass/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* line 221, ../_sass/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 226, ../_sass/_normalize.scss */
address {
  font-style: normal;
}

/* line 8, ../_sass/_global.scss */
body {
  background: #000;
  line-height: 1.75;
}
/* line 11, ../_sass/_global.scss */
body > header {
  position: relative;
  padding: 8px 0 21px;
}
/* line 14, ../_sass/_global.scss */
body > header h1 {
  margin: 0 auto;
  width: 243px;
  height: 86px;
  background: url('/m/img/sprites/global-s34f2a1a94a.png') no-repeat 0 -204px;
  -webkit-background-size: 243px 390px;
  -moz-background-size: 243px 390px;
  -o-background-size: 243px 390px;
  -ms-background-size: 243px 390px;
  background-size: 243px 390px;
}
/* line 20, ../_sass/_global.scss */
body > footer {
  position: relative;
  padding: 16px 0 30px;
  font-size: 84.61538%;
}
/* line 102, ../_sass/_import.scss */
body > footer:before {
  content: '';
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  background: -webkit-linear-gradient(left, #038ef7 0%, #fdee02 50%, #fd0100 100%);
  background: -moz-linear-gradient(left, #038ef7 0%, #fdee02 50%, #fd0100 100%);
  background: -o-linear-gradient(left, #038ef7 0%, #fdee02 50%, #fd0100 100%);
  background: -ms-linear-gradient(left, #038ef7 0%, #fdee02 50%, #fd0100 100%);
  background: linear-gradient(left, #038ef7 0%, #fdee02 50%, #fd0100 100%);
}
/* line 24, ../_sass/_global.scss */
body > footer nav {
  margin: 0 0 15px;
}
/* line 26, ../_sass/_global.scss */
body > footer nav ul {
  display: table;
  margin: 0 auto 38px;
}
/* line 29, ../_sass/_global.scss */
body > footer nav ul li {
  display: table-cell;
  line-height: 1;
  border-right: 1px solid #454545;
  padding: 0 10px;
}
/* line 34, ../_sass/_global.scss */
body > footer nav ul li:first-child {
  padding-left: 0;
}
/* line 37, ../_sass/_global.scss */
body > footer nav ul li:last-child {
  padding-right: 0;
  border: 0;
}
/* line 42, ../_sass/_global.scss */
body > footer nav ul li a[target='_blank']:after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 9px;
  background: url('/m/img/sprites/icon-s7defb1f5ef.png') no-repeat 0 -163px;
  -webkit-background-size: 26px 274px;
  -moz-background-size: 26px 274px;
  -o-background-size: 26px 274px;
  -ms-background-size: 26px 274px;
  background-size: 26px 274px;
  background-position: 0 -253px;
  margin: 0 0 0 4px;
}
/* line 53, ../_sass/_global.scss */
body > footer small {
  display: block;
  text-align: center;
}

/* line 61, ../_sass/_global.scss */
#home {
  position: absolute;
  top: 0;
  left: 10px;
  z-index: 10;
}
/* line 66, ../_sass/_global.scss */
#home a {
  position: relative;
  width: 40px;
  height: 43px;
  border: 1px solid #313131;
  border-top: 0;
}
/* line 73, ../_sass/_global.scss */
#home a:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  margin: -15px 0 0 -15px;
  width: 30px;
  height: 29px;
  background: url('/m/img/sprites/global-s34f2a1a94a.png') no-repeat 0 -36px;
  -webkit-background-size: 243px 390px;
  -moz-background-size: 243px 390px;
  -o-background-size: 243px 390px;
  -ms-background-size: 243px 390px;
  background-size: 243px 390px;
}

/* line 85, ../_sass/_global.scss */
#menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
}
/* line 92, ../_sass/_global.scss */
#menu > a {
  position: relative;
  top: -1px;
  float: right;
  width: 40px;
  height: 44px;
  margin: 0 10px 0 0;
  border: 1px solid #313131;
  border-top: 0;
  background: #000;
}
/* line 103, ../_sass/_global.scss */
#menu > a:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  margin: -15px 0 0 -15px;
  width: 30px;
  height: 29px;
  background: url('/m/img/sprites/global-s34f2a1a94a.png') no-repeat 0 -137px;
  -webkit-background-size: 243px 390px;
  -moz-background-size: 243px 390px;
  -o-background-size: 243px 390px;
  -ms-background-size: 243px 390px;
  background-size: 243px 390px;
}
/* line 113, ../_sass/_global.scss */
#menu > a.close:before {
  content: ' ';
  margin: -15px 0 0 -17px;
  width: 34px;
  height: 31px;
  background: url('/m/img/sprites/global-s34f2a1a94a.png') no-repeat 0 0;
  -webkit-background-size: 243px 390px;
  -moz-background-size: 243px 390px;
  -o-background-size: 243px 390px;
  -ms-background-size: 243px 390px;
  background-size: 243px 390px;
}

/* line 122, ../_sass/_global.scss */
#menuContents {
  display: none;
  border-bottom: 1px solid #454545;
}
/* line 125, ../_sass/_global.scss */
#menuContents header {
  position: relative;
}
/* line 127, ../_sass/_global.scss */
#menuContents header h2 {
  margin: 0;
  padding: 20px 10px;
  border-bottom: 0;
}
/* line 132, ../_sass/_global.scss */
#menuContents header h2:before {
  display: none;
}
/* line 135, ../_sass/_global.scss */
#menuContents header h2 .inner {
  margin: 0 auto;
  width: 112px;
  height: 17px;
  background: url('/m/img/sprites/global-s34f2a1a94a.png') no-repeat 0 -295px;
  -webkit-background-size: 243px 390px;
  -moz-background-size: 243px 390px;
  -o-background-size: 243px 390px;
  -ms-background-size: 243px 390px;
  background-size: 243px 390px;
}
/* line 141, ../_sass/_global.scss */
#menuContents header a {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 40px;
  height: 45px;
  margin: -24px 0 0;
  border: 1px solid #454545;
  background: #000;
}
/* line 151, ../_sass/_global.scss */
#menuContents header a:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  margin: -15px 0 0 -17px;
  width: 34px;
  height: 31px;
  background: url('/m/img/sprites/global-s34f2a1a94a.png') no-repeat 0 0;
  -webkit-background-size: 243px 390px;
  -moz-background-size: 243px 390px;
  -o-background-size: 243px 390px;
  -ms-background-size: 243px 390px;
  background-size: 243px 390px;
}
/* line 162, ../_sass/_global.scss */
#menuContents h3 {
  position: relative;
  background: #222;
  padding: 0.6em 10px 0.3em;
  font-weight: normal;
}
/* line 102, ../_sass/_import.scss */
#menuContents h3:before {
  content: '';
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  background: -webkit-linear-gradient(left, #038ef7 0%, #fdee02 50%, #fd0100 100%);
  background: -moz-linear-gradient(left, #038ef7 0%, #fdee02 50%, #fd0100 100%);
  background: -o-linear-gradient(left, #038ef7 0%, #fdee02 50%, #fd0100 100%);
  background: -ms-linear-gradient(left, #038ef7 0%, #fdee02 50%, #fd0100 100%);
  background: linear-gradient(left, #038ef7 0%, #fdee02 50%, #fd0100 100%);
}
/* line 167, ../_sass/_global.scss */
#menuContents h3 + a {
  position: relative;
  display: block;
  padding: 0.7em 10px;
}
/* line 171, ../_sass/_global.scss */
#menuContents h3 + a:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 9px;
  margin: -9px 0 0;
  width: 15px;
  height: 19px;
  background: url('/m/img/sprites/icon-s7defb1f5ef.png') no-repeat 0 0;
  -webkit-background-size: 26px 274px;
  -moz-background-size: 26px 274px;
  -o-background-size: 26px 274px;
  -ms-background-size: 26px 274px;
  background-size: 26px 274px;
}
/* line 182, ../_sass/_global.scss */
#menuContents h4 {
  border-top: 1px solid #454545;
  border-bottom: 1px solid #454545;
  padding: 0.5em 10px;
  font-weight: normal;
  background: url("/m/img/bg_dot.gif") repeat 0 0;
  -webkit-background-size: 2px 2px;
  -moz-background-size: 2px 2px;
  -o-background-size: 2px 2px;
  -ms-background-size: 2px 2px;
  background-size: 2px 2px;
}
/* line 191, ../_sass/_global.scss */
#menuContents ul li {
  border-bottom: 1px solid #454545;
}
/* line 193, ../_sass/_global.scss */
#menuContents ul li:last-child {
  border: 0;
}
/* line 196, ../_sass/_global.scss */
#menuContents ul li a {
  position: relative;
  display: block;
  padding: 0.7em 10px;
}
/* line 200, ../_sass/_global.scss */
#menuContents ul li a:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 9px;
  margin: -9px 0 0;
  width: 15px;
  height: 19px;
  background: url('/m/img/sprites/icon-s7defb1f5ef.png') no-repeat 0 0;
  -webkit-background-size: 26px 274px;
  -moz-background-size: 26px 274px;
  -o-background-size: 26px 274px;
  -ms-background-size: 26px 274px;
  background-size: 26px 274px;
}
/* line 210, ../_sass/_global.scss */
#menuContents ul li a.pdf:after {
  margin: -10px 0 0;
  width: 18px;
  height: 20px;
  background: url('/m/img/sprites/icon-s7defb1f5ef.png') no-repeat 0 -233px;
  -webkit-background-size: 26px 274px;
  -moz-background-size: 26px 274px;
  -o-background-size: 26px 274px;
  -ms-background-size: 26px 274px;
  background-size: 26px 274px;
}
/* line 217, ../_sass/_global.scss */
#menuContents ul ul {
  border-top: 1px solid #454545;
}
/* line 221, ../_sass/_global.scss */
#menuContents ul ul li a:before {
  content: '-';
  display: inline-block;
  margin: 0 5px 0 0;
}

/* line 237, ../_sass/_global.scss */
#other {
  background: #000;
}
/* line 240, ../_sass/_global.scss */
#other h2 .inner {
  width: 146px;
  height: 15px;
  background: url('/m/img/sprites/vod-s19caa20db1.png') no-repeat 0 0;
  -webkit-background-size: 146px 35px;
  -moz-background-size: 146px 35px;
  -o-background-size: 146px 35px;
  -ms-background-size: 146px 35px;
  background-size: 146px 35px;
}
/* line 244, ../_sass/_global.scss */
#other > section {
  margin: 0 -10px;
  padding: 0 10px;
}
/* line 247, ../_sass/_global.scss */
#other > section h3 {
  border-top: 1px solid #454545;
  border-bottom: 1px solid #454545;
  margin: 0 -10px 15px;
  padding: 0.5em 10px;
}
/* line 253, ../_sass/_global.scss */
#other > section section {
  margin: 0 0 30px;
}
/* line 259, ../_sass/_global.scss */
#other section header {
  position: relative;
  border: 1px solid #454545;
  padding: 1px;
  margin: 0 0 10px;
  cursor: pointer;
}
/* line 266, ../_sass/_global.scss */
#other section header:before {
  content: '';
  position: absolute;
  top: 1px;
  left: 1px;
  width: 55px;
  height: 52px;
  background: url("/m/img/bg_light.png") no-repeat 0 0;
  -webkit-background-size: 55px 52px;
  -moz-background-size: 55px 52px;
  -o-background-size: 55px 52px;
  -ms-background-size: 55px 52px;
  background-size: 55px 52px;
  z-index: 10;
}
/* line 277, ../_sass/_global.scss */
#other section header h4 {
  position: relative;
  display: table;
  width: 100%;
  z-index: 11;
  margin-bottom: 1px;
}
/* line 283, ../_sass/_global.scss */
#other section header h4 .inner {
  display: table-cell;
  padding: 0 105px 0 10px;
  height: 71px;
  line-height: 1.4;
  vertical-align: middle;
  font-size: 93.75%;
}
/* line 292, ../_sass/_global.scss */
#other section header p {
  margin-bottom: 0;
  text-align: right;
  background: #222;
  padding: 3px 10px;
}
/* line 298, ../_sass/_global.scss */
#other section header a {
  display: inline-block;
  position: relative;
  padding: 0 0 0 10px;
}
/* line 305, ../_sass/_global.scss */
#other section header a:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  margin: -4px 0 0;
  width: 5px;
  height: 7px;
  background: url('/m/img/sprites/icon-s7defb1f5ef.png') no-repeat 0 -134px;
  -webkit-background-size: 26px 274px;
  -moz-background-size: 26px 274px;
  -o-background-size: 26px 274px;
  -ms-background-size: 26px 274px;
  background-size: 26px 274px;
}
/* line 319, ../_sass/_global.scss */
#other section.speech header h4 {
  background: url("/m/img/thumb_speech.png") no-repeat right center;
  -webkit-background-size: auto 71px;
  -moz-background-size: auto 71px;
  -o-background-size: auto 71px;
  -ms-background-size: auto 71px;
  background-size: auto 71px;
}
/* line 319, ../_sass/_global.scss */
#other section.president header h4 {
  background: url("/m/img/thumb_president.png") no-repeat right center;
  -webkit-background-size: auto 71px;
  -moz-background-size: auto 71px;
  -o-background-size: auto 71px;
  -ms-background-size: auto 71px;
  background-size: auto 71px;
}
/* line 319, ../_sass/_global.scss */
#other section.soka header h4 {
  background: url("/m/img/thumb_soka.png") no-repeat right center;
  -webkit-background-size: auto 71px;
  -moz-background-size: auto 71px;
  -o-background-size: auto 71px;
  -ms-background-size: auto 71px;
  background-size: auto 71px;
}
/* line 319, ../_sass/_global.scss */
#other section.sgi header h4 {
  background: url("/m/img/thumb_sgi.png") no-repeat right center;
  -webkit-background-size: auto 71px;
  -moz-background-size: auto 71px;
  -o-background-size: auto 71px;
  -ms-background-size: auto 71px;
  background-size: auto 71px;
}
/* line 319, ../_sass/_global.scss */
#other section.study header h4 {
  background: url("/m/img/thumb_study.png") no-repeat right center;
  -webkit-background-size: auto 71px;
  -moz-background-size: auto 71px;
  -o-background-size: auto 71px;
  -ms-background-size: auto 71px;
  background-size: auto 71px;
}
/* line 319, ../_sass/_global.scss */
#other section.youth header h4 {
  background: url("/m/img/thumb_youth.png") no-repeat right center;
  -webkit-background-size: auto 71px;
  -moz-background-size: auto 71px;
  -o-background-size: auto 71px;
  -ms-background-size: auto 71px;
  background-size: auto 71px;
}
/* line 319, ../_sass/_global.scss */
#other section.song header h4 {
  background: url("/m/img/thumb_song.png") no-repeat right center;
  -webkit-background-size: auto 71px;
  -moz-background-size: auto 71px;
  -o-background-size: auto 71px;
  -ms-background-size: auto 71px;
  background-size: auto 71px;
}
/* line 327, ../_sass/_global.scss */
#other .saerch {
  border: 1px solid #454545;
  background: #222;
  margin: 0 0 10px;
  padding: 5px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 0px 2px 2px 0px;
  -moz-box-shadow: rgba(0, 0, 0, 0.75) 0px 2px 2px 0px;
  -o-box-shadow: rgba(0, 0, 0, 0.75) 0px 2px 2px 0px;
  -ms-box-shadow: rgba(0, 0, 0, 0.75) 0px 2px 2px 0px;
  box-shadow: rgba(0, 0, 0, 0.75) 0px 2px 2px 0px;
}
/* line 334, ../_sass/_global.scss */
#other .saerch .content {
  display: table;
  width: 100%;
}
/* line 337, ../_sass/_global.scss */
#other .saerch .content .inText {
  display: table-cell;
  padding: 0 10px 0 0;
}
/* line 340, ../_sass/_global.scss */
#other .saerch .content .inText input {
  width: 100%;
  height: 22px;
  border: 1px solid #454545;
  padding: 2px 0;
  background: #000;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}
/* line 349, ../_sass/_global.scss */
#other .saerch .content .inBtn {
  display: table-cell;
  width: 45px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 0px 2px 2px 0px;
  -moz-box-shadow: rgba(0, 0, 0, 0.75) 0px 2px 2px 0px;
  -o-box-shadow: rgba(0, 0, 0, 0.75) 0px 2px 2px 0px;
  -ms-box-shadow: rgba(0, 0, 0, 0.75) 0px 2px 2px 0px;
  box-shadow: rgba(0, 0, 0, 0.75) 0px 2px 2px 0px;
}
/* line 353, ../_sass/_global.scss */
#other .saerch .content .inBtn button {
  width: 45px;
  height: 28px;
  padding: 0;
  border: 0;
  width: 45px;
  height: 28px;
  background: url('/m/img/sprites/global-s34f2a1a94a.png') no-repeat 0 -171px;
  -webkit-background-size: 243px 390px;
  -moz-background-size: 243px 390px;
  -o-background-size: 243px 390px;
  -ms-background-size: 243px 390px;
  background-size: 243px 390px;
}
/* line 363, ../_sass/_global.scss */
#other .saerch .gsc-search-box {
  margin: 0;
}
/* line 365, ../_sass/_global.scss */
#other .saerch .gsc-search-box input.gsc-input,
#other .saerch .gsc-search-box .gsc-input-box,
#other .saerch .gsc-search-box .gsc-input-box-hover,
#other .saerch .gsc-search-box .gsc-input-box-focus {
  border: 0 !important;
  -webkit-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
/* line 373, ../_sass/_global.scss */
#other .saerch .gsc-search-box .gsc-input-box {
  height: auto;
  background: none;
}
/* line 376, ../_sass/_global.scss */
#other .saerch .gsc-search-box .gsc-input-box .gsc-input {
  color: #333;
  width: 100% !important;
  height: 22px !important;
  border: 1px solid #454545 !important;
  padding: 2px 0 !important;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}
/* line 386, ../_sass/_global.scss */
#other .saerch .gsc-search-box table td {
  line-height: 1;
  padding: 0;
}
/* line 391, ../_sass/_global.scss */
#other .saerch .gsc-search-box .gsc-search-button {
  padding: 0 0 0 5px;
}
/* line 393, ../_sass/_global.scss */
#other .saerch .gsc-search-box .gsc-search-button input {
  border: 0;
  padding: 14px 23px;
  margin: 0;
  outline: 0;
  min-width: 0;
  width: 45px;
  height: 28px;
  background: url('/m/img/sprites/global-s34f2a1a94a.png') no-repeat 0 -171px;
  -webkit-background-size: 243px 390px;
  -moz-background-size: 243px 390px;
  -o-background-size: 243px 390px;
  -ms-background-size: 243px 390px;
  background-size: 243px 390px;
  width: 0;
  height: 0;
}
/* line 407, ../_sass/_global.scss */
#other .list {
  margin: 0 0 15px;
  position: relative;
  display: block;
  border: 1px solid #454545;
  background: #222;
  padding: 0.8em 14px 0.7em;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  -webkit-text-shadow: 2px 2px 5px #000;
  -moz-text-shadow: 2px 2px 5px #000;
  -o-text-shadow: 2px 2px 5px #000;
  -ms-text-shadow: 2px 2px 5px #000;
  text-shadow: 2px 2px 5px #000;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 0px 2px 2px 0px;
  -moz-box-shadow: rgba(0, 0, 0, 0.75) 0px 2px 2px 0px;
  -o-box-shadow: rgba(0, 0, 0, 0.75) 0px 2px 2px 0px;
  -ms-box-shadow: rgba(0, 0, 0, 0.75) 0px 2px 2px 0px;
  box-shadow: rgba(0, 0, 0, 0.75) 0px 2px 2px 0px;
}
/* line 218, ../_sass/_import.scss */
#other .list:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 9px;
  margin: -9px 0 0;
  width: 15px;
  height: 19px;
  background: url('/m/img/sprites/icon-s7defb1f5ef.png') no-repeat 0 0;
  -webkit-background-size: 26px 274px;
  -moz-background-size: 26px 274px;
  -o-background-size: 26px 274px;
  -ms-background-size: 26px 274px;
  background-size: 26px 274px;
}
/* line 227, ../_sass/_import.scss */
#other .list:hover {
  text-decoration: none;
}
/* line 411, ../_sass/_global.scss */
#other footer {
  border-top: 1px dotted #4d4d4d;
  margin: 0;
  padding: 15px 0 0;
}
/* line 415, ../_sass/_global.scss */
#other footer a {
  position: relative;
  display: block;
  border: 1px solid #454545;
  background: #222;
  padding: 0.8em 14px 0.7em;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  -webkit-text-shadow: 2px 2px 5px #000;
  -moz-text-shadow: 2px 2px 5px #000;
  -o-text-shadow: 2px 2px 5px #000;
  -ms-text-shadow: 2px 2px 5px #000;
  text-shadow: 2px 2px 5px #000;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 0px 2px 2px 0px;
  -moz-box-shadow: rgba(0, 0, 0, 0.75) 0px 2px 2px 0px;
  -o-box-shadow: rgba(0, 0, 0, 0.75) 0px 2px 2px 0px;
  -ms-box-shadow: rgba(0, 0, 0, 0.75) 0px 2px 2px 0px;
  box-shadow: rgba(0, 0, 0, 0.75) 0px 2px 2px 0px;
  padding-left: 42px;
}
/* line 218, ../_sass/_import.scss */
#other footer a:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 9px;
  margin: -9px 0 0;
  width: 15px;
  height: 19px;
  background: url('/m/img/sprites/icon-s7defb1f5ef.png') no-repeat 0 0;
  -webkit-background-size: 26px 274px;
  -moz-background-size: 26px 274px;
  -o-background-size: 26px 274px;
  -ms-background-size: 26px 274px;
  background-size: 26px 274px;
}
/* line 227, ../_sass/_import.scss */
#other footer a:hover {
  text-decoration: none;
}
/* line 418, ../_sass/_global.scss */
#other footer a:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 12px;
  margin: -10px 0 0;
  width: 18px;
  height: 20px;
  background: url('/m/img/sprites/icon-s7defb1f5ef.png') no-repeat 0 -233px;
  -webkit-background-size: 26px 274px;
  -moz-background-size: 26px 274px;
  -o-background-size: 26px 274px;
  -ms-background-size: 26px 274px;
  background-size: 26px 274px;
}

/* line 431, ../_sass/_global.scss */
.categories {
  padding: 0 0 1px;
  margin-bottom: -10px;
}
/* line 434, ../_sass/_global.scss */
.categories .btn {
  text-align: right;
  margin: -5px 0 0;
  padding: 0 0 10px;
}
/* line 440, ../_sass/_global.scss */
.categories .btn a {
  display: inline-block;
  border: 1px solid #454545;
  background: #222;
  line-height: 1;
  padding: 12px 14px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  -webkit-text-shadow: 2px 2px 5px #000;
  -moz-text-shadow: 2px 2px 5px #000;
  -o-text-shadow: 2px 2px 5px #000;
  -ms-text-shadow: 2px 2px 5px #000;
  text-shadow: 2px 2px 5px #000;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 0px 2px 2px 0px;
  -moz-box-shadow: rgba(0, 0, 0, 0.75) 0px 2px 2px 0px;
  -o-box-shadow: rgba(0, 0, 0, 0.75) 0px 2px 2px 0px;
  -ms-box-shadow: rgba(0, 0, 0, 0.75) 0px 2px 2px 0px;
  box-shadow: rgba(0, 0, 0, 0.75) 0px 2px 2px 0px;
}
/* line 449, ../_sass/_global.scss */
.categories .btn a:before {
  content: '';
  display: inline-block;
  margin: 0 5px 0 0;
  width: 5px;
  height: 7px;
  background: url('/m/img/sprites/icon-s7defb1f5ef.png') no-repeat 0 -134px;
  -webkit-background-size: 26px 274px;
  -moz-background-size: 26px 274px;
  -o-background-size: 26px 274px;
  -ms-background-size: 26px 274px;
  background-size: 26px 274px;
  -webkit-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
}
/* line 456, ../_sass/_global.scss */
.categories .btn a:hover {
  text-decoration: none;
}
/* line 461, ../_sass/_global.scss */
.categories .accordion {
  display: none;
  background: url("/m/img/bg_dot.gif") repeat 0 0;
  -webkit-background-size: 2px 2px;
  -moz-background-size: 2px 2px;
  -o-background-size: 2px 2px;
  -ms-background-size: 2px 2px;
  background-size: 2px 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 466, ../_sass/_global.scss */
.categories .accordion .accordionInner {
  padding: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 470, ../_sass/_global.scss */
.categories .accordion ul {
  padding: 20px 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background: #000;
}
/* line 474, ../_sass/_global.scss */
.categories .accordion ul li {
  margin: 0 0 20px;
  line-height: 1;
}
/* line 477, ../_sass/_global.scss */
.categories .accordion ul li:last-child {
  margin: 0;
}
/* line 480, ../_sass/_global.scss */
.categories .accordion ul li a {
  position: relative;
  display: inline-block;
  padding: 0 0 0 10px;
}
/* line 484, ../_sass/_global.scss */
.categories .accordion ul li a:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  margin: -4px 0 0;
  width: 5px;
  height: 7px;
  background: url('/m/img/sprites/icon-s7defb1f5ef.png') no-repeat 0 -134px;
  -webkit-background-size: 26px 274px;
  -moz-background-size: 26px 274px;
  -o-background-size: 26px 274px;
  -ms-background-size: 26px 274px;
  background-size: 26px 274px;
}

/* line 499, ../_sass/_global.scss */
#contact {
  display: table;
  margin: 0 auto 15px;
}
/* line 502, ../_sass/_global.scss */
#contact a {
  display: inline-block;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
}
/* line 505, ../_sass/_global.scss */
#contact a.mail {
  width: 28px;
  height: 28px;
  background: url('/m/img/sprites/global-s34f2a1a94a.png') no-repeat 0 -104px;
  -webkit-background-size: 243px 390px;
  -moz-background-size: 243px 390px;
  -o-background-size: 243px 390px;
  -ms-background-size: 243px 390px;
  background-size: 243px 390px;
  margin: 0 10px 0 0;
}
/* line 509, ../_sass/_global.scss */
#contact a.line {
  width: 28px;
  height: 28px;
  background: url('/m/img/sprites/global-s34f2a1a94a.png') no-repeat 0 -71px;
  -webkit-background-size: 243px 390px;
  -moz-background-size: 243px 390px;
  -o-background-size: 243px 390px;
  -ms-background-size: 243px 390px;
  background-size: 243px 390px;
}

/* line 517, ../_sass/_global.scss */
#utility h2 .inner {
  width: 171px;
  height: 13px;
  background: url('/m/img/sprites/global-s34f2a1a94a.png') no-repeat 0 -337px;
  -webkit-background-size: 243px 390px;
  -moz-background-size: 243px 390px;
  -o-background-size: 243px 390px;
  -ms-background-size: 243px 390px;
  background-size: 243px 390px;
}
/* line 522, ../_sass/_global.scss */
#utility footer a {
  position: relative;
  display: block;
  border: 1px solid #454545;
  background: #222;
  padding: 0.8em 14px 0.7em;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  -webkit-text-shadow: 2px 2px 5px #000;
  -moz-text-shadow: 2px 2px 5px #000;
  -o-text-shadow: 2px 2px 5px #000;
  -ms-text-shadow: 2px 2px 5px #000;
  text-shadow: 2px 2px 5px #000;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 0px 2px 2px 0px;
  -moz-box-shadow: rgba(0, 0, 0, 0.75) 0px 2px 2px 0px;
  -o-box-shadow: rgba(0, 0, 0, 0.75) 0px 2px 2px 0px;
  -ms-box-shadow: rgba(0, 0, 0, 0.75) 0px 2px 2px 0px;
  box-shadow: rgba(0, 0, 0, 0.75) 0px 2px 2px 0px;
}
/* line 218, ../_sass/_import.scss */
#utility footer a:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 9px;
  margin: -9px 0 0;
  width: 15px;
  height: 19px;
  background: url('/m/img/sprites/icon-s7defb1f5ef.png') no-repeat 0 0;
  -webkit-background-size: 26px 274px;
  -moz-background-size: 26px 274px;
  -o-background-size: 26px 274px;
  -ms-background-size: 26px 274px;
  background-size: 26px 274px;
}
/* line 227, ../_sass/_import.scss */
#utility footer a:hover {
  text-decoration: none;
}

/* line 530, ../_sass/_global.scss */
#past h2 .inner {
  width: 87px;
  height: 15px;
  background: url('/m/img/sprites/global-s34f2a1a94a.png') no-repeat 0 -317px;
  -webkit-background-size: 243px 390px;
  -moz-background-size: 243px 390px;
  -o-background-size: 243px 390px;
  -ms-background-size: 243px 390px;
  background-size: 243px 390px;
}
/* line 535, ../_sass/_global.scss */
#past footer a {
  position: relative;
  display: block;
  border: 1px solid #454545;
  background: #222;
  padding: 0.8em 14px 0.7em;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  -webkit-text-shadow: 2px 2px 5px #000;
  -moz-text-shadow: 2px 2px 5px #000;
  -o-text-shadow: 2px 2px 5px #000;
  -ms-text-shadow: 2px 2px 5px #000;
  text-shadow: 2px 2px 5px #000;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 0px 2px 2px 0px;
  -moz-box-shadow: rgba(0, 0, 0, 0.75) 0px 2px 2px 0px;
  -o-box-shadow: rgba(0, 0, 0, 0.75) 0px 2px 2px 0px;
  -ms-box-shadow: rgba(0, 0, 0, 0.75) 0px 2px 2px 0px;
  box-shadow: rgba(0, 0, 0, 0.75) 0px 2px 2px 0px;
}
/* line 218, ../_sass/_import.scss */
#past footer a:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 9px;
  margin: -9px 0 0;
  width: 15px;
  height: 19px;
  background: url('/m/img/sprites/icon-s7defb1f5ef.png') no-repeat 0 0;
  -webkit-background-size: 26px 274px;
  -moz-background-size: 26px 274px;
  -o-background-size: 26px 274px;
  -ms-background-size: 26px 274px;
  background-size: 26px 274px;
}
/* line 227, ../_sass/_import.scss */
#past footer a:hover {
  text-decoration: none;
}

/* line 543, ../_sass/_global.scss */
#thread h2 .inner {
  width: 88px;
  height: 15px;
  background: url('/m/img/sprites/global-s34f2a1a94a.png') no-repeat 0 -355px;
  -webkit-background-size: 243px 390px;
  -moz-background-size: 243px 390px;
  -o-background-size: 243px 390px;
  -ms-background-size: 243px 390px;
  background-size: 243px 390px;
}
/* line 548, ../_sass/_global.scss */
#thread footer a {
  position: relative;
  display: block;
  border: 1px solid #454545;
  background: #222;
  padding: 0.8em 14px 0.7em;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  -webkit-text-shadow: 2px 2px 5px #000;
  -moz-text-shadow: 2px 2px 5px #000;
  -o-text-shadow: 2px 2px 5px #000;
  -ms-text-shadow: 2px 2px 5px #000;
  text-shadow: 2px 2px 5px #000;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 0px 2px 2px 0px;
  -moz-box-shadow: rgba(0, 0, 0, 0.75) 0px 2px 2px 0px;
  -o-box-shadow: rgba(0, 0, 0, 0.75) 0px 2px 2px 0px;
  -ms-box-shadow: rgba(0, 0, 0, 0.75) 0px 2px 2px 0px;
  box-shadow: rgba(0, 0, 0, 0.75) 0px 2px 2px 0px;
}
/* line 218, ../_sass/_import.scss */
#thread footer a:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 9px;
  margin: -9px 0 0;
  width: 15px;
  height: 19px;
  background: url('/m/img/sprites/icon-s7defb1f5ef.png') no-repeat 0 0;
  -webkit-background-size: 26px 274px;
  -moz-background-size: 26px 274px;
  -o-background-size: 26px 274px;
  -ms-background-size: 26px 274px;
  background-size: 26px 274px;
}
/* line 227, ../_sass/_import.scss */
#thread footer a:hover {
  text-decoration: none;
}

/* line 555, ../_sass/_global.scss */
#pastFeature {
  position: relative;
  width: 220px;
  margin: 0 auto 15px;
}
/* line 559, ../_sass/_global.scss */
#pastFeature .slideInner {
  position: relative;
  width: 220px;
  height: 80px;
  margin: 0 auto;
  background: none;
  overflow: hidden;
}
/* line 567, ../_sass/_global.scss */
#pastFeature .slides {
  position: absolute;
  top: 0;
  left: 0;
}
/* line 572, ../_sass/_global.scss */
#pastFeature .slides li {
  float: left;
  width: 220px;
  height: 80px;
}
/* line 576, ../_sass/_global.scss */
#pastFeature .slides li a {
  display: block;
}
/* line 579, ../_sass/_global.scss */
#pastFeature .slides li img {
  width: 220px !important;
  height: 80px !important;
}
/* line 585, ../_sass/_global.scss */
#pastFeature .slidePrev {
  position: absolute;
  top: 34px;
  left: -33px;
}
/* line 589, ../_sass/_global.scss */
#pastFeature .slidePrev a {
  width: 15px;
  height: 19px;
  background: url('/m/img/sprites/icon-s7defb1f5ef.png') no-repeat 0 -24px;
  -webkit-background-size: 26px 274px;
  -moz-background-size: 26px 274px;
  -o-background-size: 26px 274px;
  -ms-background-size: 26px 274px;
  background-size: 26px 274px;
}
/* line 594, ../_sass/_global.scss */
#pastFeature .slideNext {
  position: absolute;
  top: 34px;
  right: -33px;
}
/* line 598, ../_sass/_global.scss */
#pastFeature .slideNext a {
  width: 15px;
  height: 19px;
  background: url('/m/img/sprites/icon-s7defb1f5ef.png') no-repeat 0 0;
  -webkit-background-size: 26px 274px;
  -moz-background-size: 26px 274px;
  -o-background-size: 26px 274px;
  -ms-background-size: 26px 274px;
  background-size: 26px 274px;
}

/**
 * SASS File: 		flickerplate.scss
 * Author:        	Chris Humboldt
 * Link:			http://getwebplate.com/plugins/flickerplate
 * Last Edited:   	26 January 2014
 * Edited By:		Chris Humboldt
 */
/* line 299, ../_sass/_flickerplate.scss */
.flickerplate {
  position: relative;
  width: 100%;
  height: 600px;
  background-color: #e6e6e6;
  overflow: hidden;
}
/* line 303, ../_sass/_flickerplate.scss */
.flickerplate ul.flicks {
  width: 10000%;
  height: 100%;
  padding: 0px;
  margin: 0px;
  list-style: none;
}
/* line 306, ../_sass/_flickerplate.scss */
.flickerplate ul.flicks li {
  float: left;
  width: 1%;
  height: 100%;
  background-position: center;
  background-size: cover;
  display: table;
}
/* line 77, ../_sass/_flickerplate.scss */
.flickerplate ul.flicks li .flick-inner {
  height: 100%;
  padding: 10px;
  color: #fff;
  display: table-cell;
  vertical-align: middle;
}
/* line 84, ../_sass/_flickerplate.scss */
.flickerplate ul.flicks li .flick-inner .flick-content {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
/* line 92, ../_sass/_flickerplate.scss */
.flickerplate ul.flicks li .flick-title {
  padding: 0px 0px;
  font-size: 2.778em;
  line-height: 1.995em;
  text-align: center;
}
/* line 98, ../_sass/_flickerplate.scss */
.flickerplate ul.flicks li .flick-sub-text {
  padding: 5px;
  font-weight: 300;
  line-height: 2.5em;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
}
/* line 105, ../_sass/_flickerplate.scss */
.flickerplate ul.flicks li .flick-title span.flick-block-text, .flickerplate ul.flicks li .flick-sub-text span.flick-block-text {
  padding: 12px 18px;
  background-color: rgba(0, 0, 0, 0.6);
}
/* line 113, ../_sass/_flickerplate.scss */
.flickerplate .arrow-navigation {
  position: absolute;
  height: 80%;
  width: 10%;
  top: 10%;
  z-index: 100;
  overflow: hidden;
}
/* line 121, ../_sass/_flickerplate.scss */
.flickerplate .arrow-navigation .arrow {
  display: block;
  height: 100%;
  width: 90%;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
/* line 128, ../_sass/_flickerplate.scss */
.flickerplate .arrow-navigation:hover, .flickerplate .arrow-navigation .arrow:hover {
  cursor: pointer;
}
/* line 131, ../_sass/_flickerplate.scss */
.flickerplate .arrow-navigation.left {
  left: 0%;
}
/* line 134, ../_sass/_flickerplate.scss */
.flickerplate .arrow-navigation.left .arrow {
  opacity: 0;
  margin: 0px 0px 0px 50%;
  background-repeat: no-repeat;
  background-position: left;
}
/* line 140, ../_sass/_flickerplate.scss */
.flickerplate .arrow-navigation.right {
  right: 0%;
}
/* line 143, ../_sass/_flickerplate.scss */
.flickerplate .arrow-navigation.right .arrow {
  opacity: 0;
  margin: 0px 0px 0px -50%;
  background-repeat: no-repeat;
  background-position: right;
}
/* line 149, ../_sass/_flickerplate.scss */
.flickerplate .arrow-navigation.left.hover .arrow {
  opacity: 1;
  margin: 0px 0px 0px 20%;
}
/* line 153, ../_sass/_flickerplate.scss */
.flickerplate .arrow-navigation.right.hover .arrow {
  opacity: 1;
  margin: 0px 0px 0px -20%;
}
/* line 161, ../_sass/_flickerplate.scss */
.flickerplate .dot-navigation {
  position: absolute;
  bottom: 15px;
  width: 100%;
  text-align: center;
  z-index: 100;
}
/* line 168, ../_sass/_flickerplate.scss */
.flickerplate .dot-navigation ul {
  text-align: center;
  list-style: none;
  padding: 0px 15px;
}
/* line 173, ../_sass/_flickerplate.scss */
.flickerplate .dot-navigation ul li {
  display: inline-block;
  float: none;
}
/* line 177, ../_sass/_flickerplate.scss */
.flickerplate .dot-navigation .dot {
  width: 14px;
  height: 14px;
  margin: 0px 6px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  -ms-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}
/* line 185, ../_sass/_flickerplate.scss */
.flickerplate .dot-navigation .dot:hover {
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.6);
}
/* line 189, ../_sass/_flickerplate.scss */
.flickerplate .dot-navigation .dot.active {
  background-color: #fff;
}
/* line 193, ../_sass/_flickerplate.scss */
.flickerplate .dot-navigation.left, .flickerplate .dot-navigation.left ul {
  text-align: left;
}
/* line 196, ../_sass/_flickerplate.scss */
.flickerplate .dot-navigation.right, .flickerplate .dot-navigation.right ul {
  text-align: right;
}

/* line 207, ../_sass/_flickerplate.scss */
.flickerplate.flicker-theme-dark .arrow-navigation.left .arrow {
  background-image: url("/m/img/arrow-left-dark.png");
}
/* line 210, ../_sass/_flickerplate.scss */
.flickerplate.flicker-theme-dark .arrow-navigation.right .arrow {
  background-image: url("/m/img/arrow-right-dark.png");
}
/* line 216, ../_sass/_flickerplate.scss */
.flickerplate.flicker-theme-dark .dot-navigation .dot {
  background-color: rgba(0, 0, 0, 0.12);
}
/* line 219, ../_sass/_flickerplate.scss */
.flickerplate.flicker-theme-dark .dot-navigation .dot:hover {
  background-color: rgba(0, 0, 0, 0.6);
}
/* line 222, ../_sass/_flickerplate.scss */
.flickerplate.flicker-theme-dark .dot-navigation .dot.active {
  background-color: #000;
}
/* line 227, ../_sass/_flickerplate.scss */
.flickerplate.flicker-theme-dark ul.flicks li .flick-inner {
  color: rgba(0, 0, 0, 0.9);
}
/* line 231, ../_sass/_flickerplate.scss */
.flickerplate.flicker-theme-dark ul.flicks li .flick-inner .flick-content .flick-sub-text {
  color: rgba(0, 0, 0, 0.9);
}
/* line 234, ../_sass/_flickerplate.scss */
.flickerplate.flicker-theme-dark ul.flicks li .flick-inner .flick-content .flick-title span.flick-block-text, .flickerplate.flicker-theme-dark ul.flicks li .flick-inner .flick-content .flick-sub-text span.flick-block-text {
  background-color: rgba(255, 255, 255, 0.5);
}

/* line 240, ../_sass/_flickerplate.scss */
.flickerplate ul.flicks li.flick-theme-dark .flick-inner {
  color: rgba(0, 0, 0, 0.9);
}
/* line 244, ../_sass/_flickerplate.scss */
.flickerplate ul.flicks li.flick-theme-dark .flick-inner .flick-content .flick-sub-text {
  color: rgba(0, 0, 0, 0.9);
}
/* line 247, ../_sass/_flickerplate.scss */
.flickerplate ul.flicks li.flick-theme-dark .flick-inner .flick-content .flick-title span.flick-block-text, .flickerplate ul.flicks li.flick-theme-dark .flick-inner .flick-content .flick-sub-text span.flick-block-text {
  background-color: rgba(255, 255, 255, 0.5);
}

/* line 259, ../_sass/_flickerplate.scss */
.flickerplate.animate-transform-slide ul.flicks {
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
  transform: translate3d(0%, 0px, 0px);
  -webkit-transform: translate3d(0%, 0px, 0px);
  -webkit-transition: -webkit-transform 0.6s;
  -o-transition: -o-transform 0.6s;
  -moz-transition: -moz-transform 0.6s;
  transition: transform 0.6s;
}

/* line 272, ../_sass/_flickerplate.scss */
.flickerplate.animate-transition-slide ul.flicks {
  position: relative;
  left: 0%;
  -webkit-transition: left 0.4s ease-out;
  -moz-transition: left 0.4s ease-out;
  -o-transition: left 0.4s ease-out;
  -ms-transition: left 0.4s ease-out;
  transition: left 0.4s ease-out;
}

/* line 280, ../_sass/_flickerplate.scss */
.flickerplate.animate-jquery-slide ul.flicks {
  position: relative;
  left: 0%;
}

/* line 285, ../_sass/_flickerplate.scss */
.flickerplate.animate-scroller-slide {
  padding-bottom: 0px;
  overflow: auto;
}
/* line 289, ../_sass/_flickerplate.scss */
.flickerplate.animate-scroller-slide ul.flicks {
  position: auto;
}

@media screen and (-webkit-min-device-pixel-ratio: 3) and (max-width: 1080px), screen and (max-width: 700px) {
  /* line 342, ../_sass/_flickerplate.scss */
  .flickerplate ul.flicks li .flick-inner .flick-content .flick-title {
    font-size: 1.667em;
  }
}
/* line 20, ../_sass/vod.scss */
#pdf {
  position: relative;
}
/* line 22, ../_sass/vod.scss */
#pdf:before {
  content: '';
  position: absolute;
  top: 9px;
  right: 5px;
  width: 55px;
  height: 52px;
  background: url("/m/img/sprites/icon/pdf.png") no-repeat 0 0;
  background-size: auto 32px;
}

/* line 35, ../_sass/vod.scss */
main > article, main > aside, main > nav {
  padding: 0 10px 30px;
  background: url("/m/img/bg_leather.jpg") repeat 0 0;
}
/* line 40, ../_sass/vod.scss */
main > article > h1, main > article > h2, main > aside > h1, main > aside > h2, main > nav > h1, main > nav > h2 {
  padding-top: 16px;
  line-height: 1.4;
}
/* line 47, ../_sass/vod.scss */
main > article h1 .inner, main > aside h1 .inner, main > nav h1 .inner {
  width: 78px;
  height: 15px;
  background: url('/m/img/sprites/vod-s19caa20db1.png') no-repeat 0 -20px;
  -webkit-background-size: 146px 35px;
  -moz-background-size: 146px 35px;
  -o-background-size: 146px 35px;
  -ms-background-size: 146px 35px;
  background-size: 146px 35px;
}
/* line 51, ../_sass/vod.scss */
main > article p, main > aside p, main > nav p {
  margin: 0 0 1em;
  line-height: 1.6;
}
/* line 57, ../_sass/vod.scss */
main #program > section {
  padding: 10px 10px 0;
  border: 1px solid #454545;
  background: #000 url("/m/img/bg_light.png") no-repeat 1px 1px;
}
/* line 61, ../_sass/vod.scss */
main #program > section header {
  position: relative;
  margin: 0 0 15px;
  padding: 0 0 10px;
  border-bottom: 1px dotted #4d4d4d;
}
/* line 66, ../_sass/vod.scss */
main #program > section header h2 {
  position: relative;
  padding: 0 0 0 15px;
  font-weight: normal;
  line-height: 1.4;
}
/* line 71, ../_sass/vod.scss */
main #program > section header h2:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 4px;
  height: 100%;
  background: -webkit-linear-gradient(top, #ffffff 0%, #7c7c7c 49%, #5d5d5d 50%, #d2d2d2 100%);
  background: -moz-linear-gradient(top, #ffffff 0%, #7c7c7c 49%, #5d5d5d 50%, #d2d2d2 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #7c7c7c 49%, #5d5d5d 50%, #d2d2d2 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #7c7c7c 49%, #5d5d5d 50%, #d2d2d2 100%);
  background: linear-gradient(top, #ffffff 0%, #7c7c7c 49%, #5d5d5d 50%, #d2d2d2 100%);
}
/* line 83, ../_sass/vod.scss */
main #program > section.list {
  margin: 0 0 30px;
}
/* line 85, ../_sass/vod.scss */
main #program > section.list:last-child {
  margin: 0;
}
/* line 89, ../_sass/vod.scss */
main #program > section.list section h3 {
  font-size: 100%;
  margin: 0 0 10px;
  padding: 0.5em 10px;
  background: url("/m/img/bg_dot.gif") repeat 0 0;
  -webkit-background-size: 2px 2px;
  -moz-background-size: 2px 2px;
  -o-background-size: 2px 2px;
  -ms-background-size: 2px 2px;
  background-size: 2px 2px;
}
/* line 97, ../_sass/vod.scss */
main #program > section.list ul {
  padding: 0 0 5px;
}
/* line 99, ../_sass/vod.scss */
main #program > section.list ul li {
  margin: 0 0 15px;
  padding: 0 0 15px;
  border-bottom: 1px dotted #4d4d4d;
}
/* line 104, ../_sass/vod.scss */
main #program > section.list ul li figure {
  float: left;
  width: 100px;
  height: 75px;
  background: #000 url("/m/img/loading.gif") no-repeat center center;
  -webkit-background-size: 24px 24px;
  -moz-background-size: 24px 24px;
  -o-background-size: 24px 24px;
  -ms-background-size: 24px 24px;
  background-size: 24px 24px;
}
/* line 111, ../_sass/vod.scss */
main #program > section.list ul li dl {
  font-size: 92.30769%;
  padding: 0 0 0 120px;
}
/* line 114, ../_sass/vod.scss */
main #program > section.list ul li dl dt {
  margin: 0 0 1em;
}
/* line 116, ../_sass/vod.scss */
main #program > section.list ul li dl dt a {
  padding: 0 0 0 12px;
  display: inline-block;
  position: relative;
}
/* line 120, ../_sass/vod.scss */
main #program > section.list ul li dl dt a:before {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 5px;
  height: 7px;
  background: url('/m/img/sprites/icon-s7defb1f5ef.png') no-repeat 0 -134px;
  -webkit-background-size: 26px 274px;
  -moz-background-size: 26px 274px;
  -o-background-size: 26px 274px;
  -ms-background-size: 26px 274px;
  background-size: 26px 274px;
}
/* line 130, ../_sass/vod.scss */
main #program > section.list ul li dl dd {
  margin: 0 0 0 -0.6em;
}
/* line 134, ../_sass/vod.scss */
main #program > section.list ul li:last-child {
  margin: 0;
  border-bottom: 0;
}
/* line 140, ../_sass/vod.scss */
main #program > section.list ul.only li {
  position: relative;
  padding-right: 5px;
}
/* line 144, ../_sass/vod.scss */
main #program > section.list ul.only li dl {
  padding: 0;
}
/* line 147, ../_sass/vod.scss */
main #program > section.list ul.only li dl dt {
  display: inline-block;
  border: 1px solid #454545;
  padding: 10px;
  line-height: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  background: #222;
}
/* line 155, ../_sass/vod.scss */
main #program > section.list ul.only li dl dd {
  margin: 0 0 1em;
  line-height: 1.75;
  padding: 0;
}
/* line 160, ../_sass/vod.scss */
main #program > section.list ul.only li dl dd.time {
  margin: 0 0 0 -0.6em;
}
/* line 170, ../_sass/vod.scss */
main #program > section#detail .data {
  margin: 0 0 12px;
}
/* line 174, ../_sass/vod.scss */
main #program > section#detail .data dl {
  display: table;
}
/* line 176, ../_sass/vod.scss */
main #program > section#detail .data dl dt {
  display: table-cell;
  white-space: nowrap;
}
/* line 180, ../_sass/vod.scss */
main #program > section#detail .data dl dd {
  display: table-cell;
}
/* line 182, ../_sass/vod.scss */
main #program > section#detail .data dl dd a {
  display: inline-block;
  margin: 0 5px;
}
/* line 185, ../_sass/vod.scss */
main #program > section#detail .data dl dd a:first-child {
  margin: 0 5px 0 0;
}
/* line 188, ../_sass/vod.scss */
main #program > section#detail .data dl dd a:last-child {
  margin: 0 0 0 5px;
}
/* line 195, ../_sass/vod.scss */
main #program > section#detail .data dl:first-child dt, main #program > section#detail .data dl:first-child dd {
  display: block;
}
/* line 198, ../_sass/vod.scss */
main #program > section#detail .data dl:first-child dd {
  padding: 0 0 0 0.5em;
}
/* line 203, ../_sass/vod.scss */
main #program > section#detail figure {
  width: 100%;
  margin: 0 0 15px;
}
/* line 206, ../_sass/vod.scss */
main #program > section#detail figure img {
  width: 100% !important;
  height: auto !important;
}
/* line 211, ../_sass/vod.scss */
main #program > section#detail .watch {
  margin: 0 0 20px;
}
/* line 213, ../_sass/vod.scss */
main #program > section#detail .watch a {
  position: relative;
  display: block;
  border: 1px solid #454545;
  background: #222;
  padding: 0.8em 14px 0.7em;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  -webkit-text-shadow: 2px 2px 5px #000;
  -moz-text-shadow: 2px 2px 5px #000;
  -o-text-shadow: 2px 2px 5px #000;
  -ms-text-shadow: 2px 2px 5px #000;
  text-shadow: 2px 2px 5px #000;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 0px 2px 2px 0px;
  -moz-box-shadow: rgba(0, 0, 0, 0.75) 0px 2px 2px 0px;
  -o-box-shadow: rgba(0, 0, 0, 0.75) 0px 2px 2px 0px;
  -ms-box-shadow: rgba(0, 0, 0, 0.75) 0px 2px 2px 0px;
  box-shadow: rgba(0, 0, 0, 0.75) 0px 2px 2px 0px;
  padding-left: 45px;
}
/* line 218, ../_sass/_import.scss */
main #program > section#detail .watch a:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 9px;
  margin: -9px 0 0;
  width: 15px;
  height: 19px;
  background: url('/m/img/sprites/icon-s7defb1f5ef.png') no-repeat 0 0;
  -webkit-background-size: 26px 274px;
  -moz-background-size: 26px 274px;
  -o-background-size: 26px 274px;
  -ms-background-size: 26px 274px;
  background-size: 26px 274px;
}
/* line 227, ../_sass/_import.scss */
main #program > section#detail .watch a:hover {
  text-decoration: none;
}
/* line 216, ../_sass/vod.scss */
main #program > section#detail .watch a:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 10px;
  margin: -11px 0 0;
  width: 26px;
  height: 26px;
  background: url('/m/img/sprites/icon-s7defb1f5ef.png') no-repeat 0 -202px;
  -webkit-background-size: 26px 274px;
  -moz-background-size: 26px 274px;
  -o-background-size: 26px 274px;
  -ms-background-size: 26px 274px;
  background-size: 26px 274px;
}
/* line 227, ../_sass/vod.scss */
main #program > section#detail footer .tab {
  margin: 0 0 15px;
}
/* line 229, ../_sass/vod.scss */
main #program > section#detail footer .tab ul {
  width: 100%;
}
/* line 232, ../_sass/vod.scss */
main #program > section#detail footer .tab ul li {
  width: 48.5%;
  padding: 0 0 10px;
}
/* line 235, ../_sass/vod.scss */
main #program > section#detail footer .tab ul li a {
  position: relative;
  display: block;
  text-align: center;
  border: 1px solid #161616;
  background: #161616;
  line-height: 1;
  padding: 37px 0 8px;
  opacity: 0.3;
}
/* line 244, ../_sass/vod.scss */
main #program > section#detail footer .tab ul li a.active {
  opacity: 1;
}
/* line 247, ../_sass/vod.scss */
main #program > section#detail footer .tab ul li a.active .icon:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin: 0 0 0 -7px;
  width: 14px;
  height: 11px;
  background: url('/m/img/sprites/icon-s7defb1f5ef.png') no-repeat 0 -118px;
  -webkit-background-size: 26px 274px;
  -moz-background-size: 26px 274px;
  -o-background-size: 26px 274px;
  -ms-background-size: 26px 274px;
  background-size: 26px 274px;
}
/* line 258, ../_sass/vod.scss */
main #program > section#detail footer .tab ul li a:hover {
  text-decoration: none;
  opacity: 1;
}
/* line 262, ../_sass/vod.scss */
main #program > section#detail footer .tab ul li a:hover .icon:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin: 0 0 0 -7px;
  width: 14px;
  height: 11px;
  background: url('/m/img/sprites/icon-s7defb1f5ef.png') no-repeat 0 -118px;
  -webkit-background-size: 26px 274px;
  -moz-background-size: 26px 274px;
  -o-background-size: 26px 274px;
  -ms-background-size: 26px 274px;
  background-size: 26px 274px;
}
/* line 273, ../_sass/vod.scss */
main #program > section#detail footer .tab ul li a:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 52px;
  height: 56px;
  background: url("/m/img/bg_tab.jpg") no-repeat 0 0;
  -webkit-background-size: 52px 56px;
  -moz-background-size: 52px 56px;
  -o-background-size: 52px 56px;
  -ms-background-size: 52px 56px;
  background-size: 52px 56px;
}
/* line 284, ../_sass/vod.scss */
main #program > section#detail footer .tab ul li a:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 52px;
  height: 56px;
  background: url("/m/img/bg_tab.jpg") no-repeat 0 0;
  -webkit-background-size: 52px 56px;
  -moz-background-size: 52px 56px;
  -o-background-size: 52px 56px;
  -ms-background-size: 52px 56px;
  background-size: 52px 56px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
/* line 296, ../_sass/vod.scss */
main #program > section#detail footer .tab ul li a .icon {
  position: relative;
  display: block;
  margin: -37px 0 -8px;
  padding: 37px 0 8px;
  z-index: 10;
}
/* line 304, ../_sass/vod.scss */
main #program > section#detail footer .tab ul li.detail {
  float: left;
}
/* line 307, ../_sass/vod.scss */
main #program > section#detail footer .tab ul li.detail .icon:before {
  content: '';
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  margin: 0 0 0 -12px;
  width: 23px;
  height: 19px;
  background: url('/m/img/sprites/icon-s7defb1f5ef.png') no-repeat 0 -177px;
  -webkit-background-size: 26px 274px;
  -moz-background-size: 26px 274px;
  -o-background-size: 26px 274px;
  -ms-background-size: 26px 274px;
  background-size: 26px 274px;
}
/* line 318, ../_sass/vod.scss */
main #program > section#detail footer .tab ul li.review {
  float: right;
}
/* line 321, ../_sass/vod.scss */
main #program > section#detail footer .tab ul li.review .icon:before {
  content: '';
  display: block;
  position: absolute;
  top: 12px;
  left: 50%;
  margin: 0 0 0 -12px;
  width: 19px;
  height: 16px;
  background: url('/m/img/sprites/icon-s7defb1f5ef.png') no-repeat 0 -258px;
  -webkit-background-size: 26px 274px;
  -moz-background-size: 26px 274px;
  -o-background-size: 26px 274px;
  -ms-background-size: 26px 274px;
  background-size: 26px 274px;
}
/* line 339, ../_sass/vod.scss */
main #related {
  padding-bottom: 20px;
}
/* line 341, ../_sass/vod.scss */
main #related h2 {
  margin-bottom: 10px;
  line-height: 1.4;
}
/* line 346, ../_sass/vod.scss */
main #related ul li {
  display: table;
  width: 100%;
  font-size: 92.30769%;
  border-bottom: 1px dotted #4d4d4d;
}
/* line 351, ../_sass/vod.scss */
main #related ul li figure {
  width: 75px;
  display: table-cell;
  vertical-align: middle;
  padding: 10px 0;
}
/* line 356, ../_sass/vod.scss */
main #related ul li figure a {
  display: block;
  border: 1px solid #454545;
  padding: 1px;
  width: 60px;
  background: #000;
}
/* line 364, ../_sass/vod.scss */
main #related ul li .title {
  display: table-cell;
  padding-right: 10px;
  vertical-align: middle;
}
/* line 368, ../_sass/vod.scss */
main #related ul li .title a {
  padding: 0 0 0 12px;
  display: inline-block;
  position: relative;
}
/* line 372, ../_sass/vod.scss */
main #related ul li .title a:before {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 5px;
  height: 7px;
  background: url('/m/img/sprites/icon-s7defb1f5ef.png') no-repeat 0 -134px;
  -webkit-background-size: 26px 274px;
  -moz-background-size: 26px 274px;
  -o-background-size: 26px 274px;
  -ms-background-size: 26px 274px;
  background-size: 26px 274px;
}
/* line 382, ../_sass/vod.scss */
main #related ul li:last-child {
  border-bottom: 0;
}
/* line 388, ../_sass/vod.scss */
main .loading {
  display: none;
  width: 24px;
  height: 24px;
  padding: 5px;
  background: #000;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
/* line 397, ../_sass/vod.scss */
main .afterComment {
  display: none;
  text-align: center;
  margin: 0 0 15px;
  font-size: 84.61538%;
}
/* line 402, ../_sass/vod.scss */
main .afterComment em {
  color: #cf0000;
  font-style: normal;
}

/* line 409, ../_sass/vod.scss */
#detailInfo {
  padding: 0 0 15px;
}
/* line 412, ../_sass/vod.scss */
#detailInfo dl dt {
  font-size: 107.69231%;
  margin: 0 0 1em;
  font-weight: bold;
  line-height: 1.5;
}

/* line 427, ../_sass/vod.scss */
#review {
  padding: 0 0 30px;
}
/* line 429, ../_sass/vod.scss */
#review section {
  margin: 0 0 30px;
}
/* line 431, ../_sass/vod.scss */
#review section:last-child {
  margin: 0;
}
/* line 434, ../_sass/vod.scss */
#review section h3 {
  margin: 0 0 10px;
  padding: 0.5em 10px;
  background: url("/m/img/bg_dot.gif") repeat 0 0;
  -webkit-background-size: 2px 2px;
  -moz-background-size: 2px 2px;
  -o-background-size: 2px 2px;
  -ms-background-size: 2px 2px;
  background-size: 2px 2px;
}
/* line 441, ../_sass/vod.scss */
#review .comments {
  font-size: 84.61538%;
}
/* line 443, ../_sass/vod.scss */
#review .comments dt {
  color: #fbe846;
  margin: 0 0 0.3em;
}
/* line 446, ../_sass/vod.scss */
#review .comments dt .san {
  display: inline-block;
  margin: 0 0 0 5px;
  color: #fff;
}
/* line 452, ../_sass/vod.scss */
#review .comments dd {
  margin: 0 0 1em;
  padding: 0 0 1em;
  border-bottom: 1px dotted #4d4d4d;
}
/* line 456, ../_sass/vod.scss */
#review .comments dd:last-child {
  padding: 0;
  margin: 0;
  border-bottom: 0;
}

/* line 465, ../_sass/vod.scss */
#commentTable {
  text-align: center;
}
/* line 468, ../_sass/vod.scss */
#commentTable dl dt {
  text-align: left;
  margin: 0 0 0.3em;
}
/* line 472, ../_sass/vod.scss */
#commentTable dl dd {
  margin: 0 0 15px;
}
/* line 474, ../_sass/vod.scss */
#commentTable dl dd input {
  width: 100%;
  border: 1px solid #454545;
  padding: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  color: #000;
}
/* line 481, ../_sass/vod.scss */
#commentTable dl dd textarea {
  color: #000;
  width: 100%;
  height: 8em;
  border: 1px solid #454545;
  padding: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 491, ../_sass/vod.scss */
#commentTable #onComment {
  border: 0;
  padding: 0.5em 15px;
  color: #000;
  font-weight: bold;
  text-shadow: 1px 1px 1px #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  background: -webkit-linear-gradient(top, #d3d3d3 0%, #d3d3d3 50%, #8d8d8d 51%, #d3d3d3 87%);
  background: -moz-linear-gradient(top, #d3d3d3 0%, #d3d3d3 50%, #8d8d8d 51%, #d3d3d3 87%);
  background: -o-linear-gradient(top, #d3d3d3 0%, #d3d3d3 50%, #8d8d8d 51%, #d3d3d3 87%);
  background: -ms-linear-gradient(top, #d3d3d3 0%, #d3d3d3 50%, #8d8d8d 51%, #d3d3d3 87%);
  background: linear-gradient(top, #d3d3d3 0%, #d3d3d3 50%, #8d8d8d 51%, #d3d3d3 87%);
  cursor: pointer;
}
/* line 499, ../_sass/vod.scss */
#commentTable #onComment:hover {
  text-decoration: none;
}

/* line 128, ../_sass/_import.scss */
#menuContents header h2 .inner, main > article > h1 .inner, main > article > h2 .inner, main > aside > h1 .inner, main > aside > h2 .inner, main > nav > h1 .inner, main > nav > h2 .inner, body > header h1, #home a, #menu > a, #menuContents header a, #other .saerch .content .inBtn button, #other .saerch .gsc-search-box .gsc-search-button input, #pastFeature .slidePrev a, #pastFeature .slideNext a {
  display: block;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
}

/* line 137, ../_sass/_import.scss */
#menu, .categories .btn, #pastFeature .slides, main #program > section.list ul li, main #program > section#detail .data, main #program > section#detail footer .tab ul {
  display: inline-block;
}
/* line 139, ../_sass/_import.scss */
#menu, .categories .btn, #pastFeature .slides, main #program > section.list ul li, main #program > section#detail .data, main #program > section#detail footer .tab ul {
  display: block;
}
/* line 142, ../_sass/_import.scss */
#menu:after, .categories .btn:after, #pastFeature .slides:after, main #program > section.list ul li:after, main #program > section#detail .data:after, main #program > section#detail footer .tab ul:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
