@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

a {
  background-color: transparent; }

a:active, a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *, *:before, *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a, a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after, a[href^="javascript:"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2, h3 {
    page-break-after: avoid; }
  select {
    background: #fff !important; }
  .navbar {
    display: none; }
  .btn > .caret, .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td, .table th {
      background-color: #fff !important; }
  .table-bordered th, .table-bordered td {
    border: 1px solid #ddd !important; } }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #000;
  background-color: #000; }

input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #0d5dc3;
  text-decoration: none; }
  a:hover, a:focus {
    color: #083b7b;
    text-decoration: underline; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

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

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #000;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small, h1 .small, h2 small, h2 .small, h3 small, h3 .small, h4 small, h4 .small, h5 small, h5 .small, h6 small, h6 .small, .h1 small, .h1 .small, .h2 small, .h2 .small, .h3 small, .h3 .small, .h4 small, .h4 .small, .h5 small, .h5 .small, .h6 small, .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #7f7f7f; }

h1, .h1, h2, .h2, h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }
  h1 small, h1 .small, .h1 small, .h1 .small, h2 small, h2 .small, .h2 small, .h2 .small, h3 small, h3 .small, .h3 small, .h3 .small {
    font-size: 65%; }

h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }
  h4 small, h4 .small, .h4 small, .h4 .small, h5 small, h5 .small, .h5 small, .h5 .small, h6 small, h6 .small, .h6 small, .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 36px; }

h2, .h2 {
  font-size: 30px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 18px; }

h5, .h5 {
  font-size: 14px; }

h6, .h6 {
  font-size: 12px; }

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 16px; } }

small, .small {
  font-size: 85%; }

mark, .mark {
  background-color: #fcf8e3;
  padding: .2em; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #7f7f7f; }

.text-red {
  color: #d7000f; }

a.text-red:hover {
  color: #a4000b; }

.text-blue {
  color: #0D5DC3; }

a.text-blue:hover {
  color: #0a4693; }

.text-green {
  color: #248706; }

a.text-green:hover {
  color: #175604; }

.text-yellow {
  color: #b49107; }

a.text-yellow:hover {
  color: #836905; }

.text-gray {
  color: #808080; }

a.text-gray:hover {
  color: #676767; }

.text-white {
  color: #fff; }

a.text-white:hover {
  color: #e6e6e6; }

.bg-primary {
  color: #fff; }

.bg-red {
  background-color: #d7000f; }

.table tr.bg-red td, .table tr.bg-red th, .table th.bg-red, .table td.bg-red {
  background: #d7000f;
  border-left-color: #fff;
  border-left-style: solid;
  border-bottom-color: #fff;
  border-bottom-style: solid;
  color: #fff; }

.bg-blue {
  background-color: #00516d; }

.table tr.bg-blue td, .table tr.bg-blue th, .table th.bg-blue, .table td.bg-blue {
  background: #00516d;
  border-left-color: #fff;
  border-left-style: solid;
  border-bottom-color: #fff;
  border-bottom-style: solid;
  color: #fff; }

.bg-green {
  background-color: #248706; }

.table tr.bg-green td, .table tr.bg-green th, .table th.bg-green, .table td.bg-green {
  background: #248706;
  border-left-color: #fff;
  border-left-style: solid;
  border-bottom-color: #fff;
  border-bottom-style: solid;
  color: #fff; }

.bg-yellow {
  background-color: #ffe100; }

.table tr.bg-yellow td, .table tr.bg-yellow th, .table th.bg-yellow, .table td.bg-yellow {
  background: #ffe100;
  border-left-color: #fff;
  border-left-style: solid;
  border-bottom-color: #fff;
  border-bottom-style: solid;
  color: #000; }

.bg-gray {
  background-color: #ededed; }

.table tr.bg-gray td, .table tr.bg-gray th, .table th.bg-gray, .table td.bg-gray {
  background: #ededed;
  border-left-color: #fff;
  border-left-style: solid;
  border-bottom-color: #fff;
  border-bottom-style: solid;
  color: #000; }

.bg-black {
  background-color: #000; }

.table tr.bg-black td, .table tr.bg-black th, .table th.bg-black, .table td.bg-black {
  background: #000;
  border-left-color: #fff;
  border-left-style: solid;
  border-bottom-color: #fff;
  border-bottom-style: solid;
  color: #fff; }

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee; }

ul, ol {
  margin-top: 0;
  margin-bottom: 10px; }
  ul ul, ul ol, ol ul, ol ol {
    margin-bottom: 0; }

ul.list-style1 {
  padding-left: 0;
  list-style: none; }
  ul.list-style1 ul {
    padding-left: 40px;
    list-style-type: disc; }

ol.list-style1 {
  padding-left: 20px; }
  ol.list-style1 ol {
    padding-left: 20px; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dt, dd {
  line-height: 1.42857; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }
.dl-horizontal dd:after {
  clear: both; }
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title], abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #7f7f7f; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer, blockquote small, blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #7f7f7f; }
    blockquote footer:before, blockquote small:before, blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse, blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before, .blockquote-reverse small:before, .blockquote-reverse .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before, blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after, .blockquote-reverse small:after, .blockquote-reverse .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after, blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857; }

code, kbd, pre, samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none; }

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #323232;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 970px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
  float: left; }

.col-md-1 {
  width: 8.33333%; }

.col-md-2 {
  width: 16.66667%; }

.col-md-3 {
  width: 25%; }

.col-md-4 {
  width: 33.33333%; }

.col-md-5 {
  width: 41.66667%; }

.col-md-6 {
  width: 50%; }

.col-md-7 {
  width: 58.33333%; }

.col-md-8 {
  width: 66.66667%; }

.col-md-9 {
  width: 75%; }

.col-md-10 {
  width: 83.33333%; }

.col-md-11 {
  width: 91.66667%; }

.col-md-12 {
  width: 100%; }

.col-md-pull-0 {
  right: auto; }

.col-md-pull-1 {
  right: 8.33333%; }

.col-md-pull-2 {
  right: 16.66667%; }

.col-md-pull-3 {
  right: 25%; }

.col-md-pull-4 {
  right: 33.33333%; }

.col-md-pull-5 {
  right: 41.66667%; }

.col-md-pull-6 {
  right: 50%; }

.col-md-pull-7 {
  right: 58.33333%; }

.col-md-pull-8 {
  right: 66.66667%; }

.col-md-pull-9 {
  right: 75%; }

.col-md-pull-10 {
  right: 83.33333%; }

.col-md-pull-11 {
  right: 91.66667%; }

.col-md-pull-12 {
  right: 100%; }

.col-md-push-0 {
  left: auto; }

.col-md-push-1 {
  left: 8.33333%; }

.col-md-push-2 {
  left: 16.66667%; }

.col-md-push-3 {
  left: 25%; }

.col-md-push-4 {
  left: 33.33333%; }

.col-md-push-5 {
  left: 41.66667%; }

.col-md-push-6 {
  left: 50%; }

.col-md-push-7 {
  left: 58.33333%; }

.col-md-push-8 {
  left: 66.66667%; }

.col-md-push-9 {
  left: 75%; }

.col-md-push-10 {
  left: 83.33333%; }

.col-md-push-11 {
  left: 91.66667%; }

.col-md-push-12 {
  left: 100%; }

.col-md-offset-0 {
  margin-left: 0%; }

.col-md-offset-1 {
  margin-left: 8.33333%; }

.col-md-offset-2 {
  margin-left: 16.66667%; }

.col-md-offset-3 {
  margin-left: 25%; }

.col-md-offset-4 {
  margin-left: 33.33333%; }

.col-md-offset-5 {
  margin-left: 41.66667%; }

.col-md-offset-6 {
  margin-left: 50%; }

.col-md-offset-7 {
  margin-left: 58.33333%; }

.col-md-offset-8 {
  margin-left: 66.66667%; }

.col-md-offset-9 {
  margin-left: 75%; }

.col-md-offset-10 {
  margin-left: 83.33333%; }

.col-md-offset-11 {
  margin-left: 91.66667%; }

.col-md-offset-12 {
  margin-left: 100%; }

table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #7f7f7f;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }
  .table > thead > tr > th, .table > thead > tr > td, .table > tbody > tr > th, .table > tbody > tr > td, .table > tfoot > tr > th, .table > tfoot > tr > td {
    border-bottom: 1px dotted #7f7f7f;
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top; }
  .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th {
    border-left: 1px solid #fff;
    text-align: center; }
    .table > thead > tr > th:first-child, .table > tbody > tr > th:first-child, .table > tfoot > tr > th:first-child {
      border-left: 0; }
  .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    border-left: 1px dotted #7f7f7f; }
    .table > thead > tr > td:first-child, .table > tbody > tr > td:first-child, .table > tfoot > tr > td:first-child {
      border-left: 0; }
  .table > thead > tr:last-child > td, .table > thead > tr:last-child > th, .table > tbody > tr:last-child > td, .table > tbody > tr:last-child > th, .table > tfoot > tr:last-child > td, .table > tfoot > tr:last-child > th {
    border-bottom: 0; }
  .table > tbody > tr:nth-child(even) {
    background-color: #f9f9f9; }
  .table > thead > tr > th {
    vertical-align: bottom;
    white-space: nowrap;
    text-align: center;
    color: #fff;
    border-left: 1px solid #fff;
    background: url("/img/pattern-check1.png");
    padding: 5px; }
    .table > thead > tr > th:first-child {
      border-left: 0; }
  .table > caption + thead > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > th, .table > thead:first-child > tr:first-child > td {
    border-bottom: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #000; }

.table-condensed > thead > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }
  .table-bordered > thead > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd; }
  .table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-child(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"], table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #323232;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input[type="radio"], input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple], select[size] {
  height: auto; }

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder {
    color: #999; }
  .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: false;
    background-color: #eeeeee;
    opacity: 1; }

textarea.form-control {
  height: auto; }

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
    line-height: 34px; }
  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control, .input-group-sm > input[type="date"].input-group-addon, .input-group-sm > .input-group-btn > input[type="date"].btn, input[type="time"].input-sm, .input-group-sm > input[type="time"].form-control, .input-group-sm > input[type="time"].input-group-addon, .input-group-sm > .input-group-btn > input[type="time"].btn, input[type="datetime-local"].input-sm, .input-group-sm > input[type="datetime-local"].form-control, .input-group-sm > input[type="datetime-local"].input-group-addon, .input-group-sm > .input-group-btn > input[type="datetime-local"].btn, input[type="month"].input-sm, .input-group-sm > input[type="month"].form-control, .input-group-sm > input[type="month"].input-group-addon, .input-group-sm > .input-group-btn > input[type="month"].btn {
    line-height: 30px; }
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control, .input-group-lg > input[type="date"].input-group-addon, .input-group-lg > .input-group-btn > input[type="date"].btn, input[type="time"].input-lg, .input-group-lg > input[type="time"].form-control, .input-group-lg > input[type="time"].input-group-addon, .input-group-lg > .input-group-btn > input[type="time"].btn, input[type="datetime-local"].input-lg, .input-group-lg > input[type="datetime-local"].form-control, .input-group-lg > input[type="datetime-local"].input-group-addon, .input-group-lg > .input-group-btn > input[type="datetime-local"].btn, input[type="month"].input-lg, .input-group-lg > input[type="month"].form-control, .input-group-lg > input[type="month"].input-group-addon, .input-group-lg > .input-group-btn > input[type="month"].btn {
    line-height: 46px; } }

.form-group {
  margin-bottom: 15px; }

.radio, .checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label, .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio, .checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline, .checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"], input[type="checkbox"][disabled], input[type="checkbox"].disabled, fieldset[disabled] input[type="checkbox"] {
  cursor: false; }

.radio-inline.disabled, fieldset[disabled] .radio-inline, .checkbox-inline.disabled, fieldset[disabled] .checkbox-inline {
  cursor: false; }

.radio.disabled label, fieldset[disabled] .radio label, .checkbox.disabled label, fieldset[disabled] .checkbox label {
  cursor: false; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0; }
  .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control, .input-group-lg > .form-control-static.input-group-addon, .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control, .input-group-sm > .form-control-static.input-group-addon, .input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-left: 0;
    padding-right: 0; }

.input-sm, .input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm, .input-group-sm > select.form-control, .input-group-sm > select.input-group-addon, .input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px; }

textarea.input-sm, .input-group-sm > textarea.form-control, .input-group-sm > textarea.input-group-addon, .input-group-sm > .input-group-btn > textarea.btn, select[multiple].input-sm, .input-group-sm > select[multiple].form-control, .input-group-sm > select[multiple].input-group-addon, .input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto; }

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.form-group-sm .form-control {
  height: 30px;
  line-height: 30px; }

textarea.form-group-sm .form-control, select[multiple].form-group-sm .form-control {
  height: auto; }

.input-lg, .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px; }

select.input-lg, .input-group-lg > select.form-control, .input-group-lg > select.input-group-addon, .input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px; }

textarea.input-lg, .input-group-lg > textarea.form-control, .input-group-lg > textarea.input-group-addon, .input-group-lg > .input-group-btn > textarea.btn, select[multiple].input-lg, .input-group-lg > select[multiple].form-control, .input-group-lg > select[multiple].input-group-addon, .input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto; }

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px; }

select.form-group-lg .form-control {
  height: 46px;
  line-height: 46px; }

textarea.form-group-lg .form-control, select[multiple].form-group-lg .form-control {
  height: auto; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 42.5px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .input-group-lg > .input-group-addon + .form-control-feedback, .input-group-lg > .input-group-btn > .btn + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .input-group-sm > .input-group-addon + .form-control-feedback, .input-group-sm > .input-group-btn > .btn + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d; }
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }
.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b; }
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }
.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442; }
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }
.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 25px; }
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #404040; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio, .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label, .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }
.form-horizontal .radio, .form-horizontal .checkbox {
  min-height: 27px; }
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px; } }
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px; } }

.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none;
  visibility: hidden; }
  .collapse.in {
    display: block;
    visibility: visible; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #323232;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #252525;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #d7000f; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #7f7f7f; }
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: false; }

.open > .dropdown-menu {
  display: block; }
.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #7f7f7f;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: ""; }
.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }

.input-group-addon, .input-group-btn, .input-group .form-control {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon, .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px; }
  .input-group-addon.input-sm, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px; }
  .input-group-addon.input-lg, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px; }
  .input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
      z-index: 2; }
  .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
    margin-left: -1px; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #eeeeee; }
    .nav > li.disabled > a {
      color: #7f7f7f; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #7f7f7f;
        text-decoration: none;
        background-color: transparent;
        cursor: false; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #0d5dc3; }
  .nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 5px solid #d7000f;
  display: table;
  width: 100%; }
  .nav-tabs:before, .nav-tabs:after {
    display: none; }
  .nav-tabs > li {
    display: table-cell;
    text-align: center;
    vertical-align: bottom;
    padding-right: 1px; }
    .nav-tabs > li:last-child {
      padding-right: 0; }
    .nav-tabs > li > a {
      display: block;
      background: #717070;
      line-height: 1.2;
      padding: 5px 15px;
      color: #fff;
      text-shadow: 0px -1px rgba(0, 0, 0, 0.6);
      background: linear-gradient(to bottom, #717070 0%, #3f3b3a 100%); }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      background: #d7000f;
      cursor: default;
      padding: 10px 15px 5px 15px;
      background: linear-gradient(to bottom, #a0000b 0%, #d7000f 100%); }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 4px; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #d7000f; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      text-align: center;
      margin-bottom: 5px; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 4px 4px 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #000; } }

.tab-content > .tab-pane {
  display: none;
  visibility: hidden; }
.tab-content > .active {
  display: block;
  visibility: visible; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.breadcrumb {
  width: 970px;
  list-style: none;
  margin: -1px auto 0 auto;
  padding: 0 0 0 10px;
  border-left: 1px solid rgba(255, 255, 255, 0.6);
  -webkit-box-shadow: -1px 0 0 rgba(0, 0, 0, 0.3);
  box-shadow: -1px 0 0 rgba(0, 0, 0, 0.3);
  font-size: 12px;
  line-height: 1; }
  .breadcrumb > li {
    display: inline-block;
    position: relative;
    padding: 6px 0 4px 15px; }
    .breadcrumb > li + li:before {
      content: "";
      padding: 0 8px 0 5px;
      background: url("/img/icon-breadcrumb.png") no-repeat left 50%;
      width: 10px;
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0; }
    .breadcrumb > li:first-child {
      padding-left: 2px; }
      .breadcrumb > li:first-child a {
        padding-left: 15px;
        background: url("/img/icon-home1.png") no-repeat left 50%; }
    .breadcrumb > li a {
      color: #00516c; }
  .breadcrumb > .active {
    color: #656565; }

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center; }
  .pager:before, .pager:after {
    content: " ";
    display: table; }
  .pager:after {
    clear: both; }
  .pager li {
    display: inline; }
    .pager li > a, .pager li > span {
      display: inline-block;
      padding: 5px 14px;
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 15px; }
    .pager li > a:hover, .pager li > a:focus {
      text-decoration: none;
      background-color: #eeeeee; }
  .pager .next > a, .pager .next > span {
    float: right; }
  .pager .previous > a, .pager .previous > span {
    float: left; }
  .pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span {
    color: #7f7f7f;
    background-color: #fff;
    cursor: false; }

.label {
  display: inline-block;
  padding: .4em .6em .3em .6em;
  font-size: 11px;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  min-width: 123px; }
  .label:empty {
    display: none; }
  .btn .label {
    position: relative;
    top: -1px; }

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.label-default {
  background-color: #7f7f7f; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: #666666; }

.label-primary {
  background-color: #d7000f; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #a4000b; }

.label-cat1 {
  background: #f1a63b; }

.label-cat2 {
  background: #29a1d8; }

.label-cat3 {
  background: #e75a24; }

.label-cat4 {
  background: #0071b2; }

.label-cat5 {
  background: #00b234; }

.label-cat6 {
  background: #b20a00; }

.label-cat7 {
  background: #FF6699; }

.label-cat8 {
  background: #228B22; }

.media {
  margin-top: 15px; }
  .media:first-child {
    margin-top: 0; }

.media-right, .media > .pull-right {
  padding-left: 10px; }

.media-left, .media > .pull-left {
  padding-right: 10px; }

.media-left, .media-right, .media-body {
  display: table-cell;
  vertical-align: top; }

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.media-list {
  padding-left: 0;
  list-style: none; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857px; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0); }
  .tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal; }
  .popover.top {
    margin-top: -10px; }
  .popover.right {
    margin-left: 10px; }
  .popover.bottom {
    margin-top: 10px; }
  .popover.left {
    margin-left: -10px; }

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

.popover-content {
  padding: 9px 14px; }

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover > .arrow {
  border-width: 11px; }

.popover > .arrow:after {
  border-width: 10px;
  content: ""; }

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px; }
  .popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff; }
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25); }
  .popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff; }
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px; }
  .popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff; }
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25); }
  .popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left; }
    .carousel-inner > .item > img, .carousel-inner > .item > a > img {
      display: block;
      max-width: 100%;
      height: auto;
      line-height: 1; }
    @media all and (transform-3d), (-webkit-transform-3d) {
      .carousel-inner > .item {
        transition: transform .6s ease-in-out;
        backface-visibility: hidden;
        perspective: 1000; }
        .carousel-inner > .item.next, .carousel-inner > .item.active.right {
          transform: translate3d(100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
          transform: translate3d(-100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
          transform: translate3d(0, 0, 0);
          left: 0; } }
  .carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
    display: block; }
  .carousel-inner > .active {
    left: 0; }
  .carousel-inner > .next, .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel-inner > .next {
    left: 100%; }
  .carousel-inner > .prev {
    left: -100%; }
  .carousel-inner > .next.left, .carousel-inner > .prev.right {
    left: 0; }
  .carousel-inner > .active.left {
    left: -100%; }
  .carousel-inner > .active.right {
    left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }
  .carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }
  .carousel-control:hover, .carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block; }
  .carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px; }
  .carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px; }
  .carousel-control .icon-prev, .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    font-family: serif; }
  .carousel-control .icon-prev:before {
    content: '\2039'; }
  .carousel-control .icon-next:before {
    content: '\203a'; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center; }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: transparent; }
  .carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-caption .btn {
    text-shadow: none; }

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px; }
  .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: -15px; }
  .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: -15px; }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }
  .carousel-indicators {
    bottom: 20px; } }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }
.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important;
  visibility: hidden !important; }

.affix {
  position: fixed; }

#main article:before, #main article:after {
  content: " ";
  display: table; }
#main article:after {
  clear: both; }

#main figure img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
 }
#main figcaption {
  font-size: 12px; }
#main .alignleft {
  float: left;
  margin-right: 15px; }
#main .alignright {
  float: right;
  margin-left: 15px; }
#main .aligncenter {
  display: block;
  margin: 0 auto; }
#main img.aligncenter, #main .aligncenter img {
  margin: 0 auto; }
#main .clear {
  clear: both; }
#main .sns > * {
  display: inline-block;
  margin-bottom: 5px;
  vertical-align: top;}
#main .sns .twitter-share-button {
  width: 110px !important; }
#main .sns #___plusone_0 {
  width: 80px !important;
  vertical-align: top !important; }
#main .wp-pagenavi {
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 3;
}
  #main .wp-pagenavi a, #main .wp-pagenavi span {
    border: 0;
    background: #ededed;
    color: #000;
    padding: 6px;
    margin: 2px 4px; }
  #main .wp-pagenavi a:hover, #main .wp-pagenavi span.current {
    color: #fff;
    background: #d7000f;
    font-weight: normal;
    text-decoration: none; }

.headline1 {
  background: #d7000f;
  background: linear-gradient(to bottom, transparent 30%, rgba(0, 0, 0, 0.3) 100%), url("/img/pattern-red1.png");
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 10px 10px 20px;
  position: relative;
  text-shadow: 0px -1px rgba(0, 0, 0, 0.6); }
  .headline1:before {
    content: "";
    background: url("/img/pattern-check1.png");
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: 5px;
    width: 6px; }
  .headline1.headline1-big {
    font-size: 20px;
    font-weight: bold;
    padding: 13px 10px 13px 20px;
    margin-top: 0; }
/*    .headline1.headline1-big:after {
      content: "";
      background: url("/img/headline1-big.png");
      position: absolute;
      bottom: 0px;
      right: 5px;
      width: 88px;
      height: 56px; }
*/
.headline2 {
  border-top: 3px solid #d7000f;
  border-bottom: 1px solid #d7000f;
  color: #d7000f;
  font-size: 18px;
  font-weight: bold;
  padding: 6px 10px;
  background: linear-gradient(to bottom, #f7f8f8 30%, #cdcece 100%);
  border-left: 0px;
}

.headline3 {
  background: #f2f2f2;
  color: #4c4c4c;
  border-left: 5px solid #d7000f;
  font-size: 16px;
  font-weight: bold;
  padding: 4px 4px 4px 6px;
  position: relative; }

.headline4 {
  color: #d7000f;
  font-size: 16px;
  font-weight: bold;
  background: url("/img/headline4.png") no-repeat left bottom;
  padding: 4px 0 8px 0; }

.headline5 {
  font-size: 16px;
  font-weight: bold;
  color: #4c4c4c;
  padding-left: 1em; }
  .headline5:before {
    content: "\0025a0";
    color: #d7000f;
    vertical-align: 10%;
    width: 1em;
    display: inline-block;
    margin-left: -1em; }

.headline6 {
  font-size: 16px;
  font-weight: bold;
  color: #4c4c4c;
  padding-left: 1em; }
  .headline6:before {
    content: "\0025a0";
    transform: rotate(45deg);
    color: #d7000f;
    vertical-align: 10%;
    width: 1em;
    display: inline-block;
    margin-left: -1em; }

.btn1 {
  border: 1px solid #00516d;
  border-radius: 3px;
  background: #0095c9;
  background: linear-gradient(to bottom, #0095c9 0%, #00536f 100%);
  display: block;
  color: #fff;
  text-align: center;
  padding: 3px 10px 1px 10px;
  font-size: 12px;
  text-shadow: 1px 1px #0144ad;
  line-height: 16px; }
  .btn1 span:before {
    content: url("/img/icon-arrow2-blue.png");
    vertical-align: -5%; }
  .btn1:hover {
    text-decoration: none;
    color: #fff;
    opacity: .8; }

.btn-inlineblock {
  display: inline-block; }

.btn-dtl {
  color: #fff;
  background: #d7000f url("/img/icon-arrow1-red.png") no-repeat 5px 50%;
  padding: 5px 4px 4px 24px;
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  float: right; }
  .btn-dtl:hover {
    color: #fff;
    opacity: .8; }
  .btn-dtl.btn-dtl-bk {
    background: #323232 url("/img/icon-arrow1-white.png") no-repeat 5px 50%; }

.bg-check1 {
  background: #000 url("/img/pattern-check1.png"); }

.meta-h-l, .meta-h-r, .meta-v-l, .meta-v-r {
  margin-bottom: 10px; }
  .meta-h-l time, .meta-h-r time, .meta-v-l time, .meta-v-r time {
    color: #7f7f7f;
    font-size: 12px; }

.meta-h-l > *:nth-child(1), .meta-h-r > *:nth-child(1) {
  margin-right: 10px; }

.meta-v-l time, .meta-v-r time {
  display: block;
  margin-top: 3px; }

.meta-h-l, .meta-v-l {
  text-align: left; }

.meta-h-r, .meta-v-r {
  text-align: right; }

article h3 {
  background: #f2f2f2;
  color: #4c4c4c;
  border-left: 5px solid #d7000f;
  font-size: 16px;
  font-weight: bold;
  padding: 4px 4px 4px 6px;
  position: relative; }
article h4 {
  color: #d7000f;
  font-size: 16px;
  font-weight: bold;
  background: url("/img/headline4.png") no-repeat left bottom;
  padding: 4px 0 8px 0; }
article h5{
  font-size: 16px;
  font-weight: bold;
  color: #4c4c4c;
  padding-left: 1em;
}
article h5:before {
    content: "\0025a0";
    color: #d7000f;
    vertical-align: 10%;
    width: 1em;
    display: inline-block;
    margin-left: -1em;
}

article table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  border-collapse: collapse !important;
}
article > table > td, article > table >  th {
      background-color: #fff !important; }
article > table > thead > tr > th, article >thead > tr > td, article >tbody > tr > th, article >tbody > tr > td, article >tfoot > tr > th, article >tfoot > tr > td {
    border-bottom: 1px dotted #7f7f7f;
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
}
article >thead > tr > th, article >tbody > tr > th, article >tfoot > tr > th {
    border-left: 1px solid #fff;
    text-align: center;
}
article >thead > tr > th:first-child, article >tbody > tr > th:first-child, article >tfoot > tr > th:first-child {
      border-left: 0;
}
article >thead > tr > td, article >tbody > tr > td, article >tfoot > tr > td {
    border-left: 1px dotted #7f7f7f; }
    article >thead > tr > td:first-child, article >tbody > tr > td:first-child, article >tfoot > tr > td:first-child {
      border-left: 0; }
  article >thead > tr:last-child > td, article >thead > tr:last-child > th, article >tbody > tr:last-child > td, article >tbody > tr:last-child > th, article >tfoot > tr:last-child > td, article >tfoot > tr:last-child > th {
    border-bottom: 0; }
  article >tbody > tr:nth-child(even) {
    background-color: #f9f9f9; }
  article >thead > tr > th {
    vertical-align: bottom;
    white-space: nowrap;
    text-align: center;
    color: #fff;
    border-left: 1px solid #fff;
    background: url("/img/pattern-check1.png");
    padding: 5px; }
    article >thead > tr > th:first-child {
      border-left: 0; }
  article >caption + thead > tr:first-child > th, article >caption + thead > tr:first-child > td, article >colgroup + thead > tr:first-child > th, article >colgroup + thead > tr:first-child > td, article >thead:first-child > tr:first-child > th, article >thead:first-child > tr:first-child > td {
    border-bottom: 0; }
  article >tbody + tbody {
    border-top: 2px solid #ddd; }
article > table > thead > tr > th, article > table > thead > tr > td, article > table > tbody > tr > th, article > table > tbody > tr > td, article > table > tfoot > tr > th, article > table > tfoot > tr > td {
  padding: 5px;
}

/* margin-top */
* .mt0 {
  margin-top: 0px; }
* .mt5 {
  margin-top: 5px; }
* .mt10 {
  margin-top: 10px; }
* .mt15 {
  margin-top: 15px; }
* .mt20 {
  margin-top: 20px; }
* .mt25 {
  margin-top: 25px; }
* .mt30 {
  margin-top: 30px; }
* .mt-5 {
  margin-top: -5px; }
* .mt-10 {
  margin-top: -10px; }
* .mt-15 {
  margin-top: -15px; }
* .mt-20 {
  margin-top: -20px; }

/* margin-bottom */
* .mb0 {
  margin-bottom: 0px; }
* .mb5 {
  margin-bottom: 5px; }
* .mb10 {
  margin-bottom: 10px; }
* .mb15 {
  margin-bottom: 15px; }
* .mb20 {
  margin-bottom: 20px; }
* .mb25 {
  margin-bottom: 25px; }
* .mb30 {
  margin-bottom: 30px; }
* .mb-5 {
  margin-bottom: -5px; }
* .mb-10 {
  margin-bottom: -10px; }
* .mb-15 {
  margin-bottom: -15px; }
* .mb-20 {
  margin-bottom: -20px; }

/* margin-left */
* .ml0 {
  margin-left: 0px; }
* .ml5 {
  margin-left: 5px; }
* .ml10 {
  margin-left: 10px; }
* .ml15 {
  margin-left: 15px; }
* .ml20 {
  margin-left: 20px; }
* .ml25 {
  margin-left: 25px; }
* .ml30 {
  margin-left: 30px; }
* .ml-5 {
  margin-left: -5px; }
* .ml-10 {
  margin-left: -10px; }
* .ml-15 {
  margin-left: -15px; }
* .ml-20 {
  margin-left: -20px; }

/* margin-right */
* .mr0 {
  margin-right: 0px; }
* .mr5 {
  margin-right: 5px; }
* .mr10 {
  margin-right: 10px; }
* .mr15 {
  margin-right: 15px; }
* .mr20 {
  margin-right: 20px; }
* .mr25 {
  margin-right: 25px; }
* .mr30 {
  margin-right: 30px; }
* .mr-5 {
  margin-right: -5px; }
* .mr-10 {
  margin-right: -10px; }
* .mr-15 {
  margin-right: -15px; }
* .mr-20 {
  margin-right: -20px; }

body {
  background: #000 url("/img/pattern-check1.png"); }

#main {
  padding-right: 15px;
  padding-bottom: 15px; }

.container {
  background: #fff;
  padding-top: 15px;
  -webkit-box-shadow: 0 0 5px #000;
  box-shadow: 0 0 5px #000;
  z-index: 0;
  position: relative; }

#header {
  position: relative;
  z-index: 1; }
  #header .header-top {
    border-bottom: 3px solid #00516c;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 2;
    height: 42px; }
    #header .header-top .inner {
      width: 970px;
      margin: 0 auto;
      position: relative; }
    #header .header-top .logo {
      color: #fff;
      font-weight: bold;
      font-size: 12px;
      font-family: Arial;
      padding-left: 140px;
      margin: 0;
      padding-top: 15px;
      float: left; }
      #header .header-top .logo a {
        display: block; }
      #header .header-top .logo img {
        position: absolute;
        left: 0;
        top: 10px; }
    #header .header-top .search {
      float: right;
      padding-top: 6px; }
      #header .header-top .search .search-input {
        /*border-radius: 5px 0 0 5px;*/
        border: none;
        -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3) inset;
        box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3) inset;
        height: 27px;
        background: #fff url("/img/icon-search1.png") no-repeat 5px 50%;
        /*padding-left: 25px;*/
        padding-left: 5px;
        padding-right: 20px;
        width: 230px; }
      #header .header-top .search button {
        background: none;
        padding: 0;
        border: none;
        vertical-align: top;
        margin-left: -10px; }
    #header .header-top .emblem {
      position: absolute;
      z-index: 5;
      top: 0px;
      left: 50%;
      margin-left: -58px; }
  #header #gnav {
    background: url("/img/pattern-red1.png");
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 1; }
    #header #gnav .inner {
      width: 970px;
      margin: 0 auto;
      padding: 10px 0; }
      #header #gnav .inner:before, #header #gnav .inner:after {
        content: " ";
        display: table; }
      #header #gnav .inner:after {
        clear: both; }
    #header #gnav .nav > li {
      padding-right: 4px;
      display: inline-block; }
      #header #gnav .nav > li:before {
        content: "";
        position: absolute;
        background: #fff;
        -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
        box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
        width: 1px;
        right: 0;
        top: 12px;
        bottom: 12px;
        color: #fff; }
      #header #gnav .nav > li:last-child {
        margin-right: 0;
        padding-right: 5px; }
      #header #gnav .nav > li:last-child:before {
        display: none; }
      #header #gnav .nav > li > a {
        padding: 10px 2px;
        text-shadow: 0px -1px rgba(0, 0, 0, 0.6);
        font-weight: bold;
        text-align: center;
        white-space: nowrap;
        font-size: 13px; }
        #header #gnav .nav > li > a:hover {
          background-color: transparent; }
      #header #gnav .nav > li.active:after {
        content: "";
        position: absolute;
        background: #fff;
        height: 8px;
        left: -7px;
        right: 0;
        bottom: -10px;
        color: #fff;
        background: linear-gradient(to bottom, #7d0009 30%, #a5000c 100%); }
    #header #gnav .nav a {
      color: #fff; }
    #header #gnav .nav .dropdown-menu {
      background: #000;
      background: rgba(0, 0, 0, 0.8);
      border: 2px solid #d7000f;
      padding: 0;
      min-width: 120px; }
      #header #gnav .nav .dropdown-menu:after, #header #gnav .nav .dropdown-menu:before {
        bottom: 100%;
        left: 20%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none; }
      #header #gnav .nav .dropdown-menu:after {
        border-color: transparent;
        border-bottom-color: rgba(0, 0, 0, 0.8);
        border-width: 6px;
        margin-left: -6px; }
      #header #gnav .nav .dropdown-menu:before {
        border-color: rgba(194, 225, 245, 0);
        border-bottom-color: #d7000f;
        border-width: 9px;
        margin-left: -9px; }
      #header #gnav .nav .dropdown-menu li {
        border-bottom: 1px dotted #757575;
        padding: 1px; }
        #header #gnav .nav .dropdown-menu li:last-child {
          border-bottom: none; }
        #header #gnav .nav .dropdown-menu li a {
          font-size: 12px;
          padding: 5px 5px 4px 5px;
          position: relative; }
          #header #gnav .nav .dropdown-menu li a:after {
            content: "";
            background: url("/img/icon-arrow4-white.png") no-repeat right 50%;
            position: absolute;
            width: 6px;
            right: 5px;
            top: 0;
            bottom: 0; }
          #header #gnav .nav .dropdown-menu li a:hover {
            background: #d7000f; }
    #header #gnav .nav-l {
      float: left;
      width: 485px;
      padding-right: 65px;
      text-align: right; }
    #header #gnav .nav-r {
      float: left;
      width: 485px;
      padding-left: 70px; }
    #header #gnav .dropdown > .dropdown-menu {
      opacity: 0;
      -webkit-transition-property: all;
      transition-property: all;
      -webkit-transition-duration: .5s;
      transition-duration: .5s; }
    #header #gnav .dropdown:hover > .dropdown-menu {
      opacity: 1;
      display: block; }
  #header .header-hero {
    background: #000 url("/img/header-bg.jpg") no-repeat 50% 50%;
    height: 100px;
    position: relative; }
    #header .header-hero .inner {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0; }
    #header .header-hero h1 {
      width: 970px;
      color: #fff;
      font-weight: bold;
      margin: 0 auto 10px auto; }
  #header .header-bttom {
    background: #EFEFEF;
    background: linear-gradient(to bottom, #EFEFEF 0%, #CCCDCD 100%);
    border-top: 1px solid #f7f7f7;
    border-bottom: 1px solid #acadad; }
  #header .header-banner {
    list-style: none;
    padding: 0;
    width: 970px;
    margin: 5px auto;
    text-align: center; }
    #header .header-banner li {
      display: inline-block;
      border-left: 1px dotted #757575;
      line-height: 36px;
      margin-left: 5px;
      padding-left: 5px;
    width:110px;/*20170113*/ }
    #header .header-banner li img{
    max-width:100%!important;
    height:auto!important;   
     }
      #header .header-banner li:first-child {
        margin-left: 0;
        padding-left: 0;
        border-left: none; }
      #header .header-banner li a:hover img {
        opacity: .8; }

#side {
  padding-left: 0;
  padding-bottom: 5px; }
  #side .side-headline1 {
    border-top: 5px solid #00516c;
    border-bottom: 1px solid #00516c;
    color: #00516c;
    font-size: 14px;
    font-family: "Arial Black";
    padding: 3px 5px;
    margin: 0; }
  #side .topics {
    margin-bottom: 10px; }
    #side .topics ul {
      list-style: none;
      border-bottom: 5px solid #d8d8d8;
      padding: 0;
      margin: 0; }
      #side .topics ul li {
        border: 5px solid #d8d8d8;
        border-bottom: none;
        margin: 0; }
        #side .topics ul li a {
          display: block; }
      #side .topics ul h4 {
        font-size: 14px;
        font-weight: normal;
        margin: 5px 0;
        line-height: 1.2; }
      #side .topics ul p {
        font-size: 12px;
        margin-bottom: 0;
        color: #000;
        line-height: 1.2; }
      #side .topics ul .media-body {
        padding-right: 5px; }
  #side .sns {
    border-top: 1px dotted #757575;
    border-bottom: 1px dotted #757575;
    padding: 8px 0 0 0;
    margin-bottom: 10px; }
  #side .banner {
    padding: 0;
    list-style: none; }
    #side .banner li {
      margin-bottom: 10px; }
      #side .banner li a:hover img {
        opacity: .8; }
  #side .shopping {
    margin-bottom: 10px; }
    #side .shopping .slide {
      background: #d9d9d9;
      padding: 10px 10px 5px 10px; }
    #side .shopping .slider-ctrl {
      text-align: center;
      padding-top: 5px; }
      #side .shopping .slider-ctrl .carousel-indicators {
        display: inline-block;
        position: static;
        margin: 0 10px;
        width: auto; }
        #side .shopping .slider-ctrl .carousel-indicators li {
          width: 8px;
          height: 8px;
          background: url("/img/side-slider-btn.png") no-repeat 0 0;
          cursor: pointer;
          border: 0;
          margin: 0; }
          #side .shopping .slider-ctrl .carousel-indicators li.active {
            background-position: 0 -8px; }
      #side .shopping .slider-ctrl .prev, #side .shopping .slider-ctrl .next {
        display: inline-block;
        width: 7px;
        height: 9px;
        background: url("/img/side-slider-arrow.png") no-repeat 0 0; }
      #side .shopping .slider-ctrl .next {
        background-position: 0 -9px; }
  #side .sidenav h2 {
    background: #d7000f;
    background: linear-gradient(to bottom, transparent 30%, rgba(0, 0, 0, 0.3) 100%), url("/img/pattern-red1.png");
    color: #fff;
    position: relative;
    text-shadow: 0px -1px rgba(0, 0, 0, 0.6);
    font-weight: bold;
    /*padding: 28px 10px 28px 10px;*/
    font-size: 18px;
    margin: 0; }
#side .sidenav ul {
    padding-left: 0;
    list-style: none;
  }
    #side .sidenav ul li a:hover {
 }
    #side .sidenav ul a {
      color: #fff;
      display: block;

}
      #side .sidenav ul a:hover {
        text-decoration: none; }

  #side .sidenav > ul { }
    #side .sidenav > ul > li {
      background: #000 url("/img/pattern-check1.png");
      font-size: 14px; }
      #side .sidenav > ul > li > a {
        padding: 10px;
        background: url("/img/icon-arrow4-white.png") no-repeat right 14px bottom 50%; }

        #side .sidenav > ul > li > a:hover{

            background: #d7000f url("/img/icon-arrow4-white.png") no-repeat right 14px bottom 50%; }



      #side .sidenav > ul > li.active {
        background: #d7000f; }
        #side .sidenav > ul > li.active > a {}
      #side .sidenav > ul > li > ul li {
        background: #323232;
        font-size: 12px;
    }

      #side .sidenav > ul > li > ul li:last-child{
      border-bottom:0px;
    }

    #side .sidenav > ul > li > ul li > a {
          padding: 10px 10px 10px 30px;
          background: url("/img/icon-arrow5-white.png") no-repeat 20px 50%; }


        #side .sidenav > ul > li > ul > li.active  {
          background: #d7000f;
        }

        #side .sidenav > ul > li > ul > li:hover  {
         background: #d7000f url("/img/icon-arrow5-white.png") no-repeat 20px 50%; }

    #side .sidenav  ul  li {
      border-bottom: 1px dotted #808080;
  }

        #side .sidenav > ul > li > ul > li.active  {
          background: #d7000f;
        }

#footer {
  margin-top: 50px; }
  #footer .footer-inner {
    background: #d7000f url("/img/pattern-red1.png");
    border-bottom: 3px solid #00516c;
    margin-bottom: 10px;
    padding-bottom: 20px; }
  #footer .logos {
    text-align: center;
    padding: 20px 0; }
    #footer .logos img {
      margin: 0 8px; }
  #footer .footer-link {
    width: 970px;
    display: table;
    margin: 0 auto; }
    #footer .footer-link .td {
      display: table-cell;
      width: 178px; }
      #footer .footer-link .td:nth-child(4) {
        width: 280px; }
      #footer .footer-link .td:last-child {
        border-left: 1px dotted #fff;
        padding-left: 10px;
        white-space: nowrap;
        width: 135px; }
        #footer .footer-link .td:last-child a {
          font-size: 12px; }
    #footer .footer-link a {
      color: #fff; }
    #footer .footer-link ul, #footer .footer-link ol {
      padding-left: 0;
      list-style: none; }
    #footer .footer-link li li a {
      font-size: 12px; }
    #footer .footer-link > ul > li {
      margin-bottom: 10px; }
    #footer .footer-link li p {
      background: url("/img/icon-arrow1-red.png") no-repeat 0 40%;
      padding-left: 20px;
      margin-bottom: 0px;
      color: #fff;
      font-weight: bold; }
    #footer .footer-link li ul, #footer .footer-link li ol {
      padding-left: 20px; }
  #footer .footer-bottom {
    padding-bottom: 20px;
    position: relative; }
    #footer .footer-bottom p {
      text-align: center;
      font-size: 11px;
      color: #fff;
      margin-bottom: 5px; }
  #footer #pagetop {
    position: absolute;
    right: 0;
    bottom: 0; }

.home #header .header-hero {
  height: auto; }
  .home #header .header-hero .inner {
    background: #fff;
    position: relative;
    width: 970px;
    margin: 0 auto; }
    .home #header .header-hero .inner:before, .home #header .header-hero .inner:after {
      content: " ";
      display: table; }
    .home #header .header-hero .inner:after {
      clear: both; }
  .home #header .header-hero #header-slider {
    padding: 12px 0 12px 12px;
    /*float: left;*/
  }
  .home #header .header-hero #header-slider .dtlbtn {
        color: #fff;
        background: #323232 url("/img/icon-arrow1-white.png") no-repeat 5px 50%;
        position: absolute;
        right: 22px;
        bottom: 0;
        padding: 2px 2px 2px 24px;
        font-size: 12px; }

.result-nextmatch {
  margin-bottom: 15px; }
  .result-nextmatch .headline1 {
    margin: 0; }
  .result-nextmatch .info {
    margin: 0;
    padding: 5px 10px;
    background: #323232;
    color: #fff;
    font-size: 12px; }
  .result-nextmatch .dtl {
    display: table;
    overflow: hidden;
    padding: 5px 0;
    width: 100%;
    border-top: 1px dotted #757575;
    border-bottom: 1px dotted #757575;
    background: url("/img/pattern-check1.png");
    color: #fff; }
    .result-nextmatch .dtl .team1, .result-nextmatch .dtl .team2 {
      display: table-cell;
      padding: 5px;
      width: 75px;
      vertical-align: middle;
      text-align: center;
      text-align: center;
      font-size: 12px; }
      .result-nextmatch .dtl .team1 img, .result-nextmatch .dtl .team2 img {
        display: block;
        margin: 0 auto 5px auto; }
  .result-nextmatch .btns {
    padding: 6px 10px 7px 10px;
    background: #323232;
    list-style: none;
    margin: 0; }

.result .points {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
  font-size: 60px;
  font-family: Arial;
  line-height: 1.2; }
  .result .points p {
    display: table;
    margin: 0;
    width: 100%; }
  .result .points span {
    display: table-cell;
    vertical-align: middle;
    text-align: center; }
    .result .points span:nth-child(2) {
      padding-bottom: 10px; }

.nextmatch .headline1 {
  font-weight: bold; }
.nextmatch .match {
  display: table-cell;
  vertical-align: middle;
  text-align: center; }
  .nextmatch .match h3 {
    font-weight: bold;
    font-size: 50px;
    font-family: Arial;
    color: #ed891e;
    margin: 0;
    line-height: 1; }
  .nextmatch .match p {
    font-weight: bold;
    line-height: 1.2;
    margin: 0; }
    .nextmatch .match p strong {
      font-size: 16px;
      color: #ed891e; }
    .nextmatch .match p span {
      font-size: 12px;
      font-weight: normal; }
.nextmatch .btns {
  display: table;
  width: 100%; }
  .nextmatch .btns li {
    display: table-cell;
    width: 33%; }
    .nextmatch .btns li .btn1 {
      white-space: nowrap; }
    .nextmatch .btns li:nth-child(2) .btn1 {
      margin: 0 4px; }

.news {
  margin-bottom: 15px; }
  .news .headline2 {
    border-top-width: 5px;
    padding-right: 5px;
    margin-top: 0;
    margin-bottom: 10px; }
    .news .headline2 .btn1 {
      float: right;
      margin-top: -2px; }
  .news h3 {
    color: #d7000f;
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
    margin: 0 0 5px 0; }
    .news h3 img {
      float: left; }
    .news h3 span {
      display: block;
      border-bottom: 1px solid #7f7f7f;
      padding-bottom: 3px;
      margin-top: 8px; }
  .news .pickup {
    margin-bottom: 10px; }
    .news .pickup a {
      display: block;
      background: #fff;
      -webkit-transition-duration: 0.3s;
      transition-duration: 0.3s; }
      .news .pickup a:hover {
        text-decoration: none;
        opacity: .75; }
    .news .pickup article figure {
      border: 1px solid #7f7f7f;
      position: relative;
      margin-bottom: 5px; }
      .news .pickup article figure:after {
        content: url("/img/home/label-pickup.png");
        position: absolute;
        top: -1px;
        left: -1px; }
      .news .pickup article figure img {
        max-width: 100%;
        height: auto; }
    .news .pickup article .meta-v-r {
      margin-bottom: 5px; }
  .news .nav-tabs > li {
    width: 14%;
    font-size: 13px; }

.news-list {
  padding-top: 5px; }
  .news-list article a {
    display: block;
    background: #fff;
    overflow: hidden;
    border-bottom: 1px dotted #757575;
    padding: 5px 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s; }
    .news-list article a:hover {
      text-decoration: none;
      background: rgba(215, 0, 15, 0.1); }
  .news-list article figure {
    float: left;
    border: 1px solid #7f7f7f;
    margin-right: 10px; }
  .news-list article .meta-h-l {
    margin-bottom: 5px; }

.schedule {
  margin-bottom: 15px; }
  .schedule .headline1 {
    margin: 0; }
  .schedule .sec {
    background: #323232;
    border-bottom: 1px dotted #7f7f7f;
    color: #fff;
    padding: 10px; }
    .schedule .sec:nth-child(odd) {
      background: url("/img/pattern-check1.png"); }
  .schedule h3 {
    font-size: 12px;
    margin: 0 0 10px 0; }
  .schedule ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  .schedule .media {
    margin-top: 5px; }
  .schedule .media-left {
    width: 77px;
    padding-top: 2px;
    padding-right: 0;
    vertical-align: middle;
    line-height: 1.4;
  }
  .schedule .media-left:before {
    content: url("/img/schedule/match.png");
    margin-right: 2px;
  }
  .schedule .media-left.s-cat-shop:before {
    content: url("/img/schedule/shop.png");
    margin-right: 2px;
  }
  .schedule .media-left.s-cat-top:before {
    content: url("/img/schedule/training.png");
    margin-right: 2px;
  }
  .schedule .media-left.s-cat-pre:before {
    content: url("/img/schedule/pre_match.png");
    margin-right: 2px;
  }
  .schedule .media-left.s-cat-event:before {
    content: url("/img/schedule/event.png");
    margin-right: 2px;
  }
  .schedule .media-left.s-cat-birthday:before {
    content: url("/img/schedule/birthday.png");
    margin-right: 2px;
  }
  .schedule .media-left.s-cat-sale:before {
    content: url("/img/schedule/sale.png");
    margin-right: 2px;
  }
  .schedule .media-body {
    padding-left: 10px;
    font-size: 11px;
    vertical-align: middle;
    line-height: 1.4;
  }

/*   .schedule .frameArea {
    width: 326.25px;
    height: 269px;
    overflow:auto;
    -webkit-overflow-scrolling:touch;
  }
*/

   .schedule .frameArea {
    width: 682.5px;
    height: 269px;
    overflow:auto;
    -webkit-overflow-scrolling:touch;
  }


.ranking {
  margin-bottom: 15px; }
  .ranking .headline1 {
    margin: 0; }
  .ranking .table {
    margin-bottom: 0; }
    .ranking .table th {
      font-weight: normal; }
    .ranking .table td {
      padding: 5px;
      font-weight: bold;
      text-align: center;
      vertical-align: middle; }
      .ranking .table td:nth-child(2) {
        text-align: left; }
      .ranking .table td span {
        width: 35px;
        text-align: center;
        display: inline-block;
        margin-right: 5px; }
      .ranking .table td img {
        height: 32px;
        width: auto;
        vertical-align: middle; }
    .ranking .table .consa {
      background: #d7000f;
      color: #fff; }
      .ranking .table .consa td {
        border-left-color: #fff; }
  .ranking footer {
    display: table;
    width: 100%; }
    .ranking footer p, .ranking footer a {
      display: table-cell;
      color: #fff;
      font-size: 12px;
      line-height: 1;
      padding: 7px 10px;
      vertical-align: middle;
      white-space: nowrap; }
      .ranking footer p.bg-check1, .ranking footer a.bg-check1 {
        width: 70%; }
      .ranking footer p.bg-red, .ranking footer a.bg-red {
        text-align: center; }
        .ranking footer p.bg-red:before, .ranking footer a.bg-red:before {
          content: url("/img/icon-arrow1-red.png");
          margin-right: 5px; }
    .ranking footer a {
      cursor: pointer; }

.mailservice {
  margin-bottom: 15px; }
  .mailservice .headline1 {
    margin: 0 0 10px 0; }
  .mailservice p {
    padding: 0 5px 8px 5px;
    margin: 0;
    color: #d7000f;
    font-weight: bold;
    border-bottom: 1px dotted #757575; }

.pointranking {
  margin-bottom: 15px; }
  .pointranking .headline1 {
    margin: 0; }
  .pointranking dl {
    display: table;
    width: 100%;
    margin: 0; }
    .pointranking dl dt {
      display: table-cell;
      width: 89px; }
    .pointranking dl dd {
      display: table-cell;
      background: #000 url("/img/pattern-check1.png");
      color: #fff;
      vertical-align: top; }
    .pointranking dl h3 {
      background: url("/img/home/pranking-label.png") no-repeat 50% 100%;
      color: #000;
      text-align: center;
      height: 26px;
      font-size: 15px;
      line-height: 1.2;
      margin: 5px 0 0 0;
      padding: 0; }
      .pointranking dl h3 strong {
        font-weight: bold;
        font-size: 17px; }
    .pointranking dl .point {
      text-align: center;
      font-weight: bold;
      font-size: 14px;
      line-height: 1;
      margin: 0 0 5px 0; }
      .pointranking dl .point strong {
        font-size: 35px;
        margin-right: 5px; }
      .pointranking dl .point span {
        font-size: 12px;
        font-weight: normal; }
    .pointranking dl .name {
      margin: 0 0 0 8px; }
    .pointranking dl .toprank {
      background: #d7000f; }
      .pointranking dl .toprank h3 {
        color: #d7000f;
        background-position: center top; }

.movie {
  margin-bottom: 15px; }
  .movie .headline1 {
    margin: 0; }
    .movie .headline1 .btn1 {
      float: right;
      margin-top: -2px; }
  .movie .pickup {
    background: #000 url("/img/pattern-check1.png");
    padding: 10px;
    color: #fff; }
    .movie .pickup p {
      margin-bottom: 0; }
  .movie ul {
    display: table;
    width: 100%;
    background: #323232;
    padding: 0;
    margin: 0; }
    .movie ul li {
      display: table-cell;
      border-top: 1px dotted #757575;
      border-right: 1px dotted #757575;
      padding: 10px;
      color: #fff;
      height:15em; }
      .movie ul li:last-child {
        border-right: none; }
      .movie ul li p {
        margin: 0; }

.sns-tlbox h3 {
  font-family: "Arial Black";
  color: #fff;
  text-shadow: 0px -1px rgba(0, 0, 0, 0.6);
  font-size: 16px;
  position: relative;
  margin: 0;
  padding: 10px 5px 10px 20px; }
  .sns-tlbox h3:before {
    content: "";
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: 5px;
    width: 5px; }
.sns-tlbox .inner {
  background: #000 url("/img/pattern-check1.png");
  padding: 10px;
  height: 340px;
  overflow: hidden; }

.twbox h3 {
  background: #0dbbf3;
  background: linear-gradient(to bottom, #0dbbf3 0%, #097a9d 100%); }

.fbbox h3 {
  background: #4668a9;
  background: linear-gradient(to bottom, #4668a9 0%, #2e446e 100%); }
.fbbox .fb-like-box {
  background: #fff; }

.sp-selected-thumbnail:before{
  content: "";
  width: 12px;
  height: 80px;
  background: url("/img/home/header-slider-active.png");
  left: -12px;
  top: 0;
  position: absolute;
}

.sp-selected-thumbnail > div >  .sp-thumbnail-text {
  background: linear-gradient(to bottom, transparent 30%, rgba(0, 0, 0, 0.3) 100%), url("/img/pattern-red1.png");
}

.sp-thumbnail-text {
  width: 250px;
  height: 84px;
    padding-left: 5px;
  margin-left: 5px;
    border-top: 1px dotted #fff;
    background: #000 url("/img/pattern-check1.png");
    color: #fff;
    position: relative;
}
.sp-thumbnail-text p {
  width: 90%;
  padding-top: 4%;
}


/*2015 0509 yamagami*/
.negation {
  background-image: none !important;

}
li.nengation-opacity:hover {
  opacity: 1 !important;
  }

/*.dtlbtn right:22px へ変更*/
/*.sp-thumbnail-text p {width: 90%;}*/

h1, .h1 {
  font-size: 28px;
}

.stadium .st-dome header {
  background: url(/wp-content/uploads/2015/05/bg-dome.jpg) no-repeat;
}

.stadium .st-atsubetsu header {
  background: url(/wp-content/uploads/2015/05/bg-atsubetsu.jpg) no-repeat;
}

.stadium .st-hakodate header {
  background: url(/wp-content/uploads/2016/06/bg-hakodate.jpg) no-repeat;
}

.stadium section header {
  position: relative;
  height: 152px;
}

.stadium section header h2, .stadium section header h3, .stadium section header p {
  border: 0;
  margin: 0;
  padding: 0;
  background: none;
  color: #fff;
}

.stadium section header h2 {
  font-size: 35px;
  font-weight: bold;
}

.stadium section header h3 {
  font-weight: normal;
  font-size: 12px;
  margin: 3px 0 12px 0;
}

.stadium section .st-body {
  padding: 7px 10px;
  overflow: hidden;
}

.stadium section header .inner {
  position: absolute;
  left: 10px;
  bottom: 10px;
}

.stadium section {
  background: #E5E5E5;
  margin-bottom: 20px;
}

/*2015 0509 N.F.A.L*/
.headline2-lbn{
    border-left: 0;
}

.btn-right {
    float: right;
    margin-top: -2px;
}

.stadium section{
    background: #E5E5E5;
    margin-bottom: 20px;
}
.stadium section header{
    position: relative;
    height: 152px;
}
.stadium section header .inner{
    position: absolute;
    left: 10px;
    bottom: 10px;
}
.stadium section header h2,
.stadium section header h3,
.stadium section header p{
    border: 0;
    margin: 0;
    padding: 0;
    background: none;
    color: #fff;
}
.stadium section header h2{
    font-size: 35px;
    font-weight: bold;
}
.stadium section header h3{
    font-weight: normal;
    font-size: 12px;
    margin: 3px 0 12px 0;
}
.stadium section .st-body{
    padding: 7px 10px;
    overflow: hidden;
}
.stadium section .st-body .btn-seat{
    display: block;
    float: left;
}
.stadium section .st-body .btn-access{
    display: block;
    float: right;
}
.stadium section .st-body .btn-seat:hover,
.stadium section .st-body .btn-access:hover{
    filter:alpha(opacity=80); /*IE*/
    opacity:0.8;
}
.stadium .headline5{
    background: none;
    margin-bottom: 5px;
}
.stadium .list-inline{
    margin-bottom: 0;
}
.stadium .list-inline li{
    font-size: 16px;
    margin-bottom: 5px;
}
.stadium .list-inline li:before{
    content:"●";
}


.table-sche{
    background: #EDEDED;
    margin-bottom: 0;
}
.table-sche .emblem{
    text-align: center;
    width: 60px;
}

.table-sche .title h4{
    font-size: 20px;
    background: none;
    padding: 0;
    margin: 0 0 5px 0;
}
.table-sche .title h4 span{
    font-size: 16px;
}
.table-sche .title h5{
    color: #00516D;
    font-size: 17px;
    padding: 0;
    margin: 0;
}
.table-sche .title h5:before{
    display: none;
}

.table-sche .place{
    vertical-align: top;
    padding-top: 8px;
    font-weight: bold;
}
.table-sche .bg-red{
    color: #fff;
    border-left: 1px solid #fff;
    text-align: center;
    width: 6.5em;
}

.table-sche .btn{
	background-color:#FDEBD1;
    text-align: center;
    width: 6.5em;
}


.table-sche .bg-white{
    background: #fff;
    text-align: center;
    border-left: 1px dotted #000;
}

.table-sche-dtl th a{
    color: #fff;
}
.table-sche-dtl .vacant{
    background: #FFF095;
}

/*copyright*/
.vi_frame p {
  border:1px solid #ccc;
}

table.copyright_frame {
  border:1px solid #ccc;
}

table.copyright_frame tr {
  border-bottom:1px solid #ccc;
  padding:15px;
}

table.copyright_frame td {
  padding:15px;
}

table.copyright_frame tr.even {
  border-bottom:1px solid #ccc;
  background:#ccc;
  color:#fff;
}

.corner {
  background:#d9d9d9;
  padding: 5px;
}

/*trust form*/

#trust-form form{
  border: solid 1px #999;
  padding: 15px;
}

#trust-form form table {
  width:100%;
}

#trust-form form table th {
  padding:10px;
}

#trust-form form table td {
  padding:10px;
}


#trust-form table tr {
  border-bottom:1px dotted #999;
}

#trust-form .require {
  color:#c00;
}

#confirm-button {
  text-align: center;
  margin-top: 20px;
}

/*cooperation*/
.cooperation table {
  border:1px solid #999;
}

.cooperation table tr {
  border:1px solid #999;
}

.cooperation table td {
  border:1px solid #999;
  padding: 4px;
}

.cooperation table td:nth-child(odd) {
  background:#ededed;;
}

.cooperation table img {
  margin: 20px 0;
}

.pointranking  .team-pointrank {
  margin-bottom: 15px; }
  .pointranking  .team-pointrank .headline1 {
    margin: 0; }
  .pointranking  .team-pointrank dl {
    display: table;
    width: 100%;
    margin: 0;
  margin-bottom:25px;
  }
    .pointranking  .team-pointrank dl dt {
      display: table-cell;
      width: 89px; }
    .pointranking  .team-pointrank dl dd {
      display: table-cell;
      background: #000 url("/img/pattern-check1.png");
      color: #fff;
      vertical-align: top; }
    .pointranking  .team-pointrank dl h3 {
      background: url("/img/home/pranking-label.png") no-repeat 50% 100%;
      color: #000;
      text-align: center;
      height: 26px;
      font-size: 15px;
      line-height: 1.2;
      margin: 35px 0 10px 0;
      padding: 0;
    border:0px;}


      .pointranking  .team-pointrank dl h3 strong {
        font-weight: bold;
        font-size: 17px; }
    .pointranking  .team-pointrank dl .point {
      text-align: center;
      font-weight: bold;
      font-size: 14px;
      line-height: 1;
      margin: 0 0 5px 0; }
      .pointranking  .team-pointrank dl .point strong {
        font-size: 35px;
        margin-right: 5px; }
      .pointranking  .team-pointrank dl .point span {
        font-size: 12px;
        font-weight: normal; }

    .pointranking  .team-pointrank dl p.data {
    display:table;
    margin-left:auto;
    margin-right:auto;
        font-size: 12px;
     }

        .pointranking  .team-pointrank dl .name {
    font-size:16px;
    font-weight:bold;
    text-align:center;
    margin:0px;}

    .pointranking  .team-pointrank dl .toprank1 {
      background: #d7000f; }

    .pointranking  .team-pointrank dl .toprank2 {
      background: #00516c; }

      .pointranking  .team-pointrank dl .toprank1 h3{
      background-image:url("/img/rank01.png") ;}

      .pointranking  .team-pointrank dl .toprank2 h3{
      background-image:url("/img/rank02.png") ;}

      .pointranking  .team-pointrank dl .toprank1 h3,
    .pointranking  .team-pointrank dl .toprank2 h3{
      margin-bottom:5px;
      height:80px;
      text-indent:-9999px;
      margin-top:5px;
        background-position: center bottom; }

/*party_ticket*/
#trust-form_party table input[name="element-0"] {
  width:70%;
}

#trust-form_party table input[name="element-1"] {
  width:60%;
}

#trust-form_party table input[name="element-2"] {
  width:80%;
}

/*contact*/
#trust-form_contact table th {
  width:32%;
}
#trust-form_contact table input[name="element-1"] {
  width:60%;
}
#trust-form_contact table input[name="element-2"] {
  width:70%;
}

#trust-form_contact table textarea {
  width:70%;
  height:100px;
}

#trust-form_contact table input[name="element-4"] {
  width:70%;
}
#trust-form_contact table input[name="element-6"] {
  width:60%;
}

.qa table {
    border-collapse: collapse !important; }
.qa table td, .qa table th {
      background-color: #fff !important; }

.qa table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }
  .qa table > thead > tr > th, .qa table > thead > tr > td, .qa table > tbody > tr > th, .qa table > tbody > tr > td, .qa table > tfoot > tr > th, .qa table > tfoot > tr > td {
    border-bottom: 1px dotted #7f7f7f;
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top; }
  .qa table > thead > tr > th, .qa table > tbody > tr > th, .qa table > tfoot > tr > th {
    border-left: 1px solid #fff;
    text-align: center; }
    .qa table > thead > tr > th:first-child, .qa table > tbody > tr > th:first-child, .qa table > tfoot > tr > th:first-child {
      border-left: 0; }
  .qa table > thead > tr > td, .qa table > tbody > tr > td, .qa table > tfoot > tr > td {
    border-left: 1px dotted #7f7f7f; }
    .qa table > thead > tr > td:first-child, .qa table > tbody > tr > td:first-child, .qa table > tfoot > tr > td:first-child {
      border-left: 0; }
  .qa table > thead > tr:last-child > td, .qa table > thead > tr:last-child > th, .qa table > tbody > tr:last-child > td, .qa table > tbody > tr:last-child > th, .qa table > tfoot > tr:last-child > td, .qa table > tfoot > tr:last-child > th {
    border-bottom: 0; }
  .qa table > tbody > tr:nth-child(even) {
    background-color: #f9f9f9; }
  .qa table > thead > tr > th {
    vertical-align: bottom;
    white-space: nowrap;
    text-align: center;
    color: #fff;
    border-left: 1px solid #fff;
    background: url("/img/pattern-check1.png");
    padding: 5px; }
    .qa table > thead > tr > th:first-child {
      border-left: 0; }
  .qa table > caption + thead > tr:first-child > th, .qa table > caption + thead > tr:first-child > td, .qa table > colgroup + thead > tr:first-child > th, .qa table > colgroup + thead > tr:first-child > td, .qa table > thead:first-child > tr:first-child > th, .qa table > thead:first-child > tr:first-child > td {
    border-bottom: 0; }
  .qa table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .qa table .qa table {
    background-color: #000; }

.qa table > thead > tr > th, .qa table > thead > tr > td, .qa table > tbody > tr > th, .qa table > tbody > tr > td, .qa table > tfoot > tr > th, .qa table > tfoot > tr > td {
  padding: 5px; }

.qa > table > tbody > tr > td:nth-child(1) {
    width:40%;
}


/*urikai*/
#trust-form_urikai ul li {
  list-style:none;
  width:50%;
  float:left;
}

#trust-form_urikai .radio {
  display:inline;
}

#trust-form_urikai label input[type="radio"] {
  margin-right: 6px;
}

#trust-form_urikai table th {
  width:32%;
}

#trust-form_urikai input[name="element-3"]{
  width:60%;
}

#trust-form_urikai input[name="element-6"]{
  width:70%;
}

#trust-form_urikai input[name="element-5"]{
  width:80%;
}


#trust-form_urikai textarea{
  width: 70%;
  height: 100px;
}

#trust-form_urikai input[name="element-8"]{
  width:60%;
}

#trust-form_urikai input[name="element-7"]{
  width: 70%;
}


/*dolls*/
.top_dolls p {
  padding-left: 20px;
}

.top_dolls ul {
  padding-left: 20px;
}

.top_dolls ul li{
  list-style:none;
}

.satellite_dolls ul {
  padding-left: 0px;
}

.satellite_dolls ul li{
  list-style:none;
}

.satellite_dolls .col-md-2 {
  padding-right: 0;
}

/*mochikabu*/
h4 time {
  color: #000;
  font-size: 12px;
  float: right;
  margin-top: 4px;
}

/*trust-form_address*/
#trust-form_address input[name="element-1"]{
  width:60%;
}

#trust-form_address input[name="element-2"]{
  width:80%;
}

#trust-form_address input[name="element-4"]{
  width:80%;
}

#trust-form_address input[name="element-6"]{
  width:60%;
}

#trust-form_address textarea {
  height:100px;
  width:70%;
}

#trust-form_inquiry input[name="element-1"]{
  width:70%;
}

#trust-form_inquiry input[name="element-2"]{
  width:60%;
}


#trust-form_inquiry input[name="element-3"]{
  width:70%;
}

#trust-form_inquiry textarea {
  height:100px;
  width:70%;
}

.sns{
  padding: 20px 0px;
}

td.bg-gray span.small {
  background:#ccc;
  margin-left: 6px;
}


/*goods*/
section.gs-online, section.gs-shop {
  background: #E5E5E5;
  margin-bottom: 20px;
}

section.gs-online .bg {
  background:url("/img/online.png") no-repeat;
  height: 153px;
}

section.gs-shop .bg {
  background:url("/img/shop.png") no-repeat;
  height: 153px;
}


section.gs-online .gs-body {
  padding-top: 14px;
}

.gs-body {
  padding: 7px 10px;
  overflow: hidden;
  text-align: center;
}

.gs-body .clearfix {
  text-align: center;
}

.gs-recommend .col-md-4 img {
  border:1px solid #ccc;
}

.gs-recommend .col-md-4 .name {
  font-weight:bold;
}

.gs-recommend .col-md-4 .price {
  font-weight:bold;
  color:#fe0000;
}


/*Header sns search*/
.sns-area {
  float: right;
}

.sns-area ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  overflow: hidden;
  margin-top: 3px;
}

.sns-area ul li {
  float: left;
  margin-right: 6px;
}

/*sidebar*/
.sidenav h2 a {
  display: block;
  color: white;
  padding: 28px 10px 28px 10px;
  text-decoration: none;
}

/*hometown*/
article.hometown.header {
    position:relative;
}

article.hometown.header p.headline {
    position: absolute;
    top: 144px;
    left: 70px;
    font-size: 24px;
    background-color: rgba(0,0,0,0.65);
    color: #fff;
    padding: 10px;
}

article.hometown.header p.headline span {
    font-size:20px;
}

article.hometown.body figure {
    position:relative;
}

article.hometown.body figure p {
    position: absolute;
    top: 120px;
    padding: 6px;
    background-color: rgba(0,0,0,0.65);
    width: 100%;
    color: #fff;
    padding-left: 16px;
}

/*entertainment*/
figure.entertainment  {
    position:relative;
}
figure.entertainment p.headline {
    position: absolute;
    /*top: 100px;*/
    /*right: 20px;*/
    font-size: 28px;
    color: #fff;
    padding: 6px;
    font-weight: bold;
    background-color: rgba(0,0,0,0.65);
}

figure.entertainment  p.description {
    position: absolute;
    /*top: 160px;*/
    /*right: 20px;*/
    text-align: left;
    width: 52%;
    color: #fff;
    padding: 6px;
    background-color: rgba(0,0,0,0.65);
}

/*kouta*/
figure.entertainment.kouta p.headline {
    left: 10px;
    top:130px;
}

figure.entertainment.kouta p.description {
    left: 10px;
    width:50%;
    font-size: 14px;
    top:190px;
}

/*photo*/
figure.entertainment.photo p.headline {
    top:140px;
    right: 10px;
}

figure.entertainment.photo p.description {
    top:200px;
    right: 10px;
}

/*mixzone*/
figure.entertainment.mixzone p.headline {
    left: 10px;
    top:110px;
}

figure.entertainment.mixzone p.description {
    left: 10px;
    width:50%;
    font-size: 14px;
    top:170px;
}

/*match*/
figure.entertainment.match p.headline {
    top:140px;
    right:10px;
}

figure.entertainment.match p.description {
    top:196px;
    right:10px;
}

/*team_report*/
figure.entertainment.team_report p.headline {
    top:100px;/*120px*/
    right:10px;
}

figure.entertainment.team_report p.description {
    top:156px;/*176px;*/
    right:10px;
}

/*ticket*/
article.ticket ul {
    padding-left: 0px;
    list-style: none;
}

article.ticket .ticket_check_area {
    height:130px;
}

article.ticket p.ticket_check {
    background-color: #F8D8C6;
    border:2px solid #D7000F;
    text-align: center;
    margin-top:20px;
    color:#D7000F;
    font-size:20px;
}

article.ticket .ticket_check_area ul li:first-child {
    padding-left: 0px;
}

article.ticket .ticket_check_area ul li:nth-child(2) {
    padding-left: 5px;
}

article.ticket .ticket_check_area ul li:last-child{
    padding-left: 10px;
}

article.ticket .ticket_table_header {
    background: #D7000F;

}

article.ticket .otona {
    background:#FFF096;
    text-align: center;
    vertical-align: middle;
}
/*
article.ticket table tr td:first-child {
    background:#EDEDED;
}
*/
article.ticket table tr td.odd {
    background:#F7F7F7;
}
article.ticket .ticket_purchase ul li {
    position:relative;
}

article.ticket .ticket_purchase ul li p.ticket_purchase_desc {
    position: absolute;
    top: 76px;
    left: 20px;
    color: #fff;
}

article.ticket .ticket_purchase ul li img.shousai_btn {
    top: 230px;
    position: absolute;
    right: 6px;
}

/*entertaiment*/
.entertainment_post_list{
  margin-top: 20px;
}
.entertainment_post_list ul{
  padding-left: 0;
display: -ms-flexbox; /* IE10 */
display: -webkit-box; /* Android4.3以下、Safari3.1〜6.0 */
display: -webkit-flex; /* Safari6.1以降 */
  display: flex;
/*flex-direction: row; 初期値*/
-ms-flex-wrap: wrap; /*IE10*/
-webkit-flex-wrap: wrap; /* Safari6.1以降 */
  flex-wrap: wrap;
}

.entertainment_post {
    overflow:hidden;
    margin-left: 2%;
    width: 48%;
    float: left;
    min-height: 120px;
    display: inline-block;
}

.entertainment_post img {
    float: left;
    margin-right: 10px;
}

.entertainment_post_detail{
  overflow: hidden;
}

.entertainment_post_detail time {
    margin-right: 10px;
}
.entertainment_post_detail time.charge_title:after {
    content:url("/img/ico_charge.png");
    margin-left: 5px;
    line-height: 1;
    vertical-align: text-bottom;
}

.entertainment_post_detail time.free_title:after {
    content:url("/img/ico_free.png");
    margin-left: 5px;
    line-height: 1;
    vertical-align: text-bottom;
}

.entertainment_post_detail span.entertainment_category {
  display: table-cell;
    background-color: #a5301d;
    padding: 0 2px;
    color: #fff;
}
.entertainment_post_detail h6 {
    /*margin-top: 0px;*/
    margin-bottom: 5px;
    font-size:14px;
    word-wrap: break-word;
}
.entertainment_post_detail p{
  font-size: 13px;
}
.desc_charge:before {
    content:url("/img/ico_charge.png");
    position: absolute;
  left: 0px;
  top: 0px;
}
.desc_free:before{
    content:url("/img/ico_free.png");
    position: absolute;
  left: 135px;
}
.entertainment_header {
    position: relative;
}
.entertainment_header_headline {
    position: absolute;
    top: 190px;
    background-color: rgba(0,0,0,0.65);
    color: #fff;
    left: 4px;
    padding: 10px;
}

.entertainment_header_desc {
    position: absolute;
    top: 272px;   background-color: rgba(0,0,0,0.65);   color: #fff;
    width: 86%;
    left: 4px;
    padding: 10px;
}
main > p {
    position: relative;
}

main > p .desc_charge {
    padding-left:28px;
}

main > p .desc_free {
    padding-left: 37px;
}

.special .require {
  color: #ff0000;
}

.special .error {
  color: #ff0000;
  font-weight: bold;
}

.special ul {
  list-style-type: none;
  padding-left: 0px;
}

.special label {
  width: 100%;
}

.special #trust-form_inquiry input[name="element-2"] {
  width: 5%;
}
/*address*/
#trust-form_address table th {
  width:32%;
}

#trust-form_address table textarea {
  width:100%;
}

#trust-form_address table ul{
  list-style:none;"
}
#trust-form_address table input[name="element-1"] {
  width:100%;
}
#trust-form_address table input[name="element-20"] {
  width:100%;
}

#trust-form_address table input[name="element-0"] {
  width:100%;
}
#trust-form_address table input[name="element-19"] {
  width:100%;
}
#trust-form_address table input[name="element-22"] {
  width:100%;
}
#trust-form_address table input[name="element-17"] {
  width:100%;
}
#trust-form_address table input[name="element-6"] {
  width:40%;
}
#trust-form_address table input[name="element-4"] {
  width:40%;
}
#trust-form_address table input[name="element-15"] {
  width:100%;
}
/* 20170120 */

.table tr.bg-clr01 td, .table tr.bg-clr01 th, .table th.bg-clr01, .table td.bg-clr01 {
	background-color: #E7ADB5/*#de919b*/!important;
}
.table tr.bg-clr02 td, .table tr.bg-clr02 th, .table th.bg-clr02, .table td.bg-clr02 {
	background-color: #E9B24F/*#e1972a*/!important;
}
.table tr.bg-clr03 td, .table tr.bg-clr03 th, .table th.bg-clr03, .table td.bg-clr03 {
	background-color: #B4D8EC/*#9acae4*/!important;
}
.table tr.bg-clr04 td, .table tr.bg-clr04 th, .table th.bg-clr04, .table td.bg-clr04 {
	background-color: #B7D4AB/*#9dc48f*/!important;
}
.table tr.bg-clr05 td, .table tr.bg-clr05 th, .table th.bg-clr05, .table td.bg-clr05 {
	background-color: #BB9CBD/*#a27ca5*/!important;
}
.table tr.bg-clr06 td, .table tr.bg-clr06 th, .table th.bg-clr06, .table td.bg-clr06 {
	background-color: #B7B9DC/*#9194c8*/!important;
}
.table tr.bg-clr07 td, .table tr.bg-clr07 th, .table th.bg-clr07, .table td.bg-clr07 {
	background-color: #62C1E3/*#30a0d2*/!important;
}
.table tr.bg-clr08 td, .table tr.bg-clr08 th, .table th.bg-clr08, .table td.bg-clr08 {
	background-color: #F6E445/*#f3d922*/!important;
}

.table tr.bg-clr10 td, .table tr.bg-clr10 th, .table th.bg-clr10, .table td.bg-clr10 {
  background-color: #A9A9A9/*#f3d922*/!important;
}

.bg-clr01, .bg-clr02, .bg-clr03, .bg-clr04, .bg-clr05, .bg-clr06, .bg-clr07, .bg-clr08, .bg-clr10{
	font-weight:bold;
}
/* 20170126 */
.table.table-bgw > tbody > tr:nth-child(even) {
    background-color: #ffffff;
}
.table.table-bgw.table-hover > tbody > tr:hover {
	background-color: #f5f5f5;
}



/* 20170215 */
dl.dl_hour dt {
    font-weight: normal;
    float: left;
    width: 5em;
}
dl.dl_hour dd {
    margin-left: 5em;
}
/* 20170227 */
.table.tbl_coop01{
	table-layout:fixed;
}
.table.tbl_coop01 > tbody > tr > td:first-child {
	width:40%;
}
.table.tbl_coop01 > tbody > tr > td a{
	word-wrap:break-word;
}
.table.tbl_coop02 > tbody > tr > td:first-child {
  width:20%;
}
/* 20170524 */
article table{
border-collapse: separate!important;
border-spacing: 0;
}
/* 20170724 */
.dcm-btn {
    border: 0px;
    width: 150px;
    height: 30px;
    background: url(/img/dcm-btn.png) left top no-repeat;
}
.au-btn {
    border: 0px;
    width: 150px;
    height: 30px;
    background: url(/img/au-btn.png) left top no-repeat;
}
.sb-btn {
    border: 0px;
    width: 100px;
    height: 100px;
    background: url(/img/sb-btn.jpg) left top no-repeat;
}
.table-condense {
    border-collapse: separate!important;
}
.article-footer{clear:both;}

/* 20170914 */
.top-banner-box{
    position: fixed;
    z-index: 10000;
    right: 0px;
    bottom: 20px;
    background-color:rgba(0,0,0,0.8);
}
.top-banner-box ul{
    clear: both;
    padding:0;
    list-style: none;
}
.top-banner-box ul li{
  margin:10px;
}
.top-banner-box .close-btn{
  margin:0 10px;
  float:right;
  font-size: 24px;
  line-height: 1;
  display: none;/* ボタン非表示用設定 */
}
.top-banner-box .close-btn a{
  color:#eee;
}
/* 20171003 */
#header .header-top .entame{
  margin-right:5px;
      float: right;
      padding-top: 3px;
}
.entame a{
  padding: 0 15px 0 0;
  border: solid 1px #d7000f;/*#333;*/
  height:32px;
  color: #ffffff;
  font-weight: bold;
  font-size: 13px;
  display: block;
  background: linear-gradient(to top, #a0000b 0%, #d7000f 100%);
}
.entame a:before{
    content: url("/img/ico_ball.png");
    vertical-align: -60%;
}
.entame a:hover{
  text-decoration: none;
  border:solid 1px #fff;
/*     opacity: 0.75;
  filter: alpha(opacity=75);
  -ms-filter: "alpha(opacity=75)";*/
}
.entame a span{
  margin-left:2px;
}
#header #gnav .nav{
  display: table;
}
#header #gnav .nav > li {
   padding-right: 4px;
   display: table-cell;
}
#header #gnav .nav-l {
    padding-right: 50px;
}

#side .search {
      float: right;
      margin-top: 0;
      margin-bottom: 6px;}
      #side .search .search-input {
        /*border-radius: 5px 0 0 5px;*/
        border: none;
        -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3) inset;
        box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3) inset;
        height: 27px;
        background: #fff url("/img/icon-search1.png") no-repeat 5px 50%;
        /*padding-left: 25px;*/
        padding-left: 5px;
        padding-right: 20px;
        width: 205px; }
      #side .search button {
        background: none;
        padding: 0;
        border: none;
        vertical-align: top;
        margin-left: -10px; }
/* 20171010 */
.area-athlete table > tbody > tr > td{
  min-width:120px;
}
.area-athlete table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
  .area-athlete table > thead {
    display: none;
}
.area-athlete table > tbody > tr > th,
.area-athlete table > tbody > tr > td{
    border-bottom: 1px dotted #7f7f7f;
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top; }
.area-athlete table > tbody > tr > th{
    border-left: 1px solid #fff;
    text-align: center; }
.area-athlete table > tbody > tr > th:first-child{
      border-left: 0; }
.area-athlete table > tbody > tr > td{
    border-left: 1px dotted #7f7f7f; }
.area-athlete table > tbody > tr > td:first-child{
      border-left: 0; }
.area-athlete table > tbody > tr:last-child > td,
.area-athlete table > tbody > tr:last-child > th{
    border-bottom: 0; }
.area-athlete table > tbody > tr:nth-child(even) {
    background-color: #f9f9f9; }

.img-athlete img{
/*  max-width:220px;
  vertical-align: top;*/
}
h3.schedule-heading {
  font-size: 18px;
}

.table-mochikabu th, .table-mochikabu td, .table-about th, .table-about td{
    border:none !important;
    border-bottom: 1px dotted #7f7f7f !important;
}

.table-mochikabu th, .table-about th {
    border-right: 1px dotted #7f7f7f !important;
}

.table-mochikabu td, .table-about td {
    border-right: 1px dotted #7f7f7f !important;
}

.table-mochikabu tr td:last-child, .table-about tr td:last-child {
    border-right:none !important;
}
