@charset "UTF-8";
/*
 * jQuery FlexSlider v2.7.2
 * https://www.woocommerce.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: "flexslider-icon";
  src: url("fonts/flexslider-icon.eot");
  src: url("fonts/flexslider-icon.eot") format("embedded-opentype"), url("fonts/flexslider-icon.woff") format("woff"), url("fonts/flexslider-icon.ttf") format("truetype"), url("fonts/flexslider-icon.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
  width: 100%;
  display: block;
}

.flexslider .slides:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .flexslider .slides {
  display: block;
}

* html .flexslider .slides {
  height: 1%;
}

.no-js .flexslider .slides > li:first-child {
  display: block;
}

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
}

.flexslider .slides {
  zoom: 1;
}

.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

@-moz-document url-prefix() {
  .loading .flex-viewport {
    max-height: none;
  }
}
.carousel li {
  margin-right: 5px;
}

.flex-direction-nav {
  *height: 0;
}

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: "\f001";
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}

.flex-direction-nav a.flex-next:before {
  content: "\f002";
}

.flex-direction-nav .flex-prev {
  left: -50px;
}

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: "\f004";
}

.flex-pauseplay a:hover {
  opacity: 1;
}

.flex-pauseplay a.flex-play:before {
  content: "\f003";
}

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
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: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  -moz-text-decoration: underline dotted;
  text-decoration: underline 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 {
  -webkit-box-sizing: content-box;
  -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] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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;
  -webkit-box-sizing: content-box;
  -moz-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 {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-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;
  }
  .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;
  }
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url("../fonts/glyphicons-halflings-regular.eot");
  src: url("../fonts/glyphicons-halflings-regular.eot") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg") format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "*";
}

.glyphicon-plus:before {
  content: "+";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "€";
}

.glyphicon-minus:before {
  content: "−";
}

.glyphicon-cloud:before {
  content: "☁";
}

.glyphicon-envelope:before {
  content: "✉";
}

.glyphicon-pencil:before {
  content: "✏";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.glyphicon-cd:before {
  content: "\e201";
}

.glyphicon-save-file:before {
  content: "\e202";
}

.glyphicon-open-file:before {
  content: "\e203";
}

.glyphicon-level-up:before {
  content: "\e204";
}

.glyphicon-copy:before {
  content: "\e205";
}

.glyphicon-paste:before {
  content: "\e206";
}

.glyphicon-alert:before {
  content: "\e209";
}

.glyphicon-equalizer:before {
  content: "\e210";
}

.glyphicon-king:before {
  content: "\e211";
}

.glyphicon-queen:before {
  content: "\e212";
}

.glyphicon-pawn:before {
  content: "\e213";
}

.glyphicon-bishop:before {
  content: "\e214";
}

.glyphicon-knight:before {
  content: "\e215";
}

.glyphicon-baby-formula:before {
  content: "\e216";
}

.glyphicon-tent:before {
  content: "⛺";
}

.glyphicon-blackboard:before {
  content: "\e218";
}

.glyphicon-bed:before {
  content: "\e219";
}

.glyphicon-apple:before {
  content: "\f8ff";
}

.glyphicon-erase:before {
  content: "\e221";
}

.glyphicon-hourglass:before {
  content: "⌛";
}

.glyphicon-lamp:before {
  content: "\e223";
}

.glyphicon-duplicate:before {
  content: "\e224";
}

.glyphicon-piggy-bank:before {
  content: "\e225";
}

.glyphicon-scissors:before {
  content: "\e226";
}

.glyphicon-bitcoin:before {
  content: "\e227";
}

.glyphicon-btc:before {
  content: "\e227";
}

.glyphicon-xbt:before {
  content: "\e227";
}

.glyphicon-yen:before {
  content: "¥";
}

.glyphicon-jpy:before {
  content: "¥";
}

.glyphicon-ruble:before {
  content: "₽";
}

.glyphicon-rub:before {
  content: "₽";
}

.glyphicon-scale:before {
  content: "\e230";
}

.glyphicon-ice-lolly:before {
  content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

.glyphicon-education:before {
  content: "\e233";
}

.glyphicon-option-horizontal:before {
  content: "\e234";
}

.glyphicon-option-vertical:before {
  content: "\e235";
}

.glyphicon-menu-hamburger:before {
  content: "\e236";
}

.glyphicon-modal-window:before {
  content: "\e237";
}

.glyphicon-oil:before {
  content: "\e238";
}

.glyphicon-grain:before {
  content: "\e239";
}

.glyphicon-sunglasses:before {
  content: "\e240";
}

.glyphicon-text-size:before {
  content: "\e241";
}

.glyphicon-text-color:before {
  content: "\e242";
}

.glyphicon-text-background:before {
  content: "\e243";
}

.glyphicon-object-align-top:before {
  content: "\e244";
}

.glyphicon-object-align-bottom:before {
  content: "\e245";
}

.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

.glyphicon-object-align-left:before {
  content: "\e247";
}

.glyphicon-object-align-vertical:before {
  content: "\e248";
}

.glyphicon-object-align-right:before {
  content: "\e249";
}

.glyphicon-triangle-right:before {
  content: "\e250";
}

.glyphicon-triangle-left:before {
  content: "\e251";
}

.glyphicon-triangle-bottom:before {
  content: "\e252";
}

.glyphicon-triangle-top:before {
  content: "\e253";
}

.glyphicon-console:before {
  content: "\e254";
}

.glyphicon-superscript:before {
  content: "\e255";
}

.glyphicon-subscript:before {
  content: "\e256";
}

.glyphicon-menu-left:before {
  content: "\e257";
}

.glyphicon-menu-right:before {
  content: "\e258";
}

.glyphicon-menu-down:before {
  content: "\e259";
}

.glyphicon-menu-up:before {
  content: "\e260";
}

* {
  -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: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
}

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

a {
  color: #337ab7;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}

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

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.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;
  padding: 0;
  margin: -1px;
  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;
}

[role=button] {
  cursor: pointer;
}

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,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #777777;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .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: 21px;
  }
}
small,
.small {
  font-size: 85%;
}

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

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

.text-primary {
  color: #337ab7;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
  background-color: #337ab7;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

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

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

ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}

.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-right: 5px;
  padding-left: 5px;
}

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

dt,
dd {
  line-height: 1.42857143;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

@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;
}

.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.42857143;
  color: #777777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "— ";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}

.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: "";
}

.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: " —";
}

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

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;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  -webkit-box-shadow: none;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  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 {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row-no-gutters [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.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-right: 15px;
  padding-left: 15px;
}

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

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

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

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

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

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

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

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

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

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

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

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

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

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

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

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

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

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

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

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

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

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

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

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

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

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

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

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

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

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

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

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

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

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

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

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

@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .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-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}

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

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

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

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #fff;
}

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

.table-bordered {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.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-of-type(odd) {
  background-color: #f9f9f9;
}

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

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

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

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

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

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

input[type=radio][disabled],
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=checkbox].disabled,
fieldset[disabled] input[type=radio],
fieldset[disabled] input[type=checkbox] {
  cursor: not-allowed;
}

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: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

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

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  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 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.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::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

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

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

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

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

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

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

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

.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}

.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}

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

select.input-sm {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}

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

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

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

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-lg {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

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

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

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

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.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-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .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;
  background-color: #dff0d8;
  border-color: #3c763d;
}

.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;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}

.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;
  background-color: #f2dede;
  border-color: #a94442;
}

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

@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 {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}

.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}

.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
}

.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}

.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  background-image: none;
  border-color: #204d74;
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  background-image: none;
  border-color: #398439;
}

.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  background-image: none;
  border-color: #269abc;
}

.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  background-image: none;
  border-color: #d58512;
}

.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  background-image: none;
  border-color: #ac2925;
}

.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  font-weight: 400;
  color: #337ab7;
  border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

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

.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

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;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-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 dashed;
  border-top: 4px solid \9 ;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.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;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.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: 400;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}

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

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

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}

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

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

.open > a {
  outline: 0;
}

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

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

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

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

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

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9 ;
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

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

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

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

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

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > .btn-group > .btn {
  float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}

.btn-group-justified > .btn-group .btn {
  width: 100%;
}

.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle=buttons] > .btn input[type=radio],
[data-toggle=buttons] > .btn-group > .btn input[type=radio],
[data-toggle=buttons] > .btn input[type=checkbox],
[data-toggle=buttons] > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group[class*=col-] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group .form-control:focus {
  z-index: 3;
}

.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.3333333;
  border-radius: 6px;
}

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

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

.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-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}

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

.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: 400;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.input-group-addon.input-lg {
  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-top-right-radius: 0;
  border-bottom-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-top-left-radius: 0;
  border-bottom-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 {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

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

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

.nav-tabs.nav-justified > li {
  float: none;
}

.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.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: #337ab7;
}

.nav-stacked > li {
  float: none;
}

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

.nav-justified {
  width: 100%;
}

.nav-justified > li {
  float: none;
}

.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

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

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

.navbar-brand > img {
  display: block;
}

@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 15px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

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

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-right: -15px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type=radio],
  .navbar-form .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
  color: #777;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777;
}

.navbar-default .navbar-nav > li > a {
  color: #777;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

.navbar-default .navbar-link {
  color: #777;
}

.navbar-default .navbar-link:hover {
  color: #333;
}

.navbar-default .btn-link {
  color: #777;
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}

.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}

.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-link {
  color: #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link {
  color: #9d9d9d;
}

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/ ";
}

.breadcrumb > .active {
  color: #777777;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

.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: #777777;
  cursor: not-allowed;
  background-color: #fff;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}

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

.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

.label-default {
  background-color: #777777;
}

.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #337ab7;
}

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

.label-success {
  background-color: #5cb85c;
}

.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}

.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}

.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777777;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}

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

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}

.list-group-item > .badge {
  float: right;
}

.list-group-item > .badge + .badge {
  margin-right: 5px;
}

.nav-pills > li > a > .badge {
  margin-left: 3px;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}

.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}

.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

.jumbotron > hr {
  border-top-color: #d5d5d5;
}

.container .jumbotron,
.container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}

.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}

.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}

.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
  margin-top: 15px;
}

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

.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}

.media-object.img-thumbnail {
  max-width: none;
}

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

.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #eeeeee;
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}

a.list-group-item,
button.list-group-item {
  color: #555;
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}

a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}

.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}

.panel-group {
  margin-bottom: 20px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}

.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #337ab7;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}

.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -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;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -o-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;
  background-clip: padding-box;
  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);
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

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

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

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

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

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.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;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 12px;
  filter: alpha(opacity=0);
  opacity: 0;
}

.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

.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 {
  right: 5px;
  bottom: 0;
  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;
}

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

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 14px;
  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);
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

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

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

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

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

.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}

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

.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}

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

.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  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 {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}

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

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

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    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;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.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: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}

.carousel-control.right {
  right: 0;
  left: auto;
  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: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}

.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  filter: alpha(opacity=90);
  opacity: 0.9;
}

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

.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;
  font-family: serif;
  line-height: 1;
}

.carousel-control .icon-prev:before {
  content: "‹";
}

.carousel-control .icon-next:before {
  content: "›";
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9 ;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  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: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: 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;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}

.flag {
  width: 16px;
  height: 11px;
  background: url("/assets/libs/flags-cc5fe9bf.png") no-repeat;
}

.flag.flag-ad {
  background-position: -16px 0;
}

.flag.flag-ae {
  background-position: -32px 0;
}

.flag.flag-af {
  background-position: -48px 0;
}

.flag.flag-ag {
  background-position: -64px 0;
}

.flag.flag-ai {
  background-position: -80px 0;
}

.flag.flag-al {
  background-position: -96px 0;
}

.flag.flag-am {
  background-position: -112px 0;
}

.flag.flag-an {
  background-position: -128px 0;
}

.flag.flag-ao {
  background-position: -144px 0;
}

.flag.flag-ar {
  background-position: -160px 0;
}

.flag.flag-as {
  background-position: -176px 0;
}

.flag.flag-at {
  background-position: -192px 0;
}

.flag.flag-au {
  background-position: -208px 0;
}

.flag.flag-aw {
  background-position: -224px 0;
}

.flag.flag-az {
  background-position: -240px 0;
}

.flag.flag-ba {
  background-position: 0 -11px;
}

.flag.flag-bb {
  background-position: -16px -11px;
}

.flag.flag-bd {
  background-position: -32px -11px;
}

.flag.flag-be {
  background-position: -48px -11px;
}

.flag.flag-bf {
  background-position: -64px -11px;
}

.flag.flag-bg {
  background-position: -80px -11px;
}

.flag.flag-bh {
  background-position: -96px -11px;
}

.flag.flag-bi {
  background-position: -112px -11px;
}

.flag.flag-bj {
  background-position: -128px -11px;
}

.flag.flag-bm {
  background-position: -144px -11px;
}

.flag.flag-bn {
  background-position: -160px -11px;
}

.flag.flag-bo {
  background-position: -176px -11px;
}

.flag.flag-br {
  background-position: -192px -11px;
}

.flag.flag-bs {
  background-position: -208px -11px;
}

.flag.flag-bt {
  background-position: -224px -11px;
}

.flag.flag-bv {
  background-position: -240px -11px;
}

.flag.flag-bw {
  background-position: 0 -22px;
}

.flag.flag-by {
  background-position: -16px -22px;
}

.flag.flag-bz {
  background-position: -32px -22px;
}

.flag.flag-ca {
  background-position: -48px -22px;
}

.flag.flag-catalonia {
  background-position: -64px -22px;
}

.flag.flag-cd {
  background-position: -80px -22px;
}

.flag.flag-cf {
  background-position: -96px -22px;
}

.flag.flag-cg {
  background-position: -112px -22px;
}

.flag.flag-ch {
  background-position: -128px -22px;
}

.flag.flag-ci {
  background-position: -144px -22px;
}

.flag.flag-ck {
  background-position: -160px -22px;
}

.flag.flag-cl {
  background-position: -176px -22px;
}

.flag.flag-cm {
  background-position: -192px -22px;
}

.flag.flag-cn {
  background-position: -208px -22px;
}

.flag.flag-co {
  background-position: -224px -22px;
}

.flag.flag-cr {
  background-position: -240px -22px;
}

.flag.flag-cu {
  background-position: 0 -33px;
}

.flag.flag-cv {
  background-position: -16px -33px;
}

.flag.flag-cw {
  background-position: -32px -33px;
}

.flag.flag-cy {
  background-position: -48px -33px;
}

.flag.flag-cz {
  background-position: -64px -33px;
}

.flag.flag-de {
  background-position: -80px -33px;
}

.flag.flag-dj {
  background-position: -96px -33px;
}

.flag.flag-dk {
  background-position: -112px -33px;
}

.flag.flag-dm {
  background-position: -128px -33px;
}

.flag.flag-do {
  background-position: -144px -33px;
}

.flag.flag-dz {
  background-position: -160px -33px;
}

.flag.flag-ec {
  background-position: -176px -33px;
}

.flag.flag-ee {
  background-position: -192px -33px;
}

.flag.flag-eg {
  background-position: -208px -33px;
}

.flag.flag-eh {
  background-position: -224px -33px;
}

.flag.flag-england {
  background-position: -240px -33px;
}

.flag.flag-er {
  background-position: 0 -44px;
}

.flag.flag-es {
  background-position: -16px -44px;
}

.flag.flag-et {
  background-position: -32px -44px;
}

.flag.flag-eu {
  background-position: -48px -44px;
}

.flag.flag-fi {
  background-position: -64px -44px;
}

.flag.flag-fj {
  background-position: -80px -44px;
}

.flag.flag-fk {
  background-position: -96px -44px;
}

.flag.flag-fm {
  background-position: -112px -44px;
}

.flag.flag-fo {
  background-position: -128px -44px;
}

.flag.flag-fr {
  background-position: -144px -44px;
}

.flag.flag-ga {
  background-position: -160px -44px;
}

.flag.flag-gb {
  background-position: -176px -44px;
}

.flag.flag-gd {
  background-position: -192px -44px;
}

.flag.flag-ge {
  background-position: -208px -44px;
}

.flag.flag-gf {
  background-position: -224px -44px;
}

.flag.flag-gg {
  background-position: -240px -44px;
}

.flag.flag-gh {
  background-position: 0 -55px;
}

.flag.flag-gi {
  background-position: -16px -55px;
}

.flag.flag-gl {
  background-position: -32px -55px;
}

.flag.flag-gm {
  background-position: -48px -55px;
}

.flag.flag-gn {
  background-position: -64px -55px;
}

.flag.flag-gp {
  background-position: -80px -55px;
}

.flag.flag-gq {
  background-position: -96px -55px;
}

.flag.flag-gr {
  background-position: -112px -55px;
}

.flag.flag-gs {
  background-position: -128px -55px;
}

.flag.flag-gt {
  background-position: -144px -55px;
}

.flag.flag-gu {
  background-position: -160px -55px;
}

.flag.flag-gw {
  background-position: -176px -55px;
}

.flag.flag-gy {
  background-position: -192px -55px;
}

.flag.flag-hk {
  background-position: -208px -55px;
}

.flag.flag-hm {
  background-position: -224px -55px;
}

.flag.flag-hn {
  background-position: -240px -55px;
}

.flag.flag-hr {
  background-position: 0 -66px;
}

.flag.flag-ht {
  background-position: -16px -66px;
}

.flag.flag-hu {
  background-position: -32px -66px;
}

.flag.flag-ic {
  background-position: -48px -66px;
}

.flag.flag-id {
  background-position: -64px -66px;
}

.flag.flag-ie {
  background-position: -80px -66px;
}

.flag.flag-il {
  background-position: -96px -66px;
}

.flag.flag-im {
  background-position: -112px -66px;
}

.flag.flag-in {
  background-position: -128px -66px;
}

.flag.flag-io {
  background-position: -144px -66px;
}

.flag.flag-iq {
  background-position: -160px -66px;
}

.flag.flag-ir {
  background-position: -176px -66px;
}

.flag.flag-is {
  background-position: -192px -66px;
}

.flag.flag-it {
  background-position: -208px -66px;
}

.flag.flag-je {
  background-position: -224px -66px;
}

.flag.flag-jm {
  background-position: -240px -66px;
}

.flag.flag-jo {
  background-position: 0 -77px;
}

.flag.flag-jp {
  background-position: -16px -77px;
}

.flag.flag-ke {
  background-position: -32px -77px;
}

.flag.flag-kg {
  background-position: -48px -77px;
}

.flag.flag-kh {
  background-position: -64px -77px;
}

.flag.flag-ki {
  background-position: -80px -77px;
}

.flag.flag-km {
  background-position: -96px -77px;
}

.flag.flag-kn {
  background-position: -112px -77px;
}

.flag.flag-kp {
  background-position: -128px -77px;
}

.flag.flag-kr {
  background-position: -144px -77px;
}

.flag.flag-kurdistan {
  background-position: -160px -77px;
}

.flag.flag-kw {
  background-position: -176px -77px;
}

.flag.flag-ky {
  background-position: -192px -77px;
}

.flag.flag-kz {
  background-position: -208px -77px;
}

.flag.flag-la {
  background-position: -224px -77px;
}

.flag.flag-lb {
  background-position: -240px -77px;
}

.flag.flag-lc {
  background-position: 0 -88px;
}

.flag.flag-li {
  background-position: -16px -88px;
}

.flag.flag-lk {
  background-position: -32px -88px;
}

.flag.flag-lr {
  background-position: -48px -88px;
}

.flag.flag-ls {
  background-position: -64px -88px;
}

.flag.flag-lt {
  background-position: -80px -88px;
}

.flag.flag-lu {
  background-position: -96px -88px;
}

.flag.flag-lv {
  background-position: -112px -88px;
}

.flag.flag-ly {
  background-position: -128px -88px;
}

.flag.flag-ma {
  background-position: -144px -88px;
}

.flag.flag-mc {
  background-position: -160px -88px;
}

.flag.flag-md {
  background-position: -176px -88px;
}

.flag.flag-me {
  background-position: -192px -88px;
}

.flag.flag-mg {
  background-position: -208px -88px;
}

.flag.flag-mh {
  background-position: -224px -88px;
}

.flag.flag-mk {
  background-position: -240px -88px;
}

.flag.flag-ml {
  background-position: 0 -99px;
}

.flag.flag-mm {
  background-position: -16px -99px;
}

.flag.flag-mn {
  background-position: -32px -99px;
}

.flag.flag-mo {
  background-position: -48px -99px;
}

.flag.flag-mp {
  background-position: -64px -99px;
}

.flag.flag-mq {
  background-position: -80px -99px;
}

.flag.flag-mr {
  background-position: -96px -99px;
}

.flag.flag-ms {
  background-position: -112px -99px;
}

.flag.flag-mt {
  background-position: -128px -99px;
}

.flag.flag-mu {
  background-position: -144px -99px;
}

.flag.flag-mv {
  background-position: -160px -99px;
}

.flag.flag-mw {
  background-position: -176px -99px;
}

.flag.flag-mx {
  background-position: -192px -99px;
}

.flag.flag-my {
  background-position: -208px -99px;
}

.flag.flag-mz {
  background-position: -224px -99px;
}

.flag.flag-na {
  background-position: -240px -99px;
}

.flag.flag-nc {
  background-position: 0 -110px;
}

.flag.flag-ne {
  background-position: -16px -110px;
}

.flag.flag-nf {
  background-position: -32px -110px;
}

.flag.flag-ng {
  background-position: -48px -110px;
}

.flag.flag-ni {
  background-position: -64px -110px;
}

.flag.flag-nl {
  background-position: -80px -110px;
}

.flag.flag-no {
  background-position: -96px -110px;
}

.flag.flag-np {
  background-position: -112px -110px;
}

.flag.flag-nr {
  background-position: -128px -110px;
}

.flag.flag-nu {
  background-position: -144px -110px;
}

.flag.flag-nz {
  background-position: -160px -110px;
}

.flag.flag-om {
  background-position: -176px -110px;
}

.flag.flag-pa {
  background-position: -192px -110px;
}

.flag.flag-pe {
  background-position: -208px -110px;
}

.flag.flag-pf {
  background-position: -224px -110px;
}

.flag.flag-pg {
  background-position: -240px -110px;
}

.flag.flag-ph {
  background-position: 0 -121px;
}

.flag.flag-pk {
  background-position: -16px -121px;
}

.flag.flag-pl {
  background-position: -32px -121px;
}

.flag.flag-pm {
  background-position: -48px -121px;
}

.flag.flag-pn {
  background-position: -64px -121px;
}

.flag.flag-pr {
  background-position: -80px -121px;
}

.flag.flag-ps {
  background-position: -96px -121px;
}

.flag.flag-pt {
  background-position: -112px -121px;
}

.flag.flag-pw {
  background-position: -128px -121px;
}

.flag.flag-py {
  background-position: -144px -121px;
}

.flag.flag-qa {
  background-position: -160px -121px;
}

.flag.flag-re {
  background-position: -176px -121px;
}

.flag.flag-ro {
  background-position: -192px -121px;
}

.flag.flag-rs {
  background-position: -208px -121px;
}

.flag.flag-ru {
  background-position: -224px -121px;
}

.flag.flag-rw {
  background-position: -240px -121px;
}

.flag.flag-sa {
  background-position: 0 -132px;
}

.flag.flag-sb {
  background-position: -16px -132px;
}

.flag.flag-sc {
  background-position: -32px -132px;
}

.flag.flag-scotland {
  background-position: -48px -132px;
}

.flag.flag-sd {
  background-position: -64px -132px;
}

.flag.flag-se {
  background-position: -80px -132px;
}

.flag.flag-sg {
  background-position: -96px -132px;
}

.flag.flag-sh {
  background-position: -112px -132px;
}

.flag.flag-si {
  background-position: -128px -132px;
}

.flag.flag-sk {
  background-position: -144px -132px;
}

.flag.flag-sl {
  background-position: -160px -132px;
}

.flag.flag-sm {
  background-position: -176px -132px;
}

.flag.flag-sn {
  background-position: -192px -132px;
}

.flag.flag-so {
  background-position: -208px -132px;
}

.flag.flag-somaliland {
  background-position: -224px -132px;
}

.flag.flag-sr {
  background-position: -240px -132px;
}

.flag.flag-ss {
  background-position: 0 -143px;
}

.flag.flag-st {
  background-position: -16px -143px;
}

.flag.flag-sv {
  background-position: -32px -143px;
}

.flag.flag-sx {
  background-position: -48px -143px;
}

.flag.flag-sy {
  background-position: -64px -143px;
}

.flag.flag-sz {
  background-position: -80px -143px;
}

.flag.flag-tc {
  background-position: -96px -143px;
}

.flag.flag-td {
  background-position: -112px -143px;
}

.flag.flag-tf {
  background-position: -128px -143px;
}

.flag.flag-tg {
  background-position: -144px -143px;
}

.flag.flag-th {
  background-position: -160px -143px;
}

.flag.flag-tj {
  background-position: -176px -143px;
}

.flag.flag-tk {
  background-position: -192px -143px;
}

.flag.flag-tl {
  background-position: -208px -143px;
}

.flag.flag-tm {
  background-position: -224px -143px;
}

.flag.flag-tn {
  background-position: -240px -143px;
}

.flag.flag-to {
  background-position: 0 -154px;
}

.flag.flag-tr {
  background-position: -16px -154px;
}

.flag.flag-tt {
  background-position: -32px -154px;
}

.flag.flag-tv {
  background-position: -48px -154px;
}

.flag.flag-tw {
  background-position: -64px -154px;
}

.flag.flag-tz {
  background-position: -80px -154px;
}

.flag.flag-ua {
  background-position: -96px -154px;
}

.flag.flag-ug {
  background-position: -112px -154px;
}

.flag.flag-um {
  background-position: -128px -154px;
}

.flag.flag-us {
  background-position: -144px -154px;
}

.flag.flag-uy {
  background-position: -160px -154px;
}

.flag.flag-uz {
  background-position: -176px -154px;
}

.flag.flag-va {
  background-position: -192px -154px;
}

.flag.flag-vc {
  background-position: -208px -154px;
}

.flag.flag-ve {
  background-position: -224px -154px;
}

.flag.flag-vg {
  background-position: -240px -154px;
}

.flag.flag-vi {
  background-position: 0 -165px;
}

.flag.flag-vn {
  background-position: -16px -165px;
}

.flag.flag-vu {
  background-position: -32px -165px;
}

.flag.flag-wales {
  background-position: -48px -165px;
}

.flag.flag-wf {
  background-position: -64px -165px;
}

.flag.flag-ws {
  background-position: -80px -165px;
}

.flag.flag-ye {
  background-position: -96px -165px;
}

.flag.flag-yt {
  background-position: -112px -165px;
}

.flag.flag-za {
  background-position: -128px -165px;
}

.flag.flag-zanzibar {
  background-position: -144px -165px;
}

.flag.flag-zm {
  background-position: -160px -165px;
}

.flag.flag-zw {
  background-position: -176px -165px;
}

/*
Version: 3.5.2 Timestamp: Sat Nov  1 14:43:36 EDT 2014
*/
.select2-container {
  margin: 0;
  position: relative;
  display: inline-block;
  /* inline-block for ie7 */
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}

.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  /*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.
    More Info : http://www.quirksmode.org/css/box.html
  */
  -webkit-box-sizing: border-box; /* webkit */
  -moz-box-sizing: border-box; /* firefox */
  box-sizing: border-box; /* css3 */
}

.select2-container .select2-choice {
  display: block;
  height: 26px;
  padding: 0 0 0 8px;
  overflow: hidden;
  position: relative;
  border: 1px solid #aaa;
  white-space: nowrap;
  line-height: 26px;
  color: #444;
  text-decoration: none;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.5, #fff));
  background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 50%);
  background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0);
  background-image: linear-gradient(to top, #eee 0%, #fff 50%);
}

html[dir=rtl] .select2-container .select2-choice {
  padding: 0 8px 0 0;
}

.select2-container.select2-drop-above .select2-choice {
  border-bottom-color: #aaa;
  border-radius: 0 0 4px 4px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.9, #fff));
  background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 90%);
  background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
  background-image: linear-gradient(to bottom, #eee 0%, #fff 90%);
}

.select2-container.select2-allowclear .select2-choice .select2-chosen {
  margin-right: 42px;
}

.select2-container .select2-choice > .select2-chosen {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: none;
  width: auto;
}

html[dir=rtl] .select2-container .select2-choice > .select2-chosen {
  margin-left: 26px;
  margin-right: 0;
}

.select2-container .select2-choice abbr {
  display: none;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 24px;
  top: 8px;
  font-size: 1px;
  text-decoration: none;
  border: 0;
  background: image-url("@libImages/select2.png") right top no-repeat;
  cursor: pointer;
  outline: 0;
}

.select2-container.select2-allowclear .select2-choice abbr {
  display: inline-block;
}

.select2-container .select2-choice abbr:hover {
  background-position: right -11px;
  cursor: pointer;
}

.select2-drop-mask {
  border: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 9998;
  /* styles required for IE to work */
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-drop {
  width: 100%;
  margin-top: -1px;
  position: absolute;
  z-index: 9999;
  top: 100%;
  background: #fff;
  color: #000;
  border: 1px solid #aaa;
  border-top: 0;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}

.select2-drop.select2-drop-above {
  margin-top: 1px;
  border-top: 1px solid #aaa;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
}

.select2-drop-active {
  border: 1px solid #5897fb;
  border-top: none;
}

.select2-drop.select2-drop-above.select2-drop-active {
  border-top: 1px solid #5897fb;
}

.select2-drop-auto-width {
  border-top: 1px solid #aaa;
  width: auto;
}

.select2-drop-auto-width .select2-search {
  padding-top: 4px;
}

.select2-container .select2-choice .select2-arrow {
  display: inline-block;
  width: 18px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid #aaa;
  border-radius: 0 4px 4px 0;
  background-clip: padding-box;
  background: #ccc;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));
  background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);
  background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee', endColorstr = '#cccccc', GradientType = 0);
  background-image: linear-gradient(to top, #ccc 0%, #eee 60%);
}

html[dir=rtl] .select2-container .select2-choice .select2-arrow {
  left: 0;
  right: auto;
  border-left: none;
  border-right: 1px solid #aaa;
  border-radius: 4px 0 0 4px;
}

.select2-container .select2-choice .select2-arrow b {
  display: block;
  width: 100%;
  height: 100%;
  background: image-url("@libImages/select2.png") no-repeat 0 1px;
}

html[dir=rtl] .select2-container .select2-choice .select2-arrow b {
  background-position: 2px 1px;
}

.select2-search {
  display: inline-block;
  width: 100%;
  min-height: 26px;
  margin: 0;
  padding-left: 4px;
  padding-right: 4px;
  position: relative;
  z-index: 10000;
  white-space: nowrap;
}

.select2-search input {
  width: 100%;
  height: auto !important;
  min-height: 26px;
  padding: 4px 20px 4px 5px;
  margin: 0;
  outline: 0;
  font-family: sans-serif;
  font-size: 1em;
  border: 1px solid #aaa;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fff image-url("@libImages/select2.png") no-repeat 100% -22px;
  background: image-url("@libImages/select2.png") no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
  background: image-url("@libImages/select2.png") no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: image-url("@libImages/select2.png") no-repeat 100% -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: image-url("@libImages/select2.png") no-repeat 100% -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}

html[dir=rtl] .select2-search input {
  padding: 4px 5px 4px 20px;
  background: #fff image-url("@libImages/select2.png") no-repeat -37px -22px;
  background: image-url("@libImages/select2.png") no-repeat -37px -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
  background: image-url("@libImages/select2.png") no-repeat -37px -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: image-url("@libImages/select2.png") no-repeat -37px -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: image-url("@libImages/select2.png") no-repeat -37px -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}

.select2-drop.select2-drop-above .select2-search input {
  margin-top: 4px;
}

.select2-search input.select2-active {
  background: #fff image-url("@libImages/select2-spinner.gif") no-repeat 100%;
  background: image-url("@libImages/select2-spinner.gif") no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
  background: image-url("@libImages/select2-spinner.gif") no-repeat 100%, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: image-url("@libImages/select2-spinner.gif") no-repeat 100%, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: image-url("@libImages/select2-spinner.gif") no-repeat 100%, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.select2-dropdown-open .select2-choice {
  border-bottom-color: transparent;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #eee;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(0.5, #eee));
  background-image: -webkit-linear-gradient(center bottom, #fff 0%, #eee 50%);
  background-image: -moz-linear-gradient(center bottom, #fff 0%, #eee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  background-image: linear-gradient(to top, #fff 0%, #eee 50%);
}

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  border: 1px solid #5897fb;
  border-top-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.5, #eee));
  background-image: -webkit-linear-gradient(center top, #fff 0%, #eee 50%);
  background-image: -moz-linear-gradient(center top, #fff 0%, #eee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
}

.select2-dropdown-open .select2-choice .select2-arrow {
  background: transparent;
  border-left: none;
  filter: none;
}

html[dir=rtl] .select2-dropdown-open .select2-choice .select2-arrow {
  border-right: none;
}

.select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -18px 1px;
}

html[dir=rtl] .select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -16px 1px;
}

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

/* results */
.select2-results {
  max-height: 200px;
  padding: 0 0 0 4px;
  margin: 4px 4px 4px 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html[dir=rtl] .select2-results {
  padding: 0 4px 0 0;
  margin: 4px 0 4px 4px;
}

.select2-results ul.select2-result-sub {
  margin: 0;
  padding-left: 0;
}

.select2-results li {
  list-style: none;
  display: list-item;
  background-image: none;
}

.select2-results li.select2-result-with-children > .select2-result-label {
  font-weight: bold;
}

.select2-results .select2-result-label {
  padding: 3px 7px 4px;
  margin: 0;
  cursor: pointer;
  min-height: 1em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.select2-results-dept-1 .select2-result-label {
  padding-left: 20px;
}

.select2-results-dept-2 .select2-result-label {
  padding-left: 40px;
}

.select2-results-dept-3 .select2-result-label {
  padding-left: 60px;
}

.select2-results-dept-4 .select2-result-label {
  padding-left: 80px;
}

.select2-results-dept-5 .select2-result-label {
  padding-left: 100px;
}

.select2-results-dept-6 .select2-result-label {
  padding-left: 110px;
}

.select2-results-dept-7 .select2-result-label {
  padding-left: 120px;
}

.select2-results .select2-highlighted {
  background: #3875d7;
  color: #fff;
}

.select2-results li em {
  background: #feffde;
  font-style: normal;
}

.select2-results .select2-highlighted em {
  background: transparent;
}

.select2-results .select2-highlighted ul {
  background: #fff;
  color: #000;
}

.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-ajax-error,
.select2-results .select2-selection-limit {
  background: #f4f4f4;
  display: list-item;
  padding-left: 5px;
}

/*
disabled look for disabled choices in the results dropdown
*/
.select2-results .select2-disabled.select2-highlighted {
  color: #666;
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}

.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}

.select2-results .select2-selected {
  display: none;
}

.select2-more-results.select2-active {
  background: #f4f4f4 image-url("@libImages/select2-spinner.gif") no-repeat 100%;
}

.select2-results .select2-ajax-error {
  background: rgba(255, 50, 50, 0.2);
}

.select2-more-results {
  background: #f4f4f4;
  display: list-item;
}

/* disabled styles */
.select2-container.select2-container-disabled .select2-choice {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}

.select2-container.select2-container-disabled .select2-choice .select2-arrow {
  background-color: #f4f4f4;
  background-image: none;
  border-left: 0;
}

.select2-container.select2-container-disabled .select2-choice abbr {
  display: none;
}

/* multiselect */
.select2-container-multi .select2-choices {
  height: auto !important;
  height: 1%;
  margin: 0;
  padding: 0 5px 0 0;
  position: relative;
  border: 1px solid #aaa;
  cursor: text;
  overflow: hidden;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
  background-image: -webkit-linear-gradient(top, #eee 1%, #fff 15%);
  background-image: -moz-linear-gradient(top, #eee 1%, #fff 15%);
  background-image: linear-gradient(to bottom, #eee 1%, #fff 15%);
}

html[dir=rtl] .select2-container-multi .select2-choices {
  padding: 0 0 0 5px;
}

.select2-locked {
  padding: 3px 5px 3px 5px !important;
}

.select2-container-multi .select2-choices {
  min-height: 26px;
}

.select2-container-multi.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.select2-container-multi .select2-choices li {
  float: left;
  list-style: none;
}

html[dir=rtl] .select2-container-multi .select2-choices li {
  float: right;
}

.select2-container-multi .select2-choices .select2-search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.select2-container-multi .select2-choices .select2-search-field input {
  padding: 5px;
  margin: 1px 0;
  font-family: sans-serif;
  font-size: 100%;
  color: #666;
  outline: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent !important;
}

.select2-container-multi .select2-choices .select2-search-field input.select2-active {
  background: #fff image-url("@libImages/select2-spinner.gif") no-repeat 100% !important;
}

.select2-default {
  color: #999 !important;
}

.select2-container-multi .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 18px;
  margin: 3px 0 3px 5px;
  position: relative;
  line-height: 13px;
  color: #333;
  cursor: default;
  border: 1px solid #aaaaaa;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: linear-gradient(to bottom, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
}

html[dir=rtl] .select2-container-multi .select2-choices .select2-search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 18px 3px 5px;
}

.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
  cursor: default;
}

.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #d4d4d4;
}

.select2-search-choice-close {
  display: block;
  width: 12px;
  height: 13px;
  position: absolute;
  right: 3px;
  top: 4px;
  font-size: 1px;
  outline: none;
  background: image-url("@libImages/select2.png") right top no-repeat;
}

html[dir=rtl] .select2-search-choice-close {
  right: auto;
  left: 3px;
}

.select2-container-multi .select2-search-choice-close {
  left: 3px;
}

html[dir=rtl] .select2-container-multi .select2-search-choice-close {
  left: auto;
  right: 2px;
}

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px;
}

.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
  background-position: right -11px;
}

/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 5px;
  border: 1px solid #ddd;
  background-image: none;
  background-color: #f4f4f4;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
  display: none;
  background: none;
}

/* end multiselect */
.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
  text-decoration: underline;
}

.select2-offscreen, .select2-offscreen:focus {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important;
}

.select2-display-none {
  display: none;
}

.select2-measure-scrollbar {
  position: absolute;
  top: -10000px;
  left: -10000px;
  width: 100px;
  height: 100px;
  overflow: scroll;
}

/* Retina-ize icons */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2dppx) {
  .select2-search input,
  .select2-search-choice-close,
  .select2-container .select2-choice abbr,
  .select2-container .select2-choice .select2-arrow b {
    background-image: image-url("@libImages/select2x2.png") !important;
    background-repeat: no-repeat !important;
    background-size: 60px 40px !important;
  }
  .select2-search input {
    background-position: 100% -21px !important;
  }
}
/*! Select2 Bootstrap 3 CSS v1.4.6 | MIT License | github.com/t0m/select2-bootstrap-css */
/**
 * Reset Bootstrap 3 .form-control styles which - if applied to the
 * original <select>-element the Select2-plugin may be run against -
 * are copied to the .select2-container.
 *
 * 1. Overwrite .select2-container's original display:inline-block
 *    with Bootstrap 3's default for .form-control, display:block;
 *    courtesy of @juristr (@see https://github.com/fk/select2-bootstrap-css/pull/1)
 */
.select2-container.form-control {
  background: transparent;
  box-shadow: none;
  border: none;
  display: block;
  /* 1 */
  margin: 0;
  padding: 0;
}

/**
 * Adjust Select2 inputs to fit Bootstrap 3 default .form-control appearance.
 */
.select2-container .select2-choices .select2-search-field input,
.select2-container .select2-choice,
.select2-container .select2-choices {
  background: none;
  padding: 0;
  border-color: #cccccc;
  border-radius: 4px;
  color: #555555;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: white;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -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);
}

.select2-search input {
  border-color: #cccccc;
  border-radius: 4px;
  color: #555555;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: white;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -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);
}

.select2-container .select2-choices .select2-search-field input {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/**
 * Adjust Select2 input heights to match the Bootstrap default.
 */
.select2-container .select2-choice {
  height: 34px;
  line-height: 1.42857;
}

/**
 * Address Multi Select2's height which - depending on how many elements have been selected -
 * may grown higher than their initial size.
 */
.select2-container.select2-container-multi.form-control {
  height: auto;
}

/**
 * Address Bootstrap 3 control sizing classes
 * @see http://getbootstrap.com/css/#forms-control-sizes
 */
.select2-container.input-sm .select2-choice,
.input-group-sm .select2-container .select2-choice {
  height: 30px;
  line-height: 1.5;
  border-radius: 3px;
}

.select2-container.input-lg .select2-choice,
.input-group-lg .select2-container .select2-choice {
  height: 46px;
  line-height: 1.33333;
  border-radius: 6px;
}

.select2-container-multi .select2-choices .select2-search-field input {
  height: 32px;
}

.select2-container-multi.input-sm .select2-choices .select2-search-field input,
.input-group-sm .select2-container-multi .select2-choices .select2-search-field input {
  height: 28px;
}

.select2-container-multi.input-lg .select2-choices .select2-search-field input,
.input-group-lg .select2-container-multi .select2-choices .select2-search-field input {
  height: 44px;
}

/**
 * Adjust height and line-height for .select2-search-field amd multi-select Select2 widgets.
 *
 * 1. Class repetition to address missing .select2-chosen in Select2 < 3.3.2.
 */
.select2-container-multi .select2-choices .select2-search-field input {
  margin: 0;
}

.select2-chosen,
.select2-choice > span:first-child,
.select2-container .select2-choices .select2-search-field input {
  padding: 6px 12px;
}

.input-sm .select2-chosen,
.input-group-sm .select2-chosen,
.input-sm .select2-choice > span:first-child,
.input-group-sm .select2-choice > span:first-child,
.input-sm .select2-choices .select2-search-field input,
.input-group-sm .select2-choices .select2-search-field input {
  padding: 5px 10px;
}

.input-lg .select2-chosen,
.input-group-lg .select2-chosen,
.input-lg .select2-choice > span:first-child,
.input-group-lg .select2-choice > span:first-child,
.input-lg .select2-choices .select2-search-field input,
.input-group-lg .select2-choices .select2-search-field input {
  padding: 10px 16px;
}

.select2-container-multi .select2-choices .select2-search-choice {
  margin-top: 5px;
  margin-bottom: 3px;
}

.select2-container-multi.input-sm .select2-choices .select2-search-choice,
.input-group-sm .select2-container-multi .select2-choices .select2-search-choice {
  margin-top: 3px;
  margin-bottom: 2px;
}

.select2-container-multi.input-lg .select2-choices .select2-search-choice,
.input-group-lg .select2-container-multi .select2-choices .select2-search-choice {
  line-height: 24px;
}

/**
 * Adjust the single Select2's dropdown arrow button appearance.
 *
 * 1. For Select2 v.3.3.2.
 */
.select2-container .select2-choice .select2-arrow,
.select2-container .select2-choice div {
  border-left: none;
  background: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.select2-dropdown-open .select2-choice .select2-arrow,
.select2-dropdown-open .select2-choice div {
  border-left-color: transparent;
  background: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

/**
 * Adjust the dropdown arrow button icon position for the single-select Select2 elements
 * to make it line up vertically now that we increased the height of .select2-container.
 *
 * 1. Class repetition to address missing .select2-chosen in Select2 v.3.3.2.
 */
.select2-container .select2-choice .select2-arrow b,
.select2-container .select2-choice div b {
  background-position: 0 3px;
}

.select2-dropdown-open .select2-choice .select2-arrow b,
.select2-dropdown-open .select2-choice div b {
  background-position: -18px 3px;
}

.select2-container.input-sm .select2-choice .select2-arrow b,
.input-group-sm .select2-container .select2-choice .select2-arrow b,
.select2-container.input-sm .select2-choice div b,
.input-group-sm .select2-container .select2-choice div b {
  background-position: 0 1px;
}

.select2-dropdown-open.input-sm .select2-choice .select2-arrow b,
.input-group-sm .select2-dropdown-open .select2-choice .select2-arrow b,
.select2-dropdown-open.input-sm .select2-choice div b,
.input-group-sm .select2-dropdown-open .select2-choice div b {
  background-position: -18px 1px;
}

.select2-container.input-lg .select2-choice .select2-arrow b,
.input-group-lg .select2-container .select2-choice .select2-arrow b,
.select2-container.input-lg .select2-choice div b,
.input-group-lg .select2-container .select2-choice div b {
  background-position: 0 9px;
}

.select2-dropdown-open.input-lg .select2-choice .select2-arrow b,
.input-group-lg .select2-dropdown-open .select2-choice .select2-arrow b,
.select2-dropdown-open.input-lg .select2-choice div b,
.input-group-lg .select2-dropdown-open .select2-choice div b {
  background-position: -18px 9px;
}

/**
 * Address Bootstrap's validation states and change Select2's border colors and focus states.
 * Apply .has-warning, .has-danger or .has-succes to #select2-drop to match Bootstraps' colors.
 */
.has-warning .select2-choice,
.has-warning .select2-choices {
  border-color: #8a6d3b;
}

.has-warning .select2-container-active .select2-choice,
.has-warning .select2-container-multi.select2-container-active .select2-choices {
  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.select2-drop-active {
  border-color: #66512c;
}

.has-warning.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #66512c;
}

.has-error .select2-choice,
.has-error .select2-choices {
  border-color: #a94442;
}

.has-error .select2-container-active .select2-choice,
.has-error .select2-container-multi.select2-container-active .select2-choices {
  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.select2-drop-active {
  border-color: #843534;
}

.has-error.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #843534;
}

.has-success .select2-choice,
.has-success .select2-choices {
  border-color: #3c763d;
}

.has-success .select2-container-active .select2-choice,
.has-success .select2-container-multi.select2-container-active .select2-choices {
  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.select2-drop-active {
  border-color: #2b542c;
}

.has-success.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #2b542c;
}

/**
 * Make Select2's active-styles - applied to .select2-container when the widget receives focus -
 * fit Bootstrap 3's .form-element:focus appearance.
 */
.select2-container-active .select2-choice,
.select2-container-multi.select2-container-active .select2-choices {
  border-color: #66afe9;
  outline: none;
  -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);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.select2-drop-active {
  border-color: #66afe9;
}

.select2-drop-auto-width,
.select2-drop.select2-drop-above.select2-drop-active {
  border-top-color: #66afe9;
}

/**
 * Select2 widgets in Bootstrap Input Groups
 *
 * When Select2 widgets are combined with other elements using Bootstrap 3's
 * "Input Group" component, we don't want specific edges of the Select2 container
 * to have a border-radius.
 *
 * In Bootstrap 2, input groups required a markup where these style adjustments
 * could be bound to a CSS-class identifying if the additional elements are appended,
 * prepended or both.
 *
 * Bootstrap 3 doesn't rely on these classes anymore, so we have to use our own.
 * Use .select2-bootstrap-prepend and .select2-bootstrap-append on a Bootstrap 3 .input-group
 * to let the contained Select2 widget know which edges should not be rounded as they are
 * directly followed by another element.
 *
 * @see http://getbootstrap.com/components/#input-groups
 */
.input-group.select2-bootstrap-prepend [class^=select2-choice] {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.input-group.select2-bootstrap-append [class^=select2-choice] {
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.select2-dropdown-open [class^=select2-choice] {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.select2-dropdown-open.select2-drop-above [class^=select2-choice] {
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
  border-bottom-right-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
  background: white;
  filter: none;
}

.input-group.select2-bootstrap-prepend .select2-dropdown-open.select2-drop-above [class^=select2-choice] {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.input-group.select2-bootstrap-append .select2-dropdown-open.select2-drop-above [class^=select2-choice] {
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.input-group.input-group-sm.select2-bootstrap-prepend .select2-dropdown-open.select2-drop-above [class^=select2-choice] {
  border-bottom-right-radius: 3px !important;
}

.input-group.input-group-lg.select2-bootstrap-prepend .select2-dropdown-open.select2-drop-above [class^=select2-choice] {
  border-bottom-right-radius: 6px !important;
}

.input-group.input-group-sm.select2-bootstrap-append .select2-dropdown-open.select2-drop-above [class^=select2-choice] {
  border-bottom-left-radius: 3px !important;
}

.input-group.input-group-lg.select2-bootstrap-append .select2-dropdown-open.select2-drop-above [class^=select2-choice] {
  border-bottom-left-radius: 6px !important;
}

/**
 * Adjust Select2's choices hover and selected styles to match Bootstrap 3's default dropdown styles.
 */
.select2-results .select2-highlighted {
  color: white;
  background-color: #337ab7;
}

/**
 * Adjust alignment of Bootstrap 3 buttons in Bootstrap 3 Input Groups to address
 * Multi Select2's height which - depending on how many elements have been selected -
 * may grown higher than their initial size.
 */
.select2-bootstrap-append .select2-container-multiple,
.select2-bootstrap-append .input-group-btn,
.select2-bootstrap-append .input-group-btn .btn,
.select2-bootstrap-prepend .select2-container-multiple,
.select2-bootstrap-prepend .input-group-btn,
.select2-bootstrap-prepend .input-group-btn .btn {
  vertical-align: top;
}

/**
 * Make Multi Select2's choices match Bootstrap 3's default button styles.
 */
.select2-container-multi .select2-choices .select2-search-choice {
  color: #555555;
  background: white;
  border-color: #cccccc;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #ebebeb;
  border-color: #adadad;
  color: #333333;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/**
 * Address Multi Select2's choice close-button vertical alignment.
 */
.select2-search-choice-close {
  margin-top: -7px;
  top: 50%;
}

/**
 * Adjust the single Select2's clear button position (used to reset the select box
 * back to the placeholder value and visible once a selection is made
 * activated by Select2's "allowClear" option).
 */
.select2-container .select2-choice abbr {
  top: 50%;
}

/**
 * Adjust "no results" and "selection limit" messages to make use
 * of Bootstrap 3's default "Alert" style.
 *
 * @see http://getbootstrap.com/components/#alerts-default
 */
.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
  background-color: #fcf8e3;
  color: #8a6d3b;
}

/**
 * Address disabled Select2 styles.
 *
 * 1. For Select2 v.3.3.2.
 * 2. Revert border-left:0 inherited from Select2's CSS to prevent the arrow
 *    from jumping when switching from disabled to enabled state and vice versa.
 */
.select2-container.select2-container-disabled .select2-choice,
.select2-container.select2-container-disabled .select2-choices {
  cursor: not-allowed;
  background-color: #eeeeee;
  border-color: #cccccc;
}

.select2-container.select2-container-disabled .select2-choice .select2-arrow,
.select2-container.select2-container-disabled .select2-choice div,
.select2-container.select2-container-disabled .select2-choices .select2-arrow,
.select2-container.select2-container-disabled .select2-choices div {
  background-color: transparent;
  border-left: 1px solid transparent;
  /* 2 */
}

/**
 * Address Select2's loading indicator position - which should not stick
 * to the right edge of Select2's search input.
 *
 * 1. in .select2-search input
 * 2. in Multi Select2's .select2-search-field input
 * 3. in the status-message of infinite-scroll with remote data (@see http://ivaynberg.github.io/select2/#infinite)
 *
 * These styles alter Select2's default background-position of 100%
 * and supply the new background-position syntax to browsers which support it:
 *
 * 1. Android, Safari < 6/Mobile, IE<9: change to a relative background-position of 99%
 * 2. Chrome 25+, Firefox 13+, IE 9+, Opera 10.5+: use the new CSS3-background-position syntax
 *
 * @see http://www.w3.org/TR/css3-background/#background-position
 *
 * @todo Since both Select2 and Bootstrap 3 only support IE8 and above,
 * we could use the :after-pseudo-element to display the loading indicator.
 * Alternatively, we could supply an altered loading indicator image which already
 * contains an offset to the right.
 */
.select2-search input.select2-active,
.select2-container-multi .select2-choices .select2-search-field input.select2-active,
.select2-more-results.select2-active {
  background-position: 99%;
  /* 4 */
  background-position: right 4px center;
  /* 5 */
}

/**
 * To support Select2 pre v3.4.2 in combination with Bootstrap v3.2.0,
 * ensure that .select2-offscreen width, height and position can not be overwritten.
 *
 * This adresses changes in Bootstrap somewhere after the initial v3.0.0 which -
 * in combination with Select2's pre-v3.4.2 CSS missing the "!important" after
 * the following rules - allow Bootstrap to overwrite the latter, which results in
 * the original <select> element Select2 is replacing not be properly being hidden
 * when used in a "Bootstrap Input Group with Addon".
 **/
.select2-offscreen,
.select2-offscreen:focus {
  width: 1px !important;
  height: 1px !important;
  position: absolute !important;
}

.xdsoft_datetimepicker {
  box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.506);
  background: #FFFFFF;
  border-bottom: 1px solid #BBBBBB;
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  border-top: 1px solid #CCCCCC;
  color: #333333;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  padding: 8px;
  padding-left: 0px;
  padding-top: 2px;
  position: absolute;
  z-index: 9999;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}

.xdsoft_datetimepicker iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 75px;
  height: 210px;
  background: transparent;
  border: none;
}

/*For IE8 or lower*/
.xdsoft_datetimepicker button {
  border: none !important;
}

.xdsoft_noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.xdsoft_noselect::selection {
  background: transparent;
}

.xdsoft_noselect::-moz-selection {
  background: transparent;
}

.xdsoft_datetimepicker.xdsoft_inline {
  display: inline-block;
  position: static;
  box-shadow: none;
}

.xdsoft_datetimepicker * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px;
  margin: 0px;
}

.xdsoft_datetimepicker .xdsoft_datepicker, .xdsoft_datetimepicker .xdsoft_timepicker {
  display: none;
}

.xdsoft_datetimepicker .xdsoft_datepicker.active, .xdsoft_datetimepicker .xdsoft_timepicker.active {
  display: block;
}

.xdsoft_datetimepicker .xdsoft_datepicker {
  width: 224px;
  float: left;
  margin-left: 8px;
}

.xdsoft_datetimepicker .xdsoft_timepicker {
  width: 58px;
  float: left;
  text-align: center;
  margin-left: 8px;
  margin-top: 0px;
}

.xdsoft_datetimepicker .xdsoft_datepicker.active + .xdsoft_timepicker {
  margin-top: 8px;
  margin-bottom: 3px;
}

.xdsoft_datetimepicker .xdsoft_mounthpicker {
  position: relative;
  text-align: center;
}

.xdsoft_datetimepicker .xdsoft_prev, .xdsoft_datetimepicker .xdsoft_next, .xdsoft_datetimepicker .xdsoft_today_button {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFoAAAAeCAYAAACsYQl4AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDozQjRCQjRGREU4MkNFMzExQjRDQkIyRDJDOTdBRUI1MCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpCQjg0OUYyNTZDODAxMUUzQjMwM0IwMERBNUU0ODQ5NSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpCQjg0OUYyNDZDODAxMUUzQjMwM0IwMERBNUU0ODQ5NSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkI5NzE3MjFBN0E2Q0UzMTFBQjJEQjgzMDk5RTNBNTdBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjNCNEJCNEZERTgyQ0UzMTFCNENCQjJEMkM5N0FFQjUwIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+aQvATgAAAfVJREFUeNrsmr1OwzAQxzGtkPjYEAuvVGAvfQIGRKADE49gdLwDDwBiZ2RhQUKwICQkWLsgFiRQuIBTucFJ/XFp4+hO+quqnZ4uvzj2nV2RpukCW/22yAgYNINmc7du7DcghCjrkqgOKjF1znpt6rZ0AGWQj7TvCU8d9UM+QAGDrhdyc2Bnc1WVVPBev9V8lBnY+rDwncWZThG4xk4lmxtJy2AHgoY/FySgbSBPwPZ8mEXbQx3aDERb0EbYAYFC7pcAtAvkMWwC0D3NX58S9D/YnoGC7nPWr3Dg9JTbtuHhDShBT8D2CBSK/iIEvVXxpuxSgh7DdgwUTL4iA92zmJb6lKB/YTsECmV+IgK947AGDIqgQ/LojsO135Hn51l2cWlov0JdGNrPUceueXRwilSVgkUyom9Rd6gbLfYTDeO+1v6orn0InTogYDGUkYLO3/wc9BdqqTCKP1Tfi+oTIaCBIL2TES+GTyruT9S61p6BHam+99DFEAgLFklYsIBHwSI9QY80H5ta+1rB/6ovaKihBJeEJbgLbBlQgl+j3lDPqA2tfQV1j3pVn8s+oKHGTSVJ+FqDLeR5bCqJ2E/BCycsoLZETXaKGs7rhKVt+9HZScrZNMi88V8P7LlDbvOZYaJVpMMmBCT4n0o8dTBoNgbdWPsRYACs3r7XyNfbnAAAAABJRU5ErkJggg==");
}

.xdsoft_datetimepicker .xdsoft_prev {
  float: left;
  background-position: -20px 0px;
}

.xdsoft_datetimepicker .xdsoft_today_button {
  float: left;
  background-position: -70px 0px;
  margin-left: 5px;
}

.xdsoft_datetimepicker .xdsoft_next {
  float: right;
  background-position: 0px 0px;
}

.xdsoft_datetimepicker .xdsoft_next, .xdsoft_datetimepicker .xdsoft_prev, .xdsoft_datetimepicker .xdsoft_today_button {
  background-color: transparent;
  background-repeat: no-repeat;
  border: 0px none currentColor;
  cursor: pointer;
  display: block;
  height: 30px;
  opacity: 0.5;
  outline: medium none currentColor;
  overflow: hidden;
  padding: 0px;
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  width: 20px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
  float: none;
  background-position: -40px -15px;
  height: 15px;
  width: 30px;
  display: block;
  margin-left: 14px;
  margin-top: 7px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
  background-position: -40px 0px;
  margin-bottom: 7px;
  margin-top: 0px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
  height: 151px;
  overflow: hidden;
  border-bottom: 1px solid #DDDDDD;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div {
  background: #F5F5F5;
  border-top: 1px solid #DDDDDD;
  color: #666666;
  font-size: 12px;
  text-align: center;
  border-collapse: collapse;
  cursor: pointer;
  border-bottom-width: 0px;
  height: 25px;
  line-height: 25px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:first-child {
  border-top-width: 0px;
}

.xdsoft_datetimepicker .xdsoft_today_button:hover,
.xdsoft_datetimepicker .xdsoft_next:hover,
.xdsoft_datetimepicker .xdsoft_prev:hover {
  opacity: 1;
}

.xdsoft_datetimepicker .xdsoft_label {
  display: inline;
  position: relative;
  z-index: 9999;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff;
  float: left;
  width: 182px;
  text-align: center;
  cursor: pointer;
}

.xdsoft_datetimepicker .xdsoft_label:hover {
  text-decoration: underline;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select {
  border: 1px solid #ccc;
  position: absolute;
  right: 0px;
  top: 30px;
  z-index: 101;
  display: none;
  background: #fff;
  max-height: 160px;
  overflow-y: hidden;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_monthselect {
  right: -7px;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_yearselect {
  right: 2px;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  color: #fff;
  background: #ff8000;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
  padding: 2px 10px 2px 5px;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background: #33AAFF;
  box-shadow: #178FE5 0px 1px 3px 0px inset;
  color: #fff;
  font-weight: 700;
}

.xdsoft_datetimepicker .xdsoft_month {
  width: 90px;
  text-align: right;
}

.xdsoft_datetimepicker .xdsoft_calendar {
  clear: both;
}

.xdsoft_datetimepicker .xdsoft_year {
  width: 56px;
}

.xdsoft_datetimepicker .xdsoft_calendar table {
  border-collapse: collapse;
  width: 100%;
}

.xdsoft_datetimepicker .xdsoft_calendar td > div {
  padding-right: 5px;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
  height: 25px;
}

.xdsoft_datetimepicker .xdsoft_calendar td, .xdsoft_datetimepicker .xdsoft_calendar th {
  width: 14.2857142%;
  background: #F5F5F5;
  border: 1px solid #DDDDDD;
  color: #666666;
  font-size: 12px;
  text-align: right;
  padding: 0px;
  border-collapse: collapse;
  cursor: pointer;
  height: 25px;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
  background: #F1F1F1;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
  color: #33AAFF;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #33AAFF;
  box-shadow: #178FE5 0px 1px 3px 0px inset;
  color: #fff;
  font-weight: 700;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,
.xdsoft_datetimepicker .xdsoft_time_box > div > div.xdsoft_disabled {
  opacity: 0.5;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
  opacity: 0.2;
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #fff !important;
  background: #ff8000 !important;
  box-shadow: none !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_disabled:hover {
  color: inherit !important;
  background: inherit !important;
  box-shadow: inherit !important;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
  font-weight: 700;
  text-align: center;
  color: #999;
  cursor: default;
}

.xdsoft_datetimepicker .xdsoft_copyright {
  color: #ccc !important;
  font-size: 10px;
  clear: both;
  float: none;
  margin-left: 8px;
}

.xdsoft_datetimepicker .xdsoft_copyright a {
  color: #eee !important;
}

.xdsoft_datetimepicker .xdsoft_copyright a:hover {
  color: #aaa !important;
}

.xdsoft_time_box {
  position: relative;
  border: 1px solid #ccc;
}

.xdsoft_scrollbar > .xdsoft_scroller {
  background: #ccc !important;
  height: 20px;
  border-radius: 3px;
}

.xdsoft_scrollbar {
  position: absolute;
  width: 7px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  cursor: pointer;
}

.xdsoft_scroller_box {
  position: relative;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1501;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1501;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #cccccc;
}

.mfp-preloader a:hover {
  color: white;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px;
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px;
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

.picker {
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
  color: #000;
  position: absolute;
  z-index: 10000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.picker__input {
  cursor: default;
}

.picker__input.picker__input--active {
  border-color: #0089ec;
}

.picker__holder {
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
} /*!
* Default mobile-first, responsive styling for pickadate.js
* Demo: http://amsul.github.io/pickadate.js
*/
.picker__frame, .picker__holder {
  bottom: 0;
  left: 0;
  right: 0;
  top: 100%;
}

.picker__holder {
  position: fixed;
  -webkit-transition: background 0.15s ease-out, top 0s 0.15s;
  -moz-transition: background 0.15s ease-out, top 0s 0.15s;
  transition: background 0.15s ease-out, top 0s 0.15s;
  -webkit-backface-visibility: hidden;
}

.picker__frame {
  position: absolute;
  margin: 0 auto;
  min-width: 256px;
  max-width: 666px;
  width: 100%;
  -ms-filter: "alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

@media (min-height: 33.875em) {
  .picker__frame {
    overflow: visible;
    top: auto;
    bottom: -100%;
    max-height: 80%;
  }
}
@media (min-height: 40.125em) {
  .picker__frame {
    margin-bottom: 7.5%;
  }
}
.picker__wrap {
  display: table;
  width: 100%;
  height: 100%;
}

@media (min-height: 33.875em) {
  .picker__wrap {
    display: block;
  }
}
.picker__box {
  background: #fff;
  display: table-cell;
  vertical-align: middle;
}

@media (min-height: 26.5em) {
  .picker__box {
    font-size: 1.25em;
  }
}
@media (min-height: 33.875em) {
  .picker__box {
    display: block;
    font-size: 1.33em;
    border: 1px solid #777;
    border-top-color: #898989;
    border-bottom-width: 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    -webkit-box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24);
    box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24);
  }
}
@media (min-height: 40.125em) {
  .picker__box {
    font-size: 1.5em;
    border-bottom-width: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
}
.picker--opened .picker__holder {
  top: 0;
  zoom: 1;
  background: rgba(0, 0, 0, 0.32);
  -webkit-transition: background 0.15s ease-out;
  -moz-transition: background 0.15s ease-out;
  transition: background 0.15s ease-out;
}

.picker--opened .picker__frame {
  top: 0;
  -ms-filter: "alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}

@media (min-height: 33.875em) {
  .picker--opened .picker__frame {
    top: auto;
    bottom: 0;
  }
}
.picker__box {
  padding: 0 1em;
}

.picker__header {
  text-align: center;
  position: relative;
  margin-top: 0.75em;
}

.picker__month, .picker__year {
  font-weight: 500;
  display: inline-block;
  margin-left: 0.25em;
  margin-right: 0.25em;
}

.picker__year {
  color: #999;
  font-size: 0.8em;
  font-style: italic;
}

.picker__select--month, .picker__select--year {
  border: 1px solid #b7b7b7;
  height: 2em;
  padding: 0.5em;
  margin-left: 0.25em;
  margin-right: 0.25em;
}

@media (min-width: 24.5em) {
  .picker__select--month, .picker__select--year {
    margin-top: -0.5em;
  }
}
.picker__select--month {
  width: 35%;
}

.picker__select--year {
  width: 22.5%;
}

.picker__select--month:focus, .picker__select--year:focus {
  border-color: #0089ec;
}

.picker__nav--next, .picker__nav--prev {
  position: absolute;
  padding: 0.5em 1.25em;
  width: 1em;
  height: 1em;
  box-sizing: content-box;
  top: -0.25em;
}

@media (min-width: 24.5em) {
  .picker__nav--next, .picker__nav--prev {
    top: -0.33em;
  }
}
.picker__nav--prev {
  left: -1em;
  padding-right: 1.25em;
}

@media (min-width: 24.5em) {
  .picker__nav--prev {
    padding-right: 1.5em;
  }
}
.picker__nav--next {
  right: -1em;
  padding-left: 1.25em;
}

@media (min-width: 24.5em) {
  .picker__nav--next {
    padding-left: 1.5em;
  }
}
.picker__nav--next:before, .picker__nav--prev:before {
  content: " ";
  border-top: 0.5em solid transparent;
  border-bottom: 0.5em solid transparent;
  border-right: 0.75em solid #000;
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto;
}

.picker__nav--next:before {
  border-right: 0;
  border-left: 0.75em solid #000;
}

.picker__nav--next:hover, .picker__nav--prev:hover {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
}

.picker__nav--disabled, .picker__nav--disabled:before, .picker__nav--disabled:before:hover, .picker__nav--disabled:hover {
  cursor: default;
  background: 0 0;
  border-right-color: #f5f5f5;
  border-left-color: #f5f5f5;
}

.picker__table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: inherit;
  width: 100%;
  margin-top: 0.75em;
  margin-bottom: 0.5em;
}

@media (min-height: 33.875em) {
  .picker__table {
    margin-bottom: 0.75em;
  }
}
.picker__table td {
  margin: 0;
  padding: 0;
}

.picker__weekday {
  width: 14.285714286%;
  font-size: 0.75em;
  padding-bottom: 0.25em;
  color: #999;
  font-weight: 500;
}

@media (min-height: 33.875em) {
  .picker__weekday {
    padding-bottom: 0.5em;
  }
}
.picker__day {
  padding: 0.3125em 0;
  font-weight: 200;
  border: 1px solid transparent;
}

.picker__day--today {
  position: relative;
}

.picker__day--today:before {
  content: " ";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 0;
  height: 0;
  border-top: 0.5em solid #0059bc;
  border-left: 0.5em solid transparent;
}

.picker__day--disabled:before {
  border-top-color: #aaa;
}

.picker__day--outfocus {
  color: #ddd;
}

.picker__day--infocus:hover, .picker__day--outfocus:hover {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
}

.picker__day--highlighted {
  border-color: #0089ec;
}

.picker--focused .picker__day--highlighted, .picker__day--highlighted:hover {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
}

.picker--focused .picker__day--selected, .picker__day--selected, .picker__day--selected:hover {
  background: #0089ec;
  color: #fff;
}

.picker--focused .picker__day--disabled, .picker__day--disabled, .picker__day--disabled:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #ddd;
  cursor: default;
}

.picker__day--highlighted.picker__day--disabled, .picker__day--highlighted.picker__day--disabled:hover {
  background: #bbb;
}

.picker__footer {
  text-align: center;
}

.picker__button--clear, .picker__button--close, .picker__button--today {
  border: 1px solid #fff;
  background: #fff;
  font-size: 0.8em;
  padding: 0.66em 0;
  font-weight: 700;
  width: 33%;
  display: inline-block;
  vertical-align: bottom;
}

.picker__button--clear:hover, .picker__button--close:hover, .picker__button--today:hover {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
  border-bottom-color: #b1dcfb;
}

.picker__button--clear:focus, .picker__button--close:focus, .picker__button--today:focus {
  background: #b1dcfb;
  border-color: #0089ec;
  outline: 0;
}

.picker__button--clear:before, .picker__button--close:before, .picker__button--today:before {
  position: relative;
  display: inline-block;
  height: 0;
}

.picker__button--clear:before, .picker__button--today:before {
  content: " ";
  margin-right: 0.45em;
}

.picker__button--today:before {
  top: -0.05em;
  width: 0;
  border-top: 0.66em solid #0059bc;
  border-left: 0.66em solid transparent;
}

.picker__button--clear:before {
  top: -0.25em;
  width: 0.66em;
  border-top: 3px solid #e20;
}

.picker__button--close:before {
  content: "×";
  top: -0.1em;
  vertical-align: top;
  font-size: 1.1em;
  margin-right: 0.35em;
  color: #777;
}

.picker__button--today[disabled], .picker__button--today[disabled]:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #ddd;
  cursor: default;
}

.picker__button--today[disabled]:before {
  border-top-color: #aaa;
}

/*******************************************************************************
 Common Styles
*******************************************************************************/
.spinner {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #000;
}

.preloader {
  background: url("/assets/loader-6a80d4fc.gif") center center no-repeat;
}

.msg-notice {
  color: green;
  font-size: 14px;
  font-weight: bold;
  margin: 10px 5px;
}

.msg-alert {
  color: red;
  font-size: 14px;
  font-weight: bold;
  margin-left: 5px;
}

.msg-alert-no-margin {
  color: red;
  font-size: 14px;
  font-weight: bold;
}

.msg-confirm-text {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.msg-confirm-text-restaurant-coupon {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}

.alert > ul {
  padding-left: 15px;
  text-align: left;
}

div.total-count,
div.last-updated-on {
  float: right;
  margin-top: -12px;
  margin-left: 5px;
}

div.button-area {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right: 10px;
}

@media (max-width: 767px) {
  div.button-area {
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
  }
  div.button-area input[type=submit],
  div.button-area button,
  div.button-area a.btn {
    width: 45%;
    margin-right: 5px;
  }
}
.button-area > *:not(:last-child) {
  margin-right: 15px;
}

div.pagination {
  width: 100%;
  margin: 0px;
  text-align: center;
}

div.photo_container {
  display: inline-block;
  width: auto;
  background-color: #000;
  margin-bottom: 10px;
}

img.photo {
  width: 100%;
  margin-bottom: 5px;
}

div.overlay-header {
  background-color: #000;
  opacity: 0.7;
  color: #fff;
  z-index: 2;
  text-align: center;
}

span.label-space {
  margin-left: 0.5em;
  margin-right: 0.5em;
}

span.label-left-space {
  margin-left: 0.5em;
}

span.label-right-space {
  margin-right: 0.5em;
}

p.important,
span.important {
  color: #fd0002;
}

div.description span {
  color: #000;
}

@media (max-width: 767px) {
  div.description {
    display: none;
  }
}
div.field_with_errors {
  float: left;
}

.image-button-link {
  padding: 8px 0px;
}

.image-button {
  margin: 0px 7px 3px 0px;
  vertical-align: middle;
}

.center {
  text-align: center;
}

.center.caution {
  background: #ffdddd;
}

.iframe-container {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.iframe {
  border: none;
  display: block;
}

div.badge_or div.badge {
  font-size: 14px !important;
}

@media (max-width: 767px) {
  div.badge_or {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
  }
  .mobile_center {
    text-align: center;
  }
}
.use-modal {
  pointer-events: none;
}

.error-message {
  color: #fff;
}

.error-description {
  margin-top: 50px;
  margin-bottom: 50px;
  color: #fff;
}

.backtrace {
  margin-top: 50px;
  color: #fff;
}

/*******************************************************************************
 Tables
*******************************************************************************/
td.link {
  text-align: center;
  vertical-align: middle;
}

td.center {
  text-align: center;
}

td.right {
  text-align: right;
}

td.nowrap {
  white-space: nowrap;
}

table.thin th,
table.thin td {
  padding: 3px;
}

.with-image-size {
  width: 100%;
  max-width: 500px;
}

/*******************************************************************************
 Forms
*******************************************************************************/
label.margin {
  margin-right: 5px;
}

.btn-group label.margin {
  padding-left: 20px;
  padding-right: 20px;
  margin-right: 0px;
}

@media (max-width: 767px) {
  .btn-group label.margin {
    padding-left: 5px;
    padding-right: 5px;
  }
}
button.clear {
  margin-right: 5px;
}

input.search,
button.clear,
button.link_button {
  float: right;
}

input.save,
input.save2,
input.search,
button.clear,
button.back,
button.cancel,
a.destroy,
.btn-md {
  width: auto;
}

@media (min-width: 768px) {
  input.save,
  input.search,
  button.clear,
  button.back,
  button.cancel,
  a.destroy,
  .btn-md {
    width: 120px;
  }
  input.save2 {
    width: 160px;
  }
}
span.required {
  float: right;
}

span.required-letter {
  font-size: 1.2rem;
  font-weight: bold;
}

input[type=radio] {
  display: none;
}

input[type=checkbox] {
  width: 18px;
  height: 18px;
  vertical-align: sub;
}

input[type=number] {
  text-align: right;
  max-width: 8em;
}

div.sort-order-link {
  margin-bottom: 4px;
}

.sort-order-link > .btn > .glyphicon-arrow-down {
  margin-left: 1px;
  margin-right: -1px;
}

.sort-order-cell {
  text-align: center;
  vertical-align: middle;
}

div.confirm-text {
  word-break: break-all;
}

.clear-both {
  clear: both;
}

@media (max-width: 767px) {
  .picker__select--year {
    font-size: 12pt;
    width: 32%;
  }
  .picker__select--month {
    font-size: 12pt;
    width: 30%;
  }
}
@media (max-width: 767px) {
  div.radio-field div.btn-group {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
  }
  div.radio-field div.btn-group > .btn {
    float: none;
    display: table-cell;
    width: 1%;
  }
}
div.backtrace textarea {
  color: #000;
}

.erasable {
  width: 100%;
}

.erasable > .clear-button {
  position: absolute;
  right: 12px;
  top: 0;
  bottom: 0;
  height: 16px;
  margin: auto;
  font-size: 16px;
  cursor: pointer;
  color: #ccc;
}

.calendar-clear-button {
  position: absolute;
  right: 36px;
  top: 0;
  bottom: 0;
  height: 16px;
  margin: auto;
  font-size: 16px;
  cursor: pointer;
  color: #ccc;
  z-index: 1000;
}

.erasable > .search-icon {
  position: absolute;
  left: 12px;
  top: 0;
  bottom: 0;
  height: 14px;
  margin: auto;
  font-size: 14px;
  color: #ccc;
}

.erasable > .search-icon + .search-text-field {
  padding-left: 30px;
  width: inherit;
}

.btn > .button-icon {
  max-height: 32px;
  max-width: 32px;
}

.btn-inner-icon {
  padding: 2px;
}

.btn-inner-icon-lg {
  padding: 4px;
}

.btn-inner-icon-sm {
  padding: 2px;
}

.btn-inner-icon > img {
  float: left;
  display: inline-block;
  max-height: 44px;
  max-width: 44px;
  margin-left: 10px;
}

.btn-inner-icon-lg > img {
  float: left;
  display: inline-block;
  max-height: 68px;
  max-width: 68px;
  margin-left: 10px;
}

.btn-inner-icon-sm > img {
  float: left;
  display: inline-block;
  max-height: 40px;
  max-width: 40px;
  margin-left: 5px;
}

.panel-heading .btn {
  padding: 4px 12px;
  margin-top: -5px;
}

.btn-full-width {
  width: 100%;
}

.btn-half-width {
  width: 48%;
}

.btn-auto-width {
  width: auto;
}

.btn-inner-icon > span.image-link-button-text {
  margin-top: 7px;
  font-size: 16pt;
  display: block;
}

.btn-inner-icon-lg > span.image-link-button-text {
  margin-top: 17px;
  font-size: 20pt;
  display: block;
}

.btn-inner-icon-sm > span.image-link-button-text {
  margin-top: 7px;
  font-size: 12pt;
  display: block;
}

div.disabled,
a.disabled {
  opacity: 0.4;
}

div.disabled a,
a.disabled {
  pointer-events: none;
}

.full-width {
  width: 100% !important;
}

/*******************************************************************************
 flat Form
*******************************************************************************/
input[type=text].flat,
input[type=search].flat,
select.flat {
  border: 1px solid #aaa;
  border-radius: 0;
}

button[type=submit].flat {
  border: none;
  border-radius: 0;
  color: #fff;
  background-color: #888;
}

.flat .erasable {
  width: initial;
}

/*******************************************************************************
 Override bootstrap Styles
*******************************************************************************/
span.prefix {
  padding: 0px 8px 0px 0px;
  display: table-cell;
  vertical-align: middle;
}

.lg > .suffix {
  font-size: 18px;
}

.input-group-btn {
  width: auto;
}

.children-options {
  display: none;
}

.hour-minute {
  display: table-cell;
}

.hour-minute.input-sm {
  min-width: 60px;
}

.hour-minute.input-md {
  min-width: 72px;
}

.hour-minute.input-lg {
  min-width: 80px;
}

.hourminute-from-to > .from-to-sep,
.hour-and-minute-from-to > .from-to-sep {
  padding: 0px 8px;
  display: table-cell;
  vertical-align: middle;
}

.hourminute-select,
.hour-and-minute-select,
.month-day-select,
.year-month-day-select,
.hourminute-from-to,
.hour-and-minute-from-to,
.number-select {
  display: table;
}

.month-day-select > .ymd,
.year-month-day-select > .ymd {
  display: table-cell;
}

.hourminute-select > .suffix,
.hour-and-minute-select > .suffix,
.hourminute-from-to > .suffix,
.hour-and-minute-from-to > .suffix,
.month-day-select > .suffix,
.year-month-day-select > .suffix,
.number-select > .suffix {
  padding: 0px 4px;
  display: table-cell;
  vertical-align: middle;
}

.year-month-day-select.add-on {
  display: block;
}

.year-month-day-select.add-on > .ymd {
  margin-right: 10px;
  float: left;
  display: table;
}

.year-month-day-select.add-on > .year {
  width: 110px;
}

.year-month-day-select.add-on > .month,
.year-month-day-select.add-on > .day {
  width: 100px;
}

.memorial-day-fields > input {
  max-width: 374px;
}

.memorial-day-fields > .month-day-select {
  margin-top: 8px;
}

.calendar-fields > .input-group-btn > .btn-md {
  min-width: 0px;
  max-width: 38px;
}

.calendar-fields > .form-control[readonly] {
  cursor: pointer;
}

.with-prev-next > .input-group-btn > .btn-calendar {
  border-radius: 0px;
}

.inline-row {
  clear: both;
  padding-top: 5px;
}

.credit-cvv-img img {
  width: 8rem;
}

.use-credit-card img {
  width: 35px;
}

.tel-fields.xs,
.tel-fields.sm,
.zip-fields.xs,
.zip-fields.sm {
  max-width: 292px;
  min-width: 260px;
}

.tel-fields.md,
.zip-fields.md {
  max-width: 312px;
  min-width: 312px;
}

.tel-fields.lg,
.zip-fields.lg {
  max-width: 424px;
  min-width: 424px;
}

.zip-fields.sm > .input-group-btn > .btn {
  height: 30px;
}

.datetime-from-to {
  display: table;
}

.datetime-from-to > .from-field,
.datetime-from-to > .to-field,
.datetime-from-to > .from-to-sep {
  display: table-cell;
}

.datetime-from-to > .from-to-sep {
  vertical-align: middle;
  float: none;
  padding: 0px 8px;
}

.device-links {
  margin-top: 20px;
}

.device-links a.active {
  color: silver;
}

.device-links a.active:hover {
  color: white;
}

.tabs-left > .nav-tabs {
  height: 448px;
  width: 120px;
  overflow: auto;
  overflow-x: hidden;
  border-bottom: 0;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}

.tab-content > .active,
.pill-content > .active {
  display: block;
}

.tabs-left > .nav-tabs > li {
  float: none;
}

.tabs-left > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}

.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}

.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}

.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eee #ddd #eee #eee;
}

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #fff;
}

.panel-non-upper {
  border-top: none;
  border-radius: 0 0 4px 4px;
}

.panel-non-upper > .panel-heading {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

#confirmation_dialog {
  margin-left: auto;
  margin-right: auto;
  top: 80px;
}

#confirmation_dialog .modal-dialog {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

#confirmation_dialog .modal-body {
  color: #000;
}

#confirmation_dialog .modal-header {
  padding: 7px 15px;
}

#confirmation_dialog .btn {
  min-width: 9em;
}

#networkerror .modal-body {
  color: #000;
}

.separate-field + .separate-field,
.label-suggest-search-field + .label-suggest-search-field {
  margin-top: 3px;
}

/*******************************************************************************
 Modal/Popup
*******************************************************************************/
div#modal_content {
  margin-top: 10px;
}

div#modal_content h1 {
  display: none;
}

div#modal_content input.save,
div#modal_content input.search,
div#modal_content button.clear,
div#modal_content button.cancel {
  height: 24px;
  min-width: 100px;
  padding: 0;
}

div#modal_content .table td,
div#modal_content .table th {
  padding: 3px;
}

div.modal-iframe {
  padding: 0px;
  -webkit-overflow-scrolling: touch;
}
@media (max-height: 1000px) {
  div.modal-iframe {
    /* iPhone X以降 */
    min-height: 650px;
  }
}
@media (max-height: 750px) {
  div.modal-iframe {
    /* iPhone SE系 */
    /* ギャラクシー S8+ */
    min-height: 600px;
  }
}

div#modal_content .panel {
  margin-bottom: 10px;
}

div#modal_content .panel-heading {
  padding: 5px 15px;
}

div#modal_content ul.pagination {
  margin: 3px 0px;
}

.mfp-close {
  font-size: 12pt;
}

/* ====== Zoom effect ====== */
.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}

.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}

.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/* ====== Move-horizontal effect ====== */
.mfp-move-horizontal {
  /* start state */
  /* animate in */
  /* animate out */
}

.mfp-move-horizontal .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s;
  transform: translateX(-50px);
}

.mfp-move-horizontal.mfp-bg {
  opacity: 0;
  transition: all 0.3s;
}

.mfp-move-horizontal.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateX(0);
}

.mfp-move-horizontal.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-move-horizontal.mfp-removing .mfp-with-anim {
  transform: translateX(50px);
  opacity: 0;
}

.mfp-move-horizontal.mfp-removing.mfp-bg {
  opacity: 0;
}

/*******************************************************************************
 Google Map
*******************************************************************************/
div.map-canvas {
  display: block;
  min-height: 400px;
  margin-top: 10px;
  margin-right: 20px;
  clear: both;
}

div.map-canvas img {
  max-width: none;
}

div.map-canvas label {
  width: auto;
  display: inline;
}

/*******************************************************************************
 Country select
*******************************************************************************/
.country-select {
  width: 100%;
}

.flag-icon,
.option-icon {
  display: inline-block;
  margin-right: 6px;
}

.form-control.select2-container .select2-choices .select2-search-field input,
.form-control.select2-container .select2-choice,
.form-control.select2-container .select2-choices {
  font-family: inherit;
}

/*******************************************************************************
others
*******************************************************************************/
.showmemo {
  width: 50px;
  float: right;
  margin-right: 60%;
}

/*******************************************************************************
 Common Styles
*******************************************************************************/
body > .container {
  margin-top: 25px;
}

/*******************************************************************************
 Override bootstrap Styles
*******************************************************************************/
body {
  color: #fff;
}

h1 {
  font-size: 20pt;
  /*border-bottom: solid 1px lightgray;*/
  margin-top: 8px;
  margin-bottom: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #fff;
}

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

.table {
  border: none;
  margin-bottom: 0px;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th {
  background-color: #404040;
}

.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  background-color: #222;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: none;
  border-bottom: 1px solid #333;
  vertical-align: middle;
  padding: 17px;
}

.panel {
  background-color: #222;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}

.panel-default {
  border-color: #999;
}

.panel-default > .panel-heading {
  font-size: 42px;
  font-weight: 800;
  color: #fff;
  background-color: #222;
  border-color: #999;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #222;
}

.nav-tabs + .tab-content > .tab-pane > .panel,
.nav-tabs + .tab-content > .tab-pane > .panel > .panel-heading {
  border-top-left-radius: 0px;
}

.pinned-tabs {
  border-bottom: 1px solid transparent;
  z-index: 10;
}

.pinned-tabs > li > a {
  background: rgba(250, 250, 250, 0.9);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ddfafafa', endColorstr='#ddfafafa', GradientType=0);
}

.toggle-field-switch {
  padding: 3px 0;
  min-width: 80px;
}

.btn-default-no-gd {
  background-color: #222;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
}

.btn-default-no-gd:active,
.btn-default-no-gd:hover,
.btn-default-no-gd:focus,
[disabled].btn-default-no-gd {
  opacity: 0.5;
  transition: 0.3s;
}

.btn-default {
  color: #fff;
  background-color: #3c3c3c;
  border-radius: 2px;
  background-image: none;
  background-repeat: none;
  border: 1px solid transparent;
}

.btn-default:active,
.btn-default:hover,
.btn-default:focus,
[disabled].btn-default {
  border-color: #778b8a;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #778b8a), color-stop(1, #91a1a1));
  background: -webkit-linear-gradient(top, #778b8a 0%, #91a1a1 100%);
  background: -moz-linear-gradient(top, #778b8a 0%, #91a1a1 100%);
  background: -ms-linear-gradient(top, #778b8a, #91a1a1);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#778B8A', endColorstr='#91A1A1', GradientType=0)";
  background: linear-gradient(top, #778b8a 0%, #91a1a1 100%);
}

.btn-default-gold {
  color: #fff;
  background-color: #bba957;
  border-radius: 5px;
  font-weight: bold;
  width: 90%;
  padding: 15px;
  font-size: 17px;
}
.btn-default-gold:focus, .btn-default-gold:hover {
  opacity: 0.5;
  outline: unset;
}
.btn-default-gold:active {
  background-color: #786834;
}

.btn-paid-contents {
  border-color: #820028;
  border-radius: 2px;
  background: #820028;
  color: #fff;
  width: auto;
  margin-left: 3px;
  margin-right: 2px;
  margin-bottom: 20px;
  text-align: center;
  padding: 8px;
  font-size: 12px;
  font-weight: bold;
}

.btn-paid-contents-wb {
  border-color: #9a0028;
  border-radius: 2px;
  background: #9a0028;
  color: #fff;
  width: auto;
  margin-left: 3px;
  margin-right: 2px;
  margin-bottom: 20px;
  height: 38px;
  text-align: center;
  padding: 8px;
  font-size: 12px;
  font-weight: bold;
}

.btn-paid-contents:active,
.btn-paid-contents:hover,
.btn-paid-contents:focus,
[disabled].btn-paid-contents {
  color: #fff;
  background-color: #820028 !important;
  opacity: 0.7 !important;
}

.btn-paid-contents-wb:active,
.btn-paid-contents-wb:hover,
.btn-paid-contents-wb:focus,
[disabled].btn-paid-contents-wb {
  color: #fff;
  background-color: #9a0028 !important;
  opacity: 0.8 !important;
}

.btn-event-application {
  border-radius: 5px;
  background: #BBA957;
  color: #fff;
  width: 50%;
  padding: 10px;
  font-weight: bold;
  display: block;
  margin: 0 auto;
  transition: all 0.3s ease;
}

.btn-event-application-wb {
  border-radius: 5px;
  background: #BBA957;
  font-size: 16px;
  padding: 10px 0;
  color: #fff;
  width: 50%;
  display: block;
  margin: 0 auto;
  transition: all 0.3s ease;
}

.btn-event-application:active,
.btn-event-application:hover,
.btn-event-application:focus,
[disabled].btn-event-application {
  opacity: 0.5 !important;
}

.btn-event-application-wb:active,
.btn-event-application-wb:hover,
.btn-event-application-wb:focus,
[disabled].btn-event-application-wb {
  opacity: 0.5 !important;
}

.btn-chic,
.btn-group > .btn-primary {
  color: #999;
  background-image: -webkit-linear-gradient(#fff, #efefef 50%, #e6e6e6);
  background-image: linear-gradient(#fff, #efefef 50%, #e6e6e6);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border: none;
  font-weight: bold;
  font-size: 12px;
}

.btn-chic:hover,
.btn-chic:focus,
.btn-group > .btn-primary:hover,
.btn-group > .btn-primary:focus {
  color: #999;
  background-color: #e6e6e6;
  background-position: 0 -15px;
}

.btn-chic.active,
.btn-group > .btn-primary.active {
  color: #fff;
  background-image: -webkit-linear-gradient(#ccc, #aaa 50%, #808080);
  background-image: linear-gradient(#ccc, #aaa 50%, #808080);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcccccc', endColorstr='#ff808080', GradientType=0);
}

.btn-chic.active:hover,
.btn-chic.active:focus,
.btn-group > .btn-primary.active:hover,
.btn-group > .btn-primary.active:focus {
  background-color: #808080;
  background-position: 0 -15px;
}

.btn-group > .btn-primary {
  position: initial;
  padding: 8px 0;
}

.btn-group > .with-icon {
  padding: 8px 12px;
}

.btn-group > .btn-primary:last-of-type,
.btn-group > .btn-primary:hover:last-of-type {
  border-right: none;
}

.btn-group > .btn-primary + .btn-primary,
.btn-group > .btn-primary + .btn-group,
.btn-group > .btn-group + .btn-primary {
  border-left: 1px solid #d9d9d9;
}

.checkboxes {
  margin-left: -5px;
  margin-right: -5px;
}

.checkboxes > .separated {
  border-spacing: 5px 0;
}

.checkboxes > .separated > .btn,
.checkboxes > .separated > .btn:focus,
.checkboxes > .separated > .btn:hover {
  border-right: none;
}

.checkboxes > .separated > .btn,
.checkboxes > .separated > .btn:last-child:not(:first-child),
.checkboxes > .separated > .btn:first-child:not(:last-child):not(.dropdown-toggle),
.checkboxes > .separated > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 5px;
}

.checkboxes > .separated > .btn-primary + .btn-primary,
.checkboxes > .separated > .btn-primary + .btn-group,
.checkboxes > .separated > .btn-group + .btn-primary {
  border-left: none;
}

.credit-cards > span,
.holidays > span,
.seat-details > span,
.private-rooms > span {
  margin-right: 4px;
}

.plan-table > tbody > tr > td span,
.course-table > tbody > tr > td > span {
  padding-right: 4px;
}

.plan-table > tbody > tr > td > p:last-child {
  margin: 0;
}

.input-group > .search-query {
  border-radius: 0;
  font-size: 14px;
}

.input-group > .search-query + .input-group-btn {
  width: 1%;
}

input.use-calendar {
  -webkit-appearance: none;
  min-width: 10em;
  max-width: 10em;
  outline: none;
  box-shadow: none;
  text-align: left;
  background-color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #fff));
}

input.datetime-calendar {
  max-width: 12em;
}

ul.paid-member-remarks-detail {
  margin: 15px 0px 15px 5px;
  padding-left: 20px;
}

ul.member-remarks-detail {
  margin: 15px 0px 15px 5px;
  padding-left: 20px;
}

/*******************************************************************************
 user sign up
*******************************************************************************/
.user-sign-up-heading {
  font-size: 11pt;
  font-weight: bold;
}

.user-sign-up-remarks {
  font-weight: normal;
  padding-left: 5px;
}

.user-sign-up-sub-text {
  padding-left: 5px;
}

.user-sign-up-row {
  margin-top: 50px;
  margin-bottom: 10px;
}
.user-sign-up-row .btn {
  text-shadow: none;
}

.user-sign-up-row-premium {
  margin: 20px auto 10px;
  border: 2px solid #4c4c4c;
  width: 98%;
  padding: 18px 0;
}

.user-sign-up-top-margin {
  margin-top: 20px;
}

.user-sign-up-submit {
  margin-top: 6px;
}

.member-sign-up-premium-img {
  width: 80%;
  margin: 0 auto;
}

.premium-service-caution-text {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 10px;
}

.privacy-policy {
  padding-top: 10px;
  display: block;
}

.signup-with-apple-button {
  width: 150px;
  height: 40px;
  border-radius: 5px;
  background: white;
  color: black;
  text-align: center;
  font-size: 13.5px;
}

.signup-with-apple-button:before {
  content: "";
  display: inline-block;
  width: 33px;
  height: 33px;
  margin: 0 -12px 0 -17px;
  background: url("/assets/apple_left_black-2fc283bc.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.signup-with-apple-button:hover {
  opacity: 0.8;
}

.signup-with-apple-button_sp {
  height: 38px;
  border-radius: 5px;
  background: black;
  color: white;
  text-align: center;
  font-size: 14px;
}

.signup-with-apple-button_sp:before {
  content: "";
  float: left;
  margin-top: -6px;
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url("/assets/apple_left_white-39e955da.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.signup-with-apple-button_sp:hover {
  opacity: 0.8;
}

.login-with-apple-button {
  width: 175px;
  height: 40px;
  background: #fff;
  color: #000;
  font-size: 15px;
  margin: 10px;
}

.login-with-apple-button:hover,
.login-with-apple-button:focus {
  background-color: #e5e5e5;
  color: #000;
  outline: unset;
}

.login-with-apple-button:active {
  background-color: #cccccc;
}

@media (min-width: 768px) {
  .premium-fb-button {
    width: 200px;
    height: 42px;
    font-size: 16px;
    padding-top: 10px;
  }
  .premium-fb-image {
    margin-top: -3px;
    width: 26px;
    height: auto;
  }
  .signup-with-apple-button {
    width: 200px;
    height: 42px;
    border-radius: 5px;
    background: white;
    color: black;
    text-align: center;
    font-size: 15px;
  }
  .signup-with-apple-button:before {
    content: "";
    display: inline-block;
    width: 35px;
    height: 35px;
    margin: 0 10px 0 -30px;
    background: url("/assets/apple_left_black-2fc283bc.png") no-repeat;
    background-size: contain;
    vertical-align: middle;
  }
  .signup-with-apple-button:hover {
    opacity: 0.8;
  }
  .signup-with-apple-button_sp {
    width: 200px;
    height: 42px;
    border-radius: 5px;
    background: black;
    color: white;
    text-align: center;
    font-size: 16px;
    padding-right: 35px;
  }
  .signup-with-apple-button_sp:before {
    content: "";
    float: left;
    margin-top: -5px;
    display: inline-block;
    width: 35px;
    height: 35px;
    background: url("/assets/apple_left_white-39e955da.png") no-repeat;
    background-size: contain;
    vertical-align: middle;
  }
  .signup-with-apple-button_sp:hover {
    opacity: 0.8;
  }
  .premium-badge {
    width: 70px;
    height: 21px;
    font-size: 16px !important;
    margin-top: 35px;
    margin-left: 20px;
  }
}
@media (min-width: 768px) {
  .user_sign_up_new {
    width: 700px;
  }
}
@media (min-width: 992px) {
  .user_sign_up_new {
    width: 940px;
  }
}
@media (min-width: 1200px) {
  .user_sign_up_new {
    width: 1140px;
  }
}
/*******************************************************************************
 tokyo-calendar.jp/reserved_seat/search
*******************************************************************************/
[disabled].time-button-disabled {
  background: #465859;
  color: lightgray;
  opacity: 0.4;
}

/*******************************************************************************
 UI/UX改善 PC/SP共通CSS（2024年）
*******************************************************************************/
.slider-container,
.slider-container-sp {
  display: flex;
  overflow-x: auto;
  margin-bottom: 15px;
  gap: 10px;
  flex-wrap: nowrap;
  scroll-behavior: auto;
}
.slider-container::-webkit-scrollbar,
.slider-container-sp::-webkit-scrollbar {
  display: none;
}
.slider-container,
.slider-container-sp {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.slider-container .slider-card,
.slider-container-sp .slider-card {
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  border: 1px solid #333;
  border-radius: 10px;
  width: 302px;
  height: 402px;
  background-color: #333;
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.slider-container .slider-card.is-new,
.slider-container-sp .slider-card.is-new {
  border: 1px solid #ccc;
}
.slider-container .slider-card:hover, .slider-container .slider-card:active, .slider-container .slider-card:focus,
.slider-container-sp .slider-card:hover,
.slider-container-sp .slider-card:active,
.slider-container-sp .slider-card:focus {
  opacity: 0.5;
}
.slider-container .slider-card .area-of-image,
.slider-container-sp .slider-card .area-of-image {
  position: relative;
}
.slider-container .slider-card .area-of-image .new-tag,
.slider-container-sp .slider-card .area-of-image .new-tag {
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: 3;
  border: 1px solid #ccc;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #222;
  color: #bba957;
  padding: 5px;
  font-size: 12px;
  font-weight: 500;
}
.slider-container .slider-card .area-of-image img,
.slider-container-sp .slider-card .area-of-image img {
  width: 300px;
  height: 320px;
  object-fit: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.slider-container .slider-card .area-under-image,
.slider-container-sp .slider-card .area-under-image {
  position: relative;
  height: 100%;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.slider-container .slider-card .area-under-image .slider-caption,
.slider-container-sp .slider-card .area-under-image .slider-caption {
  margin: 10px 15px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
.slider-container .slider-card .area-under-image .lock-icon,
.slider-container-sp .slider-card .area-under-image .lock-icon {
  position: absolute;
  bottom: 15px;
  right: 15px;
  width: 14px;
  height: 14px;
}
.slider-container .slider-card .area-under-image .lock-icon img,
.slider-container-sp .slider-card .area-under-image .lock-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slider-indicator-container {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}
.slider-indicator-container .slider-indicator {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #888;
  margin: 0 5px;
}
.slider-indicator-container .slider-indicator.active {
  background-color: #fff;
}

.large-article-row {
  padding: 15px;
  transition: opacity 0.3s ease;
}
.large-article-row:hover, .large-article-row:active, .large-article-row:focus {
  opacity: 0.5;
}
.large-article-row .large-article-card {
  display: flex;
  flex-direction: column;
  border: 1px solid #333;
  border-radius: 10px;
  background-color: #333;
  color: inherit;
  -webkit-tap-highlight-color: transparent;
  text-decoration: none;
}
.large-article-row .large-article-card.is-new {
  border: 1px solid #ccc;
}
.large-article-row .large-article-card .area-of-image {
  position: relative;
}
.large-article-row .large-article-card .area-of-image .new-tag {
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: 3;
  border: 1px solid #ccc;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #222;
  color: #bba957;
  padding: 5px 8px;
  font-size: 12px;
  font-weight: 500;
}
.large-article-row .large-article-card .area-of-image .image {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  object-fit: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.large-article-row .large-article-card .area-under-image {
  height: auto;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.large-article-row .large-article-card .area-under-image .article-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin: 15px 15px 0px 15px;
}
.large-article-row .large-article-card .area-under-image .article-info .story-caption {
  margin-top: 0;
  font-size: 12px;
  font-weight: bold;
  color: #999;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.large-article-row .large-article-card .area-under-image .article-info .story-number {
  font-size: 12px;
  font-weight: 500;
  color: #999;
}
.large-article-row .large-article-card .area-under-image .caption {
  margin: 15px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.5px;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
.large-article-row .large-article-card .area-under-image .article-footer-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0px 15px 15px 15px;
}
.large-article-row .large-article-card .area-under-image .article-footer-row .area-of-category {
  display: flex;
  align-items: center;
}
.large-article-row .large-article-card .area-under-image .article-footer-row .area-of-category .pr-tag {
  font-size: 12px;
  font-weight: 500;
  color: #999;
  border: 1px solid #999;
  padding: 0px 3px;
  margin-right: 5px;
}
.large-article-row .large-article-card .area-under-image .article-footer-row .area-of-category .category {
  font-size: 12px;
  font-weight: 500;
  color: #999;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.large-article-row .large-article-card .area-under-image .article-footer-row .area-right-of-category {
  display: flex;
}
.large-article-row .large-article-card .area-under-image .article-footer-row .area-right-of-category .comment {
  display: flex;
  align-items: center;
}
.large-article-row .large-article-card .area-under-image .article-footer-row .area-right-of-category .comment .comment-icon {
  margin-right: 2px;
  margin-bottom: 2px;
}
.large-article-row .large-article-card .area-under-image .article-footer-row .area-right-of-category .comment .comment-icon img {
  width: 12px;
  height: 12px;
}
.large-article-row .large-article-card .area-under-image .article-footer-row .area-right-of-category .comment .comment-count {
  font-size: 12px;
  font-weight: 500;
  color: #999999;
}
.large-article-row .large-article-card .area-under-image .article-footer-row .area-right-of-category .lock-icon {
  margin: 0px 0px 0px 8px;
}
.large-article-row .large-article-card .area-under-image .article-footer-row .area-right-of-category .lock-icon img {
  width: 12px;
  height: 12px;
}

.small-article-row {
  display: flex;
  border-bottom: 1px solid #333333;
  padding: 12px 15px;
  color: inherit;
  -webkit-tap-highlight-color: transparent;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.small-article-row:hover, .small-article-row:active, .small-article-row:focus {
  text-decoration: none;
  opacity: 0.5;
}
.small-article-row .area-of-image {
  position: relative;
  width: 33%;
  height: 22%;
  border-radius: 5px;
  margin-right: 12px;
}
.small-article-row .area-of-image.is-new {
  border: 1px solid #ccc;
}
.small-article-row .area-of-image .new-tag {
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: 3;
  border: 1px solid #ccc;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #222;
  color: #bba957;
  padding: 2px 5px;
  font-size: 10px;
  font-weight: 500;
}
.small-article-row .area-of-image .story-number {
  position: absolute;
  bottom: 22px;
  right: 3px;
  background-color: rgba(51, 51, 51, 0.5);
  color: #fff;
  padding: 0px 3px;
  font-size: 10px;
  font-weight: 500;
}
.small-article-row .area-of-image .story-caption {
  width: 100%;
  position: absolute;
  bottom: 0px;
  height: 20px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #333;
  color: #999;
  padding: 3px;
  font-size: 10px;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.small-article-row .area-of-image .image {
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  object-fit: cover;
  border: 1px solid #333;
  border-radius: 5px;
}
.small-article-row .area-of-image .image.is-new {
  border: none;
}
.small-article-row .area-right-of-image {
  width: 67%;
  display: flex;
  flex-direction: column;
}
.small-article-row .area-right-of-image .caption {
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  line-height: 19px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.small-article-row .area-right-of-image .area-under-caption {
  margin-top: 12px;
}
.small-article-row .area-right-of-image .area-under-caption .article-footer-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.small-article-row .area-right-of-image .area-under-caption .article-footer-row .area-of-category {
  display: flex;
  align-items: center;
}
.small-article-row .area-right-of-image .area-under-caption .article-footer-row .area-of-category .pr-tag {
  font-size: 12px;
  font-weight: 500;
  color: #999;
  border: 1px solid #999;
  padding: 0px 3px;
  margin-right: 5px;
}
.small-article-row .area-right-of-image .area-under-caption .article-footer-row .area-of-category .category {
  font-size: 12px;
  font-weight: 500;
  color: #999;
}
.small-article-row .area-right-of-image .area-under-caption .article-footer-row .area-right-of-category {
  display: flex;
}
.small-article-row .area-right-of-image .area-under-caption .article-footer-row .area-right-of-category .comment {
  display: flex;
  align-items: center;
}
.small-article-row .area-right-of-image .area-under-caption .article-footer-row .area-right-of-category .comment .comment-icon {
  margin-right: 2px;
  margin-bottom: 2px;
}
.small-article-row .area-right-of-image .area-under-caption .article-footer-row .area-right-of-category .comment .comment-icon img {
  width: 12px;
  height: 12px;
}
.small-article-row .area-right-of-image .area-under-caption .article-footer-row .area-right-of-category .comment .comment-count {
  font-size: 12px;
  font-weight: 500;
  color: #999999;
}
.small-article-row .area-right-of-image .area-under-caption .article-footer-row .area-right-of-category .lock-icon {
  margin: 0px 0px 0px 8px;
}
.small-article-row .area-right-of-image .area-under-caption .article-footer-row .area-right-of-category .lock-icon img {
  width: 12px;
  height: 12px;
}

.sns-article {
  background: #333;
  border-bottom: 1px solid #222;
  overflow: hidden;
  color: inherit;
  text-decoration: none;
}
.sns-article .sns-header-link {
  margin: 15px;
  text-decoration: none;
  display: block;
}
.sns-article .sns-header-link .sns-article-header {
  display: flex;
  align-items: center;
}
.sns-article .sns-header-link .sns-article-header .user-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}
.sns-article .sns-header-link .sns-article-header .sns-details {
  margin-left: 10px;
  flex-grow: 1;
}
.sns-article .sns-header-link .sns-article-header .sns-details .sns-profile-name {
  font-size: 14px;
  font-weight: 800;
  color: #fff;
}
.sns-article .sns-header-link .sns-article-header .sns-details .sns-profile-id {
  font-size: 12px;
  font-weight: 500;
  color: #999;
}
.sns-article .sns-header-link .sns-article-header .sns-details p {
  margin-bottom: 5px;
}
.sns-article .sns-header-link .sns-article-header .sns-icon {
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 50%;
  object-fit: cover;
}
.sns-article .sns-article-body {
  margin: 15px;
}
.sns-article .sns-article-body .sns-text {
  font-size: 14px;
  font-weight: 500;
  color: #999;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  transition: max-height 0.1s ease;
}
.sns-article .sns-article-body .sns-text.expanded {
  -webkit-line-clamp: unset;
}
.sns-article .sns-article-body .read-more-btn {
  padding: 0;
  margin-top: 10px;
  margin-left: auto;
  display: none;
  font-size: 14px;
  font-weight: 800;
  color: #999;
  background: none;
  border: none;
  transition: opacity 0.3s ease;
}
.sns-article .sns-article-body .read-more-btn:hover, .sns-article .sns-article-body .read-more-btn:active, .sns-article .sns-article-body .read-more-btn:focus {
  opacity: 0.5;
}
.sns-article .sns-article-body .sns-text.collapsed + .read-more-btn {
  display: block;
}
.sns-article .sns-article-body .sns-images {
  display: flex;
  margin: 7px 0px;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.sns-article .sns-article-body .sns-images::-webkit-scrollbar {
  display: none;
}
.sns-article .sns-article-body .sns-images .sns-image-link {
  margin: 8px;
  border-radius: 10px;
  box-shadow: 0 0 10px #000;
  transition: opacity 0.3s ease;
}
.sns-article .sns-article-body .sns-images .sns-image-link:hover, .sns-article .sns-article-body .sns-images .sns-image-link:active, .sns-article .sns-article-body .sns-images .sns-image-link:focus {
  opacity: 0.5;
}
.sns-article .sns-article-body .sns-images .sns-image-link .sns-image-container {
  width: 155px;
  height: 155px;
  border-radius: 10px;
  object-fit: cover;
  overflow: hidden;
}

.teaser-container {
  display: flex;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 10000;
  gap: 15px;
  align-items: flex-end;
}
.teaser-container .close-button {
  position: relative;
  width: 35px;
  height: 35px;
}
.teaser-container .close-button:hover .close-icon, .teaser-container .close-button:active .close-icon, .teaser-container .close-button:focus .close-icon {
  opacity: 0.5;
}
.teaser-container .close-button .circle {
  width: 35px;
  height: 35px;
  background: #111;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.teaser-container .close-button .close-icon {
  position: absolute;
  top: 2.5px;
  left: 2.5px;
  width: 30px;
  width: 30px;
  object-fit: cover;
  transition: all 0.3s ease;
}
.teaser-container .teaser-card {
  width: 250px;
  display: flex;
  flex-direction: column;
  border: 2px solid #ccc;
  border-radius: 10px;
  background: #000;
  box-shadow: 0 0 30px 5px rgb(0, 0, 0);
}
.teaser-container .teaser-card .area-of-image img {
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  transition: all 0.3s ease;
}
.teaser-container .teaser-card .area-under-image {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.teaser-container .teaser-card .area-under-image .teaser-caption {
  margin: 15px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
.teaser-container .teaser-card .area-under-image .teaser-see-more {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin: 17px 0px;
}
.teaser-container .teaser-card .area-under-image .teaser-see-more a {
  display: inline-block;
  width: 80%;
  text-decoration: none;
  color: #111;
  background: #fff;
  padding: 10px 50px;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.teaser-container .teaser-card .area-under-image .teaser-see-more a:hover, .teaser-container .teaser-card .area-under-image .teaser-see-more a:active, .teaser-container .teaser-card .area-under-image .teaser-see-more a:focus {
  opacity: 0.5;
}

/*******************************************************************************
 Common Styles
*******************************************************************************/
.btn-sns {
  border-spacing: 10px 0;
  display: table;
  background-color: rgba(0, 0, 0, 0.1);
}

.btn-fb-share-quiz {
  background-color: rgb(59, 89, 152);
  height: 31px;
  margin: 5px auto;
  padding: 0;
}

.btn-fb-share-quiz > image {
  width: 29px;
  height: 29px;
}

.btn-fb-share-quiz > span {
  vertical-align: middle;
  color: rgb(255, 255, 255);
  margin-right: 5px;
}

.btn-sns-bottom {
  padding: 10px 0;
}

.btn-sns > span > a:hover,
.btn-sns > span > a:active,
.btn-sns > a:hover,
.btn-sns > a:active {
  opacity: 0.7;
}

.btn-sns > a:nth-child(1) {
  border-left: none;
}

.btn-sns > .btn {
  display: table-cell;
  float: none;
}

.btn-sns > a {
  padding: 10px 0;
}

.btn-sns > a:active,
.btn-sns > span:active {
  box-shadow: none;
}

.btn-sns > a {
  padding: 0;
  border-radius: 0;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
}

.sns-icon {
  width: 30px;
  height: 30px;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
}

.btn-sns > .btn-line {
  display: table-cell;
  padding: 0;
}

.btn-sns > a > span {
  display: block;
  padding: 12px 0;
}

span.mail_share {
  width: 30px;
  height: 22px;
  font-size: 16px;
  border-radius: 3px;
  padding: 8px !important;
}

.page_bottom_share_buttons {
  margin-right: 55px;
  margin-bottom: 20px;
}

.page_bottom_share_buttons > div {
  margin-top: -45px;
  height: 60px;
  display: inline-block;
  vertical-align: middle;
}

.page_bottom_share_buttons .share-text {
  width: 80px;
  float: left;
  font-weight: bold;
  font-size: 14px;
  padding-left: 0px;
}

.page_bottom_share_buttons .share-text > span:after {
  content: " >";
}

.page_bottom_share_buttons .sns-share {
  display: inline;
  line-height: 40px;
  padding-left: 10px;
}

.page_bottom_share_buttons .sns-span {
  display: inline;
  line-height: 40px;
}

@media (max-width: 767px) {
  .page_bottom_share_buttons .sns-span {
    display: none;
  }
}
.page_bottom_share_buttons .sns-icon-wide {
  width: 40px;
  height: 40px;
  float: left;
}

.page_bottom_share_buttons .btn-twitter-wide {
  width: 130px;
  font-size: 14px;
  background: rgb(70, 172, 255);
}

@media (max-width: 767px) {
  .page_bottom_share_buttons .btn-twitter-wide {
    width: 40px;
    font-size: 14px;
    background: rgb(70, 172, 255);
  }
}
.page_bottom_share_buttons .btn-fb-wide {
  width: 130px;
  font-size: 14px;
  background: #305891;
}

@media (max-width: 767px) {
  .page_bottom_share_buttons .btn-fb-wide {
    width: 40px;
    font-size: 14px;
    background: #305891;
  }
}
.page_bottom_share_buttons .btn-mail-wide {
  width: 130px;
  background-color: rgb(60, 60, 60);
}

@media (max-width: 767px) {
  .page_bottom_share_buttons .btn-mail-wide {
    width: 40px;
    background-color: rgb(60, 60, 60);
  }
}
.page_bottom_share_buttons .mail-share-wide {
  width: 40px;
  height: 40px;
  top: auto;
  border: 0;
  float: left;
}

.erasable {
  width: initial;
}

div.categories_header {
  position: relative;
  padding: 15px 0px;
  background-color: #222;
  overflow-x: scroll;
  overflow-y: hidden;
}

div.categories_header::-webkit-scrollbar {
  display: none;
}

ul.category_tabs {
  display: flex;
  position: relative;
  gap: 10px;
  margin: 0;
  padding: 0;
  width: 2000px;
}

li.category_btn {
  position: relative;
  list-style: none;
  float: left;
  z-index: 0;
  border: 1px solid #fff;
  border-radius: 5px;
  transition: all 0.3s ease;
}
li.category_btn:hover, li.category_btn:active, li.category_btn:focus {
  opacity: 0.5;
}
li.category_btn a {
  display: block;
  min-width: 80px;
  padding: 5px 10px;
  font-size: 14px;
  letter-spacing: 0.5px;
  font-weight: 500;
  color: #fff;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease;
}
li.category_btn.active {
  background-color: #fff;
  border: 1px solid #fff;
  transition: all 0.3s ease;
}
li.category_btn.active a {
  color: #000;
  transition: all 0.3s ease;
}

/*******************************************************************************
 Override bootstrap Styles
*******************************************************************************/
body {
  background-color: #222;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

body.narrow-margin {
  margin-top: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
}

.navbar {
  border: none;
  border-radius: 0;
  background-image: none;
  text-shadow: none !important;
  background-color: #222;
}

.navbar-nav > li > a,
.navbar-nav > li > a:hover {
  padding-top: 0;
}

@media (max-width: 767px) {
  .navbar-nav > li {
    float: left;
  }
}
.caroufredsel_wrapper {
  margin: 0 auto !important;
}

header a {
  display: block;
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

header .navbar-nav > li > a {
  padding: 0;
}

header .navbar-brand {
  width: 268px;
  height: 55px;
  margin-top: 25px;
  margin-left: 10px !important;
  padding: 0;
  background-image: url("/assets/header_logo-0a6b654c.png");
}

/* TODO ~万PV記念のためコメントアウト */
/*header .navbar-brand {*/
/*  width: 400px;*/
/*  height: 90px;*/
/*  margin-top: 0px;*/
/*  margin-left: 10px !important;*/
/*  padding: 0;*/
/*  background-image: url("/assets/header_logo-0a6b654c.png");*/
/*}*/
header .navbar-brand-en {
  width: 268px;
  height: 55px;
  margin-top: 15px;
  padding: 0;
  background-image: url("/assets/header_logo_en-65f356bc.png");
}

header .main-tagline p {
  font-family: "Gothic MB101 Medium";
  font-size: 11px;
  margin-top: 8px;
  margin-bottom: 0;
}

@media (min-width: 1200px) {
  header .main-tagline {
    margin: -20px 0 0 -2px;
    font-size: 11px;
    float: left;
  }
}
@media (max-width: 1199px) {
  header .main-tagline {
    margin: -14px 0 0 -2px;
    font-size: 11px;
  }
}
@media (max-width: 1199px) {
  header .navbar-brand {
    width: 268px;
    height: 55px;
    margin-top: 15px;
    padding: 0;
    background-image: url("/assets/header_logo-0a6b654c.png");
  }
  /* TODO ~万PV記念のためコメントアウト */
  /*header .navbar-brand{*/
  /*  width: 350px;*/
  /*  height: 83px;*/
  /*  margin-top: 0px;*/
  /*  padding: 0;*/
  /*  background-image: url("/assets/header_logo-0a6b654c.png");*/
  /*  background-size: contain;*/
  /*}*/
}
@media (max-width: 991px) {
  header .navbar-brand {
    width: 200px;
    height: 37px;
    margin-top: 5px;
    background-image: url("/assets/header_logo_en_sm-5d4fb500.png");
  }
  /* TODO ~万PV記念のためコメントアウト */
  /*header .navbar-brand{*/
  /*  width: 280px;*/
  /*  height: 63px;*/
  /*  margin-top: 0px !important;*/
  /*  background-image: url("/assets/header_logo-0a6b654c.png");*/
  /*}*/
  header .main-tagline {
    margin: -15px 0 0 -2px;
    font-size: 10px;
  }
  header .main-tagline h1 {
    font-size: 10px;
  }
}
@media (max-width: 767px) {
  header .main-tagline {
    margin: -15px 0 0 -2px;
  }
  header .main-tagline h1 {
    font-size: 10px;
  }
}
.banner-super-container ins {
  display: block !important;
  margin: auto !important;
}

@media (min-width: 1200px) {
  .banner-super-container {
    margin-top: 10px;
    margin-right: -15px;
    float: right;
    height: 90px;
    width: 728px;
  }
}
@media (max-width: 1199px) {
  .banner-super-container {
    margin-top: 10px;
    margin-right: -15px;
    float: right;
    height: 74px;
    width: 600px;
  }
  .banner-super-container iframe {
    width: 600px !important;
    height: 74px !important;
  }
}
@media (max-width: 991px) {
  .banner-super-container {
    margin-top: 10px;
    float: right;
    height: 55px;
    width: 444px;
  }
  .banner-super-container iframe {
    width: 444px !important;
    height: 55px !important;
  }
}
.navbar-main {
  letter-spacing: 1px;
  margin-bottom: 0px;
}

.pc-navbar {
  display: block;
  /* PC表示時は表示 */
}
.pc-navbar li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  margin-left: -100px;
}

.tablet-navbar {
  display: none !important;
  /* PC表示時に完全に非表示 */
}

.tablet-navbar .menu-icon {
  display: none;
  /* PC表示時は非表示 */
}

.tablet-navbar .menu-icon:hover {
  opacity: 0.5;
  transition: opacity 0.3s ease;
}

@media (max-width: 1024px) {
  .pc-navbar {
    display: none !important;
    /* タブレット表示時は非表示 */
  }
  .tablet-navbar {
    display: flex !important;
    /* タブレット表示時は表示 */
    align-items: center;
    justify-content: flex-end;
    padding-right: 10px;
  }
  /* メニューアイコンのサイズ調整 */
  .tablet-navbar .menu-icon {
    display: block;
    width: 20px;
    height: 20px;
    margin-right: 15px;
  }
  .tablet-navbar .user-icon {
    display: block;
    width: 25px;
    height: 25px;
  }
}
@media (min-width: 1200px) {
  .main-menu {
    min-height: 25px;
    float: left;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .main-menu {
    min-height: 25px;
    float: left;
    grid-column: 3/span 6 !important;
  }
}
nav > .navbar-main > ul > li > a,
nav > .navbar-main > ul > li > button {
  height: 28px;
  color: #fff;
  text-indent: 0;
  border: 1px solid rgba(0, 0, 0, 0.01);
  font-family: "Gothic MB101 Regular", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, Arial, sans-serif, "HG明朝E";
}

nav > .navbar-main > ul > li > button {
  padding: 0 0 3px 0;
  background: none;
}

nav > .navbar-main > ul > li > a:active,
nav > .navbar-main > ul > li > a:focus,
nav > .navbar-main > ul > li > a:hover,
nav > .navbar-main > ul > li > button:active,
nav > .navbar-main > ul > li > button:focus,
nav > .navbar-main > ul > li > button:hover {
  background-color: transparent;
  opacity: 0.5;
  transition: 0.3s;
}

nav > .navbar-main > ul > li.shop-logo {
  font-size: 18px;
}

nav > .navbar-main > ul > li.shop-logo > a {
  font-family: "Gothic MB101 Bold", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, Arial, sans-serif, "HG明朝E";
  letter-spacing: -0.15em;
  overflow: visible;
}

.mypage-menu {
  font-family: "Gothic MB101 Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  background-color: #787878;
}

.navbar > .mypage-menu {
  float: right;
  margin: auto;
  clear: none;
}

.navbar > .mypage-menu > li a {
  padding-top: 5px;
  color: #fff;
  font-size: 13px;
  text-indent: 0;
  text-align: center;
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#30ffffff, EndColorStr=#30ffffff);
}

.navbar .mypage-menu-new {
  background-color: unset;
  display: flex;
  float: unset;
  list-style: none;
  padding-left: 0px;
  margin: 0px;
}
.navbar .mypage-menu-new > li .mypage-menu-login,
.navbar .mypage-menu-new > li .mypage-menu-sign-up {
  border: unset;
  border-radius: 5px;
  width: fit-content;
}
.navbar .mypage-menu-new > li .mypage-menu-login.mypage-menu-login,
.navbar .mypage-menu-new > li .mypage-menu-sign-up.mypage-menu-login {
  color: #222;
  background-color: #fff;
  margin-right: 10px;
  padding: 8px 25px;
  border: 1px solid #222;
  transition: opacity 0.3s ease;
}
.navbar .mypage-menu-new > li .mypage-menu-login.mypage-menu-login:focus, .navbar .mypage-menu-new > li .mypage-menu-login.mypage-menu-login:hover,
.navbar .mypage-menu-new > li .mypage-menu-sign-up.mypage-menu-login:focus,
.navbar .mypage-menu-new > li .mypage-menu-sign-up.mypage-menu-login:hover {
  opacity: 0.5;
}
.navbar .mypage-menu-new > li .mypage-menu-login.mypage-menu-sign-up,
.navbar .mypage-menu-new > li .mypage-menu-sign-up.mypage-menu-sign-up {
  color: #fff;
  background-color: #bba957;
  padding: 7px 15px;
  border: 1px solid #bba957;
  transition: opacity 0.3s ease;
}
.navbar .mypage-menu-new > li .mypage-menu-login.mypage-menu-sign-up:focus, .navbar .mypage-menu-new > li .mypage-menu-login.mypage-menu-sign-up:hover,
.navbar .mypage-menu-new > li .mypage-menu-sign-up.mypage-menu-sign-up:focus,
.navbar .mypage-menu-new > li .mypage-menu-sign-up.mypage-menu-sign-up:hover {
  opacity: 0.5;
}
.navbar .navbar-main > ul > li {
  margin: 0 3px 0 0;
  font-size: 10px;
}
@media (max-width: 1024px) {
  .navbar .navbar-main > ul > li {
    /* 1024px以下のスクリーン */
    /* タブレットだが、2024/11/13現在、要素がないので指定なし */
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .navbar .navbar-main > ul > li {
    margin: 0 15px 0 0;
    font-size: 13px;
  }
}
@media (min-width: 1600px) {
  .navbar .navbar-main > ul > li {
    margin: 0 20px 0 0;
    font-size: 17px;
  }
}
@media (min-width: 1600px) {
  .navbar .mypage-menu-new > li .mypage-menu-login,
  .navbar .mypage-menu-new > li .mypage-menu-sign-up {
    font-size: 17px;
  }
}

.mypage-menu-mypage-new .menu-icon {
  width: 30px;
  height: 30px;
}

.mypage-menu-mypage-new .menu-icon:hover {
  opacity: 0.5;
  transition: opacity 0.3s ease;
}

header .dropdown-menu-mypage-new {
  border: none;
  margin-top: 10px !important;
  padding-bottom: unset;
  z-index: 10000;
}

.navbar > .mypage-menu > li a.dropdown-left {
  float: left;
}

.navbar > .mypage-menu-new > li a:focus,
.navbar > .mypage-menu-new > li a:hover {
  background: #222;
}

.navbar > .mypage-menu > .mypage-menu-mypage-new > .dropdown-menu-mypage-new > li a:focus,
.navbar > .mypage-menu > .mypage-menu-mypage-new > .dropdown-menu-mypage-new > li a:hover {
  background-color: #fff;
  color: #b8a86f;
}

.navbar > .mypage-menu > .mypage-menu-reserve > a {
  border-right: none;
}

header .navbar-nav.navbar-right:last-child {
  margin-right: 2px;
  float: left !important;
}

@media (max-width: 991px) {
  header.navbar > .container .navbar-brand {
    margin-left: 0;
    margin-top: 15px;
  }
}
@media (min-width: 1200px) {
  #welcome_index > #search-box-container {
    width: 1020px;
  }
}
footer {
  background-color: #222;
}

footer a {
  display: block;
  color: #fff;
  text-decoration: none;
}

footer .nav > li > a {
  padding: 0;
}

footer .nav > li > a:hover,
footer .nav > li > a:focus {
  color: #fff;
  background-color: transparent;
  text-decoration: none;
  opacity: 0.5;
  transition: 0.3s;
}

footer .navbar-nav > li > a {
  line-height: 1;
}

.footer-toTop {
  width: 62px;
  height: 44px;
  margin: 10px auto;
  background-image: url("/assets/footer_totop-c337a62b.png");
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.footer-bland {
  margin: 0 0 60px 0;
  text-align: center;
}

.navbar-brand {
  display: inline-block;
  width: 192px;
  height: 39px;
  margin: 0 auto;
  padding: 0;
  background-image: url("/assets/footer_logo-2226c03c.png");
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.footer-links {
  margin-bottom: 30px;
}

.footer-links-container {
  display: flex;
  justify-content: space-evenly;
  max-width: 100%;
  padding-bottom: 130px;
}

.footer-bottom-links.nav.navbar-nav {
  display: flex;
  flex-direction: column;
  gap: 13px;
}

.footer-logo {
  margin-top: 30px;
}

.footer-logo img {
  width: 250px;
  height: auto;
}

/* 1600px以上のスクリーン */
@media (min-width: 1600px) {
  .footer-logo img {
    width: 300px;
    /* より大きな画面でのロゴサイズを拡大 */
  }
  .footer-links-container {
    padding-bottom: 150px;
    /* より広い余白を確保 */
  }
}
/* 1025px～1599pxのスクリーン */
@media (min-width: 1025px) and (max-width: 1599px) {
  .footer-logo img {
    width: 220px;
    /* ロゴサイズを調整 */
  }
  .footer-links-container {
    padding-bottom: 120px;
    /* 少し小さめの余白 */
  }
}
/* 1024px以下のスクリーン */
@media (max-width: 1024px) {
  .footer-links-container {
    align-items: center;
    padding-bottom: 100px;
  }
  .footer-logo {
    margin-bottom: 20px;
  }
  .footer-logo img {
    width: 180px;
  }
}
footer h3 {
  margin: 0 0 20px 0;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
}

.footer-contents ul > li {
  margin: 0 0 16px 0;
  font-size: 11px;
  line-height: 1;
}

.footer-bottom {
  position: relative;
  padding-top: 20px;
}

.footer-icons-container {
  position: absolute;
  bottom: 10px;
  /* フッターの下からの距離を調整 */
  right: 0px;
  /* フッターの右端からの距離 */
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.footer-sns-icons {
  display: flex;
  gap: 20px;
  /* アイコン間のスペース */
  align-items: center;
  margin-bottom: 10px;
}
.footer-sns-icons a:active,
.footer-sns-icons a:focus,
.footer-sns-icons a:hover {
  text-decoration: none;
  opacity: 0.5;
  transition: 0.3s;
}

.footer-copyright {
  margin: 0 8px 0;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
}

.footer-bottom-links {
  font-size: 14px;
  line-height: 1;
  margin: 7.5px 0px;
}
@media (max-width: 1024px) {
  .footer-bottom-links {
    font-size: 10px;
  }
}

.footer-bottom-links > li {
  margin-bottom: 4px;
}

.footer-bottom-links > li > a:hover {
  padding-bottom: 0;
}

.footer-gourmet {
  position: relative;
}
.footer-gourmet .toggle-button {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.footer-gourmet .toggle-label {
  font-size: 14px;
  color: #fff;
  margin-right: 4px;
}
.footer-gourmet .toggle-arrow {
  width: 13px;
  height: 13px;
  background: url("/assets/sp_bullet_close-b0d763ae.png") no-repeat center center;
  transition: transform 0.2s ease, background-image 0.2s ease;
}
.footer-gourmet.open .toggle-arrow {
  background-image: url("/assets/sp_bullet_open-d006021d.png");
}
.footer-gourmet.open .gourmet-dropdown {
  display: block;
}
.footer-gourmet .gourmet-dropdown {
  display: none;
  position: static;
  margin: 4px 0 0;
  padding-left: 0;
  list-style: none;
}
.footer-gourmet .gourmet-dropdown li a {
  display: block;
  padding: 7px 0px;
  color: rgb(128, 126, 126);
  font-size: 12px;
  text-decoration: none;
}
.footer-gourmet .gourmet-dropdown li a:active,
.footer-gourmet .gourmet-dropdown li a:focus,
.footer-gourmet .gourmet-dropdown li a:hover {
  text-decoration: none;
  opacity: 0.5;
  transition: 0.3s;
}

@media (min-width: 768px) {
  .footer-bland {
    margin: 0 0 30px 0;
  }
  .footer-bottom-links {
    margin: 0;
  }
  .footer-bottom-links > li > a:before {
    display: inline-block;
    padding: 0 5px;
  }
  .footer-bottom-links > li:first-child > a:before {
    content: none;
  }
}
@media (max-width: 767px) {
  .footer-bottom-links > li {
    margin-right: 6px;
  }
  .footer-copyright {
    margin: 0;
  }
}
.breadcrumb {
  padding: 16px 0;
  margin-bottom: 0;
  border-radius: 0;
  background-color: #000;
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
}

.breadcrumb > li + li:before {
  content: ">";
}

.breadcrumb a {
  color: #fff;
}

.breadcrumb a:hover {
  text-decoration: underline;
}

@media (max-width: 991px) {
  .breadcrumb {
    margin-right: 15px;
  }
}
.article-title-area .content-btns,
#contents-container .content-btns {
  display: inline-block;
  float: right;
  margin-top: 5px;
}
.article-title-area .content-btns .share-btns,
#contents-container .content-btns .share-btns {
  margin: 0;
}
.article-title-area .content-btns .share-btns .share-btn-area-fb,
.article-title-area .content-btns .share-btns .share-btn-area-x,
#contents-container .content-btns .share-btns .share-btn-area-fb,
#contents-container .content-btns .share-btns .share-btn-area-x {
  background-color: unset;
}
.article-title-area .content-btns .share-btns .share-btn-area-fb:hover, .article-title-area .content-btns .share-btns .share-btn-area-fb:active,
.article-title-area .content-btns .share-btns .share-btn-area-x:hover,
.article-title-area .content-btns .share-btns .share-btn-area-x:active,
#contents-container .content-btns .share-btns .share-btn-area-fb:hover,
#contents-container .content-btns .share-btns .share-btn-area-fb:active,
#contents-container .content-btns .share-btns .share-btn-area-x:hover,
#contents-container .content-btns .share-btns .share-btn-area-x:active {
  opacity: 0.5;
}

#contents-container .content-btns {
  float: none;
  display: block;
}
#contents-container .content-btns .share-btns {
  display: flex;
  justify-content: center;
  margin: 40px 0;
}
#contents-container .content-btns .article-share-group {
  float: none;
}

.content-btns > .nav > li > a,
.content-btns > .navbar > .nav > li > a {
  display: block;
  position: relative;
  height: 36px;
  width: 148px;
  padding: 8px 4px;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
}

.content-btns > .navbar > .nav > li {
  margin: 0 5px 0 0;
  padding: 2px 0 2px 2px;
}

.content-btns > .navbar > .nav > li > a {
  margin: 0 2px 0 0;
}

.content-btns > .navbar > .nav > li > a:focus {
  outline-offset: initial;
}

.btn-deluxe-wb {
  border-radius: 2px;
  color: #fff;
  background-color: #9a0028;
}

.btn-deluxe-wb:active,
.btn-deluxe-wb:focus,
.btn-deluxe-wb:hover {
  border-radius: 2px;
  color: #fff;
  background-color: #9a0028 !important;
  opacity: 0.8 !important;
}

.btn-deluxe {
  border-radius: 2px;
  color: #fff;
  background-color: #820028;
}

.btn-deluxe:active,
.btn-deluxe:focus,
.btn-deluxe:hover {
  border-radius: 2px;
  color: #fff;
  background-color: #820028 !important;
  opacity: 0.7 !important;
}

.btn-bookmark {
  font-size: 14px;
}

.btn-bookmark:after {
  margin-left: 0;
}

.btn-reserve,
.btn-show-detail,
.btn-show-restaurant,
.btn-want-go,
.btn-went {
  font-size: 14px;
}

.btn-calm-wb,
.btn-calm-gb {
  border-radius: 2px;
  color: #fff;
  background-color: #6c6c6c;
}

.btn-calm-wb:active,
.btn-calm-wb:focus,
.btn-calm-wb:hover,
.btn-calm-gb:active,
.btn-calm-gb:focus,
.btn-calm-gb:hover {
  border-radius: 2px;
  color: #fff;
  background-color: #6c6c6c !important;
  opacity: 0.8 !important;
}

.btn-calm {
  border-radius: 2px;
  color: #fff;
  background-color: #3c3c3c;
  border-color: #3c3c3c;
}

.btn-calm:active,
.btn-calm:focus,
.btn-calm:hover {
  border-radius: 2px;
  color: #fff;
  background-color: #3c3c3c !important;
  opacity: 0.7 !important;
}

.btn-restaurant-info,
.btn-restaurant-info:active,
.btn-restaurant-info:focus,
.btn-restaurant-info:hover {
  background: #4c4c4c;
  border-radius: 12px;
  color: #fff;
  display: block;
  font-family: "Gothic MB101 Medium";
  font-size: 12px;
  height: 20px;
  max-width: 194px;
  padding: 2px;
  position: relative;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 0 0 1px #6f6f6f, 0 0 0 2px #4c4c4c;
  margin: 0 auto 0 auto;
}

.btn-restaurant-info:before {
  content: "▶";
  font-size: 10px;
  padding-top: 2px;
  position: absolute;
  margin-left: -16px;
}

.btn-with-arrow,
.btn-with-arrow:hover {
  display: block;
  font-size: 12px;
  height: 42px;
  width: 170px;
  padding: 13px;
  position: relative;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
}

.btn-with-arrow:before {
  content: "▶";
  font-size: 6px;
  left: 4px;
  top: 15px;
  position: absolute;
}

.btn-alt-show-detail {
  color: #fff;
  background-color: #3c3c3c;
  border-radius: 2px;
}

.btn-alt-show-detail:active,
.btn-alt-show-detail:focus,
.btn-alt-show-detail:hover {
  color: #fff;
  background-color: #3c3c3c !important;
  border-radius: 2px;
  opacity: 0.7 !important;
}

.btn-alt-show-restaurant,
.btn-alt-reserved {
  color: #fff;
  background-color: #820028;
  width: auto;
  border-radius: 2px;
}

.btn-alt-show-restaurant:active,
.btn-alt-show-restaurant:focus,
.btn-alt-show-restaurant:hover,
.btn-alt-reserved:active,
.btn-alt-reserved:focus,
.btn-alt-reserved:hover {
  color: #fff;
  background-color: #820028;
  width: auto;
}

.btn-alt-mail-reservation-vacancy {
  color: #fff;
  background-color: #3c3c3c;
  width: auto;
  border-radius: 2px;
}

.btn-alt-mail-reservation-vacancy:active,
.btn-alt-mail-reservation-vacancy:focus,
.btn-alt-mail-reservation-vacancy:hover {
  color: #fff;
  background-color: #3c3c3c !important;
  border-radius: 2px;
  opacity: 0.7 !important;
  width: auto;
}

.nav > li > .btn-want-go,
.nav > li > .btn-went,
.nav > li > .btn-reserve {
  padding: 9px;
}

.nav > li > .btn-alt-show-detail {
  padding: 13px;
}

.result-item-buttons > .nav > li > a {
  display: block;
  white-space: nowrap;
}

.contents-info-tag {
  font-size: 11px;
  list-style-type: none;
  padding: 1px;
  overflow: hidden;
  text-align: center;
  white-space: nowrap;
}

.contents-info-tag.new,
.contents-info-tag.up {
  background: #fff150;
  color: #000;
  font-weight: bold;
  letter-spacing: 2px;
  width: 51px;
  height: 16px;
}

.contents-info-tag.weekday {
  background: #e90074;
  color: #eee;
  letter-spacing: 1px;
  height: 18px;
  border: 1px solid #e90074;
  padding: 0 7px;
  position: absolute;
  top: 5px;
  left: 7px;
  font-size: 12px;
}

.contents-info-tag.weekday.slide-right {
  left: 59px;
}

.contents-info-tag.pr {
  background: lightgray;
  color: #000;
  letter-spacing: 1px;
  width: 58px;
  height: 16px;
  float: left;
}

.contents-info-tag.pr:after {
  clear: both;
}

.contents-info-tag.category {
  background: #8c2536;
  border-right: solid 6px #fff;
  color: #fff;
  height: 18px;
  width: auto;
  min-width: 80px;
  margin: 0px;
  padding: 2px 10px;
  letter-spacing: 1px;
  font-size: 10px;
  position: absolute;
  bottom: 10px;
  right: 0;
}

#welcome_index .content-box.large .contents-info-tag.category {
  height: 19px;
  width: auto;
  min-width: 95px;
  padding: 2px 10px;
  font-size: 11px;
}

.contents-info-tag.no-mark {
  letter-spacing: 1px;
  width: 58px;
  height: 16px;
}

.contents-info-tag.limited-public {
  margin-right: 4px;
  padding: 0;
  border: 1px solid #333;
  color: #333;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  background-color: #fff;
  letter-spacing: 1px;
  width: 58px;
  height: 16px;
  overflow: hidden;
  white-space: nowrap;
  float: left;
}

.contents-info-tag.kansai-top {
  background: #baa768;
  border: 1px solid #baa768;
  color: #fff;
  height: 18px;
  width: 48px;
  margin: 0;
  padding: 0;
  letter-spacing: 1px;
  font-size: 12px;
  font-weight: bold;
  float: left;
}

.contents-info-tag.kansai {
  width: 58px;
  height: 16px;
  margin-right: 4px;
  padding: 0;
  border: 1px solid #baa768;
  background: #fff;
  color: #baa768;
  letter-spacing: 1px;
  font-weight: bold;
  float: left;
}

#welcome_index .contents-info-tag.limited-public,
#restaurant_show .contents-info-tag.limited-public {
  border: 1px solid #aaa;
  color: #aaa;
  background-color: #000;
}

#welcome_index .contents-info-tag.kansai,
#restaurant_show .contents-info-tag.kansai {
  border: 1px solid #ddcc99;
  background: #000;
  color: #ddcc99;
}

#welcome_index .btn,
#article_show .btn {
  text-shadow: none;
}

.contents-info > .contents-info-tag.new,
.contents-info > .contents-info-tag.limited-public {
  position: absolute;
  top: 0;
}

#welcome_index .contents-info > .contents-info-tag.new {
  top: unset;
}

.contents-info > .contents-info-tag.weekday {
  /*  float: right;*/
}

.arrow-box {
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#80000000, EndColorStr=#80000000);
  border: 2px solid #fff;
  color: #fff;
  font-size: 10px;
  padding: 0 6px 0 8px;
  letter-spacing: 1px;
}

.arrow-box:after,
.arrow-box:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.arrow-box:after {
  border-color: rgba(0, 0, 0, 0);
  border-top-color: rgb(120, 120, 120);
  border-width: 4px;
  margin-left: -4px;
}

.arrow-box:before {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 7px;
  margin-left: -7px;
}

#share_links {
  position: absolute;
  top: 0;
  right: 0;
  width: 90px;
  z-index: 1500;
}

#share_links > ul {
  margin: 0;
  padding: 0;
}

#share_links > ul > li {
  margin-bottom: 1px;
  list-style: none;
}

#share_links > ul > li > a {
  display: block;
  height: 60px;
  background-color: #404040;
  background-repeat: no-repeat;
  overflow: hidden;
  white-space: nowrap;
}

#share_links > ul > li > .sidebar-btn,
#share_links > ul > li > .sidebar-btn:hover {
  font-family: "Gothic MB101 Light";
  display: block;
  height: 60px;
  width: 90px;
  padding: 9px;
  position: relative;
  color: #fff;
  font-size: 12px;
  padding: 23px 0;
  text-align: center;
  text-decoration: none;
}

#share_links > ul > li > .sidebar-btn-reserve {
  background: #465859;
}

#share_links > ul > li > .sidebar-btn-search-condition,
#share_links > ul > li > .sidebar-btn-search-condition:hover {
  background: #3c5959;
  height: 80px;
  padding: 24px 10px;
  white-space: initial;
}

@media (max-width: 767px) {
  #share_links_article {
    padding: 15px 0px;
    background-color: rgba(0, 0, 0, 0.1);
    width: 76px;
    text-align: center;
  }
}
@media (min-width: 768px) {
  #share_links_article {
    padding: 15px 0px;
    background-color: rgba(0, 0, 0, 0.1);
    width: 76px;
    text-align: center;
  }
}
@media (min-width: 1025px) {
  #share_links_article {
    padding: 15px 0px;
    background-color: rgba(0, 0, 0, 0.1);
    width: 76px;
    text-align: center;
  }
}
.article-side-bar {
  float: right;
  margin-right: 5px;
}

.side-bar-about-ad > a {
  font-size: 10px;
  color: #32198e;
}

.top-side-bar-about-ad > a {
  font-size: 10px;
  color: #ffffff;
}

#share_links_article > ul {
  margin: 0;
  padding: 0;
}

#share_links_article > ul > li {
  margin: 12px auto;
  list-style: none;
  padding: 0 3px;
}

#share_links_article > ul > li > a {
  display: block;
  height: 48px;
  background-color: #404040;
  overflow: hidden;
  white-space: nowrap;
}

.quiz-correct-share > span {
  margin: auto 10px;
  font-size: 20px;
  font-weight: bold;
}

.quiz-answer-button {
  font-size: 16px;
  height: 48px;
  background-color: #820028;
  color: #ffffff;
  display: block;
  border: none;
}

.quiz-answer-button:hover,
.quiz-answer-button:focus {
  background-color: #a22048;
}

#answer-field {
  font-size: 30px;
  height: 50px;
  margin: 0 10px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
  box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
  float: left;
}

.quiz-result {
  border: 1px solid #ddd;
  margin: 10px auto;
  padding: 12px 12px;
}

.quiz-result > .glyphicon {
  font-size: 30px;
}

.quiz-result > .glyphicon-ok-circle {
  color: #00ff00;
}

.quiz-result > .glyphicon-remove-circle {
  color: #ff0000;
}

.quiz-result > .quiz-text {
  margin: auto 10px;
  font-size: 30px;
  font-weight: bold;
}

.result-number h1,
.result-number p {
  float: left;
  display: block;
  position: relative;
  min-height: 24px;
  margin: 8px 4px 10px 0;
  padding: 4px 20px 0 2px;
  font-size: 14px;
  line-height: 1;
}

.result-number h1:after,
.result-number p:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  background-image: url("/assets/search_slash-6374f934.png");
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.result-number span {
  float: left;
  display: block;
  position: relative;
  min-height: 24px;
  margin: 8px 4px 10px 0;
  padding: 4px 15px 0 15px;
  font-size: 16px;
  line-height: 1;
}

.result-number span em {
  padding-right: 4px;
  font-size: 18px;
  font-weight: 100;
  font-family: "Reimin Light";
  font-style: italic;
}

.search-row .vacancy_search input[type=checkbox] {
  width: 12px;
  height: 12px;
}

.search-row .vacancy_search label {
  height: 18px;
  margin: 0px;
  font-size: 12px;
}

.search-row .vacancy_search .calendar-fields {
  float: left;
}

.search-row .vacancy_search input.use-calendar {
  min-width: 0px;
  width: 90px;
  padding: 5px;
}

.search-row .vacancy_search select {
  float: left;
  padding: 5px;
  margin-left: 2px;
}

.search-row .vacancy_search span.suffix {
  float: left;
  margin-top: 8px;
}

@media (max-width: 1199px) {
  .result-number h1:after {
    width: 18px;
    height: 18px;
  }
  .result-number span em {
    font-size: 16px;
  }
  .result-number span {
    padding: 4px 10px 0 5px;
    font-size: 12px;
  }
  .contents-restaurant-search-vacancy .vacancy-head-count .input-sm {
    padding: 5px 5px;
  }
  .search-row input {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .result-number span {
    padding: 4px 0px 0 5px;
    font-size: 10px;
  }
  .result-number span em {
    font-size: 14px;
  }
  .search-row .vacancy_search button.btn-calendar {
    padding: 5px 2px;
  }
  .search-row .vacancy_search select {
    padding: 0px;
    max-width: 50px;
  }
  .contents-restaurant-search-vacancy .vacancy-head-count .input-sm {
    font-size: 10px;
  }
  .contents-restaurant-search-vacancy .vacancy-head-count span {
    font-size: 10px;
  }
}
.result-item {
  margin-right: 20px;
  margin-left: 20px;
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 20px;
  overflow: hidden;
}

.result-item-head-name {
  position: relative;
  min-height: 87px;
  margin-bottom: 10px;
  padding-left: 16px;
  border-left: 4px solid #333;
  font-size: 26px;
  font-family: "Reimin Light";
  line-height: 1;
  padding-top: 6px;
}

.result-item-head-name a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid;
  line-height: 0.85;
  display: inline-block;
}

.result-item-head-name a:hover,
.result-item-head-name a:focus,
.result-item-head-name a:active {
  border-bottom: none;
}

.result-item-head-name span.ruby {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  font-family: "Reimin Regular";
  line-height: 1;
}

.result-item-lead {
  min-height: 36px;
  font-weight: bold;
  margin-top: 10px;
  font-size: 14px;
  font-family: "Gothic MB101 Medium";
  line-height: 1.3;
}

.result-item-lead p {
  margin: 0;
}

.result-item-data .table {
  font-size: 12px;
  line-height: 1;
  margin-bottom: 0;
}

.result-item-data .table th {
  width: 100px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  text-align: center;
}

.result-item-data .table td {
  border-top: 1px solid #333;
}

.result-item-data .table tr:last-of-type th,
.result-item-data .table tr:last-of-type td {
  border-bottom: 1px solid #333;
}

.result-item-data .table > tbody > tr > td > .inner-table > tbody > tr > td {
  border: none;
}

.result-item-buttons {
  width: 180px;
  padding-right: 0;
  padding-left: 10px;
}

.result-item-feature {
  display: table;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 0px;
}

.result-item-feature dt {
  display: table-cell;
  width: 100px;
  padding: 10px 6px;
  background-color: #ccc;
  color: #000;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
  font-weight: normal;
}

.result-item-feature dd {
  display: table-cell;
  padding: 10px 6px;
  background-color: #262626;
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
}

@media (max-width: 991px) {
  .result-item-feature dd {
    font-size: 10px;
    font-weight: normal;
  }
  .result-item-feature dt {
    font-weight: normal;
  }
}
.result-item-restaurant-thumbnail {
  overflow: hidden;
  margin-bottom: 5px;
}

.result-item-restaurant-buttons {
  min-height: 90px;
}

.result-item-data {
  width: 100%;
  min-height: 128px;
  margin-top: 10px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .result-item {
    width: 720px;
    margin-right: 15px;
    margin-bottom: 60px;
    margin-left: 15px;
  }
  .result-item .img-responsive {
    width: 100%;
  }
  .result-item-head-name {
    margin-bottom: 20px;
  }
  .result-item-data {
    min-height: 0;
  }
  .result-item > .row > .result-item-buttons {
    border-spacing: 4px;
    display: table;
  }
  .result-item > .row > .result-item-buttons > .nav-stacked > li {
    display: table-cell;
  }
  .result-item-data-vacancy {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .result-item {
    min-height: 300px;
    width: 445px;
    margin-bottom: 20px;
  }
  .result-item.even {
    margin-left: 15px;
  }
  .result-item.odd {
    margin-right: 15px;
  }
  .result-item-restaurant-thumbnail {
    max-height: 192px;
    height: auto;
  }
  .result-item-data-vacancy {
    width: 100%;
    min-height: 128px;
  }
}
@media (min-width: 1200px) {
  .result-item {
    height: auto;
    width: 545px;
  }
  .result-item-restaurant-thumbnail {
    max-height: 234px;
    height: auto;
  }
  .result-item-data-vacancy {
    width: 100%;
    min-height: 128px;
  }
}
.pagination {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.pagination li {
  display: inline-block;
  margin-right: 10px;
}

.pagination li.disabled {
  display: none;
}

.pagination li:last-of-type {
  margin-right: 0;
}

.pagination li a {
  background-color: transparent;
  border-color: #ebebeb;
  color: #fff;
}

.pagination li a:hover {
  background-color: #666;
  color: #fff;
}

.pagination li.active a {
  background-color: #fff;
  color: #4c4c4c;
}

.pagination li.active a:hover {
  background-color: #fff;
  color: #4c4c4c;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-radius: 0;
}

.carouPrev {
  position: absolute;
  top: 0;
  left: -25px;
  width: 25px;
  height: 180px;
}

.carouNext {
  position: absolute;
  top: 0;
  right: -25px;
  width: 25px;
  height: 270px;
}

.carouPrev > span,
.carouNext > span {
  display: block;
  width: 13px;
  height: 26px;
  cursor: pointer;
  background-image: url("/assets/caroubtn_b-b8e5127b.png");
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.restaurant-content-links-wrapper > .carouPrev > span,
.restaurant-content-links-wrapper > .carouNext > span {
  background-image: url("/assets/caroubtn_w-13a1885f.png");
}

.carouPrev > span {
  margin: 75px 0 0 12px;
}

.carouNext > span {
  margin: 75px 12px 0 0;
  background-position: -13px 0;
}

header .dropdown-menu > li > a {
  text-indent: 0;
  background-color: #bba957;
  color: #fff;
  padding: 8px;
  font-size: 13px;
  text-align: center;
  border-top: none;
  border-right: none;
  border-left: none;
}

header .nav .open > a,
header .nav .open > a:hover,
header .nav .open > a:focus {
  color: black;
}

header .dropdown-menu {
  background-color: #fff;
  border-color: #fff;
}

header .dropdown-menu > li > a:hover,
header .dropdown-menu > li > a:focus {
  color: #baa768;
  background-color: #fff;
}

.dropdown-menu-mypage {
  font-family: "Gothic MB101 Medium";
  padding-top: 0;
  min-width: 128px;
  background-color: #bba957 !important;
}

.dropdown-menu-mypage > li > a {
  padding: 0;
}

.nav > .mypage-menu-mypage > a:hover,
.nav > .mypage-menu-mypage > a:focus,
.nav > .mypage-menu-mypage.open > a,
.nav > .mypage-menu-mypage.open > a:hover,
.nav > .mypage-menu-mypage.open > a:focus {
  border-color: #fff;
  color: #000;
  background-color: #222;
}

.nav-tabs {
  position: relative;
  height: 36px;
  border-bottom: none;
}

.nav-tabs > li > a,
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  display: block;
  margin-right: 0;
  background-color: #000;
  border-top: 1px solid #404040;
  border-right: 1px solid #404040;
  border-bottom: 1px solid #4c4c4c;
  border-left: 1px solid #404040;
  border-radius: 0;
  color: #9f9f9f;
  font-size: 17px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  background-color: #333;
}

.nav-tabs > li:nth-child(1) > a {
  /*padding-top: 11px;*/
}

.nav-tabs > li:nth-child(1) > a,
.nav-tabs > li:nth-child(1) > a:hover,
.nav-tabs > li:nth-child(1) > a:focus {
  border-left: 1px solid #404040;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  border-top-color: #4c4c4c;
  border-right-color: #4c4c4c;
  border-bottom-color: #000;
  border-left-color: #4c4c4c;
  background-color: #000;
  color: #fff;
}

.nav-tabs > li:nth-child(1).active > a,
.nav-tabs > li:nth-child(1).active > a:hover,
.nav-tabs > li:nth-child(1).active > a:focus {
  border-left-color: #4c4c4c;
}

.search-result-nav-tabs {
  position: relative;
  width: 400px;
  height: 36px;
  padding-right: 40px;
  padding-left: 40px;
  border-bottom: none;
}

.search-result-nav-tabs:before {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 10px;
  border-bottom: 1px solid #4c4c4c;
}

.search-result-nav-tabs:after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40px;
  height: 10px;
  border-bottom: 1px solid #4c4c4c;
}

.search-result-nav-tabs > li > a,
.search-result-nav-tabs > li > a:focus,
.search-result-nav-tabs > li > a:hover {
  width: 160px;
  height: 36px;
  margin-right: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
  .search-result-nav-tabs {
    width: 506px;
    margin-left: 15px;
  }
  .search-result-nav-tabs > li > a,
  .search-result-nav-tabs > li > a:focus,
  .search-result-nav-tabs > li > a:hover {
    width: 213px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .search-result-nav-tabs {
    margin-left: 15px;
  }
}
#search-condition select.form-control {
  font-size: 12px;
  height: 34px;
  margin: 0 0 4px 0;
  padding: 6px 12px;
}

#search-name .input-group-btn {
  width: 1%;
}

.back-button-area {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .back-button-area {
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
  }
  .back-button-area input[type=submit],
  .back-button-area button,
  .back-button-area .btn {
    width: 45%;
  }
}
.title-area > h1 {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 42px;
  font-weight: 800;
  font-family: "Gothic MB101 Medium";
  line-height: 1;
}

table.grid th {
  width: 30%;
}

/* Suggest */
.autocomplete-suggestions {
  border: 1px solid #999;
  background: #fff;
  color: #000;
  overflow: auto;
}

.autocomplete-suggestion {
  padding: 7px 5px;
  white-space: nowrap;
  overflow: hidden;
  border-bottom: 1px solid lightgray;
  font-size: 12px;
}

.autocomplete-selected {
  background: #c0c0c0;
}

.autocomplete-suggestions strong {
  font-weight: bold;
}

.autocomplete-group {
  padding: 2px 5px;
}

.autocomplete-group strong {
  display: block;
  border-bottom: 1px solid #000;
}

.collapse-panel-group .panel-heading {
  padding: 0 0 15px 0;
  border-radius: 0;
  border-bottom: 2px solid #4c4c4c;
}

.collapse-panel-group .panel-heading > .panel-title {
  font-size: 16px;
  font-weight: normal;
  font-family: "Reimin Bold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  line-height: 1;
}

.collapse-panel-group .panel-heading > .panel-title span,
.collapse-panel-group .panel-heading > .panel-title a {
  display: block;
  position: relative;
  padding-left: 16px;
}

.collapse-panel-group .panel-heading > .panel-title span:before,
.collapse-panel-group .panel-heading > .panel-title a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 8px;
  height: 8px;
  background-image: url("/assets/pannel_bulit-05417ae7.png");
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.collapse-panel-group .panel-heading > .panel-title a.collapsed:before {
  background-position: -8px 0;
}

.collapse-panel-group .panel-body {
  padding: 0;
}

.collapse-panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: none;
}

.glyphicon-envelope:before {
  content: "✉";
  position: relative;
  top: -8px;
  right: 3px;
}

.glyphicon-envelope.mail-share-wide:before {
  content: "✉";
  position: relative;
  top: 0;
  right: 0;
}

/*******************************************************************************
 flat Form
*******************************************************************************/
input[type=text].input-sm.flat {
  width: 250px;
}

button[type=submit].input-sm.flat {
  width: 50px;
}

button[type=submit].input-sm.flat > span {
  font-size: 14px;
}

/*******************************************************************************
 tokyo-calendar.jp/users/sign_in
*******************************************************************************/
.sign-in-header-margin {
  height: 15px;
}

.facebook-remarks {
  margin-top: 10px;
}

.apple-remarks {
  margin-top: 10px;
}

.sign-in-email {
  margin-top: 10px;
}

.sign-in-remarks {
  font-size: 20px;
}
.sign-in-remarks a {
  color: #bba957;
  text-decoration: none;
}
.sign-in-remarks a:focus, .sign-in-remarks a:hover, .sign-in-remarks a:active {
  opacity: 0.5;
  transition: 0.3s;
}

/*******************************************************************************
 tokyo-calendar.jp/reserved_seat/search
*******************************************************************************/
table > tbody > tr.linkage-select-area > td {
  vertical-align: middle;
}

table > tbody > tr.linkage-select-area > td > .seat-type {
  min-width: 168px;
}

.use-carousel {
  font-size: 0;
}

.use-carousel > .btn {
  font-size: 14px;
  margin: 0 4px 0 0;
  min-width: 64px;
}

.buttons-area,
.carousel-buttons-area {
  font-size: 0;
  max-height: 38px;
  overflow: hidden;
  text-align: center;
  white-space: nowrap;
}

.carousel-buttons-area > .carousel-prev-next,
.carousel-buttons-area > .caroufredsel_wrapper {
  display: inline-block;
  vertical-align: middle;
}

.carousel-buttons-area > .carousel-prev-next {
  margin-right: 4px;
}

.carousel-buttons-area > .carousel-prev-next > .btn {
  min-height: 38px;
  min-width: 32px;
}

.hour-minute-buttons-area {
  margin: 8px;
}

.hour-minute-buttons-area > .information {
  margin: 4px 0;
}

.buttons-table > tbody > tr > td {
  vertical-align: middle;
  padding: 8px 5px;
  background-color: #484848 !important;
}

.buttons-table > tbody > tr > td > .btn-md {
  width: 100%;
}

@media (max-width: 1199px) {
  .contents-result-item-left table tbody td {
    padding: 8px 2px;
  }
  .buttons-table > tbody > tr > td > .btn-md {
    padding: 3px;
  }
}
@media (max-width: 991px) {
  .contents-result-item-left table tbody td {
    padding: 8px 2px;
  }
  .buttons-table > tbody > tr > td > .btn-md {
    font-size: 11px;
    padding: 2px;
  }
}
#reserved_seat_search table.search input[type=number] {
  width: 80px;
}

#reserved_seat_search_restaurants .search-box-container,
#reserved_seat_create_restaurants .search-box-container {
  width: 78%;
  min-width: 600px;
  padding: 20px;
  margin-left: auto;
  margin-right: auto;
  background-color: #000000;
  background-color: rgba(255, 255, 255, 0.1);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#18ffffff, EndColorStr=#18ffffff);
}

#reserved_seat_search_restaurants .search-form div {
  white-space: nowrap;
}

#reserved_seat_search_restaurants .search-form .row,
#reserved_seat_create_restaurants .search-form .row {
  margin-bottom: 10px;
}

#reserved_seat_search_restaurants .search-form select {
  font-size: 14px;
  height: 38px;
}

#reserved_seat_search_restaurants .search-form .first select {
  min-width: 65px;
}

#reserved_seat_search_restaurants .search-form .second select {
  width: 76%;
  margin-left: 8px;
}

@media (max-width: 991px) {
  #reserved_seat_search_restaurants .search-form .btn {
    width: 85px;
    padding: 8px 8px;
  }
  #reserved_seat_search_restaurants .search-form .second select {
    margin-left: 2px;
    width: 70%;
    max-width: 220px;
  }
}
#reserved_seat_search .related-restaurant-navbar-nav > li a {
  width: 127px;
  height: 29px;
  top: 11px;
  line-height: 15px;
  font-size: 12px;
}

#reserved_seat_search .restaurant-relation-menu {
  margin-top: 13px;
  margin-left: -70px;
  padding: 0 0;
  border-top: 0px;
}

#reserved_seat_search .restaurant-relation-menu > li a {
  width: 186px;
  height: 32px;
  padding-top: 3px;
  padding-left: 3px;
  border: 1px solid rgb(120, 120, 120);
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #fff;
  font-size: 11px;
  text-indent: 0;
  white-space: normal;
  display: inline-block;
  vertical-align: middle;
  background-color: rgba(0, 0, 0, 0.8);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#30ffffff, EndColorStr=#30ffffff);
}

#reserved_seat_search .restaurant-relation-menu > li > a:hover,
#reserved_seat_search .restaurant-relation-menu > li > a:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: #446e9b;
}

.stop-no-show-message {
  margin: 5px 0 15px 0;
  color: #dd3;
  border: 1px solid #4c4c4c;
  padding: 5px 10px;
  font-size: 13px;
}

/*******************************************************************************
 TopPage (tokyo-calendar.jp, tokyo-calendar.jp/welcome/index)
*******************************************************************************/
.top-image {
  position: relative;
  text-align: center;
  margin: 0;
  overflow: hidden;
  background: #222;
}

.custom-video-panel {
  position: relative;
  width: 70%;
  /* 動画の横幅を70%に設定 */
  margin: 0 auto;
}

.custom-image-panel {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.custom-video-panel video {
  width: 100%;
  height: calc(100% + 1px);
  /* 高さを少しだけ拡大して境界線を防止 */
  object-fit: cover;
}

#welcome_index .top-image video {
  margin-bottom: -5px;
  /* 動画の下のスペースを調整 */
}

#welcome_index .top-image span {
  display: none;
}

#welcome_index .top-image img {
  width: 100%;
}

#welcome_index header {
  position: relative;
  z-index: 1002;
}

#welcome_index #mainPic {
  position: relative;
  z-index: 1001;
  height: 360px;
  padding: 0;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background-repeat: no-repeat;
  background-position: center top;
}

#welcome_index #mainPic-default {
  position: relative;
  z-index: 1001;
  height: 360px;
  padding: 0;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background-image: url("/assets/sitetop_image_default-28a6957c.png");
  background-repeat: no-repeat;
  background-position: center top;
}

#welcome_index h1 {
  border: none;
}

#welcome_index .restaurant-count,
#welcome_index .article-count {
  padding-left: 2px;
  padding-right: 2px;
}

#welcome_index .counter-count {
  display: inline-block;
}

#welcome_index .premium-link a {
  text-decoration: underline;
  font-size: 15px;
}

@media (max-width: 991px) {
  #welcome_index .counter-count {
    font-size: 17px;
  }
  #welcome_index .counter-text {
    font-size: 12px;
    padding-left: 4px;
    padding-right: 4px;
  }
  #welcome_index .premium-link {
    padding-right: 8px;
    font-size: 12px;
  }
  #welcome_index .premium-link a {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  #welcome_index .counter-count {
    font-size: 17px;
  }
  #welcome_index .counter-text {
    font-size: 12px;
    padding-left: 6px;
    padding-right: 6px;
  }
  #welcome_index .premium-link {
    font-size: 12px;
    margin-top: 10px;
  }
}
@media (min-width: 1200px) {
  #welcome_index .counter-count {
    font-size: 18px;
  }
  #welcome_index .counter-text {
    font-size: 14px;
    padding-left: 6px;
    padding-right: 6px;
  }
  #welcome_index .premium-link {
    font-size: 12px;
  }
}
#search-container {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1000;
  width: 720px;
  margin: 0 0 0 -360px;
}

#search-container .row {
  margin-bottom: 20px;
}

#search-container .row:last-of-type {
  margin-bottom: 0;
}

#search-container .search-form {
  opacity: 0;
  padding: 20px 25px 15px 25px;
  background-color: transparent;
  background-color: rgba(0, 0, 0, 0.8);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#cc000000, EndColorStr=#cc000000);
}

#search-container .search-form h2 {
  margin: 0 0 12px 0;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  list-style: 1;
}

#search-container form#search-name {
  padding: 10px;
  background-color: #404040;
}

#search-container #search-name .search-query {
  color: #666;
  width: 100%;
  height: 28px;
  padding: 1px 3px;
  border: 1px solid #ccc;
}

#search-container #search-name .btn {
  font-size: 14px;
  height: 28px;
  padding: 3px 10px;
  width: 54px;
}

#search-container #search-condition .table {
  margin-bottom: 0;
  border: none;
  border-top: 1px solid #595959;
}

#search-container #search-condition .table th {
  width: 130px;
  padding: 18px 0 0 0;
  background-color: #262626;
  border-top: none;
  border-bottom: 1px solid #000;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

#search-container #search-condition .table td {
  padding: 10px 15px;
  background-color: #404040;
  border-top: none;
  border-bottom: 1px solid #000;
}

#search-container #search-condition .table td .btn-search {
  width: 200px;
  height: 34px;
  margin: 0 auto;
  padding: 0;
}

#search-container #search-condition .btn-cell {
  text-align: center;
}

#search-container #search-condition .btn {
  width: 200px;
  margin: 0 auto;
  padding: 6px 12px;
}

.search-container-btn {
  display: block;
  margin: 0 auto;
  height: 67px;
  width: 388px;
  background-image: url("/assets/index_btn_search-fb1d0a02.jpg");
  background-repeat: no-repeat;
}

.search-container-btn span {
  display: inline-block;
  margin-top: 15px;
  padding-left: 25px;
  background-image: url("/assets/index_btn_search_icon-49cfbbcb.png");
  background-repeat: no-repeat;
  color: #fff;
  text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.6);
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
}

.sidebar-open .search-container-btn {
  background-position: 0 -67px;
}

#search-box-container .row {
  margin-bottom: 10px;
}

#search-box-container .row:last-of-type {
  margin-bottom: 0;
  margin-top: 20px;
}

#search-box-container .search-form {
  margin-top: -10px;
  padding: 10px 25px 15px 25px;
  background-color: #000000;
  background-color: rgba(255, 255, 255, 0.1);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#18ffffff, EndColorStr=#18ffffff);
}

#search-box-container .search-form h2 {
  margin: 0 0 12px 0;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  list-style: 1;
}

#search-box-container form#search-name {
  padding: 10px;
  background-color: #404040;
}

#search-box-container #search-name .search-query {
  color: #666;
  width: 100%;
  height: 28px;
  padding: 1px 3px;
  border: 1px solid #ccc;
}

#search-box-container #search-name .btn {
  font-size: 14px;
  height: 28px;
  padding: 3px 10px;
  width: 54px;
}

#search-box-container #search-condition .table {
  margin-bottom: 0;
  border: none;
  border-top: 1px solid #595959;
}

#search-box-container #search-condition .table th {
  width: 130px;
  padding: 18px 0 0 0;
  background-color: #262626;
  border-top: none;
  border-bottom: 1px solid #000;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

#search-box-container #search-condition .table td {
  padding: 10px 15px;
  background-color: #404040;
  border-top: none;
  border-bottom: 1px solid #000;
}

#search-box-container #search-condition .table td .btn-search {
  width: 200px;
  height: 34px;
  margin: 0 auto;
  padding: 0;
}

#search-box-container #search-condition .btn-cell {
  text-align: center;
}

#search-box-container #search-condition .btn {
  width: 200px;
  margin: 0 auto;
  padding: 6px 12px;
}

#search-box-container .search-text-field {
  border-radius: 3px;
  height: 30px;
}

#search-box-container .btn-search-top {
  height: 30px;
  margin-left: -10px;
  padding: 3px 4px;
}

@media (max-width: 991px) {
  #search-box-container .btn-search-top {
    min-width: 170px !important;
  }
}
@media (min-width: 992px) {
  #search-box-container .btn-search-top {
    min-width: 180px !important;
  }
}
#search-box-container .btn-search-vacancy {
  padding-left: 0px;
  padding-right: 0px;
}

#welcome_index .todays-special {
  position: relative;
  margin: 30px 10px 10px 10px;
  border-top: 1px dotted #aaa;
  text-align: left;
}

#welcome_index .todays-special h2 {
  position: relative;
  display: inline;
  padding-right: 20px;
  padding-left: 10px;
  margin-left: 20px;
  background: #000;
  top: -25px;
  letter-spacing: -0.01em;
  font-size: 42px;
  color: #fff;
  font-family: "FB Miller Display Light", "Times New Roman";
}

#welcome_index .todays-special-bottom {
  position: relative;
  margin: -10px 10px 40px 10px;
  border-top: 1px dotted #aaa;
}

#welcome_index .thumbnail {
  position: relative;
  padding: 0;
  border: none;
  background-color: transparent;
}

#welcome_index .thumbnail img {
  border: none;
  background-color: #fff;
}

#welcome_index .thumbnail.large img {
  width: 100%;
}

@media (max-width: 767px) {
  #welcome_index .thumbnail.large img {
    width: auto;
  }
}
#welcome_index .thumbnail-mask {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
}

#welcome_index #contents-container {
  padding-top: 0;
  margin-bottom: 120px;
}

@media (min-width: 768px) {
  #welcome_index #contents-container {
    margin-bottom: 40px;
  }
}
#welcome_index #contents-container div[class^=col-] {
  padding: 18px 1px 0 1px;
  position: relative;
}

#welcome_index .content-box,
#welcome_index .content-box-list {
  overflow: hidden;
}

#welcome_index .content-box.large,
#welcome_index .content-box:nth-child(2),
#welcome_index .content-box:nth-child(3) {
  height: auto;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  #welcome_index .content-box,
  #welcome_index .content-box-list,
  #welcome_index .content-box-list .caption {
    margin-bottom: 10px;
    padding-left: 10px !important;
    padding-right: 10px !important;
    height: 298px;
  }
}
@media (min-width: 992px) {
  #welcome_index .content-box,
  #welcome_index .content-box-list,
  #welcome_index .content-box-list .caption {
    margin-bottom: 10px;
    padding-left: 10px !important;
    padding-right: 10px !important;
    height: 300px;
  }
}
@media (min-width: 1200px) {
  #welcome_index .content-box,
  #welcome_index .content-box-list,
  #welcome_index .content-box-list .caption {
    margin-bottom: 10px;
    padding-left: 10px !important;
    padding-right: 10px !important;
    height: 320px;
  }
}
#welcome_index .content-box .contents-data {
  position: relative;
}

#welcome_index .content-box a,
#welcome_index .content-box a:focus,
#welcome_index .content-box a:hover {
  position: relative;
  color: #fff;
  text-decoration: none;
}

#welcome_index .content-box .thumbnail {
  margin: 0 0 5px 0;
  border-radius: 0;
}

#welcome_index .content-box.large .thumbnail {
  margin-bottom: 10px;
}

#welcome_index .content-box-list .thumbnail {
  margin: 0;
  border-radius: 0;
}

#welcome_index .video-screen {
  width: 100%;
  position: relative;
  background-color: #000;
}

#welcome_index .video-screen .thumbnail-mask {
  z-index: 99;
}

@media (min-width: 768px) {
  #welcome_index .video-screen {
    height: 132px;
  }
  #welcome_index .video-screen.large {
    height: 276px;
  }
}
@media (min-width: 992px) {
  #welcome_index .video-screen {
    height: 118px;
  }
  #welcome_index .video-screen.large {
    height: 247px;
  }
}
@media (min-width: 1200px) {
  #welcome_index .video-screen {
    height: 148px;
  }
  #welcome_index .video-screen.large {
    height: 307px;
  }
}
#welcome_index .video-icon {
  position: absolute;
  top: 0px;
  right: 7px;
}

#welcome_index .video-icon img {
  width: 35px !important;
  height: 30px !important;
  background: none;
}

#welcome_index .content-box .caption,
#welcome_index .content-box-list .caption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#welcome_index .content-box .contents-info {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 7px;
  left: 7px;
}

#welcome_index .content-box .contents-info-pr {
  padding: 0;
  margin: 0;
}

#welcome_index .content-box .contents-data p {
  position: relative;
  margin: 0;
  padding: 10px 10px 0 5px;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: 0.08em;
  color: #aaa;
}

@media (min-width: 1200px) {
  #welcome_index .content-box .contents-data p {
    font-size: 15px;
    line-height: 1.5;
  }
}
#welcome_index .content-box .contents-data h2 {
  line-height: 1.4;
}

#welcome_index .content-box .contents-data .story-caption {
  font-size: 12px;
  color: #ddcc99;
  margin-top: 10px;
  margin-bottom: 5px;
  line-height: 19px;
}

#welcome_index .content-box .large .story-caption {
  margin-top: 17px;
}

#welcome_index .content-box .contents-data h2 span {
  font-family: "Gothic MB101 Regular", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, Arial, sans-serif, "HG明朝E";
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.45;
  padding: 2px 0px;
  color: #eee;
}

#welcome_index .content-box .contents-data.large h2 span {
  font-size: 20px;
}

@media (max-width: 767px) {
  #welcome_index .content-box .contents-data h2 span {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  #welcome_index .content-box .contents-data h2 span {
    font-size: 14px;
  }
  #welcome_index .content-box .contents-data.large h2 span {
    font-size: 22px;
  }
}
#welcome_index .content-box .contents-data h3 {
  margin: 5px 0 0 0;
  font-family: "Reimin Light";
  font-weight: normal;
  line-height: 1.2;
}

#welcome_index .content-box .contents-data .read-charge {
  min-height: 21px;
  padding-left: 5px;
}

#welcome_index .content-box-list a {
  display: block;
  position: relative;
  color: #fff;
  text-align: center;
}

#welcome_index .content-box-list .caption {
  display: table;
}

#welcome_index .content-box-list .contents-data {
  display: table-cell;
  vertical-align: middle;
}

#welcome_index .content-box-list .contents-data-star {
  padding: 0;
}

#welcome_index .content-box-list h2 {
  margin: 0 0 12px 0;
  padding: 70px 0 0 0;
  background-repeat: no-repeat;
  background-position: center top;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
}

#welcome_index .content-box-list .story-list h2 {
  margin: 0 0 20px 0;
  padding: 50px 0 0 0;
  background-repeat: no-repeat;
  background-position: center top;
  font-size: 24px;
  font-family: "Reimin Light";
  font-weight: normal;
  line-height: 1.4;
}

#welcome_index .content-box-list h3 {
  margin: 0 0 20px 0;
  font-family: "Reimin Light";
  font-weight: normal;
  line-height: 1.4;
}

#welcome_index .content-box-list .contents-data-book {
  background-position: center 20px;
  background-image: url("/assets/index_pan_icon_book-78910f9d.png");
}

#welcome_index .content-box-list .contents-data-heart {
  background-position: center 20px;
  background-image: url("/assets/index_pan_icon_heart-8e4ba9a5.png");
}

#welcome_index .content-box-list .contents-data-tower {
  background-image: url("/assets/index_pan_icon_tower-6ff9706b.png");
}

#welcome_index .content-box-list .contents-data-glass {
  background-image: url("/assets/index_pan_icon_glass-c133ad6c.png");
}

#welcome_index .content-box-list p.content-box-list-link span {
  position: relative;
  padding: 0 0 0 10px;
  color: #999;
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
}

#welcome_index .content-box-list p.content-box-list-link span:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 4px;
  height: 7px;
  background-image: url("/assets/index_bulit-433df187.png");
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

@media (max-width: 1199px) {
  #welcome_index .content-box .contents-data h2 {
    margin: 2px 0px 2px 0px;
    font-size: 12px;
  }
  #welcome_index .content-box .contents-data h3 {
    font-size: 16px;
  }
  #welcome_index .content-box-list h2 {
    margin: 0 0 10px 0;
    font-size: 12px;
  }
  #welcome_index .content-box-list h3 {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  #welcome_index .content-box .contents-data h2 {
    margin: 10px 0px 2px 0px;
    font-size: 14px;
  }
  #welcome_index .content-box .contents-data h3 {
    font-size: 20px;
  }
  #welcome_index .content-box-list h2 {
    margin: 0 0 12px 0;
    font-size: 14px;
  }
  #welcome_index .content-box-list h3 {
    font-size: 24px;
  }
}
#banner-area {
  margin-top: 50px;
}

#welcome_index #banner-area {
  float: left;
}

#contents_search #banner-area,
#articles_list_search #banner-area,
#restaurants_list_search #banner-area,
#category_show #banner-area {
  clear: both;
  margin-top: 0;
  padding-top: 50px;
}

#banner-area ul {
  margin: 0;
  padding: 0;
  text-align: center;
}

@media (min-width: 768px) {
  #banner-area {
    margin-bottom: 0;
  }
  #banner-area ul li {
    display: block;
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  #banner-area ul li {
    display: inline-block;
    margin: 0 auto;
  }
}
#banner-area ul li:last-of-type {
  margin: 0;
}

#banner-area .nav > li > a {
  padding: 0;
}

@media (max-width: 991px) {
  #banner-area ul > li > img,
  #banner-area ul > li > a > img {
    width: 300px;
    height: 250px;
  }
  #banner-area iframe {
    width: 300px !important;
    height: 250px !important;
  }
  #welcome_index #banner-area .sub-img,
  #welcome_index #banner-area .sub-img img {
    width: 246px;
    height: auto;
  }
}
@media (min-width: 992px) {
  #banner-area ul > li > img,
  #banner-area ul > li > a > img {
    width: 300px;
    height: 250px;
  }
  #banner-area iframe {
    width: 300px !important;
    height: 250px !important;
  }
  #welcome_index #banner-area .sub-img,
  #welcome_index #banner-area .sub-img img {
    width: 222px;
    height: auto;
  }
}
@media (min-width: 1200px) {
  #banner-area ul > li > img,
  #banner-area ul > li > a > img {
    width: 300px;
    height: 250px;
  }
  #banner-area iframe {
    width: 300px !important;
    height: 250px !important;
  }
  #welcome_index #banner-area .sub-img,
  #welcome_index #banner-area .sub-img img {
    width: 270px;
    height: auto;
  }
}
.number-select > .top-vacancy-search-head-count {
  margin-left: 15px;
}

#contents-container .main-contents {
  float: left;
  margin-top: 30px;
}

#contents-container .main-contents-article {
  padding: 5%;
  width: 100%;
}

#contents-container .sub-contents {
  float: right;
  margin-right: -15px;
}

#welcome_index #contents-container .main-contents {
  float: left;
  margin-top: 50px;
}

#welcome_index #contents-container .sub-contents {
  float: right;
  margin-right: 0px;
  margin-top: 50px;
}

#contents_search #contents-container .main-contents,
#restaurants_list_search #contents-container .main-contents {
  float: right;
}

#contents_search #contents-container .sub-contents,
#restaurants_list_search #contents-container .sub-contents {
  float: left;
  margin-left: -15px;
}

.top-fotter-banner-area {
  float: left;
}

.top-fotter-banner-area img {
  margin-top: 100px;
}

@media (min-width: 768px) {
  .top-fotter-banner-area,
  #welcome_index #banner-area {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .top-fotter-banner-area,
  #welcome_index #banner-area {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .top-fotter-banner-area,
  #welcome_index #banner-area {
    width: 1170px;
  }
}
#welcome_index .content-box .contents-info-tag.new,
#contents-search-body .article-list .new,
#story_show .contents-info .contents-info-tag.new,
#article_tag_show .contents-info .contents-info-tag.new,
#curator_show .contents-info-tag.new,
#story-result-body .contents-info-tag.up {
  background: #fff150;
  color: #000;
  letter-spacing: 1px;
  height: 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 11px;
  margin: 0;
  text-align: left;
  padding: 0 0 0 10px;
  width: 70px;
  top: -14px;
}
#welcome_index .content-box .contents-info-tag.new:before,
#contents-search-body .article-list .new:before,
#story_show .contents-info .contents-info-tag.new:before,
#article_tag_show .contents-info .contents-info-tag.new:before,
#curator_show .contents-info-tag.new:before,
#story-result-body .contents-info-tag.up:before {
  height: 0;
  display: block;
  position: absolute;
  right: -36px;
  content: "";
  border-top: solid 50px #000;
  border-left: solid 50px transparent;
  z-index: 2;
}

#contents-search-body .article-list .new {
  top: -15px;
  left: unset;
  font-weight: bold;
}
#contents-search-body .article-list .new:before {
  right: 0;
  border-top: solid 15px #fff;
  border-left: solid 15px transparent;
}

#contents-search-body .article-list .lock {
  position: absolute;
  top: 0px;
  height: 25px;
  width: auto;
  margin: 5px 0px 0px 5px;
  padding: 3px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
}

#story_show .contents-info .contents-info-tag.new,
#article_tag_show .contents-info .contents-info-tag.new,
#curator_show .contents-info-tag.new,
#story-result-body .contents-info-tag.up {
  top: 0;
}
#story_show .contents-info .contents-info-tag.new:before,
#article_tag_show .contents-info .contents-info-tag.new:before,
#curator_show .contents-info-tag.new:before,
#story-result-body .contents-info-tag.up:before {
  border-top: solid 50px #fff;
}

#welcome_index .content-box .contents-info-tag.lock {
  height: 30px;
  width: auto;
  float: left;
  margin-right: 3px;
  background: rgba(0, 0, 0, 0.3);
  padding: 3px 3px 4px 3px;
  border-radius: 4px;
}

#welcome_index .content-box .contents-info-tag.lock.large {
  height: 35px;
  width: auto;
}

#welcome_index .content-box .contents-info-tag.pr {
  width: 40px;
  height: 15px;
  font-size: 10px;
  margin: 6px 7px 0 0;
  background: #000;
  color: #fff;
  border: solid 1px;
  padding: 0;
}

#welcome_index .content-box.large .contents-info-tag.pr {
  margin: 5px 10px 0 0;
}

#welcome_index .ad-premium-panel {
  position: relative;
}

#welcome_index .top-image .ad-premium-panel .ap-premium-panel span {
  display: inline;
}

#welcome_index .ad-premium-panel .ap-premium-panel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /** margin:auto; ROTY用に一時的に修正*/
  margin: auto 54%;
}

@media (max-width: 767px) {
  .ad-premium-panel .ap-premium-panel {
    width: 320px;
    height: 180px;
  }
  .ad-premium-panel .ap-premium-panel > span > div {
    width: 320px !important;
    height: 180px !important;
  }
  .ad-premium-panel .ap-premium-panel .apv-wrapper {
    width: 320px !important;
    height: 180px !important;
  }
  .ad-premium-panel .ap-premium-panel .apv-container {
    width: 320px !important;
    height: 180px !important;
  }
  .ad-premium-panel .ap-premium-panel video {
    width: 320px !important;
    height: 180px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ad-premium-panel .ap-premium-panel {
    width: 320px;
    height: 180px;
  }
  .ad-premium-panel .ap-premium-panel > span > div {
    width: 320px !important;
    height: 180px !important;
  }
  .ad-premium-panel .ap-premium-panel .apv-wrapper {
    width: 320px !important;
    height: 180px !important;
  }
  .ad-premium-panel .ap-premium-panel .apv-container {
    width: 320px !important;
    height: 180px !important;
  }
  .ad-premium-panel .ap-premium-panel video {
    width: 320px !important;
    height: 180px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ad-premium-panel .ap-premium-panel {
    width: 432px;
    height: 243px;
  }
  .ad-premium-panel .ap-premium-panel > span > div {
    width: 432px !important;
    height: 243px !important;
  }
  .ad-premium-panel .ap-premium-panel .apv-wrapper {
    width: 432px !important;
    height: 243px !important;
  }
  .ad-premium-panel .ap-premium-panel .apv-container {
    width: 432px !important;
    height: 243px !important;
  }
  .ad-premium-panel .ap-premium-panel video {
    width: 432px !important;
    height: 243px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1583px) {
  .ad-premium-panel .ap-premium-panel {
    width: 512px;
    height: 288px;
  }
  .ad-premium-panel .ap-premium-panel > span > div {
    width: 512px !important;
    height: 288px !important;
  }
  .ad-premium-panel .ap-premium-panel .apv-wrapper {
    width: 512px !important;
    height: 288px !important;
  }
  .ad-premium-panel .ap-premium-panel .apv-container {
    width: 512px !important;
    height: 288px !important;
  }
  .ad-premium-panel .ap-premium-panel video {
    width: 512px !important;
    height: 288px !important;
  }
}
@media (min-width: 1584px) {
  .ad-premium-panel .ap-premium-panel {
    width: 720px;
    height: 384px;
  }
  .ad-premium-panel .ap-premium-panel > span > div {
    width: 720px !important;
    height: 384px !important;
  }
  .ad-premium-panel .ap-premium-panel .apv-wrapper {
    width: 720px !important;
    height: 384px !important;
  }
  .ad-premium-panel .ap-premium-panel .apv-container {
    width: 720px !important;
    height: 384px !important;
  }
  .ad-premium-panel .ap-premium-panel video {
    width: 720px !important;
    height: 384px !important;
  }
}
#welcome_index .movie-ad-caption {
  font-family: "Gothic MB101 Regular", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, Arial, sans-serif, "HG明朝E";
  font-size: 14px;
  letter-spacing: 0.08em;
  padding: 2px 0px;
  color: #eee;
}

@media (max-width: 1023px) {
  .sub-contents .ap-movie > span > div {
    width: 0px !important;
    height: 0px !important;
  }
  .sub-contents .ap-movie .apv-wrapper {
    width: 0px !important;
    height: 0px !important;
  }
}
@media (min-width: 1024px) {
  .sub-contents .ap-movie > span > div {
    width: 300px !important;
    height: 169px !important;
  }
  .sub-contents .ap-movie .apv-wrapper {
    width: 300px !important;
    height: 169px !important;
  }
}
#welcome_index .ap-movie > span > div {
  position: relative;
}

#welcome_index .ap-movie a {
  text-indent: 0;
}

#welcome_index div.video-sound-controll {
  position: absolute;
  bottom: 7px;
  left: 7px;
}

#welcome_index div.video-sound-controll .video-sound-icon {
  width: 30px !important;
  height: 30px !important;
  background: none;
}

/*******************************************************************************
 SideBar
  *TopPage (tokyo-calendar.jp, tokyo-calendar.jp/welcome/index)
  *tokyo-calendar.jp/article/:id
*******************************************************************************/
.sub-contents .sidebar-panel {
  margin-bottom: 50px;
  overflow: hidden;
}

#contents_search .sub-contents .sidebar-panel,
#restaurants_list_search .sub-contents .sidebar-panel {
  margin-bottom: 0;
}

.sub-contents .sidebar-panel.border {
  border: 1px solid #666;
}

.sub-contents .sidebar-panel .premium-members-link {
  color: #fff;
}

.sub-contents .sidebar-panel .premium-members-link a,
.sub-contents .sidebar-panel .premium-members-link a:focus,
.sub-contents .sidebar-panel .premium-members-link a:hover {
  color: #fff;
  text-decoration: none;
}

.sub-contents .sidebar-panel h2,
.sub-contents .sidebar-panel .sidebar-panel-caption {
  font-family: "FB Vonness Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.1em;
}

#welcome_index .sub-contents .sidebar-panel h2,
#welcome_index .sub-contents .sidebar-panel .sidebar-panel-caption {
  border-bottom: 2px solid #ddd;
  color: #ddd;
}

#comments_show .sub-contents .sidebar-panel h2,
#article_show .sub-contents .sidebar-panel h2,
#contents_search .sub-contents .sidebar-panel h2,
#restaurants_list_search .sub-contents .sidebar-panel h2 {
  border-bottom: 2px solid #444;
  color: #222;
}

.sub-contents .sidebar-panel .sidebar-search-row > div {
  display: inline-block;
}

.sub-contents .sidebar-panel .sidebar-search-row input {
  width: 100%;
}

.sub-contents .sidebar-panel .sidebar-search-row .erasable {
  width: 100%;
}

.sub-contents .sidebar-panel .sidebar-search-row.content-search input {
  width: 48%;
}

.sub-contents .sidebar-panel .sidebar-search-row select,
.sub-contents .sidebar-panel .sidebar-search-row button,
.sub-contents .sidebar-panel .sidebar-search-row span {
  border-radius: 0;
}

.sub-contents .sidebar-panel .sidebar-search-row .vacancy-search-at > div {
  float: left;
}

.sub-contents .sidebar-panel .sidebar-search-row .vacancy-search-at > .input-group {
  display: table;
}

.sub-contents .sidebar-panel .sidebar-search-row input.use-calendar {
  min-width: 0px;
  width: 90px;
  padding: 5px;
}

.sub-contents .sidebar-panel .sidebar-search-row .vacancy-search-at select {
  margin-left: 5px;
}

.sub-contents .sidebar-panel .sidebar-search-row > .vacancy-search-count {
  float: right;
}

.sub-contents h4 {
  font-size: 23px;
  font-weight: 800;
}

.sub-contents .sidebar-panel .sidebar-search-row .sidebar-hashtag-scroll {
  overflow-x: auto;
  white-space: nowrap;
  padding: 10px 0;
  margin-top: 10px;
}

.sub-contents .sidebar-panel .sidebar-hashtags {
  width: 100%;
  height: auto;
  overflow-x: scroll;
  padding-top: 12px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.sub-contents .sidebar-panel .sidebar-hashtags::-webkit-scrollbar {
  display: none;
}
.sub-contents .sidebar-panel .sidebar-hashtags .sidebar-hashtags-row {
  width: max-content;
  height: auto;
  margin-bottom: 8px;
  display: flex;
}
.sub-contents .sidebar-panel .sidebar-hashtags .sidebar-hashtags-row a.hashtag {
  padding: 3px 8px 3px;
  margin-right: 8px;
  color: #fff;
  border: solid 1px #999999;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
  box-sizing: border-box;
  text-decoration: none;
  transition: all 0.3s ease;
}
.sub-contents .sidebar-panel .sidebar-hashtags .sidebar-hashtags-row a.hashtag:hover, .sub-contents .sidebar-panel .sidebar-hashtags .sidebar-hashtags-row a.hashtag:active, .sub-contents .sidebar-panel .sidebar-hashtags .sidebar-hashtags-row a.hashtag:focus {
  opacity: 0.5;
}

.sub-contents .sidebar-panel ul {
  padding: 0;
}

.sub-contents .sidebar-panel ul li {
  list-style: none;
}

.sub-contents .sidebar-panel ul li:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}

.sub-contents .sidebar-panel ul.pickup li:after {
  display: none;
}

.sub-contents .sidebar-panel ul li a {
  text-decoration: none;
}

#welcome_index .sub-contents .sidebar-panel ul li a {
  color: #fff;
}

#comments_show .sub-contents .sidebar-panel ul li a,
#article_show .sub-contents .sidebar-panel ul li a {
  color: #000;
}

.sub-contents .sidebar-panel ul li .image {
  float: left;
  position: relative;
}

.sub-contents .sidebar-panel ul li .text {
  float: left;
  padding-top: 2px;
  letter-spacing: 0.1em;
}

.sub-contents .sidebar-panel ul li .image span {
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  position: absolute;
  top: 0;
  left: 0;
}

.sub-contents .sidebar-panel .article-tag {
  display: inline-block;
  letter-spacing: 0em;
  font-size: 11px;
  text-align: center;
  padding: 3px 5px;
}

#article_show .sub-contents .sidebar-panel .article-tag {
  color: #ffffff;
  background-color: #aaaaaa;
}

#welcome_index .sub-contents .sidebar-panel .article-tag {
  color: #cccccc;
  background-color: #333333;
}

.sidebar-panel .panel-group.collapse-panel-group {
  margin-bottom: 0;
}

.restaurant-add-search .panel-group.collapse-panel-group {
  margin-bottom: 0;
  margin-left: 10px;
}

.sidebar-panel .collapse-panel-group .panel-heading,
.restaurant-add-search .collapse-panel-group .panel-heading {
  margin: 5px 0 0 3px;
  border: none;
  padding: 0 0 5px 0;
}

.sidebar-panel #article_show.collapse-panel-group .panel-heading,
.sidebar-panel #area_search.collapse-panel-group .panel-heading {
  margin-top: 15px;
}

.sidebar-panel .collapse-panel-group .panel-heading .panel-title,
.restaurant-add-search .collapse-panel-group .panel-heading .panel-title {
  font-size: 12px;
  font-family: inherit;
}

.restaurant-add-search .collapse-panel-group .panel-heading .panel-title a {
  padding-left: 13px;
}

.sub-contents .collapse-panel-group .panel-heading .panel-title a:before,
.restaurant-add-search .collapse-panel-group .panel-heading .panel-title a:before {
  top: 2px;
}

.sub-contents .sidebar-panel ul.search-content {
  font-size: 12px;
  background-color: #2d2d2d;
  padding: 5px 0;
  margin: 0 0 0 5px;
}

#contents_search .sub-contents .sidebar-panel ul.search-content,
#restaurants_list_search .sub-contents .sidebar-panel ul.search-content {
  margin: 0;
  padding: 0;
  background-color: #fff;
}

#comments_show .sub-contents .sidebar-panel ul.search-content,
#article_show .sub-contents .sidebar-panel ul.search-content {
  background-color: #fff;
}

.restaurant-add-search ul.search-content {
  font-size: 12px;
  background-color: #2d2d2d;
  padding: 5px 0;
  margin: 0 15px 0 15px;
}

.sub-contents .sidebar-panel ul.search-content li,
.restaurant-add-search ul.search-content li {
  display: inline-block;
  line-height: 1.5;
  padding: 0 0 0 10px;
}

.sub-contents .sidebar-panel ul.search-content li a,
.restaurant-add-search ul.search-content li a {
  color: #fff;
  text-decoration: none;
}

#welcome_index .sub-contents .sidebar-panel ul.search-content li a:hover,
#welcome_index .sub-contents .sidebar-panel ul.search-content li a:active,
#welcome_index .sub-contents .sidebar-panel ul.search-content li a:focus,
#article_show .sub-contents .sidebar-panel ul li a:hover,
#article_show .sub-contents .sidebar-panel ul li a:active,
#article_show .sub-contents .sidebar-panel ul li a:focus {
  color: #edb;
  text-decoration: underline;
}

#contents_search .sub-contents .sidebar-panel ul.search-content li a,
#restaurants_list_search .sub-contents .sidebar-panel ul.search-content li a {
  color: #873;
}

#contents_search .sub-contents .sidebar-panel ul.search-content li a:hover,
#contents_search .sub-contents .sidebar-panel ul.search-content li a:active,
#contents_search .sub-contents .sidebar-panel ul.search-content li a:focus,
#restaurants_list_search .sub-contents .sidebar-panel ul.search-content li a:hover,
#restaurants_list_search .sub-contents .sidebar-panel ul.search-content li a:active,
#restaurants_list_search .sub-contents .sidebar-panel ul.search-content li a:focus {
  text-decoration: underline;
}

.sub-contents .sidebar-panel .contents-info-tag.lock {
  float: right;
  height: 16px;
  width: auto;
}

#article_show .movie-ad-caption {
  color: #000;
  font-size: 12px;
}

#article_show .ap-movie > span > div {
  position: relative;
}

#article_show .video-hls.is-vertical,
#article_show .video-hls.is-square {
  width: auto;
  max-width: 100%;
  max-height: 75vh;
  border-radius: 10px;
  margin: 0 auto;
  display: block;
}

@media (max-width: 767px) {
  #article_show .ad-premium-panel .ap-premium-panel {
    width: 640px;
    height: 360px;
  }
  #article_show .ad-premium-panel .ap-premium-panel > span > div {
    width: 640px !important;
    height: 360px !important;
  }
  #article_show .ad-premium-panel .ap-premium-panel .apv-wrapper {
    width: 640px !important;
    height: 360px !important;
  }
  #article_show .ad-premium-panel .ap-premium-panel .apv-container {
    width: 640px !important;
    height: 360px !important;
  }
  #article_show .video-hls {
    width: 100%;
    height: auto;
  }
  #article_show .video-hls.is-vertical,
  #article_show .video-hls.is-square {
    width: 100%;
    max-height: none;
    border-radius: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #article_show .ad-premium-panel .ap-premium-panel {
    width: 510px;
    height: 287px;
  }
  #article_show .ad-premium-panel .ap-premium-panel > span > div {
    width: 510px !important;
    height: 287px !important;
  }
  #article_show .ad-premium-panel .ap-premium-panel .apv-wrapper {
    width: 510px !important;
    height: 287px !important;
  }
  #article_show .ad-premium-panel .ap-premium-panel .apv-container {
    width: 510px !important;
    height: 287px !important;
  }
  #article_show .video-hls {
    width: 84%;
    height: auto;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #article_show .ad-premium-panel .ap-premium-panel {
    width: 570px;
    height: 321px;
  }
  #article_show .ad-premium-panel .ap-premium-panel > span > div {
    width: 570px !important;
    height: 321px !important;
  }
  #article_show .ad-premium-panel .ap-premium-panel .apv-wrapper {
    width: 570px !important;
    height: 321px !important;
  }
  #article_show .ad-premium-panel .ap-premium-panel .apv-container {
    width: 570px !important;
    height: 321px !important;
  }
  #article_show .video-hls {
    width: 100%;
    height: auto;
  }
}
@media (min-width: 1200px) and (max-width: 1583px) {
  #article_show .ad-premium-panel .ap-premium-panel {
    width: 640px;
    height: 360px;
  }
  #article_show .ad-premium-panel .ap-premium-panel > span > div {
    width: 640px !important;
    height: 360px !important;
  }
  #article_show .ad-premium-panel .ap-premium-panel .apv-wrapper {
    width: 640px !important;
    height: 360px !important;
  }
  #article_show .ad-premium-panel .ap-premium-panel .apv-container {
    width: 640px !important;
    height: 360px !important;
  }
  #article_show .video-hls {
    width: 100%;
    height: auto;
  }
}
@media (min-width: 1584px) {
  #article_show .ad-premium-panel .ap-premium-panel {
    width: 640px;
    height: 360px;
  }
  #article_show .ad-premium-panel .ap-premium-panel > span > div {
    width: 640px !important;
    height: 360px !important;
  }
  #article_show .ad-premium-panel .ap-premium-panel .apv-wrapper {
    width: 640px !important;
    height: 360px !important;
  }
  #article_show .ad-premium-panel .ap-premium-panel .apv-container {
    width: 640px !important;
    height: 360px !important;
  }
  #article_show .video-hls {
    width: 100%;
    height: auto;
  }
}
@media (min-width: 1024px) {
  .sub-contents img {
    width: 300px;
  }
  .sub-contents span.ad-network iframe {
    width: 300px !important;
    height: 250px !important;
  }
  .sub-contents .sidebar-panel > span > ins {
    margin: auto !important;
    display: block !important;
  }
  .sub-contents .premium-members-link img {
    width: 300px;
  }
  .sub-contents .sidebar-panel .premium-members-link-message {
    padding: 2px 0 0 0px;
    text-decoration: none;
    text-align: center;
  }
  .sub-contents .sidebar-panel .premium-members-link-message .supreme-restaurant-message {
    display: inline;
  }
  .sub-contents .sidebar-panel .premium-members-link-message .gourmet-story-message {
    display: inline;
  }
  .sub-contents .sidebar-panel .premium-members-link-message .message-text {
    padding: 0;
    font-size: 10px;
  }
  .sub-contents .sidebar-panel .premium-members-link-message .message-text2 {
    padding: 0 0 0 10px;
    font-size: 10px;
  }
  .sub-contents .sidebar-panel .premium-members-link-message .message-count {
    font-size: 13px;
    font-weight: bold;
  }
  .sub-contents .sidebar-panel h2 {
    font-size: 14px;
    padding-bottom: 2px;
    margin-bottom: 20px;
  }
  #contents_search .sub-contents .sidebar-panel h2,
  #restaurants_list_search .sub-contents .sidebar-panel h2 {
    margin-bottom: 10px;
  }
  .sub-contents .sidebar-panel .sidebar-search-row > .article-search-area,
  .sub-contents .sidebar-panel .sidebar-search-row > .article-search-word {
    width: 140px;
  }
  .sub-contents .sidebar-panel .sidebar-search-row > .article-search-center {
    width: 20px;
    text-align: center;
  }
  .sub-contents .sidebar-panel ul li {
    padding: 10px 0px 10px 0px;
    border-bottom: dotted 0.5px #444;
  }
  #contents-search-body .sub-contents .sidebar-panel ul li {
    border-bottom: none;
  }
  .sub-contents .sidebar-panel ul li .image img {
    width: 80px;
  }
  .sub-contents .sidebar-panel ul li .image {
    margin-right: 10px;
  }
  .sub-contents .sidebar-panel ul li .text {
    width: 210px;
    font-size: 12px;
  }
  .sub-contents .sidebar-panel .article-tag {
    margin: 0px 10px 5px 0;
    min-width: 90px;
  }
  .sub-contents .sidebar-panel ul.search-content li {
    min-width: 145px;
  }
  .restaurant-add-search ul.search-content li {
    min-width: 180px;
  }
}
/*******************************************************************************
 tokyo-calendar.jp/article/:id
 tokyo-calendar.jp/event
*******************************************************************************/
#article_show,
#members_event_application_new,
#members_event_application_completed_show {
  color: #333;
  position: relative;
}

#comments_show {
  color: #bba957;
}

#comments_show > header,
#article_show > header,
#story_show > header,
#story_search > header,
#curator_search > header,
#curator_show > header,
#members_users_paid_member_new > header,
#user_sign_up_new > header {
  margin-bottom: unset;
}

#members_users_edit .edit_user a {
  color: #bba957;
  font-weight: 800;
  text-decoration: none;
}
#members_users_edit .edit_user a:hover, #members_users_edit .edit_user a:focus {
  opacity: 0.5;
}
#members_users_edit .table-bordered > tbody > tr > td {
  font-size: 16px;
}
#members_users_edit .input-sm {
  font-size: 16px;
  height: 40px;
}
#members_users_edit label {
  font-size: 16px;
}
#members_users_edit .member_quit_p {
  text-align: center;
  margin: 20px 10px;
  font-size: 16px;
}
#members_users_edit input.save {
  width: 250px;
  height: 60px;
}

#members_users_confirm input.btn-default-no-gd {
  background-color: #fff;
  color: #222;
  border-radius: 5px;
}
#members_users_confirm .table-bordered > tbody > tr > td {
  font-size: 16px;
}
#members_users_confirm label {
  font-size: 16px;
}
#members_users_confirm input.save,
#members_users_confirm button.back {
  width: 250px;
  height: 60px;
}

#inquiry_new .new_inquiry a {
  color: #bba957;
  font-weight: 800;
  text-decoration: none;
}
#inquiry_new .new_inquiry a:hover, #inquiry_new .new_inquiry a:focus {
  opacity: 0.5;
  transition: 0.3s;
}
#inquiry_new .table {
  margin-bottom: 10px;
}
#inquiry_new input.save.btn.btn-default {
  background-color: #fff;
  border-radius: 5px;
  transition: all 0.3s ease;
}
#inquiry_new input.save.btn.btn-default:not([disabled]) {
  color: #222;
}
#inquiry_new input.save.btn.btn-default:not([disabled]):hover, #inquiry_new input.save.btn.btn-default:not([disabled]):active, #inquiry_new input.save.btn.btn-default:not([disabled]):focus {
  background-color: #fff;
  color: #fff;
  opacity: 0.5;
}
#inquiry_new input.save,
#inquiry_new button.back {
  width: 45%;
  height: 50px;
}
#inquiry_new .btn:focus, #inquiry_new .btn:active, #inquiry_new .btn:hover {
  color: #fff;
}
#inquiry_new .btn-default:hover {
  color: #fff;
}
#inquiry_new .btn-default[disabled]:hover {
  border-color: #778b8a;
}

#article-head {
  z-index: 1000;
  height: 540px;
  background-color: #fff;
  position: relative;
  border-bottom: 1px solid #ddd;
  padding-bottom: 0px;
}

.article-header-image-area {
  width: 100%;
  overflow: hidden;
}

.article-header-image-area img {
  width: 100%;
  height: auto;
  max-height: 380px;
  display: block;
  object-fit: cover;
  object-position: top;
}

#article_show #article-head,
#curator_show #article-head {
  height: auto;
}

#comments_show #article-head {
  height: auto;
  background-color: #222;
  border-bottom: none;
}

#comments_show .container {
  padding: 0px 30px 0px 30px;
}
@media (min-width: 1600px) {
  #comments_show .container {
    width: 1300px;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  #comments_show .container {
    width: 1200px;
  }
}
#comments_show #article-head .breadcrumb,
#article_show #article-head .breadcrumb,
#curator_show #article-head .breadcrumb {
  background-color: inherit;
  line-height: 1.4;
  padding: 0px 0px 0px 0px;
}

#article_show #article-head .breadcrumb a,
#curator_show #article-head .breadcrumb a {
  color: #555;
}

#comments_show #article-head .breadcrumb a {
  color: #fff;
}

#article-head .article-mainpic {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1001;
}
#article-head .article-mainpic img {
  height: 540px;
}

#article-head > a:focus,
#article-head > a:hover {
  text-decoration: none;
}

#article-head .row {
  display: table;
  min-height: 370px;
  color: #191919;
}

#article_show #article-head .article-title-area {
  overflow: hidden;
  margin-top: 16px;
  margin-bottom: 20px;
  padding: 0px 50px 0px 50px;
}

#comments_show #article-head .article-title-area {
  padding: 0px;
}

#comments_show #article-head .article-title-area .photo-caption,
#article_show #article-head .article-title-area .photo-caption {
  color: #000;
}

#comments_show #article-head .article-title-area .photo-caption h1,
#article_show #article-head .article-title-area .photo-caption h1 {
  font-size: 30px;
}

#comments_show #article-head .article-title-area .photo-caption:hover,
#comments_show #article-head .article-title-area .photo-caption:active,
#comments_show #article-head .article-title-area .photo-caption:focus,
#article_show #article-head .article-title-area .photo-caption:hover,
#article_show #article-head .article-title-area .photo-caption:active,
#article_show #article-head .article-title-area .photo-caption:focus {
  text-decoration: none;
}

#article-head .article-title {
  display: table-cell;
  height: 370px;
  vertical-align: middle;
}

#article-head .article-title h1 {
  color: #000;
  margin: 0 0 0 0;
  padding: 0 0 20px 0;
  font-size: 40px;
  line-height: 1.6;
  font-family: "Reimin Light";
  font-weight: normal;
  background-color: rgba(255, 255, 255, 0.6);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#99ffffff, EndColorStr=#99ffffff);
}

#article-head .article-title p {
  font-size: 15px;
  line-height: 1.5;
  font-family: "Reimin Bold";
  font-weight: normal;
  background-color: rgba(255, 255, 255, 0.6);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#99ffffff, EndColorStr=#99ffffff);
}

#article-breadcrumb .breadcrumb {
  background-color: #222;
  text-align: left;
}

#article-breadcrumb .breadcrumb a {
  color: #fff;
}

.article-layout {
  display: flex;
  align-items: flex-start;
  /* 子要素の高さを揃える */
  justify-content: space-between;
  /* 子要素の間隔を調整 */
}

#comments_show .article-layout {
  justify-content: space-evenly;
  margin-top: 20px;
}
#comments_show .article-layout .main-contents {
  width: 100%;
}
@media (min-width: 1600px) {
  #comments_show .article-layout {
    width: 1300px;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  #comments_show .article-layout {
    width: 1200px;
  }
}
.article-container {
  flex: 1;
  /* メインコンテンツが余った幅を使う */
  min-width: 0;
  /* コンテンツが縮みすぎないように */
}

#article-content {
  position: relative;
  padding: 0;
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 30px;
}

#comments_show #article-content {
  background-color: #222;
  display: flex;
  /* フレックスボックスを適用 */
  justify-content: center;
  /* 垂直方向中央揃え */
  margin-bottom: 0px;
  border-radius: 0px;
}

.article-right-sidebar {
  flex-shrink: 0;
  /* サイドバーの縮小を防ぐ */
  width: 300px;
  /* 固定幅 */
}
@media (min-width: 1600px) {
  .article-right-sidebar {
    margin-left: 50px;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .article-right-sidebar {
    margin-left: 30px;
  }
}
@media (max-width: 1024px) {
  .article-right-sidebar {
    /* タブレットはサイドバーがないため */
  }
}

.article-bookmark {
  float: left;
  margin-top: 2px;
  margin-left: 15px;
}

.article-bookmark a:hover,
.article-bookmark a:active,
.article-bookmark a:focus {
  color: #fff;
  text-decoration: none;
}

.article-content-date {
  margin-top: 10px;
  color: #999999;
  font-size: 14px !important;
  height: 18px;
  line-height: 1;
  font-weight: normal;
}

.article-content-curator-img {
  margin-bottom: 6px;
}

.article-content-curator img {
  border: 1px solid #b3b3b3;
}

.article-content-curator-text {
  vertical-align: middle;
}

.article-content-curator-text dl {
  margin: 0;
}

.article-content-curator-text dt {
  width: 61px;
  height: 16px;
  margin: 0 0 4px 0;
  background-image: url("/assets/story_h_curator-52249234.png");
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.article-content-curator-text dd {
  font-size: 16px;
  line-height: 1;
  font-family: "Hiragino mincho W3 JIS2004";
  font-weight: normal;
  white-space: nowrap;
}

.article-content-title.border {
  border-right: 1px solid #ddd;
}

.article-content-title h1,
.article-content-title h3 {
  margin: 5px 0 10px 0;
  font-size: 31px;
  line-height: 55px;
  letter-spacing: 0.72px;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
  vertical-align: middle;
  color: #333;
}

#comments_show .article-content-title h1 {
  color: #fff;
}

.article-content-title p {
  font-size: 15px;
  line-height: 1.5;
  font-weight: normal;
  color: #999;
}
.article-content-title a {
  font-size: 19px;
  line-height: 1.5;
  font-weight: normal;
  color: #999;
  text-decoration: none;
}
.article-content-title a:hover, .article-content-title a:active, .article-content-title a:focus {
  opacity: 0.5;
}

.article-content-title h4 {
  color: inherit;
  margin: 0 0 0 2px;
  font-size: 16px;
  line-height: 1;
  font-family: "Gothic MB101 Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  color: #2d2d2d;
}

.article-content-title h4 span {
  font-size: 16px;
  font-weight: 500;
  font-family: "Reimin Light", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

.header-meta-info {
  display: flex;
  justify-content: space-between;
  /* 左右に分離配置 */
  align-items: center;
  /* 縦方向を中央に揃える */
  margin-top: 5px;
}

#article_show .article-container .story-caption {
  color: #bba957;
  font-weight: bold;
}

.pr-and-date {
  display: flex;
  /* PRと日付を横並びに */
  gap: 10px;
  /* 間隔を調整 */
  align-items: center;
  justify-content: flex-end;
  /* 右端に配置 */
}

.article-content-btns {
  margin-top: 15px;
  margin-bottom: 30px;
  min-height: 42px;
}

.article-content-btns .navbar {
  min-height: 40px;
  margin-bottom: 0;
}

.article-content-btns li {
  margin: 0 5px 0 0;
}

#article-content section {
  margin: 0px 0px 35px 0px;
}

#article-content section.next-page-paragraph {
  margin: 0 auto;
  margin-bottom: 15px;
  display: block;
}
#article-content section.next-page-paragraph .article-content-text {
  width: 85%;
}

.article-content-subpic a > img {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
}

.article-content-subpic a > img:not(.disabled):hover,
.article-content-subpic a > img:not(.disabled):focus,
.article-content-subpic a > img:not(.disabled):active {
  opacity: 0.7;
}

.article-content-text {
  margin: 0 8% 0 8%;
  padding: 0;
}

@media (min-width: 768px) {
  .article-content-subpic {
    padding-right: 20px;
    margin-bottom: 20px;
    padding: 0;
  }
  .article-content-subpic img {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .article-content-subpic {
    padding-left: 20px;
    padding-right: 20px;
  }
  .article-content-yt {
    margin-left: 8.33333333%;
  }
}
@media (min-width: 1200px) {
  .article-content-yt {
    margin-left: 8.33333333%;
  }
}
.article-content-yt .yt-iframe iframe {
  display: none;
}

.article-content-yt .yt-api-target {
  width: 100% !important;
  max-width: 640px !important;
}

.article-content-text h3 {
  margin: 0 0 10px 0;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4;
}

.article-content-text h5 {
  color: inherit;
  margin: 0 0 13px 0;
  font-size: 20px;
  line-height: 1.4;
  font-family: "HGS明朝E", "ヒラギノ明朝 ProN", serif, メイリオ, Meiryo, Verdana, Arial, sans-serif;
}

.article-content-text p {
  margin: 0;
  font-size: 16px;
  line-height: 1.8;
  font-weight: normal;
}

.article-content-text a {
  word-break: break-all;
}

/* 基本スタイル */
.next-page-paragraph .article-content-text p.link-text {
  margin-top: 30px;
  text-align: center;
}

/* リンク要素の基本スタイル */
.next-page-paragraph .article-content-text p.link-text a {
  color: #333;
}

/* リンク要素のホバースタイル */
.next-page-paragraph .article-content-text p.link-text a:hover,
.next-page-paragraph .article-content-text p.link-text a:focus {
  text-decoration: none;
  color: #baa768;
}

/* リンクの前のテキストスタイル */
.next-page-paragraph .article-content-text p.link-text a:before {
  content: "Next";
  margin-right: 10px;
  font-family: "FB Vonness Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

/* span要素の基本スタイル */
.next-page-paragraph .article-content-text p.link-text span {
  border-bottom: 1px dotted #000000;
}

/* '無料ここまで' が設定されている時のホバースタイル */
/* '無料ここまで' クラスがある場合、ホバー時も通常のスタイルを維持する */
.next-page-paragraph .article-content-text p.link-text.free-until-here span:hover,
.next-page-paragraph .article-content-text p.link-text.free-until-here span:focus {
  border-bottom: 1px dotted #000000;
}

/* '無料ここまで' が設定されていない場合のホバースタイル */
/* '無料ここまで' クラスがない場合、ホバー時に金色に変更 */
.next-page-paragraph .article-content-text p.link-text:not(.free-until-here) span:hover,
.next-page-paragraph .article-content-text p.link-text:not(.free-until-here) span:focus {
  border-bottom: 1px dotted #baa768;
}

.article-content-text .small-caption {
  color: #333;
  margin: 0 0 15px 0;
  font-size: 16px;
  line-height: 1.8;
  font-family: "Hiragino mincho W3 JIS2004", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, Verdana, Arial, sans-serif;
  font-weight: bold;
}

.article-content-text .image-description {
  color: #000;
  margin: 5px 0;
  font-size: 13px;
  line-height: 1.3;
  font-family: "Hiragino mincho W3 JIS2004", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: normal;
}

.article-content-text blockquote {
  margin: 1em 15px;
  padding-left: 15px;
  border-left: none;
  font-size: 14px;
  font-style: oblique;
}

.article-pic .image-description {
  color: #888;
  margin: 5px 0;
  font-size: 15px;
  line-height: 1.5;
  font-family: "Hiragino mincho W3 JIS2004", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: normal;
}

a.article-pic:hover,
a.article-pic:focus,
a.article-pic:active {
  color: #000;
}

.article-pic.disabled {
  opacity: 1;
}

.article-content-info-wrap {
  position: relative;
  padding: 19px 30px;
}

@media (min-width: 768px) {
  .article-content-info-box {
    margin-bottom: 0px;
    min-height: 280px;
  }
  .article-content-info-box:last-of-type {
    margin-bottom: 0;
  }
  .article-content-info-box .img-responsive {
    width: 100%;
  }
  .article-content-info-wrap {
    padding: 19px 30px;
  }
}
@media (min-width: 992px) {
  .article-content-info-wrap {
    padding: 19px 15px;
  }
}
@media (min-width: 1200px) {
  .article-content-info-wrap {
    padding: 19px 30px;
  }
}
.article-content-info-box-lt,
.article-content-info-box-rt,
.article-content-info-box-rb,
.article-content-info-box-lb {
  display: block;
  position: absolute;
  width: 21px;
  height: 19px;
  background-image: url("/assets/story_infobox_crnr-af5aef83.png");
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.article-content-info-box-lt {
  background-position: 0 0;
  left: 0;
  top: 0;
}

.article-content-info-box-rt {
  background-position: -21px 0;
  top: 0;
  right: 0;
}

.article-content-info-box-rb {
  background-position: -21px -19px;
  right: 0;
  bottom: 0;
}

.article-content-info-box-lb {
  background-position: 0 -19px;
  left: 0;
  bottom: 0;
}

.article-content-info-box h5 {
  position: absolute;
  top: 19px;
  left: 50%;
  margin: 0 0 0 -136px;
  color: #000;
  font-size: 15px;
  font-family: "Gothic MB101 Bold";
}

.article-content-info-data {
  margin: 0;
  padding: 0 6px;
  background-color: #e1e1e1;
  border-radius: 10px;
}
.article-content-info-data .long-store-name {
  font-size: 15px;
}

.restaurant-info-name {
  position: relative;
  height: 90px;
  margin: 0;
}
.restaurant-info-name hr {
  margin-top: 15px;
  margin-bottom: 5px;
  border-top: 2px solid #000;
  position: absolute;
  bottom: 0;
  width: 90%;
}

.article-content-info-data .table > tbody > tr > th,
.article-content-info-data .table > tbody > tr > td {
  background-color: transparent;
}

.article-content-info-data h6 {
  color: inherit;
  margin: 0;
  font-size: 18px;
  line-height: 1.3;
  font-family: "Hiragino mincho W3 JIS2004";
  font-weight: bold;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  position: absolute;
  text-align: center;
  width: 90%;
  transform: translate(0, -45%);
  top: 45%;
}

.article-content-info-data h6 > a {
  color: #000;
  text-decoration: underline;
}

.article-content-info-data .table {
  margin: 0 0 10px 0;
  font-size: 14px;
  line-height: 1.3;
}

.article-content-info-data .table > tbody > tr > th,
.article-content-info-data .table > tbody > tr > td {
  padding: 0 0 10px 0;
  border: none;
}

.article-content-info-data .table > tbody > tr > th {
  padding-right: 10px;
  min-width: 68px;
}

.article_in_ad {
  margin-right: 105px;
}

.article_in_ad > div {
  margin: 15px auto;
  width: 250px;
}

.app_promo_in_series_out_novel_link {
  background-color: black;
  width: 300px;
  margin: auto;
  margin-bottom: 10px;
}

.app_promo_in_series_out_novel_link img {
  width: 300px;
}

.recommend-paid-member {
  margin: 0 auto;
  color: #000;
  font-size: 14px;
  line-height: 1.5;
  font-weight: bold;
  padding: 20px 0 20px 0;
}

.recommend-paid-member .premium-members-link {
  width: 50%;
  margin: 0 auto;
}

.recommend-paid-member .premium-members-link a {
  text-decoration: none;
  font-size: 11px;
  color: #fff;
}

.recommend-paid-member .premium-members-link-message {
  padding: 2px 0 0 5px;
}

.recommend-paid-member .premium-members-link-message .message-count {
  font-size: 13px;
}

.recommend-paid-member .premium-members-link a img {
  width: 100%;
}

.premium-members-link-text {
  font-family: "Hiragino mincho W3 JIS2004";
  font-weight: normal;
  color: black;
}

.recommend-paid-member a:hover,
.recommend-paid-member a:active,
.recommend-paid-member a:focus {
  text-decoration: none;
}

.recommend-paid-member a.use-modal:hover,
.recommend-paid-member a.use-modal:active,
.recommend-paid-member a.use-modal:focus {
  text-decoration: underline;
}

.premium-members-link-etc {
  text-align: center;
  padding-bottom: 30px;
}

.premium-members-link-etc a {
  display: inline-block;
}

.premium-members-link-etc a img {
  width: 300px;
}

.store_products-link {
  text-align: center;
  padding-bottom: 0px;
}

.store_products-link a {
  display: inline-block;
}

.store_products-link a img {
  width: 300px;
}

.article-content-links {
  padding: 26px 0 0 0;
  background-image: url("/assets/thumbs_line_top-72cf32f8.png");
  background-position: left top;
  background-repeat: no-repeat;
  margin-bottom: 40px;
}

.article-content-links h4 {
  color: #fff;
  font-size: 30px;
  font-family: "Gothic MB101 Medium";
  margin: 0 0 22px 0;
  white-space: nowrap;
}

.article-content-links ul {
  box-sizing: content-box;
  margin: 0 25px;
  padding: 0;
  overflow: hidden;
}

@media (min-width: 768px) {
  .article-content-links ul {
    margin: 0 60px;
  }
}
@media (min-width: 992px) {
  .article-content-links ul {
    margin: 0 20px;
  }
}
.article-content-links ul li {
  float: left;
  width: 221px;
  min-height: 270px;
  list-style: none;
}

@media (max-width: 767px) {
  .article-content-links ul li {
    margin: 0 30px 0 30px;
  }
}
@media (min-width: 768px) {
  .article-content-links ul li {
    margin: 0 30px 0 30px;
  }
}
@media (min-width: 992px) {
  .article-content-links ul li {
    margin: 0 15px 0 15px;
  }
}
@media (min-width: 1200px) {
  .article-content-links ul li {
    margin: 0 15px 0 15px;
  }
}
.article-content-links ul li a {
  color: #333;
}

.article-content-links ul li img {
  display: block;
  margin: 0 0 10px 0;
}

.article-content-links ul li p {
  margin: 0 0 5px 0;
  color: #333;
  font-size: 11px;
  line-height: 1.2;
  font-family: "Hiragino mincho W3 JIS2004";
  font-weight: normal;
}

#article-content-links-recommend ul li p {
  color: #4c4c4c;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.article-content-links ul li h5 {
  margin: 0 0 2px 0;
  color: #333;
  font-size: 16px;
  line-height: 1.3;
  font-family: "Reimin ExtraBold";
  font-weight: bold;
}

.article-content-links ul li h6 {
  color: inherit;
  margin: 0 0 0 0;
  font-size: 12px;
  line-height: 1.3;
  font-weight: normal;
}

.article-content-links .story-caption {
  color: inherit;
  margin: 0 0 0 0;
  font-size: 12px;
  line-height: 1.3;
  font-family: "Reimin Medium";
  font-weight: bold;
}

.article-content-links-wrapper {
  position: relative;
  overflow: visible;
  margin-right: 25px;
  margin-left: 25px;
}

.article-content-links-wrapper img {
  height: 153px;
  width: 221px;
}

.caroufredsel_wrapper .contents-info-tag.lock {
  position: absolute;
  top: 16px;
  height: 25px;
  width: auto;
  margin: 5px 0px 0px 5px;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 3px;
  border-radius: 4px;
}

/* ここから */
.article-photo-main-slider ul {
  box-sizing: content-box;
  margin: 0 25px;
  padding: 0;
  /*  overflow: hidden;*/
}

@media (min-width: 768px) {
  .article-photo-main-slider ul {
    margin: 0 60px;
  }
}
@media (min-width: 992px) {
  .article-photo-main-slider ul {
    margin: 0 20px;
  }
}
.article-photo-main-slider ul li {
  float: left;
  list-style: none;
  border: none;
}

@media (max-width: 767px) {
  .article-photo-main-slider ul li {
    margin: 0 30px 0 30px;
  }
}
@media (min-width: 768px) {
  .article-photo-main-slider ul li {
    margin: 0 30px 0 30px;
  }
}
@media (min-width: 992px) {
  .article-photo-main-slider ul li {
    margin: 0 15px 0 15px;
  }
}
@media (min-width: 1200px) {
  .article-photo-main-slider ul li {
    margin: 0 15px 0 15px;
  }
}
.article-photo-main-slider ul li img {
  display: block;
  margin: 0 0 10px 0;
}

.article-photo-main-slider-wrapper {
  position: relative;
  overflow: visible;
  margin-right: 25px;
  margin-left: 25px;
}

.article-photo-main-slider-wrapper .main-photo-image-description .image-description {
  color: #000;
  margin: 5px 0;
  font-size: 13px;
  line-height: 1.3;
  font-family: "Hiragino mincho W3 JIS2004";
  font-weight: normal;
}

@media (min-width: 768px) {
  .article-photo-main-slider-wrapper img {
    width: 300px;
  }
  .article-photo-main-slider-wrapper .main-photo-image-description {
    width: 300px;
  }
  .article-photo-main-slider-wrapper .carouPrev,
  .article-photo-main-slider-wrapper .carouNext {
    position: absolute;
    top: 0;
    height: 225px;
  }
  .article-photo-main-slider-wrapper .carouPrev > span,
  .article-photo-main-slider-wrapper .carouNext > span {
    margin-top: 113px;
  }
}
@media (min-width: 992px) {
  .article-photo-main-slider-wrapper img {
    width: 490px;
  }
  .article-photo-main-slider-wrapper .main-photo-image-description {
    width: 490px;
  }
  .article-photo-main-slider-wrapper .carouPrev,
  .article-photo-main-slider-wrapper .carouNext {
    position: absolute;
    top: 0;
    height: 367px;
  }
  .article-photo-main-slider-wrapper .carouPrev > span,
  .article-photo-main-slider-wrapper .carouNext > span {
    margin-top: 183px;
  }
}
@media (min-width: 1200px) {
  .article-photo-main-slider-wrapper img {
    width: 547px;
  }
  .article-photo-main-slider-wrapper .main-photo-image-description {
    width: 547px;
  }
  .article-photo-main-slider-wrapper .carouPrev,
  .article-photo-main-slider-wrapper .carouNext {
    position: absolute;
    top: 0;
    height: 410px;
  }
  .article-photo-main-slider-wrapper .carouPrev > span,
  .article-photo-main-slider-wrapper .carouNext > span {
    margin-top: 205px;
  }
}
.article-photo-slider-index > p {
  text-align: right;
  font-family: "Reimin Bold";
  font-size: 16px;
  padding-right: 10px;
}

.article-photo-thumb-slider ul {
  box-sizing: content-box;
  margin: 0 25px;
  padding: 0;
  /*  overflow: hidden;*/
}

@media (min-width: 768px) {
  .article-photo-thumb-slider ul {
    margin: 0 60px;
  }
}
@media (min-width: 992px) {
  .article-photo-thumb-slider ul {
    margin: 0 20px;
  }
}
.article-photo-thumb-slider ul li {
  float: left;
  list-style: none;
  border: none;
}

@media (max-width: 767px) {
  .article-photo-thumb-slider ul li {
    margin: 0 1px 0 1px;
  }
}
@media (min-width: 768px) {
  .article-photo-thumb-slider ul li {
    margin: 0 1px 0 1px;
  }
}
@media (min-width: 992px) {
  .article-photo-thumb-slider ul li {
    margin: 0 1px 0 1px;
  }
}
@media (min-width: 1200px) {
  .article-photo-thumb-slider ul li {
    margin: 0 1px 0 1px;
  }
}
.article-photo-thumb-slider ul li img {
  display: block;
  margin: 0 0 10px 0;
}

.article-photo-thumb-slider ul li.active img {
  opacity: 0.5;
}

.article-photo-thumb-slider ul li img:hover,
.article-photo-thumb-slider ul li img:focus,
.article-photo-thumb-slider ul li img:active {
  opacity: 0.5;
}

.article-photo-thumb-slider-wrapper {
  position: relative;
  overflow: visible;
  margin-right: 25px;
  margin-left: 25px;
}

@media (min-width: 768px) {
  .article-photo-thumb-slider-wrapper img {
    width: 100px;
  }
  .article-photo-thumb-slider-wrapper .carouPrev,
  .article-photo-thumb-slider-wrapper .carouNext {
    position: absolute;
    top: 0;
    height: 75px;
  }
  .article-photo-thumb-slider-wrapper .carouPrev > span,
  .article-photo-thumb-slider-wrapper .carouNext > span {
    margin-top: 33px;
  }
}
@media (min-width: 992px) {
  .article-photo-thumb-slider-wrapper img {
    width: 120px;
  }
  .article-photo-thumb-slider-wrapper .carouPrev,
  .article-photo-thumb-slider-wrapper .carouNext {
    position: absolute;
    top: 0;
    height: 105px;
  }
  .article-photo-thumb-slider-wrapper .carouPrev > span,
  .article-photo-thumb-slider-wrapper .carouNext > span {
    margin-top: 56px;
  }
}
@media (min-width: 1200px) {
  .article-photo-thumb-slider-wrapper img {
    width: 140px;
  }
  .article-photo-thumb-slider-wrapper .carouPrev,
  .article-photo-thumb-slider-wrapper .carouNext {
    position: absolute;
    top: 0;
    height: 105px;
  }
  .article-photo-thumb-slider-wrapper .carouPrev > span,
  .article-photo-thumb-slider-wrapper .carouNext > span {
    margin-top: 56px;
  }
}
/* ここまで*/
.article-photo-tl-slider {
  margin-bottom: 15px;
}

.article-photo-tl-slider-ul {
  position: relative;
  overflow: visible;
  background-color: #f2f2f2;
  padding: 5px;
  border-top: 1px dotted #b3b3b3;
  border-bottom: 1px dotted #b3b3b3;
}

.article-photo-tl-slider ul {
  box-sizing: content-box;
  padding: 0;
  margin-bottom: 0px;
  overflow: hidden;
  text-align: center;
}

.article-photo-tl-slider ul li {
  /*  float: left;*/
  list-style: none;
  border: none;
  padding: 0;
  margin: 0 5px 0 5px;
  display: inline-block;
}

.article-photo-tl-slider ul li img {
  display: block;
}

.article-photo-tl-slider-ul img {
  width: 70px;
}

.article-photo-tl-slider-ul img {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
}

.article-photo-tl-slider-ul img:hover,
.article-photo-tl-slider-ul img:focus,
.article-photo-tl-slider-ul img:active {
  opacity: 0.85;
}

/*ここまで*/
.event-information {
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 10px;
}

.event-information-table {
  margin-bottom: 30px;
  text-align: left;
}

.event-information-table > tbody > tr > th {
  white-space: nowrap;
}

.event-information-table > tbody > tr > th,
.event-information-table > tbody > tr > td {
  color: #000;
}

.article-event {
  margin: 0px 0px 80px 0px;
  background-color: #fff;
  color: #000000;
  font-size: 14px;
  line-height: 1.5;
  margin-right: 55px;
}

.event-title h3 {
  color: inherit;
  margin: 5px 0 20px 0;
  font-size: 42px;
  line-height: 1;
  font-family: "Reimin Light";
  font-weight: normal;
  vertical-align: middle;
  color: #2d2d2d;
}

.event-title h4 {
  color: inherit;
  margin: 5px 0 20px 0;
  font-size: 32px;
  line-height: 1;
  font-family: "Reimin Light";
  font-weight: normal;
  vertical-align: middle;
  color: #2d2d2d;
}

.event_application_for_paid_member_notice {
  color: #000;
  font-size: 14px;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 10px;
}

.event-form {
  color: #fff;
}

.event-application {
  margin-top: 30px;
}

.event-application-complete-notice {
  margin: 30px 15px 30px 15px;
}

.application_accept_no {
  font-size: 24px;
  color: #820028;
  margin-bottom: 30px;
}

.event-application-complete-text {
  font-size: 16px;
  margin-bottom: 10px;
}

div.fb-page,
div.fb-page iframe[style],
div.fb-page span {
  width: 100% !important;
}

.social_follow {
  margin-bottom: 50px;
}

.social_follow a {
  text-decoration: none;
}
.social_follow a:hover, .social_follow a:active, .social_follow a:focus {
  text-decoration: none;
}

.social_follow .social_link {
  width: 100%;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  margin-bottom: 10px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.social_follow .social_link:hover, .social_follow .social_link:active, .social_follow .social_link:focus {
  opacity: 0.5;
}

.offical-sns-title {
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  margin-bottom: 20px;
  text-decoration: none;
}

.sidebar-sns-icon {
  margin-bottom: 20px;
}
.sidebar-sns-icon a:active,
.sidebar-sns-icon a:focus,
.sidebar-sns-icon a:hover {
  text-decoration: none;
}
.sidebar-sns-icon .sidebar-sns-link {
  display: inline-flex;
  gap: 20px;
  align-items: center;
  transition: all 0.3s ease;
}
.sidebar-sns-icon .sidebar-sns-link:active, .sidebar-sns-icon .sidebar-sns-link:focus, .sidebar-sns-icon .sidebar-sns-link:hover {
  opacity: 0.5;
}
.sidebar-sns-icon .sidebar-sns-link img {
  width: 40px;
  height: 40px;
  padding: 7px;
}
.sidebar-sns-icon .sidebar-sns-link .offical-sns-name {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

.article-share-group {
  float: left;
  margin-top: 2px;
  margin-left: 15px;
}

.article-share-group a:hover,
.article-share-group a:active,
.article-share-group a:focus {
  color: #fff;
  text-decoration: none;
}

.article-share-group .article-share {
  float: left;
}

.article-share-group .article-share.facebook-share {
  width: 110px;
}

.article-share-group .article-share.twitter-share {
  width: 100px;
}

.article-share-group .article-share.hatena-share {
  width: 125px;
}

.article-share-group .article-share.gplus-share {
  width: 80px;
}

.article-share-group .article-share.mail-share {
  width: 40px;
}

.article-share-group .article-share.mail-share > a {
  padding: 0;
  border: 0;
}

.share-btn-area-fb {
  width: 100%;
  background-color: #1778f2;
  height: 36px;
  display: block;
  color: #fff;
}

.share-btn-area-fb img {
  width: 36px;
  height: 36px;
}

.share-btn-area-fb span {
  margin: 15px;
  letter-spacing: 0.1em;
  font-size: 13px;
}

.share-btn-area-x {
  width: 100%;
  height: 36px;
  display: block;
  color: #fff;
}

.share-btn-area-x img {
  width: 36px;
  height: 36px;
  padding: 5px;
}

.share-btn-area-x span {
  margin: 15px;
  letter-spacing: 0.1em;
  font-size: 13px;
}

#article-read-complete {
  width: 1px;
  height: 1px;
}

#comments_show .article-tag-area,
#article_show .article-tag-area,
#members_bookmark_search_article .article-tag-area,
#members_browse_history_index .article-tag-area,
#restaurant_show .article-tag-area {
  position: unset;
  width: 67%;
}

@media (max-width: 1199px) {
  #comments_show .article-tag-area,
  #article_show .article-tag-area {
    width: 64%;
  }
}
@media (max-width: 991px) {
  #comments_show .article-tag-area,
  #article_show .article-tag-area {
    width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #comments_show .article-tag-area,
  #article_show .article-tag-area {
    width: 50%;
  }
}
.article-tag-area {
  margin: 10px 0 0 0;
  position: absolute;
  bottom: 0;
}

.article-tag-area.black {
  margin: 0;
}

.caroufredsel_wrapper .article-tag-area.black {
  margin-bottom: 30px;
}

#welcome_index .article-tag-area {
  height: 25px;
  overflow: hidden;
}

#curator_show .article-tag-area,
#article_tag_show .article-tag-area,
#story_show .article-tag-area {
  width: 305px;
  max-height: 25px;
}

#story_show .article-tag-area {
  width: 265px;
}

.article-tag-area .tag-title {
  display: inline-black;
  font-size: 12px;
  margin-left: 10px;
  margin-right: 5px;
}

.article-tag-area .article-tag {
  display: inline-block;
  padding: 4px 8px;
  color: #111;
  background-color: #fff;
  font-size: 14px;
  text-align: center;
}
.article-tag-area .article-tag:hover, .article-tag-area .article-tag:focus {
  opacity: 0.5;
}

#comments_show .article-tag-area .article-tag {
  color: #fff;
  background-color: #222;
}

.article-tag-area .article-tag.kansai {
  background-color: #dc9;
}

.article-tag-area.black .article-tag {
  color: #999;
  background-color: #222;
  border: 1px solid #333;
  border-radius: 10px;
  margin-right: 8px;
}

.article-tag-area .area-tags,
.article-tag-area-black .area-tags {
  display: inline-block;
}

#article_show .pagination {
  margin: 0 0 10px 0;
}

#article_show .pagination li a,
#comments_show .pagination li a,
#contents_search .pagination li a,
#articles_list_search .pagination li a,
#restaurants_list_search .pagination li a,
#category_show .pagination li a {
  background-color: transparent;
  border-color: #ebebeb;
  color: #4c4c4c;
}

#article_show .pagination li a:hover,
#article_show .pagination li.active a,
#comments_show .pagination li a:hover,
#comments_show .pagination li.active a,
#contents_search .pagination li a:hover,
#contents_search .pagination li.active a,
#articles_list_search .pagination li a:hover,
#articles_list_search .pagination li.active a,
#restaurants_list_search .pagination li a:hover,
#restaurants_list_search .pagination li.active a,
#category_show .pagination li a:hover,
#category_show .pagination li.active a {
  background-color: #666;
  color: #fff;
}

#article-content .main-contents .thumbnail-mask {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
}

#article-content .restaurants-introduction {
  border: 1px solid #aaa;
  padding: 5px;
  margin: -25px 10px 20px -13px;
  font-size: 12px;
  color: #888;
}

#article-content .restaurants-introduction a {
  color: #873;
  text-decoration: none;
}

#article-content .restaurants-introduction a:hover,
#article-content .restaurants-introduction a:active,
#article-content .restaurants-introduction a:focus {
  color: #873;
  text-decoration: underline;
}

#article-head .restaurants-introduction {
  margin: 3px 0 0 5px;
  font-size: 11px;
  color: #888;
}

#article-head .restaurants-introduction a {
  color: #873;
  text-decoration: none;
}

#article-head .restaurants-introduction a:hover,
#article-head .restaurants-introduction a:active,
#article-head .restaurants-introduction a:focus {
  color: #873;
  text-decoration: underline;
}

.article-content-title .sponsor {
  font-size: 13px;
  margin: 3px 0 0 3px;
  color: #999;
}

.main-contents .app-dl-back_img {
  position: relative;
}

.main-contents .back_img_size {
  width: 300px;
}

.main-contents .app-dl-front_img {
  position: absolute;
  top: 33px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.main-contents .app-dl-front_img a img {
  width: 140px;
}

.article_part_reaction_button_dummy {
  display: block;
  margin: 0 0 0 auto;
}

/*******************************************************************************
 tokyo-calendar.jp/members/event_application/new
*******************************************************************************/
.event-application-questionnaire.enquete .radio-questionnaire {
  margin: 0;
}

.event-application-questionnaire.enquete .radio-questionnaire label {
  margin-right: 10px;
}

.event-application-questionnaire.enquete .radio-questionnaire input {
  display: inline-block;
}

.event-application-questionnaire.enquete .checkbox-questionnaire {
  margin: 0;
}

.event-application-questionnaire.enquete .checkbox-questionnaire label {
  margin-right: 10px;
}

.event-application-questionnaire.enquete .text-questionnaire input {
  width: 100%;
  color: #000;
}

.event-application-questionnaire .table > thead > tr > th,
.event-application-questionnaire .table > tbody > tr > th,
.event-application-questionnaire .table > tfoot > tr > th {
  padding: 10px;
  background-color: #444;
}

.event-application-questionnaire .table > thead > tr > td,
.event-application-questionnaire .table > tbody > tr > td,
.event-application-questionnaire .table > tfoot > tr > td {
  padding: 10px;
  background-color: #888;
}

/*******************************************************************************
 tokyo-calendar.jp/restaurant/:id
*******************************************************************************/
#restaurant-mainPic {
  background-color: #000;
}

#restaurant-mainPic .container-fluid {
  min-height: 360px;
  background-position: center top;
  background-repeat: no-repeat;
}

#restaurant-mainPic .container img {
  display: inline-block;
}

#restaurant-content {
  color: #fff;
}

.restaurant-content-head {
  margin-bottom: 40px;
}

.restaurant-content-head.not-paid-store {
  margin-bottom: 0;
}

.reservation-head {
  margin-bottom: 5px;
}

.restaurant-content-head .restaurant-content-copy {
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 1;
  font-family: "Gothic MB101 Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

.restaurant-content-head .restaurant-content-name,
.reservation-head .restaurant-content-name {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 36px;
  font-weight: normal;
  font-family: "Reimin Light";
  line-height: 1.2;
}

.restaurant-content-head .restaurant-content-name .store_name_additional {
  font-size: 12px;
  margin-left: 10px;
  color: #aaaaaa;
}

@media (max-width: 1199px) {
  .restaurant-content-head .restaurant-content-name {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .restaurant-content-head .restaurant-content-name .store_name_additional {
    display: block;
  }
}
.restaurant-content-head span.ruby {
  font-size: 16px;
  font-family: "Reimin Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  line-height: 1;
}

@media (min-width: 768px) and (max-width: 991px) {
  .restaurant-content-head .restaurant-area-genre-link {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .restaurant-content-head .restaurant-area-genre-link {
    top: -115px;
  }
}
.restaurant-content-head .restaurant-area-genre-link > span {
  display: block;
}

.restaurant-content-head .restaurant-area-genre-link > span > div {
  color: #aaaaaa;
  display: inline-block;
  margin: 0px 1px;
  font-size: 12px;
  padding-bottom: 10px;
}

.restaurant-content-head .restaurant-area-genre-link > span > div.first {
  margin-left: 0px;
}

.restaurant-content-head .restaurant-area-genre-link > span > div.last {
  margin-right: 0px;
}

.restaurant-content-head .restaurant-area-genre-link > span > div a {
  color: #aaaaaa;
  text-decoration: underline;
}

.restaurant-content-head .restaurant-area-genre-link > span > div a:hover {
  color: #897b39;
}

.restaurant-content-head .restaurant-area-genre-link > span > div ul {
  margin-top: 5px;
  list-style: outside none none;
  padding: 5px 10px;
  background-color: #000000;
  border: 1px solid #897b39;
  display: none;
}

.restaurant-content-head .restaurant-area-genre-link > span > div ul li {
  margin: 3px 0;
}

.restaurant-content-head .restaurant-area-genre-link > span > div ul:before {
  border-top-width: 0px;
  border-right-width: 9px;
  border-bottom-width: 9px;
  border-left-width: 9px;
  border-color: #897b39 transparent;
  border-style: solid;
  display: block;
  position: absolute;
  top: -9px;
  left: 5px;
  width: 0;
  height: 0;
  content: "";
}

.restaurant-content-head .restaurant-area-genre-link > span > div ul:after {
  border-top-width: 0px;
  border-right-width: 9px;
  border-bottom-width: 9px;
  border-left-width: 9px;
  border-color: #000000 transparent;
  border-style: solid;
  display: block;
  position: absolute;
  top: -6px;
  left: 5px;
  width: 0;
  height: 0;
  content: "";
}

.restaurant-content-head .restaurant-area-genre-link > span > div ul a {
  color: #ffffff;
  text-decoration: none;
}

.restaurant-content-head .restaurant-area-genre-link > span > div:hover ul {
  display: block;
  position: absolute;
  z-index: 100;
}

.restaurant-content-btns {
  margin-top: 30px;
  margin-bottom: 30px;
  min-height: 42px;
}

.restaurant-content-btns.with-area-genre {
  margin-top: 0px;
}

.restaurant-content-btns .navbar {
  min-height: 40px;
  margin-bottom: 0;
}

.restaurant-content-badge {
  margin-top: 20px;
}

.restaurant-content-badge li {
  position: relative;
  width: 120px;
  padding: 85px 0 0 0;
  font-size: 11px;
  font-family: "Gothic MB101 Medium";
  line-height: 1.2;
  text-align: center;
}

.restaurant-content-badge li:before {
  content: "tokyo star restaurant";
  position: absolute;
  top: 0;
  left: 20px;
  width: 80px;
  height: 80px;
  background-image: url("/assets/staremb_m-52d5681b.png");
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.restaurant-content-head-pic {
  margin-bottom: 20px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .restaurant-content-head-title {
    margin-top: 20px;
    text-align: center;
  }
  .restaurant-content-btns .navbar-nav {
    width: 100%;
    text-align: center;
  }
  .restaurant-content-btns .navbar-nav li {
    float: none;
    display: inline-block;
  }
  .restaurant-content-head-title .col-md-6,
  .restaurant-content-head-pic .col-md-6 {
    margin-bottom: 20px;
  }
  .restaurant-content-head-pic .img-responsive {
    width: 100%;
  }
  .restaurant-content-badge ul {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }
  .restaurant-content-badge li {
    display: inline-block;
  }
  .restaurant-content-badge .navbar-nav > li {
    float: none;
  }
  .restaurant-content-badge .navbar-nav.navbar-right:last-child {
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .restaurant-content-head-title .col-md-6,
  .restaurant-content-head-pic .col-md-6 {
    padding-left: 0;
    padding-right: 0;
  }
  .restaurant-content-head-title .col-md-6:nth-child(1),
  .restaurant-content-head-pic .col-md-6:nth-child(1) {
    padding-right: 15px;
  }
  .restaurant-content-head-title .col-md-6:nth-child(2),
  .restaurant-content-head-pic .col-md-6:nth-child(2) {
    padding-left: 15px;
  }
}
.restaurant-content-head-title .row {
  padding-bottom: 0px;
}

.restaurant-content-lead {
  margin-bottom: 50px;
}

.restaurant-content-lead h2 {
  margin-bottom: 0;
  font-family: "Reimin Light";
  line-height: 1.8;
  text-align: center;
}

@media (min-width: 768px) {
  .restaurant-content-lead h2 {
    margin-top: 0;
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  .restaurant-content-lead h2 {
    font-size: 28px;
  }
}
.restaurant-content-body {
  margin-bottom: 80px;
}

.restaurant-content-wrap {
  margin-bottom: 40px;
}

.restaurant-content-wrap:last-of-type {
  margin-bottom: 0;
}

.restaurant-content-wrap .restaurant-content-text {
  font-size: 15px;
  line-height: 1.8;
}

.restaurant-content-wrap .restaurant-content-subpic .img-responsive {
  width: 100%;
}

.restaurant-content-wrap .story-content-text p {
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .restaurant-content-wrap .restaurant-content-subpic.col-md-6 {
    margin-bottom: 10px;
  }
  .restaurant-content-wrap .story-content-text p {
    margin-bottom: 5px;
  }
}
@media (min-width: 992px) {
  .restaurant-content-wrap .restaurant-content-subpic.col-md-6 {
    padding-left: 0;
  }
  .restaurant-content-wrap .restaurant-content-text.col-md-6 {
    padding-right: 0;
  }
}
.restaurant-photo-gallary {
  margin-bottom: 50px;
}

.restaurant-photo-gallary > h3 {
  color: #fff;
  font-family: "Gothic MB101 Bold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 18px;
  letter-spacing: 1.4px;
  margin-bottom: 22px;
  white-space: nowrap;
}

@media (min-width: 992px) {
  .restaurant-photo-gallary > h3 {
    margin-left: -10px;
  }
  .restaurant-photo-gallary-container > .row > .col-md-6 {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.photo-gallary-frame {
  overflow: hidden;
  padding: 0;
}

.photo-gallary-frame-group {
  margin-bottom: 10px;
}

.photo-gallary-frame > img {
  margin: 0 auto;
  width: 100%;
}

.photo-gallary-frame-0 {
  height: 480px;
  margin-bottom: 10px;
}

.photo-gallary-frame-1 {
  height: 240px;
}

.photo-gallary-frame-2 {
  height: 240px;
  padding: 0 5px 0 0;
  margin-bottom: 10px;
}

.photo-gallary-frame-3 {
  height: 240px;
  padding: 0 0 0 5px;
}

.photo-gallary-frame-4 {
  height: 480px;
}

.photo-gallary-frame-5 {
  padding: 0 5px;
}

@media (max-width: 992px) {
  .photo-gallary-frame-group {
    padding-left: 0;
    padding-right: 0;
    margin: 0;
  }
  div.photo-gallary-frame {
    background: #fff;
    height: initial;
    padding: 0;
    margin-bottom: 10px;
  }
  .photo-gallary-frame > img {
    width: initial;
  }
}
@media (min-width: 1200px) {
  .photo-gallary-frame-0 {
    height: 575px;
    margin-bottom: 10px;
  }
  .photo-gallary-frame-1 {
    height: 280px;
  }
  .photo-gallary-frame-2 {
    height: 280px;
  }
  .photo-gallary-frame-3 {
    height: 280px;
  }
  .photo-gallary-frame-4 {
    height: 575px;
  }
  .photo-gallary-frame-5 {
    padding: 0 5px;
  }
}
.restaurant-photo-gallary-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin: 0;
  padding: 5px 5px 15px 5px;
  background-color: rgba(0, 0, 0, 0.4);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#66000000, EndColorStr=#66000000);
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  line-height: 1.2;
}

.restaurant-photo-gallary-fav {
  position: absolute;
  top: 0;
  width: 54px;
  height: 54px;
}

.restaurant-photo-gallary-fav > a {
  display: block;
  width: 54px;
  height: 54px;
  background-image: url("/assets/rest_btn_fav-f15e336c.png");
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.restaurant-content-links {
  border-top: 2px solid #404040;
  margin-bottom: 50px;
  padding: 1px 0 0 0;
}

.restaurant-content-links.recommend-restaurants,
.restaurant-content-links.ec-contents {
  margin-bottom: 0;
}

.restaurant-content-links > h3 {
  border-top: 1px solid #404040;
  margin-top: 0;
  padding-top: 20px;
}

.restaurant-content-links > h3 > span {
  font-family: "Gothic MB101 Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 15px;
  display: block;
  margin: 0 0 25px 15px;
  white-space: nowrap;
}

.restaurant-content-links ul {
  box-sizing: content-box;
  margin: 0 25px;
  padding: 0;
  overflow: hidden;
}

.restaurant-content-links ul li {
  float: left;
  width: 260px;
  min-height: 270px;
  list-style: none;
}

@media (min-width: 768px) and (max-width: 991px) {
  .restaurant-content-links {
    margin-right: 0;
    margin-left: 0;
  }
  .restaurant-content-links ul {
    margin: 0 60px;
  }
  .restaurant-content-links ul li {
    margin: 0 25px 0 25px;
  }
}
@media (min-width: 992px) {
  .restaurant-content-links ul {
    margin: 0 20px;
  }
  .restaurant-content-links ul li {
    margin: 0 23px 0 23px;
  }
}
@media (min-width: 1200px) {
  .restaurant-content-links ul li {
    margin: 0 10px 0 10px;
  }
}
.restaurant-content-links ul li a {
  color: #fff;
}

.restaurant-content-links ul li img {
  display: block;
  margin: 0 0 10px 0;
  height: 180px;
  width: 260px;
}

.restaurant-content-links ul li img.restaurant {
  height: 110px;
}

.caroufredsel_wrapper .result-item-data {
  width: 260px;
  min-height: 0px;
  margin-top: 10px;
}

.caroufredsel_wrapper .result-item-data .table th {
  width: 85px;
  padding: 5px;
}

.restaurant-content-links ul li .store-name-caption {
  min-height: 50px;
}

.restaurant-content-links ul li p {
  margin: 0 0 5px 0;
  color: #fff;
  font-size: 11px;
  line-height: 1.2;
  font-family: "Reimin Medium";
  font-weight: normal;
}

.restaurant-content-links ul li h5 {
  margin: 0 0 2px 0;
  color: #fff;
  font-size: 16px;
  line-height: 1.3;
  font-family: "Reimin Bold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: normal;
}

.restaurant-content-links ul li h6 {
  color: inherit;
  margin: 0 0 0 0;
  font-size: 12px;
  line-height: 1.3;
  font-weight: normal;
}

.restaurant-content-links .story-caption {
  color: inherit;
  margin: 0 0 0 0;
  font-size: 12px;
  line-height: 1.3;
  font-family: "Reimin Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: normal;
}

.restaurant-content-links ul li table th:before {
  display: block;
  float: left;
  height: 40px;
  content: "";
}

.restaurant-content-links-wrapper {
  position: relative;
  overflow: visible;
  color: #fff;
}

@media (min-width: 768px) {
  .restaurant-content-links-wrapper {
    width: 670px;
    margin-right: 25px;
    margin-left: 25px;
  }
}
@media (min-width: 992px) {
  .restaurant-content-links-wrapper {
    width: 920px;
    margin-right: 25px;
    margin-left: 25px;
  }
}
@media (min-width: 1200px) {
  .restaurant-content-links-wrapper {
    width: 1120px;
    margin-right: 25px;
    margin-left: 25px;
  }
}
.restaurant-content-links-wrapper > .carouNext {
  height: 180px;
  background-color: #000;
}

.restaurant-content-links-wrapper > .carouPrev {
  background-color: #000;
}

.restaurant-content-links-wrapper > .carouNext > span {
  margin: 75px 0 0 12px;
}

.restaurant-content-links-wrapper > .carouPrev > span {
  margin: 75px 12px 0 0;
}

.restaurant-content-links-related-simple-div {
  border-top: 2px solid #404040;
  margin-left: -15px;
  margin-right: -15px;
}

.restaurant-content-links-related-simple-header {
  border-top: 1px solid #404040;
  margin-top: 1px;
  padding-top: 20px;
  padding-left: 20px;
}

.restaurant-content-links-related .restaurant-link-article-caption {
  padding: 3px 6px;
  font-size: 15px;
  width: auto;
  background-color: #666666;
}

.restaurant-content-links-related-simple {
  margin-left: 40px;
}

#restaurant_show .restaurant-content-links-related-simple h5,
#restaurant_show .restaurant-content-links-related-simple h6 {
  display: inline-block;
  padding-bottom: 10px;
  margin-top: 0;
  padding-left: 15px;
}

@media (max-width: 768px) {
  .restaurant-content-links-related-simple {
    margin-left: 20px;
  }
}
.restaurant-content-links-related-simple > div {
  float: left;
  margin: 10px;
  padding: 0px;
}

@media (max-width: 992px) {
  .restaurant-content-links-related-simple > div {
    float: none;
    margin: 10px 0px;
  }
}
.restaurant-content-links-related-simple img {
  width: 200px;
}

.restaurant-content-links-related-simple .article_ymd {
  float: left;
  margin-right: 10px;
}

.restaurant-content-links-related-simple h5 a {
  font-size: 15px;
  color: #ffffff;
  text-decoration: underline;
}

.restaurant-content-links-related-simple p {
  color: #aaaaaa;
  font-size: 12px;
}

#restaurant-pr {
  margin-bottom: 40px;
  background-color: #fff;
  color: #000;
}

.restaurant-pr-text {
  padding-left: 0;
}

.restaurant-pr-text > p,
.restaurant-pr-text > h4 {
  color: #000;
}

.restaurant-pr-prof {
  min-height: 200px;
  padding-top: 30px;
}

.restaurant-pr-prof {
  border-bottom: 1px solid #000;
}

.restaurant-pr-prof h4 {
  margin: 0 0 30px 0;
  font-size: 24px;
  line-height: 1;
  font-family: "Reimin Regular";
  font-weight: normal;
}

#restaurant-personal {
  margin-bottom: 70px;
  background-color: #fff;
  color: #000;
}

#restaurant-personal h3 {
  color: #000;
  font-family: "Gothic MB101 Bold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 18px;
  letter-spacing: 1.2px;
  margin: 0 0 30px 0;
  white-space: nowrap;
}

.restaurant-personal-prof {
  min-height: 310px;
  padding-top: 30px;
}

.restaurant-personal-prof {
  border-bottom: 1px solid #000;
}

.restaurant-personal-prof-pic {
  margin-top: -30px;
}

.restaurant-personal-interview {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 4px solid #000;
}

.restaurant-personal-interview:last-of-type {
  border-bottom: none;
}

.restaurant-personal-interview-head h3 {
  width: 92px;
  height: 15px;
  background-position: 0 -536px;
}

.restaurant-personal-prof h4 {
  margin: 0 0 30px 0;
  font-size: 24px;
  line-height: 1;
  font-family: "Reimin Regular";
  font-weight: normal;
}

.restaurant-personal-prof h4 span.ruby {
  padding-left: 15px;
  font-size: 14px;
  line-height: 1;
  font-family: "Reimin Bold";
  font-weight: normal;
}

.restaurant-personal-prof p {
  font-size: 14px;
  line-height: 1.8;
}

.restaurant-personal-prof-text {
  padding-left: 0;
}

.restaurant-personal-prof-text > p,
.restaurant-personal-prof-text > h4 {
  color: #000;
}

.restaurant-personal-interview-head p {
  margin-bottom: 30px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
}

.restaurant-personal-interview-body {
  background-image: url("/assets/interview_line-ec45972b.png");
  background-repeat: repeat-y;
  background-position: center top;
}

@media (min-width: 768px) and (max-width: 991px) {
  .restaurant-personal-prof {
    position: relative;
    min-height: 311px;
  }
  .restaurant-personal-prof .row {
    margin-right: -15px;
    margin-left: -15px;
  }
  .restaurant-personal-prof-pic {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 0;
    padding-left: 0;
    z-index: 1500;
  }
  .restaurant-personal-prof-text {
    position: relative;
    z-index: 1501;
    width: 50%;
  }
  .restaurant-personal-prof p {
    background-color: rgba(255, 255, 255, 0.7);
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#b2ffffff, EndColorStr=#b2ffffff);
  }
}
.restaurant-personal-interview dl {
  margin-bottom: 30px;
}

.restaurant-personal-interview dt {
  position: relative;
  min-height: 25px;
  margin-bottom: 15px;
  padding: 2px 0 0 25px;
  font-size: 18px;
  font-family: "Reimin Bold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  line-height: 1.2;
}

.restaurant-personal-interview dt:before {
  position: absolute;
  content: "Q.";
  top: 0;
  left: 0;
  width: 21px;
  height: 25px;
  background-image: url("/assets/rest_int_q-e70b7c10.png");
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.restaurant-personal-interview dd {
  font-size: 14px;
  line-height: 1.8;
}

@media (min-width: 768px) {
  .restaurant-personal-interview-body {
    background-image: none;
  }
}
@media (min-width: 992px) {
  .restaurant-personal-interview-body {
    background-image: url("/assets/interview_line-ec45972b.png");
    background-repeat: repeat-y;
    background-position: center top;
  }
  .restaurant-personal-interview .restaurant-personal-interview-col:nth-child(1) {
    padding-right: 30px;
    padding-left: 0;
  }
  .restaurant-personal-interview .restaurant-personal-interview-col:nth-child(2) {
    padding-right: 0;
    padding-left: 30px;
  }
}
#restaurant-data h3 {
  color: #fff;
  font-family: "Gothic MB101 Bold";
  font-size: 18px;
  margin-bottom: 30px;
  white-space: nowrap;
}

#restaurant-data .panel-group {
  margin-bottom: 50px;
}

#restaurant-data .panel-group .panel {
  border: none;
  border-radius: 0;
  background-color: transparent;
  color: #fff;
}

@media (min-width: 992px) {
  #restaurant-data .row .col-md-6:nth-child(1) {
    padding-left: 0;
  }
  #restaurant-data .row .col-md-6:nth-child(2) {
    padding-right: 0;
  }
}
.restaurant-data-table {
  font-size: 14px;
  line-height: 1.3;
}

.restaurant-data-table > tbody > tr > th,
.restaurant-data-table > tbody > tr > td {
  background-color: transparent;
  padding: 10px 0;
  border-top: none;
  border-bottom: 1px solid #4c4c4c;
}

.restaurant-data-table > tbody > tr > th {
  font-weight: bold;
  vertical-align: middle !important;
  width: 25%;
}

.restaurant-data-table > tbody > tr > td {
  font-weight: normal;
  max-width: 190px;
  padding-left: 10px;
}

.restaurant-data-table > tbody > tr > td > p {
  margin: 0 0 2px;
}

.restaurant-data-table-break-all {
  word-break: break-all;
}

.restaurant-data-table-caption {
  border-bottom: 2px solid #4c4c4c;
  font-family: "Gothic MB101 Bold", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, Verdana, Arial, sans-serif;
  font-size: 16px;
  text-align: left;
}

.restaurant-data-table caption {
  position: relative;
  padding-left: 16px;
}

.restaurant-data-table caption:before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 8px;
  height: 8px;
  background-image: url("/assets/pannel_bulit-05417ae7.png");
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.restaurant-data-tel-for-reservation {
  font-weight: bold !important;
  font-size: 18px;
  color: #e64c30;
}

.restaurant-data-tel-for-reservation-title {
  font-weight: bold !important;
  font-size: 18px;
}

.restaurant-data-tel-comment {
  margin: 3px 0;
  font-size: 11px;
}

.vacancy-search-restaurant-annotation {
  margin-top: 5px;
  font-size: 12px;
  margin-left: -5px;
}

.panel-body > .restaurant-data-table:first-child > .restaurant-data-table-caption {
  margin-top: 20px;
}

.restaurant-data-plan-thumbnail {
  height: 160px;
}

.restaurant-data-store-map iframe {
  height: 400px;
}

.restaurant-data-menu-drink dl {
  margin: 0;
  padding: 20px 0;
  border-bottom: 1px solid #4c4c4c;
}

.restaurant-data-menu-drink dt {
  font-size: 14px;
  font-weight: normal;
  font-family: "Reimin Bold";
}

.restaurant-data-menu-drink dd {
  font-size: 12px;
  line-height: 1;
  text-align: right;
}

.restaurant-data-menu-plan a {
  color: #fff;
}

.restaurant-data-menu-plan a:hover .media {
  background-color: #191919;
  text-decoration: none;
}

.restaurant-data-menu-plan .media {
  padding: 20px 0;
  border-bottom: 1px solid #4c4c4c;
}

.restaurant-data-menu-plan .media .media-body {
  margin-left: 20px;
}

.restaurant-data-menu-plan .media h4 {
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.4;
}

.restaurant-data-menu-plan .media table {
  width: 100%;
  font-size: 12px;
  line-height: 1;
}

.restaurant-data-menu-plan .media table th {
  width: 25%;
  padding-bottom: 10px;
}

.restaurant-data-menu-plan .media table td {
  padding-bottom: 10px;
}

.restaurant-data-menu-plan .media table td span {
  font-style: 16px;
  font-family: "Reimin Bold";
}

#restaurant-seat {
  margin-bottom: 50px;
  padding: 50px 0;
  background-color: #000;
}

.restaurant-seat-view {
  padding-bottom: 30px;
}

.restaurant-seat-view h4 {
  color: #000;
  font-family: "Gothic MB101 Bold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  height: 15px;
  margin-bottom: 30px;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .restaurant-seat-view-content {
    width: 720px;
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media (min-width: 992px) {
  .restaurant-seat-view-content {
    width: 920px;
    margin-right: auto;
    margin-left: auto;
  }
}
.restaurant-seat-view-content .res-seat-img {
  margin-right: auto;
  margin-bottom: 25px;
  margin-left: auto;
}

.restaurant-seat-view-content .res-seat-list li {
  margin: 0;
  border-top: 1px solid #d9d9d9;
}

.restaurant-seat-view-content .nav-tabs > li > a {
  background-color: #fff;
  color: #555;
  border: none;
}

.restaurant-seat-view-content .nav-tabs > li > a:active,
.restaurant-seat-view-content .nav-tabs > li > a:focus,
.restaurant-seat-view-content .nav-tabs > li > a:hover {
  background-color: #f6f6f6;
}

.restaurant-seat-view-content .nav-tabs > li.active > a,
.restaurant-seat-view-content .nav-tabs > li.active > a:hover,
.restaurant-seat-view-content .nav-tabs > li.active > a:focus {
  color: #555;
  font-size: 12px;
  border: none;
}

.restaurant-seat-view-content .res-seat-list {
  font-size: 12px;
  font-weight: bold;
  height: initial;
}

.restaurant-seat-view-content .res-seat-list li.res-seat-label,
.restaurant-seat-view-content .res-seat-list a,
.restaurant-seat-view-content .res-seat-list a:active,
.restaurant-seat-view-content .res-seat-list a:focus,
.restaurant-seat-view-content .res-seat-list a:hover {
  display: table;
  width: 100%;
  color: #000;
  font-size: 12px;
  line-height: 1;
  text-decoration: none;
}

.restaurant-seat-view-content .res-seat-list li.res-seat-label {
  padding: 0 0 15px 60px;
}

.restaurant-seat-view-content .res-seat-list a,
.restaurant-seat-view-content .res-seat-list li.active a,
.restaurant-seat-view-content .res-seat-list li.active a:hover {
  position: relative;
  padding: 18px 0 18px 60px;
  border-radius: 0;
}

.restaurant-seat-view-content .res-seat-list li.active > a,
.restaurant-seat-view-content .res-seat-list li > a:hover {
  background-color: #eee;
}

.restaurant-seat-view-content .res-seat-list li > a:before {
  content: "";
  position: absolute;
  top: 16px;
  left: 18px;
  width: 20px;
  height: 14px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.restaurant-seat-view-content .res-seat-list .active > a:before {
  background-image: url("/assets/rest_seat_icon-d5a9a383.png");
  background-repeat: no-repeat;
}

.restaurant-seat-view-content .res-seat-list li.res-seat-label {
  border-top: none;
}

.restaurant-seat-view-content .res-seat-list li.res-seat-label div,
.restaurant-seat-view-content .res-seat-list a div {
  display: table-cell;
  vertical-align: middle;
}

.res-seat-order {
  width: 4%;
  padding: 0 0 0 4px;
  font-weight: bold;
  text-align: left;
}

.res-seat-name {
  width: 30%;
  font-weight: bold;
  text-align: left;
}

.res-seat-type,
.res-seat-num {
  width: 18%;
  text-align: center;
}

.res-seat-note {
  width: 70%;
  font-weight: normal;
  text-align: left;
}

.res-seat-photo-frame {
  overflow: hidden;
  padding: 0;
}

.res-seat-photo-frame > img {
  margin: 0 auto;
  width: 100%;
}

div.res-seat-photo-frame {
  background: #fff;
  height: initial;
  padding: 0;
  margin-bottom: 10px;
}

.res-seat-photo-frame > img {
  width: initial;
}

.res-seat-photo-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin: 0;
  padding: 5px 5px 15px 5px;
  background-color: rgba(0, 0, 0, 0.4);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#66000000, EndColorStr=#66000000);
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  line-height: 1.2;
}

.res-seat-label > .res-seat-type,
.res-seat-label > .res-seat-num,
.res-seat-label > .res-seat-note {
  text-align: center;
}

.restaurant-seat-reserve h4 {
  color: #fff;
  font-family: "Gothic MB101 Medium";
  font-weight: bold;
  height: 16px;
  margin-bottom: 30px;
  white-space: nowrap;
}

.restaurant-seat-reserve dl {
  color: #000;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .restaurant-seat-reserve dl {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .restaurant-seat-reserve dl {
    width: 890px;
    margin-right: auto;
    margin-left: auto;
  }
}
.restaurant-seat-reserve dt {
  margin-bottom: 5px;
}

.restaurant-seat-reserve dd {
  line-height: 1;
}

.restaurant-seat-reserve table > tbody > tr > td > input[type=number] {
  max-width: 80px;
}

@media (min-width: 768px) {
  #restaurant-order .col-sm-6 {
    margin-bottom: 30px;
  }
}
#restaurant-order h4 {
  width: 195px;
  height: 16px;
  margin-bottom: 30px;
  background-image: url("/assets/rest_h_order-091dda4a.png");
  background-repeat: no-repeat;
  background-position: 0 -597px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

#restaurant-order a {
  display: block;
  color: #fff;
}

#restaurant-order .img-responsive {
  width: 100%;
}

#restaurant-order .restaurant-order-caption {
  margin-top: 2px;
  border: 1px solid #666;
}

#restaurant-order .restaurant-order-caption dl {
  margin-bottom: 0;
  padding: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.3;
}

#restaurant-order .restaurant-order-caption dl dt {
  margin-bottom: 8px;
}

@media (min-width: 1200px) {
  .restaurant-order-item .col-md-3 {
    width: 295px;
    padding-right: 10px;
    padding-left: 0;
  }
  .restaurant-order-item .col-md-3:nth-child(4) {
    width: 285px;
    padding-right: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1364px) {
  .restaurant-content-wrap.row {
    margin-right: 75px;
  }
  .restaurant-personal-interview-body.row {
    margin-right: 75px;
  }
  .restaurant-data-store.row {
    margin-right: 75px;
  }
  .restaurant-data-menu.row {
    margin-right: 75px;
  }
  .restaurant-content-links-wrapper {
    width: 1030px;
  }
  .restaurant-content-links ul li {
    width: 245px;
    margin-right: 5px;
    margin-left: 5px;
  }
  .restaurant-content-links ul li img {
    width: 245px;
    height: 169px;
  }
  .restaurant-content-links ul li img.restaurant {
    height: 104px;
  }
  .caroufredsel_wrapper .result-item-data {
    width: 245px;
  }
}
@media (min-width: 992px) and (max-width: 1156px) {
  .restaurant-content-wrap.row {
    margin-right: 75px;
  }
  .restaurant-personal-interview-body.row {
    margin-right: 75px;
  }
  .restaurant-data-store.row {
    margin-right: 75px;
  }
  .restaurant-data-menu.row {
    margin-right: 75px;
  }
  .restaurant-content-links-wrapper {
    width: 830px;
  }
  .restaurant-content-links ul li {
    width: 255px;
    margin: 0 10px 0 10px;
  }
}
@media (min-width: 768px) and (max-width: 899px) {
  .restaurant-content-text {
    padding-right: 90px;
  }
  .restaurant-personal-interview dd {
    padding-right: 75px;
  }
  .restaurant-data-store.row {
    padding-right: 75px;
  }
  .restaurant-data-menu.row {
    padding-right: 75px;
  }
  .restaurant-content-links ul li {
    width: 260px;
    margin: 0 15px 0 15px;
  }
  .restaurant-content-links-wrapper {
    width: 595px;
  }
}
.restaurant-relation-menu {
  padding: 0 0;
  border-top: 0px;
}

.restaurant-relation-menu > li a {
  width: 186px;
  height: 32px;
  padding-top: 3px;
  padding-left: 3px;
  border: 1px solid rgb(120, 120, 120);
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #fff;
  font-size: 11px;
  text-indent: 0;
  white-space: normal;
  display: inline-block;
  vertical-align: middle;
  background-color: rgba(0, 0, 0, 0.8);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#30ffffff, EndColorStr=#30ffffff);
}

.map-link {
  text-align: right;
  margin: 5px 20px 0 0;
}

.recommend-restaurant-btns a,
.recommend-restaurant-btns a:focus,
.recommend-restaurant-btns a:active,
.recommend-restaurant-btns a:hover {
  display: inline-block;
  width: 49%;
}

.restaurant-data-jump {
  position: relative;
  z-index: 99;
  display: block;
  float: right;
  margin-top: -30px;
  margin-right: 100px;
}

.restaurant-content-head-pic.simple {
  margin-bottom: 30px;
}

@media (min-width: 991px) {
  .restaurant-content-head-pic.simple {
    float: left;
    margin-right: 20px;
  }
  .restaurant-content-head-pic.with-area-genre img {
    float: left;
  }
  .restaurant-content-head-pic.simple img {
    max-width: 471px;
  }
}
.restaurant-store-simple-description {
  margin-bottom: 20px;
}

.restaurant-store-simple-description.with-pic {
  margin-top: 20px;
}

@media (min-width: 991px) {
  .restaurant-store-simple-description.with-pic {
    margin-top: -70px;
  }
}
.restaurant-store-simple-description div {
  font-family: "Reimin Light";
  font-size: 28px;
  text-align: center;
  margin-bottom: 20px;
}

.restaurant-store-simple-description.with-pic div {
  font-size: 24px;
}

.restaurant-store-simple-description p {
  font-family: "Reimin Light";
  font-size: 15px;
}

#restaurants_list_search .other-sight-reservation {
  margin-top: 10px;
}

#restaurants_list_search .contents-result-item-right .other-sight-reservation {
  width: 100px;
}

#restaurants_list_search .other-sight-reservation > a {
  background-color: #873;
  display: block;
  position: relative;
  height: 30px;
  padding: 6px 4px;
  text-align: center;
}

#restaurants_list_search .other-sight-reservation > a:hover,
#restaurants_list_search .other-sight-reservation > a:focus,
#restaurants_list_search .other-sight-reservation > a:active {
  background-color: #873 !important;
  text-decoration: none;
  opacity: 0.5;
}

.other-sight-reservation .other-sight-reservation-popup {
  display: none;
  width: auto;
  background-color: #000;
  white-space: nowrap;
}

#restaurants_list_search .other-sight-reservation .other-sight-reservation-popup,
#article_show .other-sight-reservation .other-sight-reservation-popup {
  background-color: #fff;
}

.other-sight-reservation .other-sight-reservation-popup div {
  padding: 20px 10px;
  margin-top: 10px;
  background-color: #fff;
}

#restaurants_list_search .other-sight-reservation .other-sight-reservation-popup div {
  border: 1px solid #873;
}

#article_show .other-sight-reservation .other-sight-reservation-popup div {
  border: 1px solid #820028;
}

.other-sight-reservation .other-sight-reservation-popup a {
  padding: 0 10px;
}

.other-sight-reservation .other-sight-reservation-popup a img {
  width: 60px;
}

.other-sight-reservation .other-sight-reservation-popup a:hover img,
.other-sight-reservation .other-sight-reservation-popup a:focus img,
.other-sight-reservation .other-sight-reservation-popup a:active img {
  opacity: 0.5;
}

.other-sight-reservation:hover .other-sight-reservation-popup {
  display: block;
  position: absolute;
  z-index: 100;
}

/*******************************************************************************
 tokyo-calendar.jp/restaurants_list/
*******************************************************************************/
.pickup-categories-text {
  margin-bottom: 20px;
  margin-top: -10px;
  color: #444;
  font-size: 12px;
  font-weight: bold;
}

.pickup-categories-text.page-bottom {
  margin-top: 20px;
}

.pickup-categories {
  border: 1px solid #999;
  padding: 10px;
  margin-bottom: 20px;
  margin-top: -20px;
}

.pickup-categories.restaurant-page {
  border: 1px solid #666;
  margin: -50px 15px 0 15px;
}

.pickup-categories ul {
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 1.6;
}

.pickup-categories ul li {
  list-style: none;
  display: inline;
}

.pickup-categories ul li a {
  color: #873;
}

.pickup-categories.restaurant-page ul li a {
  color: #aaa;
}

.pickup-categories ul li span {
  color: #999999;
  margin: 0 3px;
}

.restaurants-list-article {
  border: 1px solid #aaa;
  padding: 10px 10px 0 10px;
}

.restaurants-list-article ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.restaurants-list-article ul li {
  height: 100px;
}

.restaurants-list-article ul li .restaurants-list-article-image {
  float: left;
  margin-right: 7px;
}

.restaurants-list-article ul li .restaurants-list-article-image img,
.restaurants-list-article ul li .restaurants-list-article-image .dummy-image {
  height: 80px;
  width: 106px;
}

.restaurants-list-article ul li .restaurants-list-article-content {
  height: 85px;
  overflow: hidden;
}

.restaurants-list-article ul li .restaurants-list-article-content p {
  color: #888;
  font-size: 11.5px;
  line-height: 1.4;
  letter-spacing: 0.8px;
  margin: 0;
}

.restaurants-list-article ul li .restaurants-list-article-content h3 {
  color: #444;
  font-size: 13px;
  line-height: 1.3;
  letter-spacing: 0.5px;
  font-weight: bold;
  margin: 0;
  padding: 3px 0 3px 0;
}

.restaurants-list-article ul li a:hover,
.restaurants-list-article ul li a:active,
.restaurants-list-article ul li a:focus {
  text-decoration: none;
}

.restaurants-list-article ul li a:hover h3,
.restaurants-list-article ul li a:active h3,
.restaurants-list-article ul li a:focus h3,
.restaurants-list-article ul li a:hover p,
.restaurants-list-article ul li a:active p,
.restaurants-list-article ul li a:focus p {
  color: #873;
}

#restaurants_list_search .collapse-panel-group .panel-heading {
  padding: 0 0 5px 0;
  margin-top: -15px;
  border: none;
}

#restaurants_list_search .collapse-panel-group .panel-heading .panel-title {
  font-size: 12px;
  font-family: inherit;
}

#restaurants_list_search .collapse-panel-group .panel-heading > .panel-title a {
  padding: 1px 0 0 10px;
}

#restaurants_list_search .collapse-panel-group .panel-heading > .panel-title a:before {
  background-image: url("/assets/pannel_bulit_black-3e9a2717.png");
}

/* 以下、article_show用アレンジ */
.pickup-categories-text-article {
  font-size: 12px;
  margin: 2px 0 3px 3px;
}

.pickup-categories-text-article span {
  font-size: 11px;
  margin-right: 2px;
}

.pickup-categories-article {
  border: 1px solid #ccc;
  padding: 5px;
  margin-left: 5px;
}

.pickup-categories-article ul {
  margin: 0;
  padding: 0;
  font-size: 10.5px;
  line-height: 1.6;
}

.pickup-categories-article ul li {
  list-style: none;
  display: inline;
}

.pickup-categories-article ul li a {
  color: #999 !important;
}

.pickup-categories-article ul li a:hover,
.pickup-categories-article ul li a:active,
.pickup-categories-article ul li a:focus {
  color: #873 !important;
  text-decoration: underline;
}

.pickup-categories-article ul li span {
  color: #ccc;
  margin: 0 3px;
}

/*******************************************************************************
 article-list-page(tokyo-calendar.jp/*
*******************************************************************************/
.article-list > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.article-list > ul > li {
  float: left;
  clear: both;
  padding: 15px 0;
  width: 100%;
}

.article-list > ul > li .article-thumb a:hover img,
.article-list > ul > li .article-thumb a:active img,
.article-list > ul > li .article-thumb a:focus img {
  opacity: 0.75;
}

.article-list > ul > li .article-content > .info-tag {
  font-weight: bold;
  letter-spacing: 2px;
  width: 51px;
  height: 16px;
  margin: 0;
  font-size: 11px;
  list-style-type: none;
  overflow: hidden;
  text-align: center;
  white-space: nowrap;
}

.article-list > ul > li .article-content > .info-tag.new {
  border: 1px solid #ff5;
  background-color: #ff5;
  color: #666;
}

.article-list > ul > li .article-content > .info-tag.free {
  border: 1px solid #999;
  background-color: #fff;
  color: #666;
}

.article-list > ul > li .article-content > .info-tag.pr {
  border: 1px solid #000;
  color: #000;
  margin-right: 5px;
  margin-bottom: 10px;
}

.article-list > ul > li .article-content > .info-tag.kansai {
  border: 1px solid #baa768;
  color: #baa768;
}

.article-list > ul > li .article-content .period {
  display: inline-block;
  margin: 0;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 1px;
  overflow: hidden;
  white-space: nowrap;
  color: #666;
}

.article-list > ul > li .article-content .public-on {
  display: inline-block;
  margin: 0;
  font-size: 11px;
  letter-spacing: 1px;
  overflow: hidden;
  white-space: nowrap;
  color: #666;
}

.article-list > ul > li .article-content .left-margin {
  text-align: right;
}

.article-list > ul > li .article-content h3 {
  color: #222;
  font-family: "Gothic MB101 Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, Verdana, Arial, sans-serif, HG明朝E;
  letter-spacing: 0.07em;
  font-weight: bold;
  margin: 0 0 3px;
  display: inline-block;
  line-height: 1.3;
  font-size: 22px;
}

.article-list > ul > li .article-content a:hover,
.article-list > ul > li .article-content a:active,
.article-list > ul > li .article-content a:focus {
  text-decoration: none;
}

.article-list > ul > li .article-content .article-link:hover {
  background-color: #f3f3f3;
  text-decoration: none;
  display: block;
  height: 100%;
}

.article-list > ul > li .article-content .story-caption {
  color: #b8a86f;
  font-weight: bold;
  margin: 0;
  line-height: 1.4;
  font-size: 14px;
  max-width: 80%;
}

.article-list > ul > li .article-content .article-lead {
  color: #666;
  margin: 10px 0;
  line-height: 1.4;
  font-size: 14px;
  overflow: hidden;
  height: 40px;
}

.article-list > ul > li .article-content .caption-field {
  display: flex;
  justify-content: space-between;
  min-height: 16px;
  margin-bottom: 10px;
}

.new-store-event-bar {
  background-color: #c04;
  color: #eee;
  padding: 6px 15px;
  margin: 30px 0 30px 0;
  letter-spacing: 0.1em;
  font-size: 14px;
  font-weight: bold;
}

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

.more-infomation > a {
  display: inline-block;
  width: 260px;
  height: 36px;
  background: #444;
  color: #ccc;
  text-align: center;
  line-height: 36px;
  letter-spacing: 0.1em;
  font-size: 14px;
  margin: 10px 0;
}

.article-list > ul > li .article-content {
  position: relative;
}

@media (max-width: 767px) {
  .article-list > ul > li .article-thumb {
    margin-bottom: 10px;
  }
  .article-list > ul > li .article-thumb img {
    width: 100%;
  }
  .article-list > ul > li .article-content {
    height: 175px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .article-list > ul > li .article-content {
    height: 160px;
  }
  .article-list > ul > li .article-content h3 {
    font-size: 16px;
  }
  .article-list > ul > li .article-content .story-caption {
    font-size: 12px;
  }
  .article-list > ul > li .article-content .article-lead {
    font-size: 12px;
    height: 42px;
    line-height: 1.2;
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .article-list > ul > li .article-content {
    height: 210px;
  }
  .article-list > ul > li .article-content .article-lead {
    height: 55px;
  }
}
@media (min-width: 1200px) {
  .article-list > ul > li .article-content {
    padding-right: 60px;
    height: 190px;
  }
}
/*******************************************************************************
 tokyo-calendar.jp/contents/search
 tokyo-calendar.jp/articles_list/search
 tokyo-calendar.jp/restaurants_list/search
 tokyo-calendar.jp/star_restaurant/search
*******************************************************************************/
#contents_search,
#articles_list_search,
#restaurants_list_search,
#category_show {
  color: #000;
}

#contents_search header.navbar,
#articles_list_search header.navbar,
#restaurants_list_search header.navbar,
#category_show header.navbar {
  background-color: #222222;
  margin-bottom: 0;
}

header.navbar > .container {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(10, 1fr);
  background-color: #222222;
  margin-bottom: unset;
  /* ベーススタイル */
}
header.navbar > .container .navbar-logo {
  grid-column: 1/span 2;
  grid-row: 1;
  margin-top: 13px;
}
header.navbar > .container .navbar-logo img {
  width: 180px;
}
header.navbar > .container .navbar-logo p {
  height: 0;
  margin: unset;
}
header.navbar > .container .clearfix {
  grid-column: 1/span 4;
  grid-row: 2;
}
header.navbar > .container .clearfix p {
  font-size: 12px !important;
}
header.navbar > .container .main-menu {
  grid-column: 3/span 6;
  grid-row: 1;
  margin: auto;
  margin-left: 0;
}
header.navbar > .container .navbar-sub {
  grid-column: 9/span 2;
  grid-row: 1;
  display: flex;
  justify-content: flex-end;
  padding-right: 0px;
}
header.navbar > .container {
  /* 1600px以上のスクリーン */
}
@media (min-width: 1600px) {
  header.navbar > .container {
    grid-template-columns: repeat(10, 1fr);
  }
}
@media (min-width: 1600px) and (min-width: 1600px) {
  header.navbar > .container {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 1600px) {
  header.navbar > .container .navbar-logo img {
    width: 180px;
  }
  header.navbar > .container .navbar-sub {
    margin: 10px 0;
    min-height: 0;
  }
}
header.navbar > .container {
  /* 1025px～1599pxのスクリーン */
}
@media (min-width: 1025px) and (max-width: 1599px) {
  header.navbar > .container {
    grid-template-columns: repeat(10, 1fr);
  }
}
@media (min-width: 1025px) and (max-width: 1599px) and (min-width: 1025px) and (max-width: 1599px) {
  header.navbar > .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  header.navbar > .container .navbar-logo img {
    width: 160px;
  }
  header.navbar > .container .navbar-sub {
    margin: 10px 0;
    min-height: 0;
  }
}
header.navbar > .container {
  /* 1024px以下のスクリーン */
}
@media (max-width: 1024px) {
  header.navbar > .container {
    grid-template-columns: repeat(8, 1fr);
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  header.navbar > .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 1024px) {
  header.navbar > .container .navbar-logo {
    grid-column: 1/span 2;
  }
  header.navbar > .container .navbar-logo img {
    width: 120px;
    margin-top: 4px;
  }
  header.navbar > .container .main-menu {
    grid-column: 3/span 4;
  }
  header.navbar > .container .navbar-sub {
    justify-content: flex-end;
  }
  header.navbar > .container .navbar-sub,
  header.navbar > .container .main-menu {
    padding: 0 0px;
    margin: auto;
    margin-top: 3px;
  }
}

.nav-icon-text-link {
  display: flex;
  align-items: center;
  gap: 4px;
}

.nav-icon-text-link .icon {
  width: 16px;
  height: 16px;
  margin: -3px 0px 0px 0px;
}

.sns-icon-circle {
  border: 1px solid #fff;
  /* 白い線を細く */
  border-radius: 50%;
  /* 丸くする */
  display: inline-flex;
  /* アイコンを中央寄せ */
  align-items: center;
  justify-content: center;
  padding: 5px;
  /* 内側に少し余白 */
  width: 24px;
  /* サークル全体のサイズ */
  height: 24px;
  background-color: transparent;
  /* 背景を透過 */
}

#contents_search .content-body,
#articles_list_search .content-body,
#restaurants_list_search .content-body {
  background-color: #fff;
  padding: 15px 0 40px 0;
}

#contents_search h1,
#articles_list_search h1,
#restaurants_list_search h1 {
  font-family: "Gothic MB101 Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, Arial, sans-serif, "HG明朝E";
  color: #222;
  font-size: 24px;
  font-weight: bold;
  margin-left: -5px;
}

#contents_search .result-number,
#articles_list_search .result-number,
#restaurants_list_search .result-number,
#category_show .result-number {
  clear: both;
}

#contents_search .result-number h1:after,
#articles_list_search .result-number h1:after,
#restaurants_list_search .result-number h1:after,
#category_show .result-number h1:after {
  top: 4px;
  right: -6px;
  height: 18px;
}

#contents_search .result-number span,
#articles_list_search .result-number span,
#restaurants_list_search .result-number span,
#category_show .result-number span {
  padding-top: 7px;
}

.restaurant-alternative-search-result-text {
  font-size: 16px;
  margin-top: 100px;
  margin-bottom: 40px;
  padding-left: 12px;
  font-weight: bold;
  padding-top: 40px;
  border-top: 2px solid #aaa;
}

.contents-description {
  clear: both;
  font-size: 12px;
  margin-bottom: 20px;
  padding: 10px 10px 0 0;
  color: #444;
}

.contents-description a {
  color: #873;
}

.restaurant-search-condition-clear {
  margin-bottom: 20px;
}

.restaurant-search-condition-clear .search_clear_title {
  float: left;
  width: 110px;
}

.restaurant-search-condition-clear .search_clear_link {
  float: none;
}

.restaurant-search-condition-clear .search_clear_link:before {
  content: ":";
  padding-left: 8px;
}

.restaurant-search-condition-clear .search_clear_link a {
  margin-left: 8px;
}

.result-item .restaurant-nav a {
  margin-bottom: 2px;
}

.result-item-data > .table > thead > tr > th,
.result-item-data > .table > thead > tr > td,
.result-item-data > .table > tbody > tr > th,
.result-item-data > .table > tbody > tr > td,
.result-item-data > .table > tfoot > tr > th,
.result-item-data > .table > tfoot > tr > td {
  background-color: transparent;
}

.search-condition #search-name {
  padding: 10px;
  background-color: #404040;
}

.search-condition #search-name .search-query {
  color: #666666;
  font-size: 14px;
  width: 100%;
  height: 32px;
  padding: 1px 3px;
  border: 1px solid #ccc;
}

.search-condition #search-name .btn {
  font-size: 14px;
  height: 32px;
  width: 78px;
}

.search-condition .table {
  margin-bottom: 0;
  border: none;
  border-top: 1px solid #595959;
}

.search-condition .table th {
  width: 130px;
  padding: 18px 0 0 0;
  background-color: #262626;
  border-top: none;
  border-bottom: 1px solid #000;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

.search-condition .table td {
  background-color: #404040;
  border-top: none;
  border-bottom: 1px solid #000;
}

.search-condition .table td section {
  display: table;
  margin-bottom: 5px;
  background-color: #595959;
}

.search-condition .table td section h4 {
  display: table-cell;
  padding-left: 5px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  vertical-align: middle;
}

.search-condition .table td section .switch {
  display: table-cell;
  padding: 5px 5px 5px 0;
}

.search-condition .table td section .checkboxes {
  padding: 5px 0;
}

.search-condition .btn-cell {
  text-align: center;
}

.search-condition .btn-cell .btn {
  margin: 0 auto;
  padding: 6px 12px;
  width: 200px;
}

.search-condition h2 {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
}

.search-scene h2 {
  margin-top: 0;
  margin-bottom: 30px;
  font-weight: normal;
}

.search-scene .nav > li {
  display: block;
  height: 28px;
  margin-bottom: 18px;
}

.search-scene .nav > li:before {
  content: "▶";
  font-size: 8px;
  padding-top: 6px;
  position: absolute;
  margin-left: -16px;
}

.search-scene .nav > li > a {
  border-bottom: 1px solid #fff;
  color: #fff;
  display: initial;
  font-size: 18px;
  font-family: "Reimin Light";
  overflow: hidden;
  padding: 0 1px;
  white-space: nowrap;
}

.search-scene .nav > li > a:hover {
  background-color: transparent;
}

#search-pagination {
  clear: both;
}

#contents_search .result-item-feature dd,
#articles_list_search .result-item-feature dd,
#restaurants_list_search .result-item-feature dd,
#category_show .result-item-feature dd {
  background-color: #fff;
  border: 1px solid #ccc;
}

@media (max-width: 767px) {
  #contents_search h1,
  #articles_list_search h1,
  #restaurants_list_search h1 {
    font-size: 20px;
    max-width: 500px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #contents_search h1,
  #articles_list_search h1,
  #restaurants_list_search h1 {
    font-size: 18px;
    max-width: 400px;
  }
  #search-scene-md {
    display: none;
  }
  #search-scene-sm {
    display: block;
    margin-top: 30px;
  }
  #restaurant_search h1 {
    margin-left: 15px;
  }
  .search-scene h2 {
    padding-bottom: 8px;
    margin-bottom: 10px;
    border-bottom: 1px solid #4c4c4c;
  }
  .search-scene h2 a {
    color: #fff;
  }
  .search-scene h2 a:hover {
    text-decoration: none;
  }
  .search-scene h2 span {
    position: relative;
    display: block;
    font-size: 15px;
    font-weight: bold;
  }
  .search-scene h2 span em {
    font-style: normal;
  }
  .search-scene h2 a span:after {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    right: 0;
    width: 20px;
    height: 10px;
    background-image: url("/assets/search_bulit_sm_scene-b085f62f.png");
    background-repeat: no-repeat;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
  }
  .search-scene h2 a.collapsed span:after {
    background-position: -20px 0;
  }
  .search-condition .table td section h4 {
    width: 150px;
  }
  .search-condition .table td > section > .checkboxes-title {
    width: 145px;
  }
  #search-pagination {
    margin-top: -20px;
  }
  #contents_search .result-number h1:after,
  #articles_list_search .result-number h1:after,
  #restaurants_list_search .result-number h1:after,
  #category_show .result-number h1:after {
    top: 1px;
  }
}
@media (min-width: 992px) {
  #contents_search h1,
  #articles_list_search h1,
  #restaurants_list_search h1 {
    font-size: 20px;
    max-width: 580px;
  }
  #search-scene-sm {
    display: none;
  }
  .search-scene h2 {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .search-scene h2 span {
    font-size: 15px;
    font-weight: bold;
  }
  .search-scene h2 a {
    color: #fff;
    cursor: default;
  }
  .search-scene h2 a:hover {
    text-decoration: none;
  }
  #restaurant_search .search-condition {
    float: right;
    width: 550px;
    padding-right: 15px;
    padding-left: 15px;
  }
  #restaurant_search .search-scene {
    float: right;
    width: 420px;
    padding-right: 0;
    padding-left: 30px;
  }
  #restaurant_search .search-scene .row {
    margin-right: 0;
    margin-left: 0;
  }
  .search-condition .table th {
    width: 90px;
    font-size: 12px;
  }
  .search-condition .table td {
    padding: 5px 5px;
  }
  .search-condition .table td section h4 {
    width: 140px;
  }
  .search-condition .table td > section > .checkboxes-title {
    width: 135px;
  }
  #search-pagination {
    margin-top: -50px;
  }
}
@media (min-width: 1200px) {
  #contents_search h1,
  #articles_list_search h1,
  #restaurants_list_search h1 {
    font-size: 22px;
    max-width: 700px;
  }
  #restaurant_search .search-condition {
    width: 710px;
    padding-right: 25px;
    padding-left: 15px;
  }
  #restaurant_search .search-scene {
    width: 460px;
    padding-right: 0;
    padding-left: 40px;
  }
  .search-scene h2 a {
    display: block;
    width: 420px;
    height: 100px;
    padding-top: 26px;
    padding-left: 12px;
    background-image: url("/assets/search_scene_h-e66d9f8f.jpg");
    background-repeat: no-repeat;
    background-position: 0 0;
  }
  .search-scene h2 a span {
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-family: "Gothic MB101 Medium";
    line-height: 1.3;
  }
  .search-scene h2 a span em {
    display: block;
    font-size: 30px;
    font-family: "Reimin Light";
    font-weight: normal;
    font-style: normal;
  }
  .search-condition .table th {
    width: 130px;
    font-size: 14px;
  }
  .search-condition .table td {
    padding: 10px 15px;
  }
  .search-condition .table td section h4 {
    width: 170px;
  }
  .search-condition .table td > section > .checkboxes-title {
    width: 165px;
  }
}
#search_result_tab {
  margin-top: 20px;
  margin-bottom: 60px;
}

.contents-restaurant-search-vacancy > div {
  float: left;
}

.vacancy-date input {
  height: 38px;
}

.vacancy-head-count select {
  height: 38px;
}

.search-row {
  padding: 10px 0;
  margin: 0 auto;
}

.search-row > div {
  background: #2d2d2d;
  height: 80px;
  padding: 10px 1px;
}

.search-row > .vacancy-div {
  height: 64px;
}

.search-col {
  display: table;
  text-align: center;
}

.search-col > span {
  display: table-cell;
  vertical-align: middle;
}

.search-col > .buttons {
  vertical-align: bottom;
}

.search-col > .vacancy-buttons {
  padding-top: 20px;
}

.search-col > .vacancy-buttons > button {
  width: auto;
}

.search-text-field {
  border-radius: 10px;
  height: 40px;
  font-size: 14px;
}

.form-inline .search-text-field {
  width: 100%;
}

.vacancy-detail_search {
  margin-top: 30px;
}

.cross {
  font-size: 20px;
  padding-top: 22px;
}

#contents_search .search-row,
#restaurants_list_search .search-row {
  padding: 5px 20px 12px 20px;
  margin-bottom: 10px;
  background-color: #ddd;
}

#restaurants_list_search .search-row {
  background-color: #fff;
}

#contents_search .search-row.restaurants,
#restaurants_list_search .search-row.restaurants {
  width: 850px;
}

#contents_search .search-row.articles,
#restaurants_list_search .search-row.articles {
  width: 570px;
}

#contents_search .search-row > div,
#restaurants_list_search .search-row > div {
  float: left;
  height: auto;
  padding: 0;
  background-color: inherit;
  color: #666;
}

#contents_search .search-row > div span,
#restaurants_list_search .search-row > div span {
  font-weight: bold;
}

#contents_search .search-row > div.area-station-landmark,
#contents_search .search-row > div.keyword,
#restaurants_list_search .search-row > div.area-station-landmark,
#restaurants_list_search .search-row > div.keyword {
  width: 200px;
}

#contents_search .search-row > div.separator-col,
#restaurants_list_search .search-row > div.separator-col {
  width: 25px;
}

#contents_search .search-row > div.vacancy_search,
#restaurants_list_search .search-row > div.vacancy_search {
  width: 265px;
}

#contents_search .search-row > div.search-button,
#restaurants_list_search .search-row > div.search-button {
  float: right;
}

#contents_search .search-col {
  padding-top: 20px;
}

#contents_search .search-row .buttons,
#restaurants_list_search .search-row .buttons {
  padding-top: 20px;
}

#contents_search .search-row .buttons input,
#restaurants_list_search .search-row .buttons input {
  width: 80px;
  font-size: 14px;
}

#restaurants_list_search .search-col {
  padding-top: 10px;
}

#restaurants_list_search .search-row .buttons {
  padding-top: 0px;
}
#restaurants_list_search .search-row .buttons input {
  background-color: #b8a86f;
  border: unset;
  color: #fff;
}
#restaurants_list_search .search-row .buttons input:hover {
  background-color: #9f8c50;
}
#restaurants_list_search .search-row .buttons input:active {
  opacity: 0.7;
}

#contents_search .search-form,
#restaurants_list_search .search-form {
  margin-left: -15px;
}

#articles_list_search .search-form {
  margin: 10px 0;
}

@media (max-width: 1199px) {
  .search-row,
  .search-row_vacancy {
    margin: auto;
  }
  #contents_search .search-row .buttons input,
  #restaurants_list_search .search-row .buttons input {
    width: 80px;
  }
}
@media (max-width: 992px) {
  .cross {
    padding: auto;
  }
  #contents_search .search-row .buttons input,
  #restaurants_list_search .search-row .buttons input {
    width: 50px;
  }
  #contents_search .search-row.restaurants,
  #restaurants_list_search .search-row.restaurants {
    width: 750px;
  }
  #contents_search .search-row.articles,
  #restaurants_list_search .search-row.articles {
    width: 500px;
  }
  #contents_search .search-row > div.area-station-landmark,
  #contents_search .search-row > div.keyword,
  #restaurants_list_search .search-row > div.area-station-landmark,
  #restaurants_list_search .search-row > div.keyword {
    width: 180px;
  }
  #contents_search .search-row > div.vacancy_search,
  #restaurants_list_search .search-row > div.vacancy_search {
    width: 230px;
  }
}
@media (max-width: 767px) {
  #contents_search .search-col .cross,
  #restaurants_list_search .search-col .cross {
    font-size: 18px;
    padding-top: 22px;
  }
  #contents_search .area-station-landmark span,
  #restaurants_list_search .area-station-landmark span {
    font-size: 10px;
  }
  #contents_search .search-row.restaurants,
  #restaurants_list_search .search-row.restaurants {
    width: 675px;
  }
  #contents_search .search-row.articles,
  #restaurants_list_search .search-row.articles {
    width: 430px;
  }
  #contents_search .search-row > div.area-station-landmark,
  #contents_search .search-row > div.keyword,
  #restaurants_list_search .search-row > div.area-station-landmark,
  #restaurants_list_search .search-row > div.keyword {
    width: 150px;
  }
  #contents_search .keyword span,
  #restaurants_list_search .keyword span {
    font-size: 10px;
  }
  #contents_search .vacancy_search span,
  #restaurants_list_search .vacancy_search span {
    font-size: 10px;
  }
}
.btn-search {
  border-radius: 4;
  margin-bottom: 3px;
  max-width: 100px;
}

.search-scene {
  margin: 10px 0 0 18px;
}

.article-premium-sign-up-offer {
  margin: 0px 10px 10px 10px;
  background-color: #fff;
  color: #bba957;
  font-size: 16px;
  line-height: 1.8;
  font-weight: bold;
}

.article-premium-gradation {
  position: relative;
}

.article-premium-gradation-on-article {
  position: absolute;
  bottom: 0;
  height: 200px;
  width: 100%;
  background-image: -webkit-linear-gradient(top, transparent, rgba(255, 255, 255, 0.5), #fff);
}

.article-sign-in {
  margin: 10px 10px 10px 10px;
  background-color: #fff;
  font-size: 14px;
  line-height: 1.5;
  font-weight: bold;
}

.guidance-paid-member-area {
  margin: 10px 0px 40px 0px;
}

.guidance-paid-member .premium-button {
  display: inline-block;
  background-color: #bba957;
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  margin: 10px 0px 10px 0px;
}

.guidance-paid-member .premium-button:hover,
.guidance-paid-member .premium-button:focus {
  border: 1px solid #bba957;
  opacity: 0.5;
}

.article-restaurant-count {
  margin: 18px 0px 18px 0px;
  font-size: 19px;
  line-height: 1.5;
}

.star-restaurant-sign-in {
  margin: 0px 10px 10px 10px;
  background-color: #000;
  color: #daa520;
  font-size: 14px;
  line-height: 1.5;
  font-weight: bold;
}

#contents-search-body {
  min-height: 320px;
}

.vacancy-search-table > tbody > tr > td {
  background-color: #2d2d2d;
  border-bottom: 0px;
  text-align: center;
}

.contents-result-item-left .vacancy-search-time-list {
  margin-top: 5px;
}

.result-item .vacancy-search-time-buttons {
  min-height: 65px;
}

.vacancy-search-time-buttons div {
  padding: 0;
}

.result-item .vacancy-search-plan-link {
  min-height: 20px;
  margin-bottom: 10px;
}

.vacancy-search-time-buttons .buttons-table {
  margin-bottom: 0px;
}

.vacancy-search-time-buttons a.reserve_seat_etc_link,
.contents-result-restaurant .vacancy-search-plan-link a {
  font-size: 13px;
  color: #873;
  font-family: "Gothic MB101 Regular", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, Arial, sans-serif, "HG明朝E";
}

@media (max-width: 1199px) {
  .vacancy-search-time-buttons a.reserve_seat_etc_link {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .vacancy-search-time-buttons a.reserve_seat_etc_link {
    font-size: 11px;
  }
}
.vacancy-search-time-buttons a.reserve_seat_etc_link:before {
  display: inline-block;
  content: "";
  width: 12px;
  height: 9px;
  background-image: url("/assets/pannel_bulit_opn_black-51444f51.png");
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  margin-left: 5px;
}

/* result-restaurant-infoは未使用 */
.result-restaurant-info {
  margin-top: 5px;
  font-size: 12px;
  color: #ccc;
}

.result-restaurant-info > span:not(:last-child):after {
  content: "/";
  padding: 0 8px;
}

#area-cuisine-link {
  margin-bottom: 20px;
}

#area-cuisine-link .restaurant-search-breadcrumb {
  text-align: right;
  padding-right: 67px;
}

#area-cuisine-link .restaurant-search-breadcrumb ol {
  padding: 0;
}

#contents_search .restaurant-search-breadcrumb,
#restaurants_list_search .restaurant-search-breadcrumb {
  float: right;
  margin-top: 5px;
  margin-bottom: 3px;
}

#contents_search .restaurant-search-breadcrumb .breadcrumb,
#restaurants_list_search .restaurant-search-breadcrumb .breadcrumb {
  background-color: #fff;
  padding: 0;
}

#contents_search .restaurant-search-breadcrumb .breadcrumb a,
#restaurants_list_search .restaurant-search-breadcrumb .breadcrumb a {
  color: #873;
}

.sub-contents .search-row {
  background-color: #2d2d2d;
  padding: 10px 15px;
  margin-bottom: 20px;
}

.sub-contents .search-row > div {
  padding: 5px 0 0 0;
  height: auto;
}

.sub-contents .search-row > div.search-btn {
  padding: 15px 0 0 0;
  height: auto;
}

.sub-contents .search-btn {
  clear: both;
}

.sub-contents .search-btn input {
  width: 100%;
  max-width: none;
}

#restaurants_list_search .breadcrumb > li + li:before {
  padding: 0 3px 0 0px;
}

/*******************************************************************************
 tokyo-calendar.jp/star_restaurant/search
*******************************************************************************/
#star_restaurant_search {
  color: #fff;
}

#star_restaurant_search dl {
  margin: 20px 0 20px 0;
  padding: 0 0 5px 0;
  clear: both;
}

#star_restaurant_search dl > dt.news_head {
  min-width: 8em;
  display: block;
  float: left;
}

#star_restaurant_search dl > dt p.new {
  margin: 0;
  float: left;
  width: 36px;
  height: 16px;
  color: #fcd592;
  font-size: 13px;
  line-height: 1.4;
  text-align: center;
}

#star_restaurant_search dl > dt p.date {
  display: block;
  padding-top: 1px;
  float: left;
  font-size: 11px;
  line-height: 1.4;
  margin: 0 10px 0 10px;
  height: 16px;
}

#star_restaurant_search dl > dd.news_body {
  overflow: hidden;
  padding-left: 5px;
  font-size: 14px;
  line-height: 1.1;
}

.result-item-star p.date {
  float: left;
  padding: 0 10px 0 0;
}

.result-item-star p.add {
  color: #fcd592;
}

#scene-mainPic {
  background-color: #fff;
}

@media (min-width: 768px) and (max-width: 991px) {
  #scene-mainPic .container-fluid {
    background-image: url("/assets/star_mainback_s-31442354.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-color: #fff;
  }
  #scene-mainPic .scene-title {
    height: 300px;
  }
  #scene-mainPic h2 {
    width: 368px;
    height: 207px;
    margin: 46px auto 0 auto;
    background-image: url("/assets/star_emblem_s-a5bbcde4.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
  }
  #scene-mainPic .scene-lead {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #fff;
    color: #191919;
    font-size: 20px;
    font-family: "Reimin Light";
    line-height: 2;
    text-align: center;
  }
}
@media (min-width: 992px) {
  #scene-mainPic .container-fluid {
    background-image: url("/assets/star_mainback-d919eb44.jpg");
    background-repeat: no-repeat;
    background-position: center top;
  }
  #scene-mainPic .row {
    display: table;
    width: 950px;
    margin-right: auto;
    margin-left: auto;
  }
  #scene-mainPic .scene-title {
    float: none;
    display: table-cell;
    height: 360px;
    vertical-align: middle;
  }
  #scene-mainPic h2 {
    width: 457px;
    height: 259px;
    margin: 0 auto;
    background-image: url("/assets/star_emblem-75478545.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
  }
  #scene-mainPic .scene-lead {
    float: none;
    display: table-cell;
    height: 360px;
    vertical-align: middle;
    color: #191919;
    font-size: 19px;
    font-family: "Reimin Light";
    line-height: 2;
    text-align: right;
    padding-right: 0;
  }
}
@media (min-width: 1200px) {
  #scene-mainPic .row {
    display: table;
    width: 1170px;
  }
}
.star-restaurant-h1 {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  text-align: inherit;
  margin: initial;
}

#scene-list {
  background-color: #404040;
  margin-bottom: 60px;
  padding-top: 1px;
  padding-bottom: 1px;
}

#scene-list .container-fluid {
  padding-top: 25px;
  padding-bottom: 7px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

#scene-list .col-md-6 {
  border-left: 1px solid #535353;
}

#scene-list li {
  display: block;
  margin-bottom: 18px;
}

#scene-list li:before {
  content: "▶";
  font-size: 8px;
  padding-top: 6px;
  position: absolute;
  margin-left: -16px;
}

#scene-list li > a {
  display: initial;
  height: 28px;
  white-space: nowrap;
  color: #fff;
  font-family: "Reimin Light";
  padding: 0 1px;
  position: relative;
  border-bottom: 1px solid #fff;
}

#scene-list li > a:hover {
  background-color: transparent;
}

@media (min-width: 768px) {
  #scene-list .row {
    width: 720px;
    margin-right: auto;
    margin-left: auto;
  }
  #scene-list div.col-md-6 {
    border: none;
  }
  #scene-list li > a {
    font-size: 19px;
  }
}
@media (min-width: 992px) {
  #scene-list .row {
    width: 949px;
    margin-right: auto;
    margin-left: auto;
  }
  #scene-list ul {
    margin-left: 30px;
  }
  #scene-list li > a {
    font-size: 17px;
  }
}
@media (min-width: 1200px) {
  #scene-list .row {
    width: 1139px;
    margin-right: auto;
    margin-left: auto;
  }
  #scene-list ul {
    margin-left: 45px;
  }
  #scene-list li > a {
    font-size: 19px;
  }
}
.scene-content-head {
  position: relative;
  min-height: 100px;
  margin-bottom: 50px;
  padding-top: 8px;
  padding-left: 120px;
}

.scene-content-head:before {
  content: "Tokyo Star Restaurant";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  background-image: url("/assets/staremb_l-2324fef0.png");
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.scene-content-head h2 {
  margin-top: -2px;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: normal;
  font-family: "Reimin Light";
  line-height: 1.4;
}

.scene-content-head p {
  margin-top: 6px;
  font-size: 14px;
  line-height: 1.6;
  width: 90%;
}

.result-item-star .result-item-head-name {
  padding-right: 70px;
}

#star_restaurant_search .premium-members-link {
  background-color: black;
  width: 300px;
  margin: 0 auto;
  border: 1px solid #444;
}

#star_restaurant_search .premium-members-link a {
  text-decoration: none;
  font-size: 10px;
  color: #fff;
}

#star_restaurant_search .premium-members-link img {
  width: 298px;
}

#star_restaurant_search .supreme-restaurant-message {
  display: inline;
}

#star_restaurant_search .gourmet-story-message {
  display: inline;
}

#star_restaurant_search .premium-members-link-message {
  padding: 2px 0 0 5px;
}

#star_restaurant_search .premium-members-link-message .message-count {
  font-size: 13px;
}

/*******************************************************************************
 tokyo-calendar.jp/bookmark
*******************************************************************************/
#members_bookmark_search {
  color: #fff;
}

#members_bookmark_search header {
  border-bottom: 1px solid #333;
}

#bookmark-breadcrumb {
  margin-bottom: 20px;
}

#members_bookmark_search h1 {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: normal;
  font-family: "Gothic MB101 Medium";
  line-height: 1;
}

.bookmark-search > form {
  padding: 10px;
}

.bookmark-search .input-group > .search-query {
  border-radius: 5px 0 0 5px;
  height: 40px;
  padding-left: 10px;
}

.bookmark-search .input-group-btn:last-child > .btn {
  border-radius: 0 5px 5px 0;
  height: 40px;
}

.bookmark-memo-query {
  width: 100%;
  height: 32px;
  padding: 1px 3px;
  border: 1px solid #bfbfbf;
}

.bookmark-search-button {
  height: 32px;
  padding: 6px 12px;
  width: 78px;
}

@media (min-width: 1200px) {
  .bookmark-title {
    padding-left: 0;
  }
  .bookmark-search {
    padding-right: 0;
  }
}
.bookmark-restaurant-item {
  margin-bottom: 60px;
}

.bookmark-restaurant-item-data-head {
  margin-bottom: 15px;
  font-size: 32px;
  font-family: "Reimin Light";
  font-weight: normal;
  line-height: 1;
}

.bookmark-restaurant-item-data-head span.ruby {
  display: block;
  margin-top: 5px;
  font-size: 12px;
  font-family: "Reimin Medium";
  font-weight: normal;
  line-height: 1;
}

.bookmark-restaurant-item-btns > .navbar {
  min-height: initial;
  margin-bottom: initial;
  float: right;
}

#bookmark-body {
  margin-top: 20px;
}

.bookmark-restaurant-item-table {
  width: 100%;
}

.bookmark-restaurant-item-table .table {
  margin-bottom: 10px;
}

.bookmark-restaurant-item-table .table > tbody > tr > th,
.bookmark-restaurant-item-table .table > tbody > tr > td {
  background-color: transparent;
}

.bookmark-article-item {
  margin-bottom: 20px;
  padding-top: 15px;
  width: 95%;
}

.bookmark-article-item-data-head {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 5px;
  color: #fff;
}

#contents_search .bookmark-article-item-data-head,
#restaurants_list_search .bookmark-article-item-data-head {
  color: #222;
}

.bookmark-article-item-data a:hover,
.bookmark-article-item-data a:active,
.bookmark-article-item-data a:focus {
  opacity: 0.5;
  text-decoration: none;
}

#contents_search .bookmark-article-item-data a:hover .bookmark-article-item-data-head,
#contents_search .bookmark-article-item-data a:active .bookmark-article-item-data-head,
#contents_search .bookmark-article-item-data a:focus .bookmark-article-item-data-head,
#contents_search .bookmark-article-item-data a:hover .bookmark-article-item-data-title,
#contents_search .bookmark-article-item-data a:active .bookmark-article-item-data-title,
#contents_search .bookmark-article-item-data a:focus .bookmark-article-item-data-title,
#contents_search .bookmark-article-item-data a:hover .bookmark-article-item-data-lead,
#contents_search .bookmark-article-item-data a:active .bookmark-article-item-data-lead,
#contents_search .bookmark-article-item-data a:focus .bookmark-article-item-data-lead,
#restaurants_list_search .bookmark-article-item-data a:hover .bookmark-article-item-data-head,
#restaurants_list_search .bookmark-article-item-data a:active .bookmark-article-item-data-head,
#restaurants_list_search .bookmark-article-item-data a:focus .bookmark-article-item-data-head,
#restaurants_list_search .bookmark-article-item-data a:hover .bookmark-article-item-data-title,
#restaurants_list_search .bookmark-article-item-data a:active .bookmark-article-item-data-title,
#restaurants_list_search .bookmark-article-item-data a:focus .bookmark-article-item-data-title,
#restaurants_list_search .bookmark-article-item-data a:hover .bookmark-article-item-data-lead,
#restaurants_list_search .bookmark-article-item-data a:active .bookmark-article-item-data-lead,
#restaurants_list_search .bookmark-article-item-data a:focus .bookmark-article-item-data-lead {
  color: #ba7;
  text-decoration: underline;
}

.bookmark-article-item-data-title {
  margin-top: 4px;
  margin-bottom: 1px;
  font-size: 32px;
  font-weight: 600;
  font-family: "Gothic MB101 Regular", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, Verdana, Arial, sans-serif, HG明朝E;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 10px;
}

#contents_search .bookmark-article-item-data-title,
#restaurants_list_search .bookmark-article-item-data-title {
  color: #222;
  font-family: "Gothic MB101 Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, Verdana, Arial, sans-serif, HG明朝E;
  letter-spacing: 0.07em;
  font-weight: bold;
}

.bookmark-article-item-data .bookmark-rating {
  margin-bottom: 25px;
}

#contents_search .bookmark-article-item-date,
#restaurants_list_search .bookmark-article-item-date {
  color: #666;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 1px;
  overflow: hidden;
  white-space: nowrap;
}

.bookmark-tags-lock-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 6px;
  margin-bottom: 10px;
}

.bookmark-tags-lock-container .bookmark-lock-and-btns {
  display: flex;
  align-items: center;
}

.bookmark-tags-lock-container .lock-image img {
  width: 12px;
  height: 12px;
  margin-right: 5px;
  margin-bottom: 2px;
}

.bookmark-article-item-data > .contents-info-tag {
  float: right;
}

.bookmark-article-item-new {
  background: #fff150;
  color: #000;
  font-weight: bold;
  letter-spacing: 2px;
  width: 51px;
  height: 16px;
  font-size: 11px;
  list-style-type: none;
  padding: 1px;
  overflow: hidden;
  text-align: center;
  white-space: nowrap;
}

#contents_search .bookmark-article-item-new,
#restaurants_list_search .bookmark-article-item-new {
  color: #666;
  background-color: #ff5;
}

.bookmark-article-item-data-lead {
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 1.4;
  color: #ccc;
  margin-bottom: 10px;
}

#contents_search .bookmark-article-item-data-lead,
#restaurants_list_search .bookmark-article-item-data-lead {
  color: #888;
}

.bookmark-photo-item {
  margin-bottom: 60px;
  overflow: hidden;
}

.bookmark-photo-item .bookmark-rating {
  margin-bottom: 5px;
  text-align: center;
}

.bookmark-photo-item-pic {
  padding-right: 0;
  padding-left: 0;
}

.bookmark-photo-item-pic img {
  margin-bottom: 5px;
}

.bookmark-photo-item-data {
  padding-right: 0;
  padding-left: 0;
}

.bookmark-photo-item-data-head {
  margin-bottom: 30px;
  font-size: 21px;
  font-family: "Reimin Medium";
  line-height: 1;
}

.bookmark-photo-item-data-head span.ruby {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  font-family: "Reimin Medium";
  font-weight: normal;
  line-height: 1;
}

#bookmark-photo .bookmark-photo-item-table {
  width: 100%;
}

#bookmark-photo .bookmark-photo-item-table > .table > tbody > tr > th,
#bookmark-photo .bookmark-photo-item-table > .table > tbody > tr > td {
  background-color: transparent;
}

.bookmark-item-memo {
  padding: 0 5px 0 0;
}

.bookmark-item-memo > div {
  position: relative;
}

.bookmark-item-memo > div > label {
  position: absolute;
  top: 0;
  left: -70px;
  width: 70px;
  padding-top: 10px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

.bookmark-item-memo .memo-query {
  width: 100%;
  height: 40px;
  padding: 10px 10px;
  border: 1px solid #b3b3b3;
  background-color: #ccc;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  border-radius: 5px 0 0 5px;
}

.bookmark-item-memo .btn {
  height: 40px;
  padding: 10px 12px;
  width: 78px;
  border-radius: 0 5px 5px 0;
}

.bookmark-article-item-pic img {
  border: 1px solid #ccc;
  border-radius: 5px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .bookmark-restaurant-item,
  .bookmark-article-item {
    margin-bottom: 40px;
  }
  .comment-history-item-pic,
  .comment-history-item-data {
    float: none;
  }
  .comment-history-item-data {
    margin-top: 20px;
  }
  .bookmark-restaurant-item-pic,
  .bookmark-article-item-pic {
    float: none;
    margin-bottom: 20px;
    padding-right: 0;
    padding-left: 0;
  }
  .bookmark-restaurant-item-pic .img-responsive,
  .bookmark-article-item-pic .img-responsive {
    width: 100%;
  }
  .bookmark-restaurant-item-data-head {
    padding-right: 180px;
  }
  .bookmark-restaurant-item-table {
    margin-top: 20px;
  }
  .bookmark-restaurant-item-data,
  .bookmark-article-item-data {
    float: none;
    padding-right: 0;
    padding-left: 0;
  }
  .bookmark-photo-item-pic {
    width: 300px;
    padding-right: 30px;
  }
  .bookmark-photo-item-data {
    width: 420px;
  }
  .bookmark-article-item-data-title {
    font-size: 28px;
    line-height: 1.3;
  }
}
@media (min-width: 992px) {
  .bookmark-restaurant-item-pic,
  .bookmark-article-item-pic {
    padding-left: 0;
  }
  .bookmark-restaurant-item-data,
  .bookmark-article-item-data {
    padding-right: 0;
  }
  .bookmark-restaurant-item-data-head {
    font-size: 28px;
  }
  .bookmark-photo-item {
    width: 475px;
  }
  .bookmark-photo-item:nth-child(2n-1) {
    margin-right: 10px;
  }
  .bookmark-photo-item:nth-child(2n) {
    margin-left: 10px;
  }
  .bookmark-photo-item-pic {
    width: 195px;
    padding-right: 15px;
  }
  .bookmark-photo-item-pic > img {
    min-height: 180px;
  }
  .bookmark-article-item-pic > img {
    max-height: 244px;
    margin: 0 auto;
  }
  .bookmark-photo-item-data {
    min-width: 350px;
  }
  .bookmark-article-item-data-title {
    font-size: 22px;
    line-height: 1.3;
  }
  .bookmark-article-item-date {
    font-size: 12px;
  }
  .bookmark-article-item-data-head {
    font-size: 12px;
  }
  .bookmark-article-item-data .bookmark-rating {
    margin-bottom: 15px;
  }
}
@media (min-width: 1200px) {
  .bookmark-restaurant-item,
  .bookmark-photo-item {
    padding-left: 0;
    padding-right: 0;
  }
  .bookmark-photo-item {
    height: 420px;
    width: 560px;
  }
  .bookmark-photo-item.even {
    max-width: 560px;
    margin-right: 25px;
    padding-left: 0;
    padding-right: 0;
  }
  .bookmark-photo-item.odd {
    width: 560px;
    margin-left: 25px;
    padding-left: 0;
    padding-right: 0;
  }
  .bookmark-article-item-data {
    padding-right: 80px;
  }
  .bookmark-article-item-pic > img {
    max-height: 300px;
    margin: 0 auto;
  }
}
.bookmark-rating {
  margin-bottom: 10px;
}

.bookmark-rating span {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 4px 0 0;
  background-image: url("/assets/favorite_rate_star-27d32d9a.png");
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.bookmark-rating span:last-of-type {
  margin: 0;
}

.bookmark-rating span.off {
  background-position: -20px 0;
}

.article-header-detail-area {
  margin-bottom: 10px;
}

.article-header-detail-area img {
  border-radius: 10px;
}

#bookmark_button_area .btn-group {
  padding: 0 5px;
}

#bookmark_button_area .btn-default-no-gd {
  background: #222;
}

#bookmark_button_area .btn-default-no-gd:active,
#bookmark_button_area .btn-default-no-gd:hover,
#bookmark_button_area .btn-default-no-gd:focus {
  opacity: 0.5;
  transition: 0.3s;
}

#bookmark_button_area .btn {
  margin: 5px 2px;
  border: 1px solid #fff;
  border-radius: 5px;
}

#bookmark_button_area input {
  height: initial !important;
  padding: 8px 12px !important;
}

.label-on-pic {
  position: absolute;
  height: 100%;
  width: 100%;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
}

input.bulk_select.check-on-pic {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 26px;
  height: 26px;
  margin: 0;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  box-shadow: 1px 1px 5px 0px #ccc;
  border-radius: 5px 0 5px 0;
  background-color: #fff;
  cursor: pointer;
  position: relative;
  /* 疑似要素の位置指定のため */
}

/* フォーカス時の青い枠を削除 */
input.bulk_select.check-on-pic:focus {
  outline: none;
}

/* チェック状態のスタイル */
input.bulk_select.check-on-pic:checked {
  background-color: #6c6c6c;
  border-color: #6c6c6c;
}

/* チェック状態でデフォルトのようなチェックマークを表示 */
input.bulk_select.check-on-pic:checked::after {
  content: "";
  position: absolute;
  left: 30%;
  border-right: 4px solid #fff;
  border-bottom: 4px solid #fff;
  height: 18px;
  width: 10px;
  transform: rotate(40deg);
}

#members_browse_history_index #bulk_check_box_header:checked {
  accent-color: #6c6c6c;
}
#members_browse_history_index div.total-count {
  float: none;
  margin-left: 0;
}
#members_browse_history_index .btn-deluxe {
  background: #222;
  border: 1px solid #fff;
  border-radius: 5px;
}
#members_browse_history_index .btn-deluxe:active,
#members_browse_history_index .btn-deluxe:hover,
#members_browse_history_index .btn-deluxe:focus {
  background: #222 !important;
  opacity: 0.5;
  transition: 0.3s;
}
#members_browse_history_index .btn-bookmark-icon img {
  width: 20px;
  height: 20px;
}

.browse-history-buttons-area {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.browse-history-buttons-area label {
  padding-top: 8px;
}
.browse-history-buttons-area .check_control {
  margin-right: 5px;
}
.browse-history-buttons-area .btn-default-no-gd {
  background: #fff;
  color: #222;
  border-radius: 5px;
}
.browse-history-buttons-area .btn-default-no-gd:active,
.browse-history-buttons-area .btn-default-no-gd:hover,
.browse-history-buttons-area .btn-default-no-gd:focus {
  opacity: 0.5;
}

.remove-button-area {
  padding: 0 10px;
}

@media (min-width: 1200px) {
  .browse-history-row > .bookmark-article-item > .bookmark-article-item-data,
  .browse-history-row > .bookmark-restaurant-item > .bookmark-restaurant-item-data,
  .browse-history-row > .bookmark-restaurant-item > .bookmark-restaurant-item-data {
    width: 860px;
  }
}
/*******************************************************************************
 tokyo-calendar.jp/story/search
 tokyo-calendar.jp/story/:id
 tokyo-calendar.jp/curator/search
 tokyo-calendar.jp/curator/:id
*******************************************************************************/
#story_search,
#story_show,
#curator_search,
#curator_show,
#article_tag_show {
  background-color: #fff;
  color: #000;
}

#story_search h1,
#story_show h1,
#curator_search h1,
#curator_show h1,
#article_tag_show h1 {
  color: #000;
}

#article_tag_show h1 {
  font-size: 29px;
  margin: 10px 0;
}

#story-result-breadcrumb {
  background: #000;
  margin-bottom: 20px;
}

#story_search h1 {
  font-size: 29px;
  margin: 10px 0;
}

.story-result-title h1 {
  color: #000;
}

.story-result-search #new_q {
  padding: 10px 0 10px 20px;
}

.story-result-search #new_q .search-query {
  width: 100%;
  height: 32px;
  border-radius: 5px;
}

.story-result-search #new_q .glyphicon {
  z-index: 100;
}

.story-result-search #new_q .btn {
  background-color: #b8a86f;
  font-weight: bold;
  border-radius: 5px;
  text-shadow: none;
  color: #fff;
  font-size: 14px;
  width: 78px;
  height: 30px;
}
.story-result-search #new_q .btn:hover {
  background-color: #9f8c50;
}
.story-result-search #new_q .btn:active, .story-result-search #new_q .btn:focus {
  opacity: 0.7;
  outline: none;
}

#articles_list_search .title-area > h1 {
  margin-top: 15px;
  margin-bottom: 30px;
  font-size: 29px;
  font-weight: normal;
}

#articles_list_search .title-area > h1 {
  margin-bottom: 0;
}

#story_search .story-result-search {
  text-align: right;
  margin-bottom: 15px;
  padding: 0;
  margin-top: 5px;
}

.story-result-search #new_q .input-group > .input-group-btn {
  width: 1%;
  padding-left: 10px;
}

.contents-result-restaurant {
  border-top: 1px dotted #888;
  padding: 15px 0px;
}

.contents-result-item-head-name {
  position: relative;
  margin-bottom: 10px;
  padding-left: 10px;
  font-family: "Gothic MB101 Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, Arial, sans-serif, "HG明朝E";
  line-height: 1;
  padding-top: 6px;
}

.contents-result-item-head-name h2 {
  font-size: 20px;
  margin: 0;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.05em;
}

@media (max-width: 991px) {
  .contents-result-item-head-name {
    font-size: 16px;
  }
  .contents-result-item-head-name h2 {
    font-size: 18px;
  }
  .contents-result-item-head-name div.ruby {
    font-size: 12px;
  }
}
.contents-result-item-head-name a {
  color: #873;
  text-decoration: none;
  line-height: 0.95;
  display: inline-block;
  border-bottom: 1px solid #fff;
}

.contents-result-item-head-name a:hover,
.contents-result-item-head-name a:focus,
.contents-result-item-head-name a:active {
  border-bottom: 1px solid #873;
}

.contents-result-item-head-name div.ruby {
  display: block;
  margin-top: 5px;
  font-size: 10px;
  /*  font-family: "Reimin Regular";*/
  font-family: "Gothic MB101 Medium";
  line-height: 1;
  color: #b3b3b3;
}

.contents-result-item-left .vacancy-search-plan-link {
  min-height: 20px;
  font-size: 13px;
  font-family: "Gothic MB101 Regular", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, Arial, sans-serif, "HG明朝E";
}

@media (max-width: 1199px) {
  .contents-result-item-left .vacancy-search-plan-link {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .contents-result-item-left .vacancy-search-plan-link {
    font-size: 11px;
  }
}
.contents-result-item-left .vacancy-search-plan-link:before {
  display: inline-block;
  content: "";
  width: 15px;
  height: 8px;
  background-image: url("/assets/pannel_bulit_opn_black-51444f51.png");
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  margin-left: 5px;
}

.contents-result-item-head-name span.result-restaurant-area,
.contents-result-item-head-name span.result-restaurant-genre,
.contents-result-item-head-name span.result-restaurant-price,
.contents-result-item-head-name span.result-restaurant-holiday,
.contents-result-item-head-name span.result-restaurant-seats,
.contents-result-item-head-name div.result-restaurant-access {
  font-size: 11px;
  color: #666;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

.contents-result-item-head-name span.result-restaurant-area a {
  color: #666;
  text-decoration: underline;
}

.contents-result-item-head-name span.result-restaurant-genre a {
  color: #666;
  text-decoration: underline;
  margin-left: 8px;
}

.contents-result-item-head-name span.result-restaurant-genre a:first-child {
  margin-left: 0px;
}

.contents-result-item-head-name div.result-restaurant-infos,
.contents-result-item-head-name div.result-restaurant-access {
  margin-top: 5px;
}

.contents-result-item-head-name span:not(:last-of-type):after {
  content: "/";
  padding: 0 8px;
}

.contents-result-item-left {
  padding-right: 20px;
}

.contents-result-item-left .restaurant-caption {
  font-size: 12px;
  color: #222;
  margin-bottom: 3px;
  letter-spacing: 0.5px;
}

.contents-result-item-left img {
  border: 1px solid #ccc;
}

.contents-result-item-left table tbody td {
  padding: 3px 3px;
  border: none;
  background: none !important;
}

.contents-result-item-left table tbody button {
  font-size: 12px;
  padding: 5px;
  border: 1px solid #873;
  background-color: #873;
}

.contents-result-item-left table tbody button:active,
.contents-result-item-left table tbody button:hover,
.contents-result-item-left table tbody button:focus {
  background: #ba7 !important;
}

.contents-result-item-left table tbody button[disabled] {
  border: 1px solid #222;
  background-color: #444;
}

.contents-result-item-left .btn-with-arrow {
  padding: 5px 13px;
  height: auto;
}

.contents-result-item-left .btn-with-arrow:before {
  top: 7px;
}

.mail_reservation-buttons {
  margin-top: 8px;
}

.contents-result-restaurant .restaurant-data-tel-for-reservation-title,
.contents-result-restaurant .restaurant-data-tel-for-reservation {
  font-size: 14px;
  margin-top: 8px;
  padding: 0 0 0 10px;
}

.contents-result-restaurant .restaurant-data-tel-for-reservation {
  color: #3399f3;
}

.contents-result-item-right {
  padding: 0;
}

.contents-result-item-right.free-restaurant {
  padding-left: 15px;
}

@media (max-width: 991px) {
  .contents-result-item-right {
    padding: 0 15px;
  }
}
.contents-result-item-right .result-restaurant-ac-ho-info {
  font-size: 11px;
  color: #ccc;
}

.contents-result-item-right .result-restaurant-ac-ho-info span.access:after {
  content: "/";
  padding: 0 8px;
}

.contents-result-item-right .result-restaurant-ac-ho-info span.holiday:before {
  content: "休：";
  padding: 0 8px;
}

.restaurant-link-article-caption {
  margin: 0;
  padding: 2px;
  color: #fff;
  font-size: 11px;
  text-align: center;
  background-color: #888;
  letter-spacing: 1px;
  width: 95px;
  overflow: hidden;
  white-space: nowrap;
}

#restaurants-search-result .result-item-lead {
  min-height: 36px;
  font-weight: bold;
  margin: 1px 0 4px 0;
  font-size: 14px;
  font-family: "Gothic MB101 Medium";
  line-height: 1.3;
  margin: 0 0 5px 15px;
}

.restaurant-link-article-content p {
  color: #ccc;
  font-size: 12px;
  width: 500px;
}

@media (max-width: 1199px) {
  .restaurant-link-article-content p {
    color: #ccc;
    font-size: 10px;
    width: 400px;
  }
}
@media (max-width: 991px) {
  .restaurant-link-article-content h5 {
    font-size: 12px;
  }
  .restaurant-link-article-content p {
    color: #ccc;
    font-size: 10px;
    width: 230px;
  }
}
.restaurant-link-article-content a {
  color: #fff;
  text-decoration: none;
  border-bottom: 2px dotted;
  line-height: 0.85;
  display: inline-block;
  margin: 0 0 5px 0px;
}

.restaurant-link-article-content a h5 {
  margin: 0 0 2px 0px;
}

.restaurant-link-article-content a:hover,
.restaurant-link-article-content a:focus,
.restaurant-link-article-content a:active {
  border-bottom: 2px solid #000;
}

.vacancy-search-query {
  margin-top: 7px;
  padding: 0;
  line-height: 1;
  font-size: 12px;
}

@media (max-width: 991px) {
  .vacancy-search-query {
    font-size: 11px;
  }
}
.restaurant-link-article-content {
  float: left;
}

.restaurant-link-article-content a.read_continue {
  border-bottom: 1px solid;
  color: #3d99f5;
  line-height: 1;
  letter-spacing: 0.5px;
}

.restaurant-link-article-content a.read_continue:hover,
.restaurant-link-article-content a.read_continue:active,
.restaurant-link-article-content a.read_continue:focus {
  border-bottom: 1px solid #000;
  color: #eccc64;
}

.restaurant-link-article-wrapper > .carouPrev > span,
.restaurant-link-article-wrapper > .carouNext > span {
  background-image: url("/assets/caroubtn_w-13a1885f.png");
}

.restaurant-link-article-wrapper ul {
  box-sizing: content-box;
  padding: 0;
  margin-bottom: 0px;
  overflow: hidden;
}

.restaurant-link-article-wrapper ul li {
  float: left;
  list-style: none;
  margin: 0 5px 0 5px;
  width: 140px;
}

.restaurant-link-article-wrapper ul li a {
  color: #444;
}

.restaurant-link-article-wrapper ul li a:hover,
.restaurant-link-article-wrapper ul li a:focus,
.restaurant-link-article-wrapper ul li a:active {
  color: #873;
  text-decoration: none;
}

.restaurant-link-article-wrapper ul li img {
  width: 140px;
  height: 105px;
  margin: 0 0 10px 0;
  border: 1px solid #ccc;
}

.restaurant-link-article-wrapper ul li p {
  margin: 0 0 5px 0;
  font-size: 11px;
  line-height: 1.2;
  font-family: "Hiragino mincho W3 JIS2004";
  font-weight: normal;
}

.restaurant-link-article-wrapper ul li h3 {
  margin: 0 0 2px 0;
  font-size: 13px;
  line-height: 1.3;
  font-family: "Gothic MB101 Regular", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, Arial, sans-serif, "HG明朝E";
  font-weight: bold;
  color: inherit;
}

#story-result-body {
  min-height: 320px;
  padding: 0 0 40px 0;
}

#story-result-number {
  padding: 13px 0px 10px 10px;
}
#story-result-number p {
  font-size: 29px;
  margin: 15px 0;
}

.area-station-landmark span {
  font-size: 12px;
}

.keyword span {
  font-size: 12px;
}

.vacancy_search span {
  font-size: 12px;
}

.story-result-item {
  margin-right: 15px;
  margin-left: 15px;
  margin-bottom: 50px;
  padding-right: 0;
  padding-left: 0;
  background-position: left top;
  background-repeat: repeat-x;
  overflow: hidden;
}

.curator-result-item {
  margin-right: 20px;
  margin-left: 20px;
  margin-bottom: 20px;
  padding-top: 4px;
  padding-right: 0;
  padding-left: 0;
  border-top: 1px dotted #111;
  overflow: hidden;
}

.story-result-item {
  position: relative;
}
.story-result-item a {
  height: 100%;
}

.story-result-item > a,
.curator-result-item > a {
  margin-top: 16px;
  display: block;
  color: #191919;
}

.story-result-item > a:hover,
.curator-result-item > a:hover {
  background-color: #f3f3f3;
  text-decoration: none;
}

.story-result-item > a > .contents-info {
  padding: 0;
  margin: 0;
}

.story-result-item-photo {
  width: 100%;
  overflow: hidden;
}

.story-result-item-photo > img {
  width: 100%;
}

.story-result-item .lock {
  position: absolute;
  top: 16px;
  height: 25px;
  margin: 5px 0px 0px 5px;
  padding: 3px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
}

.curator-result-item-photo {
  float: left;
  margin-right: 10px;
}

.story-result-item-date {
  margin-top: 14px;
  margin-bottom: 10px;
  color: #666;
  font-size: 12px;
  line-height: 1;
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
}

.story-result-item-title {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #b8a86f;
  margin-top: 15px;
}

#story_show .story-result-item-title {
  color: #000000;
}

#article_tag_page .story-result-item-title {
  color: #000000;
}

.story-result-item-lead {
  font-size: 12px;
  line-height: 2;
  margin-top: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.curator-result-item-title {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.1;
  letter-spacing: 0.05em;
}

.curator-result-item-lead {
  margin-top: 2px;
  font-size: 12px;
  line-height: 1.4;
}

.curator-result-item-description {
  margin-top: 5px;
  font-size: 12px;
  color: #888;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

@media (min-width: 768px) and (max-width: 991px) {
  .story-result-item {
    height: 360px;
    width: 345px;
    margin-bottom: 10px;
  }
  .story-result-item-photo {
    height: 150px;
  }
  .curator-result-item {
    width: 200px;
    height: 150px;
  }
  .curator-result-item-photo {
    height: 150px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .story-result-item {
    height: 400px;
    width: 455px;
    margin-bottom: 10px;
  }
  .story-result-item-photo {
    height: 198px;
  }
  .curator-result-item {
    width: 250px;
    height: 150px;
  }
  .curator-result-item-photo {
    height: 150px;
  }
}
@media (min-width: 1200px) {
  .story-result-title {
    padding-left: 0;
  }
  .story-result-search {
    padding-right: 0;
  }
  #story_show .story-result-item {
    height: 320px;
  }
  #story_search .story-result-item {
    height: 370px;
  }
  .story-result-item {
    height: 385px;
    width: 370px;
    margin-bottom: 10px;
  }
  .story-result-item.n1 {
    margin-left: 0;
  }
  .story-result-item.n3 {
    margin-right: 0;
  }
  .story-result-item-photo {
    height: 160px;
  }
  .curator-result-item {
    width: 250px;
    height: 150px;
  }
  .curator-result-item-photo {
    height: 150px;
  }
}
#story-result-pagination {
  padding-bottom: 40px;
}

#story-result-pagination .pagination li a {
  background-color: transparent;
  border-color: #ebebeb;
  color: #4c4c4c;
}

#story-result-pagination .pagination li a:hover {
  background-color: #666;
  color: #fff;
}

#story-result-pagination .pagination li.active a {
  background-color: #ebebeb;
  border-color: #bfbfbf;
  color: #4c4c4c;
}

#story-result-pagination .pagination li.active a:hover {
  background-color: #ebebeb;
  color: #4c4c4c;
}

.curator-sort-order {
  margin-left: 50px;
}

#curator_search h1 {
  display: inline-block;
}

/*******************************************************************************
 tokyo-calendar.jp/users
*******************************************************************************/
.appeal_paid_member {
  margin: 14px 10px 14px 0;
}

div.paid-member-new input.save {
  width: auto;
}

div.paid-member-new-save input.save {
  width: 120px;
}

div.paid-member-new .btn-default-no-gd {
  background: #820028;
  color: #fff;
  border-radius: 2px;
}

div.paid-member-new .btn-default-no-gd:active,
div.paid-member-new .btn-default-no-gd:hover,
div.paid-member-new .btn-default-no-gd:focus,
[disabled].paid-member-new .btn-default-no-gd {
  border-radius: 2px;
  opacity: 0.65;
  background: #820028;
  border: 1px solid transparent;
}

#paid-member-cancellation-procedure {
  margin-top: 10px;
}

#paid-member-cancellation-description .panel-heading h4.panel-title {
  font-family: inherit;
  margin-top: 30px;
}

ol.nav-itunes-procedure li {
  margin: 5px 0;
}

span.coupon_code {
  margin-right: 120px;
}

/*******************************************************************************
 tokyo-calendar.jp/members/notice
*******************************************************************************/
.notice-badge {
  margin-left: 5px;
  background-color: #cd0f16;
  color: #fff;
}

.notice-badge-left {
  margin-left: 5px;
  background-color: #cd0f16;
  color: #fff;
}

.top-menu-badge {
  position: absolute;
  top: 0px;
  left: 0;
  font-size: 10px;
  font-weight: unset;
  padding: 2px 4px;
  margin: 0;
  letter-spacing: 0px;
  min-width: 10px;
}

#members_notice_message_index .notice-message-title .disseminate_at {
  float: right;
  font-weight: normal;
  font-size: 12px;
}

#members_notice_message_index .notice-message-title {
  border: none;
  border-bottom: 1px solid #000;
}

#members_notice_message_index .table-panel {
  margin-bottom: 0px;
}

#members_notice_message_index .notice-message-table-panel-body {
  padding-bottom: 0px;
}

#members_notice_message_index .table.grid {
  margin-bottom: 0px;
}

#members_notice_message_index div.notice-message-restaurant-info {
  margin: 30px 0 0 0;
  font-size: 13px;
}

/*******************************************************************************
 tokyo-calendar.jp/widget
*******************************************************************************/
body.widget input.use-calendar {
  width: 160px;
}

body.widget input[type=date] {
  width: 150px;
}

body.widget select.input-sm {
  padding: 5px;
  min-width: 45px;
}

.widget-container {
  padding: 5px;
  padding-top: 8px;
}

/* Layout */
body.widget.h-md {
  max-width: 900px;
  min-width: 670px;
}

body.widget.h-md div.element {
  float: left;
  margin-right: 15px;
}

body.widget.v-md {
  max-width: 170px;
  margin-left: auto;
  margin-right: auto;
}

body.widget.v-md div.element {
  max-width: 170px;
  width: 100%;
  margin-bottom: 10px;
  text-align: center;
}

body.widget.v-md .btn {
  width: 100%;
}

/* Color Scheme */
body.widget.light {
  color: #000;
  background-color: #f0f0f0;
}

body.widget.transparent {
  color: #000;
  background-color: transparent;
}

footer .powerd-by-link {
  color: #3399f3;
  display: inline-block;
}

/*******************************************************************************
 tokyo-calendar.jp/widget/reserved_seat/
*******************************************************************************/
#widget_reserved_seat.v-md .poweredby-h,
#widget_reserved_seat.h-md .poweredby-v {
  display: none;
}

#widget_reserved_seat.h-md .poweredby-h,
#widget_reserved_seat.v-md .poweredby-v {
  font-size: 11px;
}

#widget_reserved_seat.h-md .poweredby-h a,
#widget_reserved_seat.v-md .poweredby-v a {
  font-weight: bold;
}

/*******************************************************************************
 tokyo-calendar.jp/questionnaire/
*******************************************************************************/
.questionnaire-header-img {
  position: relative;
  z-index: 1001;
  height: 300px;
  padding: 0;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background-image: url("/assets/questionnaire_header-07d03238.png");
  background-repeat: no-repeat;
  background-position: center top;
}

.questionnaire-title {
  display: table-cell;
}

.questionnaire-title p {
  color: inherit;
  margin: 5px 0 5px 0;
  font-size: 12px;
  line-height: 1;
  font-weight: normal;
  vertical-align: middle;
  color: #2d2d2d;
}

.questionnaire-title h4 {
  color: inherit;
  margin: 20px;
  font-size: 18px;
  line-height: 1;
  font-family: "Reimin Light";
  font-weight: normal;
  vertical-align: middle;
  color: #2d2d2d;
}

.questionnaire-title h5 {
  color: inherit;
  margin: 5px 0 20px 0;
  border-bottom: 2px solid #887634;
}

.questionnaire-caution {
  color: inherit;
  margin: 10px;
  font-size: 26px;
  font-weight: normal;
  vertical-align: middle;
  color: #887634;
  text-align: center;
}

.question-no {
  font-size: 20px;
  font-family: "Reimin Light", "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
  color: #887634;
  margin-top: -8px;
}

.question {
  font-size: 20px;
  font-family: "Reimin Light", "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
  color: #000;
  line-height: 1;
  font-weight: normal;
  margin-top: -5px;
}

.question-caution {
  color: inherit;
  margin: 2px 0 2px 0;
  font-size: 16px;
  line-height: 1;
  font-family: "Reimin Light", "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
  font-weight: normal;
  vertical-align: middle;
  color: #2d2d2d;
}

.questionnaire-complete-text {
  font-size: 24px;
  margin-bottom: 10px;
  color: #2d2d2d;
  text-align: center;
}

#new_questionnaire_answer_header img {
  width: 160px;
}

#new_questionnaire_answer_header table {
  margin-top: -17px;
}

#new_questionnaire_answer_header table > tbody > tr {
  border: 1px solid #887634 !important;
}

#new_questionnaire_answer_header table > tbody > tr > td {
  background-color: #fff;
  border: none;
  height: 140px;
  vertical-align: middle;
}

#new_questionnaire_answer_header .restaurant-name {
  color: #887634;
  font-size: 18px;
  margin-bottom: 8px;
}

#new_questionnaire_answer_header .restaurant-name p {
  font-size: 19px;
}

#new_questionnaire_answer_header .restaurant-name a {
  color: inherit;
  font-size: inherit;
}

#new_questionnaire_answer_header .restaurant-name p:before {
  position: relative;
  content: "　";
  top: -4px;
  width: 15px;
  height: 19px;
  background-image: url("/assets/i_restaurant-69e1d918.png");
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  padding-right: 4px;
}

#new_questionnaire_answer_header .article-caption {
  margin-bottom: 8px;
}

#new_questionnaire_answer_header .article-caption p {
  font-size: 19px;
}

#new_questionnaire_answer_header .article-caption a {
  color: #000;
  font-size: 14px;
  text-decoration: underline;
}

#new_questionnaire_answer_header .article-caption p:before {
  position: relative;
  content: "　";
  top: -4px;
  width: 15px;
  height: 19px;
  background-image: url("/assets/i_article-c802a0d0.png");
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  padding-right: 4px;
}

#new_questionnaire_answer_header .recommend-comment {
  color: #000;
  font-size: 14px;
  font-weight: bold;
}

/*******************************************************************************
 tokyo-calendar.jp/hotel/
*******************************************************************************/
#hotel-mainPic {
  background-color: #000;
  margin-top: -20px;
}

@media (min-width: 768px) and (max-width: 991px) {
  #hotel-mainPic .container-fluid {
    background-image: url("/assets/hotel_mainback_s-fba4265e.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-color: #fff;
  }
  #hotel-mainPic .scene-title {
    height: 300px;
  }
  #hotel-mainPic h2 {
    width: 368px;
    height: 207px;
    margin: 46px auto 0 auto;
    background-image: url("/assets/hotel_emblem-e5f66939.png");
    background-repeat: round;
    background-position: 0 0;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
  }
  #hotel-mainPic .scene-lead {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #fff;
    color: #191919;
    font-size: 20px;
    font-family: "Reimin Light";
    line-height: 2;
    text-align: center;
  }
}
@media (min-width: 992px) {
  #hotel-mainPic .container-fluid {
    background-image: url("/assets/hotel_mainback-cdf134ab.jpg");
    background-repeat: no-repeat;
    background-position: center top;
  }
  #hotel-mainPic .row {
    display: table;
    width: 950px;
    margin-right: auto;
    margin-left: auto;
  }
  #hotel-mainPic .scene-title {
    float: none;
    display: table-cell;
    height: 300px;
    vertical-align: middle;
  }
  #hotel-mainPic h2 {
    width: 457px;
    height: 259px;
    margin: 0 auto;
    background-image: url("/assets/hotel_emblem-e5f66939.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
  }
  #hotel-mainPic .scene-lead {
    float: none;
    display: table-cell;
    height: 300px;
    vertical-align: middle;
    color: #191919;
    font-size: 19px;
    font-family: "Reimin Light";
    line-height: 2;
    text-align: right;
    padding-right: 0;
  }
}
@media (min-width: 1200px) {
  #hotel-mainPic .row {
    display: table;
    width: 1170px;
  }
}
#hotel_show .header-contents .main-photo img {
  margin: 0 auto;
  width: 547px;
}

#hotel_show .header-contents .main-photo-uncontracted img {
  margin: 0 auto;
  width: 347px;
}

#hotel_show .main-contents {
  margin-top: 50px;
  margin-left: 50px;
  margin-right: 50px;
}

#hotel_show .hotel-name {
  color: #000;
}

#hotel_search,
#hotel_show {
  background-color: #fff;
  color: #000;
}

#hotel_search h1,
#hotel_show h1 {
  color: #000;
}

#hotel_search > header,
#hotel_show > header {
  border-bottom: 1px solid #333;
}

#hotel-result-breadcrumb {
  margin: 20px 10px;
}

#hotel-result-breadcrumb .breadcrumb {
  background-color: #fff;
  padding: 0;
}

#hotel-result-breadcrumb .breadcrumb a {
  color: #873;
}

.hotel-result-title h1 {
  color: #000;
}

.hotel-result-search #new_q {
  background-color: #f0f0f0;
  padding: 10px;
}

.hotel-result-search #new_q .search-query {
  width: 100%;
  height: 32px;
  padding: 1px 3px;
  border: 1px solid #ccc;
}

.hotel-result-search #new_q .btn {
  font-size: 14px;
  width: 78px;
  height: 32px;
}

.hotel-result-search #new_q .input-group > .input-group-btn {
  width: 1%;
}

#hotel-result-number {
  padding: 13px 0px 10px 10px;
}

.hotel-result-item {
  margin-right: 15px;
  margin-left: 15px;
  margin-bottom: 50px;
  padding-top: 4px;
  padding-right: 0;
  padding-left: 0;
  background-image: url("/assets/thumbs_line_top-72cf32f8.png");
  background-position: left top;
  background-repeat: repeat-x;
  overflow: hidden;
}

.hotel-result-item > a {
  padding-top: 11px;
  display: block;
  color: #191919;
}

.hotel-result-item > a:hover {
  background-color: #f3f3f3;
  text-decoration: none;
}

.hotel-result-item > a > .contents-info {
  height: 16px;
  margin-bottom: 10px;
  padding-left: 0;
}

.hotel-result-item-photo {
  width: 100%;
  overflow: hidden;
}

.hotel-result-item-photo > img {
  width: 100%;
}

.hotel-result-item-date {
  margin-top: 14px;
  margin-bottom: 10px;
  color: #666;
  font-size: 12px;
  line-height: 1;
}

.hotel-result-item-title {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
}

.hotel-result-item-lead {
  font-size: 12px;
  line-height: 1.4;
}

.uncontract-hotel-result-item {
  margin-right: 15px;
  margin-left: 15px;
  margin-bottom: 50px;
  padding-top: 4px;
  padding-right: 0;
  padding-left: 0;
  background-image: url("/assets/thumbs_line_top-72cf32f8.png");
  background-position: left top;
  background-repeat: repeat-x;
  overflow: hidden;
}

.uncontract-hotel-result-item > a {
  padding-top: 11px;
  display: block;
  color: #191919;
}

.uncontract-hotel-result-item > a:hover {
  background-color: #f3f3f3;
  text-decoration: none;
}

.uncontract-hotel-result-item > a > .contents-info {
  height: 16px;
  margin-bottom: 10px;
  padding-left: 0;
}

.uncontract-hotel-result-item-photo {
  width: 100%;
  overflow: hidden;
}

.uncontract-hotel-result-item-photo > img {
  width: 100%;
}

.uncontract-hotel-result-item-date {
  margin-top: 14px;
  margin-bottom: 10px;
  color: #666;
  font-size: 12px;
  line-height: 1;
}

.uncontract-hotel-result-item-title {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
}

.uncontract-hotel-result-item-lead {
  font-size: 12px;
  line-height: 1.4;
}

.uncontract-hotel-result-item > a {
  padding-top: 11px;
  display: block;
  color: #191919;
}

.uncontract-hotel-result-item > a:hover {
  background-color: #f3f3f3;
  text-decoration: none;
}

.uncontract-hotel-result-item > a > .contents-info {
  height: 16px;
  margin-bottom: 10px;
  padding-left: 0;
}

.uncontract-hotel-result-item-photo {
  width: 100%;
  overflow: hidden;
}

.uncontract-hotel-result-item-photo > img {
  width: 100%;
}

.uncontract-hotel-result-item-date {
  margin-top: 14px;
  margin-bottom: 10px;
  color: #666;
  font-size: 12px;
  line-height: 1;
}

.uncontract-hotel-result-item-title {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
}

.uncontract-hotel-result-item-lead {
  font-size: 12px;
  line-height: 1.4;
}

@media (min-width: 768px) and (max-width: 991px) {
  .hotel-result-item {
    height: 330px;
    width: 345px;
    margin-bottom: 10px;
  }
  .hotel-result-item-photo {
    height: 150px;
  }
  .uncontract-hotel-result-item {
    height: 270px;
    width: 215px;
    margin-bottom: 10px;
  }
  .uncontract-hotel-result-item-photo {
    height: 135px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hotel-result-item {
    height: 350px;
    width: 455px;
    margin-bottom: 10px;
  }
  .hotel-result-item-photo {
    height: 198px;
  }
  .uncontract-hotel-result-item {
    height: 250px;
    width: 285px;
    margin-bottom: 10px;
  }
  .uncontract-hotel-result-item-photo {
    height: 124px;
  }
}
@media (min-width: 1200px) {
  .hotel-result-title {
    padding-left: 0;
  }
  .hotel-result-search {
    padding-right: 0;
  }
  .hotel-result-item {
    min-height: 310px;
    width: 370px;
    margin-bottom: 10px;
  }
  .hotel-result-item.n1 {
    margin-left: 0;
  }
  .hotel-result-item.n3 {
    margin-right: 0;
  }
  .hotel-result-item-photo {
    height: 160px;
  }
  .uncontract-hotel-result-title {
    padding-left: 0;
  }
  .uncontract-hotel-result-search {
    padding-right: 0;
  }
  .uncontract-hotel-result-item {
    height: 269px;
    width: 269px;
    margin-bottom: 10px;
  }
  .uncontract-hotel-result-item.n1 {
    margin-left: 0;
  }
  .uncontract-hotel-result-item.n4 {
    margin-right: 0;
  }
  .uncontract-hotel-result-item-photo {
    height: 160px;
  }
}
#hotel_show .pagination li a {
  background-color: transparent;
  border-color: #ebebeb;
  color: #4c4c4c;
}

#hotel_show .pagination li a:hover {
  background-color: #666;
  color: #fff;
}

#hotel_show .pagination li.active a {
  background-color: #ebebeb;
  border-color: #bfbfbf;
  color: #4c4c4c;
}

#hotel_show .pagination li.active a:hover {
  background-color: #ebebeb;
  color: #4c4c4c;
}

/*******************************************************************************
 TopPage (tokyo-calendar.sg, tokyo-calendar.my, tokyo-calendar.in.th, tokyo-calendar.jp/global_top/search)
*******************************************************************************/
ul.genre_search_content li {
  width: 100%;
  padding: 0px 5px 5px 5px !important;
}

ul.genre_search_content li:last-child {
  padding-bottom: 0px;
}

ul.genre_search_content li div {
  margin-left: 15px;
}

ul.genre_search_content li > span {
  font-weight: bold;
}

ul.genre_search_content li > span.no_restaurant {
  color: #aaaaaa;
}

ul.genre_search_content li div span a {
  font-size: 11px;
}

ul.genre_search_content li div span.cuisine-genre-separator {
  color: #999999;
}

footer ul.genre_search_content {
  padding: 5px;
}

footer ul.genre_search_content li {
  display: table-row;
}

footer ul.genre_search_content li > span.parent_genre_mark {
  display: none;
}

footer ul.genre_search_content li > a,
footer ul.genre_search_content li > span.no_restaurant {
  display: table-cell;
  white-space: nowrap;
}

footer ul.genre_search_content li > div {
  display: table-cell;
  padding-left: 20px;
}

footer ul.genre_search_content li > div a {
  display: inline;
}

#contents_search ul.genre_search_content li div span.cuisine-genre-separator {
  color: #cccccc;
}

.search_clear_title {
  font-size: 12px;
}

.search_clear_link {
  font-size: 11px;
  padding-bottom: 5px;
}

.search_clear_link a {
  margin-left: 15px;
  color: #873;
}

/*************************
** Top新ジャンル
**************************/
footer ul.genre_search_content {
  padding: 5px 0;
}

footer ul.genre_search_content li {
  display: inline-block;
}

ul.genre_search_content li {
  width: 0%;
  padding: 0px 0px 0px 10px !important;
}

/*************************
** 特設ページ
**************************/
#special_background {
  width: 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: auto 100%;
  /**縦幅に合わせる**/
}

#special_background_w {
  width: 100%;
  margin-top: -9px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100% auto;
  /**横幅に合わせる**/
  #background-position: bottom;
}

#special_logo {
  width: auto;
  height: 60px;
  background-color: #121212;
  position: fixed;
  top: 0;
  width: 100%;
  padding: 13px;
  z-index: 1000;
}

#special_banner {
  display: block;
  width: 100%;
  margin-top: 10px;
  #background-color: #000;
}

#special_banner img {
  width: 100%;
}

#special_contents .special_sec_banner img {
  width: 100%;
}

#special_contents {
  display: block;
  #border-right: 5px double #b49e6d;
  #border-left: 5px double #b49e6d;
  width: 72%;
  #background-color: rgba(0, 0, 0, 0.5);
  background-repeat: no-repeat;
  margin: 0 auto;
}

/** 動画サイズ調整 */
#special_contents .movie-panel {
  margin: 0 auto;
}

#special_contents > div > span > div {
  width: 100% !important;
  height: 100% !important;
  margin: 0 auto !important;
  padding: 10px 40px 40px 40px !important;
}

#special_contents .apv-wrapper {
  width: 100% !important;
  height: 100% !important;
  position: relative !important;
  margin: 0 auto !important;
}

#special_contents .apv-container {
  position: relative !important;
  margin: 0 auto !important;
}

#special_story-result-body {
  display: inline-block;
  width: 100%;
}

#special_story-result-body .special_story-result {
  margin: 0 auto;
}

#special_contents .story-result-item > a:hover {
  background-color: rgba(139, 147, 158, 0.2);
  text-decoration: none;
  border-radius: 1px;
}

#special_contents .story-result-item {
  display: inline-block;
  background-image: none;
}

#special_contents .row {
  margin-left: 0px;
  margin-right: 0px;
}

#special_contents .container {
  width: 100%;
  display: block;
}

#special_contents .special_articles {
  #padding: 5px;
}

#special_contents .story-result-item-title {
  color: #f5f5f5;
  font-weight: bold;
  padding-bottom: 5px;
}

#special_contents .story-result-item {
  margin: 5px;
}

#special_contents .story-result-item > a > .contents-info {
  padding-top: 5px;
}

#special_contents .story-result-item > a {
  padding-top: 0px;
}

#special_contents .story-result-item-date {
  color: #8b939e;
}

#special_contents .story-result-item-lead {
  color: #b49e6d;
}

#special_story_title_label {
  #color: #b49e6d;
  color: #f5f5f5;
  text-align: center;
  margin: 5px;
  font-weight: bold;
  font-family: "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", "Reimin Medium", "HG明朝E", sans-serif, "メイリオ", Meiryo, Verdana, Arial;
}

#special_story_title_label .special_story_title_label_sub {
  color: #d9d9d9;
  font-weight: bold;
  font-family: "Reimin Medium", "HG明朝E", sans-serif, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, Arial;
}

#special_contents .contents-info-tag.new {
  #background: #b49e6d;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.1), #8b939e);
}

#special_show > footer {
  clear: both;
}

.official_sponsor_p,
.official_sponsor_s,
.official_sponsor_g,
.official_sponsor_b {
  #margin-bottom: 15px;
}

.official_sponsor_p img,
.official_sponsor_s img,
.official_sponsor_g img,
.official_sponsor_b img {
  padding: 10px 20px 10px 20px;
}

@media (min-width: 1441px) {
  #special_contents .story-result-item {
    width: 340px;
  }
  #special_contents .story-result-item-photo {
    height: 220px;
    border: 6px double #b49e6d;
  }
  #special_story_title_label {
    font-size: 30px;
  }
  .special_story_title_label_sub {
    font-size: 16px;
  }
  .special_story-result {
    width: 1050px;
  }
  #special_contents .movie-panel {
    height: 520px;
    width: 930px;
  }
}
@media (max-width: 1440px) {
  #special_contents .story-result-item {
    width: 340px;
  }
  #special_contents .story-result-item-photo {
    height: 210px;
    border: 6px double #b49e6d;
  }
  #special_story_title_label {
    font-size: 28px;
  }
  .special_story_title_label_sub {
    font-size: 14px;
  }
  .special_story-result {
    width: 700px;
  }
  #special_contents .movie-panel {
    height: 500px;
    width: 890px;
  }
}
@media (max-width: 1212px) {
  #special_contents .story-result-item {
    width: 340px;
  }
  .special_story-result {
    width: 350px;
  }
  #special_contents .movie-panel {
    height: 350px;
    width: 612px;
  }
}
@media (max-width: 768px) {
  #special_contents .story-result-item {
    width: 340px;
  }
  .special_story-result {
    width: 350px;
  }
  #special_contents .movie-panel {
    height: 300px;
    width: 530px;
  }
}
/*************************
** BIZREACH
**************************/
#bizreach_index > .container {
  width: 100%;
  text-align: center;
  background-color: #000;
  #padding: 0px;
}

#bizreach_index .col-lg-12 {
  padding: 0px;
}

#bizreach_content {
  display: inline-block;
}

#bizreach_content .bizreach_pannel {
  background-color: #111;
  background-repeat: no-repeat;
  display: block;
  float: left;
}

.bizreach_font_size_m {
  font-size: 20px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

.bizreach_font_color_red {
  color: #f50000;
  text-shadow: none;
}

#bizreach_content .bizreach_pannel_button {
  float: left;
  margin: 0px 0px 10px 0px;
  display: block;
}

#bizreach_content .bizreach_pannel_lead {
  font-family: "HGP明朝B", serif;
  font-size: 18px;
  display: block;
  margin-left: 10px;
  margin-bottom: 25px;
  text-align: center;
}

#bizreach_content .bizreach_pannel_button div > button:hover {
  color: #b1a561;
}

#bizreach_content .bizreach_pannel_button p {
  margin: 0px;
}

#bizreach_content .bizreach_pannel_button button {
  #border: none;
  border-top: 5px solid #686139;
  border-left: 6px solid #b1a561;
  border-right: 6px solid #b1a561;
  border-bottom: 5px solid #686139;
  width: 420px;
  height: 115px;
  font-size: 24px;
  font-family: "HGP明朝B", serif;
  font-weight: bold;
  margin: 0px 10px 30px 10px;
  text-shadow: none;
}

#bizreach_content .bizreach_pannel_note {
  width: 460px;
  display: block;
  text-align: left;
  padding-left: 30px;
  padding-right: 20px;
  padding-bottom: 15px;
  font-size: 13px;
  color: #ccc;
}

#bizreach_regist_button {
  clear: both;
  text-align: center;
  padding: 30px 0 30px 0;
  background-color: #fff;
  margin-top: -6px;
}

#button_regist_premium a {
  background-color: #ad0000;
  border-color: #ad0000;
  font-size: 22px;
  color: #f5f5f5;
  padding: 10px 150px 10px 150px;
  pointer-events: auto;
  border-bottom: 5px solid #800000;
  border-right: 5px solid #9e0000;
  border-left: 5px solid #ad0000;
  border-top: 5px solid #ad0000;
}

#button_login_regist a {
  #background-color: #948a54;
  #border-color: #948a54;
  #font-size: 22px;
  #color: #f5f5f5;
  #padding: 10px 150px 10px 150px;
  #pointer-events: auto;
  background-color: #ad0000;
  border-color: #ad0000;
  font-size: 22px;
  color: #f5f5f5;
  padding: 10px 150px 10px 150px;
  pointer-events: auto;
  border-bottom: 5px solid #800000;
  border-right: 5px solid #9e0000;
  border-left: 5px solid #ad0000;
  border-top: 5px solid #ad0000;
}

.bizreach_pannel_no_target {
  width: 420px;
  height: 115px;
  border-top: 5px solid #555;
  border-left: 6px solid #9e9e9e;
  border-right: 6px solid #9e9e9e;
  border-bottom: 5px solid #555;
  background-color: #222;
  color: #ccc;
  font-size: 24px;
  vertical-align: center;
  font-family: "HGP明朝B", serif;
  font-weight: bold;
  margin: 0px auto 30px;
  padding-top: 20px;
  text-shadow: 2px 2px 1px #333, -2px 2px 1px #333, 2px -2px 1px #333, -2px -2px 1px #333;
}

.bizreach_pannel_no_target_desc {
  font-size: 14px;
}

#bizreach_description {
  #background: #fff;
  #padding: 10px;
  #margin: 0 auto;
  #padding: 10px;
  #margin-top: -6px;
}

#bizreach_description {
  background: #fff;
  font-family: "HGP明朝B", serif;
}

#bizreach_description .bizreach_description_div {
  display: inline-block;
  background: #333;
  padding: 10px;
  margin: 10px;
}

#bizreach_description p {
  margin: 0px;
  padding: 12px;
}

#bizreach_description .bizreach_description_copy {
  float: left;
  padding: 10px 10px 0px 10px;
  font-size: 15px;
  text-align: left;
}

#bizreach_description .bizreach_description_copy > p {
  line-height: 2;
}

#bizreach_description .bizreach_description_ex {
  text-align: center;
  border: 1px solid #bfa978;
  color: #bfa978;
  #background: #222;
  padding-bottom: 5px;
  margin: 10px 20px 0px 20px;
  font-size: 13px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  float: left;
}

@media (max-width: 1409px) {
  #bizreach_content .bizreach_pannel {
    float: none;
  }
  #bizreach_content .bizreach_pannel_button {
    float: none;
  }
  #bizreach_content .bizreach_pannel_lead {
    margin-top: 10px;
  }
  #bizreach_content .bizreach_pannel_note {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 1199px) {
  #bizreach_description .bizreach_description_copy {
    float: none;
  }
  #bizreach_description .bizreach_description_ex {
    float: none;
  }
}
@media (max-width: 899px) {
  #bizreach_content .bizreach_pannel img {
    width: 100%;
  }
}
/*************************
** CREDIT_SAISON
**************************/
#campaign_credit_saison_index .col-lg-12 {
  padding: 0px;
}

#campaign_credit_saison_index > .container {
  width: 100%;
  background-color: #fff;
  color: #222;
}

.credit_saison_red {
  color: #ff0000;
  font-size: 14px;
}

.credit_saison_white {
  color: #fff;
}

.credit_saison_gold {
  color: #d2b851;
}

.credit_saison_font_s {
  font-size: 10px;
  color: #969696;
}

.credit_saison_font_m {
  font-size: 15px;
  color: #969696;
}

.credit_saison_font_l {
  font-size: 25px;
  font-weight: bold;
}

.credit_saison_pannel {
  background-color: #000;
  #padding: 0 150px 20px 50px;
  text-align: center;
}

.credit_saison_pannel img {
  width: 800px;
  vertical-align: top;
}

.credit_saison_pannel_desc {
  display: inline-block;
  padding: 0px 140px 20px 50px;
  text-align: left;
}

.credit_saison_pannel_desc h3 {
  background: #383838;
  color: #fff;
  display: inline-block;
  padding: 7px 20px 3px 20px;
  text-align: center;
  border: 1px solid #4a4a4a;
}

.credit_saison_pannel_desc p,
ol {
  color: #fff;
}

#credit_saison_condition {
  margin: 20px 150px;
  padding: 5px 20px;
}

#credit_saison_condition h4 {
  color: #222;
}

.credit_saison_restaurant_title {
  background: #000;
  text-align: center;
  font-size: 25px;
  color: #fff;
  display: block;
  padding: 10px;
  margin: 5px auto;
}

#credit_saison_restaurant_list {
  padding: 5px 150px 20px 150px;
}

#credit_saison_restaurant_list h3 {
  color: #873;
  font-weight: bold;
}

#credit_saison_restaurant_list p {
  font-size: 17px;
  color: #222;
}

.credit_saison_place {
  margin-bottom: -16px;
}

.credit_saison_restaurant_row {
  clear: both;
  padding: 10px 30px;
  border-bottom: 1px dotted #aaa;
}

.credit_saison_restaurant_row_img {
  vertical-align: top;
  margin-top: 30px;
  width: 298px;
}

.credit_saison_restaurant_info_div {
  display: inline-block;
  width: 66%;
  margin-left: 20px;
}

.credit_saison_restaurant_info {
  display: inline-block;
  border: 1px solid #aaa;
  width: 100%;
  padding: 5px 20px 0px 20px;
}

credit_saison_restaurant_info div {
  display: inline-block;
}

.credit_saison_restaurant_campaign {
  background: #aaa;
  color: #fff;
  display: inline-block;
  padding: 5px;
  font-size: 13px;
}

.credit_saison_restaurant_campaign_tbl {
  display: inline-block;
  vertical-align: top;
  #display: inline-block;
}

.credit_saison_restaurant_info_tbl {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding: 15px 20px 10px 5px;
}

.credit_saison_restaurant_text_1 {
  width: 100%;
  color: #222;
  font-size: 17px;
  font-weight: bold;
  padding: 15px 0 20px 0;
}

.credit_saison_restaurant_text_2 {
  width: 100%;
  color: #666;
  padding: 0px 15px 0px 0px;
  font-size: 14px;
}

.credit_saison_restaurant_button {
  width: 100%;
  text-align: center;
}

.credit_saison_restaurant_button button:hover {
  background: #008738;
}

.credit_saison_restaurant_button button {
  width: 200px;
  height: 40px;
  background: #0f218b;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border: 1px solid #f5f5f5;
}

.credit_saison_restaurant_button a:hover {
  text-decoration: none;
  background: #bd0039;
}

.credit_saison_restaurant_button a {
  width: 200px;
  height: 40px;
  background: #820028;
  color: #fff;
  border: 1px solid #f5f5f5;
  display: block;
  padding: 9px 0px;
}

.credit_saison_restaurant_info > p {
  line-height: 13px;
  margin-top: 10px;
}

.credit_saison_card {
  border: 1px solid #888;
  padding: 0px 10px 0px 10px;
  color: #333;
  border-radius: 2px;
  display: inline-block;
  margin-top: 5px;
  background: #f5f5f5;
}

@media (max-width: 1384px) {
  .credit_saison_restaurant_row_img {
    vertical-align: top;
    margin: 20px 20px 30px 20px;
    width: 345px;
  }
  .credit_saison_restaurant_info_div {
    width: 100%;
  }
}
/*************************
** 新レストラン検索(PC)
**************************/
#restaurants_list_search .restaurants .search-field {
  display: flex;
}

#restaurants_list_search .restaurants .search-field .cross {
  font-size: 20px;
  padding: 0px 20px;
  margin: 10px;
}

#restaurants_list_search .search-row.restaurants {
  width: 600px;
  display: flex;
}

#restaurants_list_search .search-row > div {
  float: left;
  height: auto;
  padding: 0;
  background-color: inherit;
  margin-left: 20px;
  color: #666;
}

.restaurant-caption {
  margin: 10px 0px 10px 0px;
  font-weight: bold;
  color: #891919;
}

.contents-result-item-right .restaurants-list-article {
  padding: 5px 10px 10px 10px;
}

.contents-result-item-right .restaurant-link-article-caption {
  font-size: 13px;
  margin-bottom: 5px;
  color: #000;
  font-weight: bold;
  text-align: left;
  padding: 0px;
  background-color: #fff;
  width: 100%;
}

.contents-result-item-right .restaurants-list-article ul li .restaurants-list-article-image img,
.contents-result-item-right .restaurants-list-article ul li .restaurants-list-article-image .dummy-image {
  width: 140px;
  height: 100px;
  object-fit: cover;
}

.contents-result-item-right .restaurants-list-article ul li {
  height: 110px;
}

.restaurant-editors-comment-caption {
  font-size: 13px;
  margin: 3px 0px;
  color: #786829;
  font-weight: bold;
  letter-spacing: 1px;
}

.restaurant-editors-comment {
  background-color: #f2f0eb;
  padding: 10px;
  border-radius: 5px;
  margin-top: 10px;
}

.restaurant-editors-comment-text {
  color: #444;
  font-size: 13px;
  line-height: 1.3;
  letter-spacing: 0.5px;
  margin-top: 5px;
}

#restaurants_list_search .collapse-panel-group .panel-heading {
  padding: 5px 0 10px 0;
  border: none;
  float: right;
}

#restaurants_list_search .other-sight-reservation {
  margin-top: 10px;
}

.ebook-image {
  width: auto;
  height: 130px;
  object-fit: cover;
}

.restaurant-published-ebook {
  padding: 11px 11px 0px 11px;
}

#restaurants_list_search .ebook-information {
  padding: 3px 0px;
  display: flex;
  text-decoration: none;
}

.ebook-information-text {
  padding-left: 10px;
}

.ebook-information-text h3 {
  font-size: 13px;
  margin: 3px 4px 6px 0px;
  color: #000;
  font-weight: bold;
  letter-spacing: 1px;
}

.ebook-teaser {
  color: #888;
  font-size: 11.5px;
  line-height: 1.4;
  letter-spacing: 0.8px;
  margin: 5px 0 0 0;
  float: left;
}

.restaurant-published-ebook a:hover h3,
.restaurant-published-ebook a:active h3,
.restaurant-published-ebook a:focus h3,
.restaurant-published-ebook a:hover p,
.restaurant-published-ebook a:active p,
.restaurant-published-ebook a:focus p {
  color: #873;
}

#restaurants_list_search ul.genre_search_content li {
  width: auto;
  display: inline-block;
  line-height: 1.5;
  padding: 0px 0px 0px 10px !important;
}

.contents-result-item-head-name li.result-restaurant-area,
.contents-result-item-head-name li.result-restaurant-genre,
.contents-result-item-head-name li.result-restaurant-price,
.contents-result-item-head-name li.result-restaurant-holiday,
.contents-result-item-head-name li.result-restaurant-seats,
.contents-result-item-head-name li.result-restaurant-access,
.contents-result-item-head-name li.result-restaurant-private-room {
  display: inline;
  font-size: 11px;
  color: #666;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

.contents-result-item-head-name li:not(:last-of-type):after {
  content: "/";
  padding: 0 8px;
}

.result-item-restaurant-img {
  overflow: hidden;
  margin-bottom: 5px;
  position: relative;
  width: 100%;
}

.result-item-restaurant-img:before {
  display: block;
  padding-top: 75%;
}

#result-item-restaurant-gallery {
  height: 257px;
  width: 100%;
  object-fit: cover;
}

.contents-result-restaurant .restaurant-data-tel-for-reservation-title {
  padding: 0px;
}

.contents-result-restaurant .restaurant-data-tel-for-reservation {
  color: #786829;
  padding: 0 0 0 20px;
}

.papercall-reservation-row {
  padding-left: 10px;
  display: flex;
}

.vacancy-search-restaurant-annotation {
  font-size: 12px;
  margin: 10px 0 0 0;
}

#restaurants_list_search .result-item-feature {
  margin-top: 10px;
}

/*************************
** 優待
**************************/
#coupon_content {
  margin: 0;
  background-color: #fff;
}

#coupon_content section {
  margin: 40px 0;
}

#coupon_content img {
  width: 100%;
}

#coupon_content .text-content {
  padding: 40px;
  background-size: 40px 40px;
}

#coupon_content .description {
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
}

#coupon_content .description:before {
  content: "";
  display: block;
  padding-top: 62.5%;
}

#coupon_content .description div.text {
  position: absolute;
  top: 0;
  left: 0;
}

#coupon_content .description div.button {
  position: absolute;
  bottom: 30px;
}

#coupon_content h2 {
  margin: 20px 0;
  color: #b94;
  font-size: 34px;
  font-family: "HGS明朝E", "ヒラギノ明朝 ProN", serif, メイリオ, Meiryo, Verdana, Arial, sans-serif;
  line-height: 1.2;
}

#coupon_content h2.lg {
  font-size: 38px;
}

#coupon_content .description h2 {
  margin: 120px 40px 20px 80px;
  color: #fff;
}

#coupon_content h3 {
  margin: 40px 0 40px 0;
  color: #b94;
  font-size: 34px;
  font-family: "HGS明朝E", "ヒラギノ明朝 ProN", serif, メイリオ, Meiryo, Verdana, Arial, sans-serif;
}

#coupon_content p {
  color: #000;
  font-size: 24px;
  line-height: 1.6;
}

#coupon_content .description p {
  margin: 0 40px 120px 80px;
  color: #fff;
}

#coupon_content p.sm {
  margin-bottom: 40px;
  font-size: 20px;
}

#coupon_content .supplement {
  color: #000;
  font-size: 18px;
}

#coupon_content .tc-link {
  margin-top: 30px;
  text-align: right;
  font-size: 22px;
  font-weight: bold;
}

#coupon_content ul {
  border-top: solid 2px #b94;
  border-bottom: solid 2px #b94;
  font-size: 16px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 10px 0;
  padding: 24px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

#coupon_content ul li {
  list-style: none;
  border-left: solid 4px #b94;
  padding-left: 10px;
}

#coupon_content ul li a {
  color: #111;
}

#coupon_content hr {
  border-top: 1px solid #aaa;
}

#coupon_content .size-adjust1 {
  padding: 60px;
}

#coupon_content .size-adjust2 {
  padding: 0 40px;
}

#coupon_content .size-adjust3 {
  padding: 0 80px;
}

#coupon_content .size-adjust4 {
  padding: 0 70px;
}

@media (max-width: 1399px) {
  #coupon_content h2 {
    font-size: 30px;
  }
  #coupon_content .description h2 {
    margin: 100px 40px 20px 80px;
  }
  #coupon_content p {
    font-size: 22px;
  }
  #coupon_content .size-adjust1 {
    padding: 40px;
  }
  #coupon_content .size-adjust4 {
    padding: 0 40px;
  }
}
@media (max-width: 1199px) {
  #coupon_content h2 {
    font-size: 32px;
  }
  #coupon_content p {
    font-size: 20px;
  }
  #coupon_content .description h2 {
    margin: 80px 0 20px 20px;
    font-size: 32px;
  }
  #coupon_content .description p {
    margin: 0 20px 0 40px;
    font-size: 20px;
  }
  #coupon_content p.sm {
    margin-bottom: 30px;
    font-size: 18px;
  }
  #coupon_content .text-content {
    padding: 20px;
  }
  #coupon_content .tc-link {
    font-size: 20px;
  }
  #coupon_content .size-adjust1 {
    padding: 40px;
  }
  #coupon_content .size-adjust2 {
    padding: 0 20px;
  }
  #coupon_content .size-adjust3 {
    padding: 0 40px;
  }
  #coupon_content .size-adjust4 {
    padding: 0 30px;
  }
  #coupon_content ul {
    padding: 24px 0;
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  #coupon_content h2 {
    font-size: 28px;
  }
  #coupon_content p {
    font-size: 18px;
  }
  #coupon_content p.sm {
    font-size: 16px;
  }
  #coupon_content .description h2 {
    font-size: 28px;
  }
  #coupon_content .description p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  #coupon_content .description h2 {
    margin: 20px 0 20px 20px;
    font-size: 24px;
  }
  #coupon_content .description p {
    margin: 0 0 0 20px;
    font-size: 18px;
  }
}
/**********************************
 ***   東カレ倶楽部ティザー
 **********************************/
@media (max-width: 979px) {
  .br-sp-only::before {
    content: "\a";
    white-space: pre;
  }
}

@media (min-width: 980px) {
  .br-pc-only::before {
    content: "\a";
    white-space: pre;
  }
}

@media (max-width: 979px) {
  .text-left-only-sp {
    margin: 0 10px;
    text-align: left;
  }
}

.club-teaser-top-images {
  width: 100%;
  position: absolute;
  z-index: 1;
}
@media (min-width: 980px) {
  .club-teaser-top-images {
    height: 540px;
  }
}
@media (max-width: 979px) {
  .club-teaser-top-images {
    overflow: hidden;
    height: 345px;
  }
}

.club-teaser-top-image-1,
.club-teaser-top-image-2,
.club-teaser-top-image-3 {
  width: 100%;
}
@media (min-width: 980px) {
  .club-teaser-top-image-1,
  .club-teaser-top-image-2,
  .club-teaser-top-image-3 {
    height: 180px;
  }
}
@media (max-width: 979px) {
  .club-teaser-top-image-1,
  .club-teaser-top-image-2,
  .club-teaser-top-image-3 {
    overflow: hidden;
    height: 115px;
    background-size: cover !important;
  }
}

.club-teaser-top-image-1 {
  background: url("/assets/club-teaser-top-1-20cc32e4.jpg") repeat-x;
  animation: leftSlide 40s linear infinite;
}

.club-teaser-top-image-2 {
  background: url("/assets/club-teaser-top-2-d11f35dc.jpg") repeat-x;
  animation: rightSlide 40s linear infinite;
}

.club-teaser-top-image-3 {
  background: url("/assets/club-teaser-top-3-6c8a4bb4.jpg") repeat-x;
  animation: leftSlide 40s linear infinite;
}

.club-teaser-top-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 2;
}
@media (min-width: 980px) {
  .club-teaser-top-cover {
    height: 540px;
  }
}
@media (max-width: 979px) {
  .club-teaser-top-cover {
    overflow: hidden;
    height: 345px;
  }
}

.club-teaser-top-wrapper {
  position: relative;
  width: 100%;
  text-align: center;
  color: #d0b469;
  background-color: #ffffff;
}
@media (min-width: 980px) {
  .club-teaser-top-wrapper {
    height: 540px;
  }
}
@media (max-width: 979px) {
  .club-teaser-top-wrapper {
    overflow: hidden;
    height: 345px;
  }
}
@media (min-width: 980px) {
  .club-teaser-top-wrapper .club-teaser-top-heading-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
  }
}
@media (max-width: 979px) {
  .club-teaser-top-wrapper .club-teaser-top-heading-wrapper {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 3;
  }
}
@media (min-width: 980px) {
  .club-teaser-top-wrapper .club-teaser-top-heading-wrapper .club-teaser-top-heading-contents {
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 979px) {
  .club-teaser-top-wrapper .club-teaser-top-heading-wrapper .club-teaser-top-heading-contents {
    width: 90%;
    margin: 90px auto;
  }
}
.club-teaser-top-wrapper .club-teaser-top-heading-wrapper .club-teaser-top-heading-contents h1 {
  color: #d0b469;
  font-size: 25px;
  font-weight: 500;
}
@media (min-width: 980px) {
  .club-teaser-top-wrapper .club-teaser-top-heading-wrapper .club-teaser-top-heading-contents h1 {
    font-size: 25px;
  }
}
@media (max-width: 979px) {
  .club-teaser-top-wrapper .club-teaser-top-heading-wrapper .club-teaser-top-heading-contents h1 {
    font-size: 17.5px;
  }
}
.club-teaser-top-wrapper .club-teaser-top-heading-wrapper .club-teaser-top-heading-contents h2 {
  color: #d0b469;
  text-shadow: 0px 0px 5px #000000;
  font-weight: 900;
}
@media (min-width: 980px) {
  .club-teaser-top-wrapper .club-teaser-top-heading-wrapper .club-teaser-top-heading-contents h2 {
    font-size: 50px;
  }
}
@media (max-width: 979px) {
  .club-teaser-top-wrapper .club-teaser-top-heading-wrapper .club-teaser-top-heading-contents h2 {
    font-size: 42px;
  }
}

@media (min-width: 980px) {
  .club-teaser-container {
    margin: 0 auto;
    width: 980px;
  }
}
@media (max-width: 979px) {
  .club-teaser-container {
    margin: 0;
    padding: 0px 15px;
    width: 100%;
  }
}

.club-teaser-bread-crumb {
  z-index: 4;
}
@media (min-width: 980px) {
  .club-teaser-bread-crumb {
    position: absolute;
    top: 30px;
    left: 30px;
  }
}
.club-teaser-bread-crumb ul {
  content: "";
  display: block;
  clear: both;
  padding: 0;
  list-style: none;
}
@media (min-width: 980px) {
  .club-teaser-bread-crumb ul {
    margin: 10px 15px;
  }
}
@media (max-width: 979px) {
  .club-teaser-bread-crumb ul {
    margin: 10px 5px;
  }
}
.club-teaser-bread-crumb ul > li {
  float: left;
  margin-right: 15px;
}
.club-teaser-bread-crumb ul > li a {
  color: #d0b469;
}

.club-teaser-contents-inquiry-btn {
  display: block;
  margin: 45px auto;
  padding: 18px;
  font-size: 25px;
  text-align: center;
  border: solid 1px #d0b469;
  border-radius: 5px;
  width: 100%;
  color: #d0b469;
  background-color: rgba(0, 0, 0, 0);
  transition: 0.3s;
}
.club-teaser-contents-inquiry-btn:hover {
  color: #d0b469;
  background-color: rgba(186, 167, 104, 0.2);
  text-decoration: none;
}

.club-teaser-contents-wrapper {
  margin-bottom: 45px;
}
.club-teaser-contents-wrapper.club-teaser-about-background {
  background: url("/assets/club-teaser-about-e8d8642b.jpg");
  background-size: cover;
}
.club-teaser-contents-wrapper.club-teaser-background-dark {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #222222;
}
.club-teaser-contents-wrapper h2 {
  font-family: Calisto MT, Bookman Old Style, Bookman, Goudy Old Style, Garamond, Hoefler Text, Bitstream Charter, Georgia, serif;
  color: #d0b469;
}
@media (min-width: 980px) {
  .club-teaser-contents-wrapper h2 {
    font-size: 38px;
  }
}
@media (max-width: 979px) {
  .club-teaser-contents-wrapper h2 {
    font-size: 22px;
  }
}
.club-teaser-contents-wrapper p {
  margin-top: 30px;
  margin-bottom: 30px;
  color: #d0b469;
  line-height: 300%;
}
@media (min-width: 980px) {
  .club-teaser-contents-wrapper p {
    font-size: 16px;
  }
}
@media (max-width: 979px) {
  .club-teaser-contents-wrapper p {
    font-size: 12px;
  }
}

/* About */
@media (min-width: 980px) {
  .club-teaser-vide-wrapper {
    margin: 20px auto 50px !important;
    width: 560px !important;
  }
}
@media (max-width: 979px) {
  .club-teaser-vide-wrapper {
    margin-bottom: 50px;
  }
}

@media (min-width: 980px) {
  .club-teaser-video {
    width: 100% !important;
    height: 320px !important;
  }
}

.club-teaser-video iframe {
  border: 3px solid #baa768 !important;
}
@media (min-width: 980px) {
  .club-teaser-video iframe {
    height: 320px !important;
  }
}

.club-teaser-point-section {
  margin-bottom: 45px;
}
.club-teaser-point-section::after {
  content: "";
  display: block;
  clear: both;
}
.club-teaser-point-section .club-teaser-point-article {
  color: #d0b469;
  margin-bottom: 45px;
}
@media (min-width: 980px) {
  .club-teaser-point-section .club-teaser-point-article.club-teaser-point-article-left {
    float: left;
    margin: 0 3% 5px 0;
    width: 47%;
  }
}
@media (max-width: 979px) {
  .club-teaser-point-section .club-teaser-point-article.club-teaser-point-article-left {
    width: 100%;
  }
}
@media (min-width: 980px) {
  .club-teaser-point-section .club-teaser-point-article.club-teaser-point-article-right {
    float: right;
    margin: 0 0 5px 3%;
    width: 50%;
  }
}
@media (max-width: 979px) {
  .club-teaser-point-section .club-teaser-point-article.club-teaser-point-article-right {
    width: 100%;
  }
}
.club-teaser-point-section .club-teaser-point-article .club-teaser-point-icon {
  margin-bottom: 15px;
}
.club-teaser-point-section .club-teaser-point-article .club-teaser-point-icon::after {
  content: "";
  display: block;
  clear: both;
}
.club-teaser-point-section .club-teaser-point-article .club-teaser-point-icon .club-teaser-point-icon-image {
  float: left;
  width: 80px;
}
.club-teaser-point-section .club-teaser-point-article .club-teaser-point-icon .club-teaser-point-caption {
  margin-bottom: 0;
}
@media (min-width: 980px) {
  .club-teaser-point-section .club-teaser-point-article .club-teaser-point-icon .club-teaser-point-caption {
    margin-left: 10px;
    float: left;
  }
}
@media (max-width: 979px) {
  .club-teaser-point-section .club-teaser-point-article .club-teaser-point-icon .club-teaser-point-caption {
    margin-left: 102px;
  }
}
.club-teaser-point-section .club-teaser-point-article .club-teaser-point-icon .club-teaser-point-caption p {
  margin-bottom: 2px;
}
@media (max-width: 979px) {
  .club-teaser-point-section .club-teaser-point-article .club-teaser-point-icon .club-teaser-point-caption p {
    font-size: 10px;
  }
}
.club-teaser-point-section .club-teaser-point-article .club-teaser-point-icon .club-teaser-point-caption .club-teaser-point-caption-heading {
  color: #d0b469;
  display: inline;
  font-size: 18px;
  margin-bottom: 2px;
}
@media (max-width: 979px) {
  .club-teaser-point-section .club-teaser-point-article .club-teaser-point-icon .club-teaser-point-caption .club-teaser-point-caption-heading {
    font-size: 13px;
  }
}
.club-teaser-point-section .club-teaser-point-article .club-teaser-point-explain {
  font-size: 12px;
  line-height: 22px;
  color: #ffffff;
}
.club-teaser-point-section .club-teaser-point-article .club-teaser-point-explain .club-teaser-point-circle-graph-wrapper {
  width: 100%;
  margin: 15px auto;
}
.club-teaser-point-section .club-teaser-point-article .club-teaser-point-explain .club-teaser-point-circle-graph-wrapper .club-teaser-point-circle-graph {
  float: left;
}
@media (min-width: 980px) {
  .club-teaser-point-section .club-teaser-point-article .club-teaser-point-explain .club-teaser-point-circle-graph-wrapper .club-teaser-point-circle-graph {
    width: 300px;
    margin-left: 15%;
  }
}
@media (max-width: 979px) {
  .club-teaser-point-section .club-teaser-point-article .club-teaser-point-explain .club-teaser-point-circle-graph-wrapper .club-teaser-point-circle-graph {
    width: 100%;
  }
}
.club-teaser-point-section .club-teaser-point-article .club-teaser-table-wrapper .club-teaser-table-image {
  width: 100%;
}
.club-teaser-point-section .club-teaser-point-article .club-teaser-avg-table {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}
@media (min-width: 980px) {
  .club-teaser-point-section .club-teaser-point-article .club-teaser-avg-table {
    width: 100%;
  }
}
@media (max-width: 979px) {
  .club-teaser-point-section .club-teaser-point-article .club-teaser-avg-table {
    width: auto;
  }
}
.club-teaser-point-section .club-teaser-point-article .club-teaser-avg-table .club-teaser-table-record-title {
  width: 120px;
}
.club-teaser-point-section .club-teaser-point-article .club-teaser-avg-table, .club-teaser-point-section .club-teaser-point-article .club-teaser-avg-table td, .club-teaser-point-section .club-teaser-point-article .club-teaser-avg-table th {
  font-size: 12px;
  color: #ffffff;
  padding: 10px 8px;
  border: 1px solid #d0b469;
}
@media (max-width: 979px) {
  .club-teaser-point-section .club-teaser-point-article .club-teaser-avg-table, .club-teaser-point-section .club-teaser-point-article .club-teaser-avg-table td, .club-teaser-point-section .club-teaser-point-article .club-teaser-avg-table th {
    width: 180px;
  }
}
.club-teaser-point-section .club-teaser-point-article .club-teaser-avg-table .club-teaser-table-heading {
  font-size: 16px;
  color: #d0b469;
  text-align: center;
}
.club-teaser-point-section .club-teaser-point-article .club-teaser-avg-table .club-teaser-avg-salary {
  font-size: 14px;
  color: #d0b469;
}
.club-teaser-point-section .club-teaser-point-image.club-teaser-point-image-left {
  float: left;
}
@media (min-width: 980px) {
  .club-teaser-point-section .club-teaser-point-image {
    float: left;
    width: 47%;
    height: 360px;
  }
}
@media (max-width: 979px) {
  .club-teaser-point-section .club-teaser-point-image {
    margin-top: 30px;
    width: 100%;
  }
}
.club-teaser-point-section .club-teaser-point-image img {
  width: 100%;
  height: auto;
}

.club-teaser-point-caution {
  margin-bottom: 10px;
  padding: 10px;
  text-align: center;
  line-height: 27px;
  width: 100%;
  color: #d0b469;
  border: 3px solid #d0b469;
}
@media (min-width: 980px) {
  .club-teaser-point-caution {
    padding-top: 20px;
    font-size: 14px;
  }
}
@media (max-width: 979px) {
  .club-teaser-point-caution {
    padding-top: 10px;
    font-size: 12px;
  }
}

.club-teaser-point-caution-caption {
  margin-bottom: 45px;
}
@media (max-width: 979px) {
  .club-teaser-point-caution-caption {
    font-size: 12px;
  }
}
.club-teaser-point-caution-caption::after {
  content: "";
  display: block;
  clear: both;
}
.club-teaser-point-caution-caption p {
  float: right;
}

/* Menu */
.club-teaser-menu-heading {
  margin-bottom: 45px;
  color: #d0b469;
  text-align: center;
}

.club-teaser-menu-list {
  margin: 0;
  margin-bottom: 30px;
  padding: 0;
  list-style: none;
}
@media (max-width: 979px) {
  .club-teaser-menu-list {
    overflow-x: scroll;
  }
}
.club-teaser-menu-list::after {
  content: "";
  display: block;
  clear: both;
}
.club-teaser-menu-list > li {
  float: left;
  margin-right: 4%;
}
@media (min-width: 980px) {
  .club-teaser-menu-list > li {
    width: 22%;
  }
}
@media (max-width: 979px) {
  .club-teaser-menu-list > li {
    width: 100%;
    margin-bottom: 30px;
  }
}
.club-teaser-menu-list > li:last-child {
  margin-right: 0;
}
.club-teaser-menu-list > li .club-teaser-menu-item-thumb img {
  margin: 0;
  width: 100%;
}
.club-teaser-menu-list > li h3 {
  margin: 20px 0;
  font-size: 16px;
  font-weight: 700;
  color: #d0b469;
  text-align: center;
}
.club-teaser-menu-list > li .club-teaser-menu-item-explain {
  padding: 0 5px;
  font-size: 12px;
}

.club-teaser-menu-caution {
  margin: 0 5px;
}
.club-teaser-menu-caution p {
  font-size: 12px;
  margin: 0;
}

/* Schedule */
.club-teaser-schedule-heading {
  text-align: center;
  margin-bottom: 35px;
}

.club-teaser-schedule-table {
  margin: 30px auto;
  width: 80%;
}
.club-teaser-schedule-table .club-teaser-schedule-cell:after {
  content: "";
  display: block;
  clear: both;
}
.club-teaser-schedule-table .club-teaser-schedule-cell .club-teaser-step-icon {
  font-family: Calisto MT, Bookman Old Style, Bookman, Goudy Old Style, Garamond, Hoefler Text, Bitstream Charter, Georgia, serif;
  font-size: 12px;
  float: left;
  margin-right: 10px;
  width: 60px;
  height: 60px;
  text-align: center;
  color: #000000;
  background-color: #d0b469;
  border-radius: 50%;
}
.club-teaser-schedule-table .club-teaser-schedule-cell .club-teaser-step-icon:after {
  content: "";
  display: block;
  clear: both;
}
.club-teaser-schedule-table .club-teaser-schedule-cell .club-teaser-step-icon p {
  color: #000000;
  margin: 0;
  line-height: 100%;
  padding-top: 10px;
}
.club-teaser-schedule-table .club-teaser-schedule-cell .club-teaser-step-icon span {
  font-size: 24px;
}
.club-teaser-schedule-table .club-teaser-schedule-cell .club-teaser-step-contents {
  margin-left: 70px;
}
.club-teaser-schedule-table .club-teaser-schedule-cell .club-teaser-step-contents .club-teaser-step-contents-heading {
  line-height: 100%;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  border-bottom: 1px solid #d0b469;
}
.club-teaser-schedule-table .club-teaser-schedule-cell .club-teaser-step-contents .club-teaser-step-contents-explain {
  line-height: 100%;
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 140%;
  color: #ffffff;
  font-size: 12px;
}
.club-teaser-schedule-table .club-teaser-step-allow {
  line-height: 100%;
  margin-top: 0;
  margin-bottom: 10px;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  color: #d0b469;
}

/* Contact */
.club-teaser-contact-heading {
  margin-bottom: 45px;
  color: #d0b469;
  text-align: center;
}

.club-teaser-contact-inquiry,
.club-teaser-contact-document-request {
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 25px;
  text-align: center;
  display: block;
  color: #d0b469;
  border: 3px solid #d0b469;
  border-radius: 5px;
  margin: 30px auto;
  transition: 0.3s;
}
@media (min-width: 980px) {
  .club-teaser-contact-inquiry,
  .club-teaser-contact-document-request {
    width: 80%;
  }
}
@media (max-width: 979px) {
  .club-teaser-contact-inquiry,
  .club-teaser-contact-document-request {
    width: 100%;
  }
}

.club-teaser-contact-document-request {
  color: #222222;
  background-color: #d0b469;
}
.club-teaser-contact-document-request:hover {
  color: #222222;
  text-decoration: none;
  background-color: rgba(186, 167, 104, 0.6);
}

.club-teaser-contact-inquiry:hover {
  color: #d0b469;
  text-decoration: none;
  background-color: rgba(186, 167, 104, 0.2);
}

.club-teaser-privacy-policy,
.club-teaser-privacy-policy:hover {
  margin-bottom: 35px;
  display: block;
  text-align: center;
  text-decoration: underline;
  color: #d0b469;
}

/* Animation */
@keyframes rightSlide {
  0% {
    background-position: -1800px 0px;
  }
  100% {
    background-position: 0px 0px;
  }
}
@keyframes leftSlide {
  0% {
    background-position: 0px 0px;
  }
  100% {
    background-position: -1800px 0px;
  }
}
.large-caption-div {
  margin-top: 20px;
  margin-bottom: 10px;
}

.large-caption-div.grid {
  display: grid;
  grid-template-columns: min-content 1fr;
}

.large-caption-icon {
  width: 36px !important;
  height: 36px !important;
  padding: 0px !important;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.large-caption-text {
  margin: 0 0 0px 5px !important;
  padding: 5px;
  color: black;
}

.credit-card-remarks {
  margin-bottom: 20px;
}

.help-top,
.help-category-top {
  padding: 30px 15px 30px 15px;
}
.help-top h1,
.help-category-top h1 {
  font-size: 42px;
  font-weight: 800;
  margin: unset;
}

.help-category-top h1:before {
  content: "Q. ";
}

.help-category {
  font-size: 17px;
  padding-top: 5px;
}
.help-category ul {
  list-style: none;
  margin-top: 10px;
  padding: unset;
  column-count: 3;
}
.help-category p {
  padding-left: 18px;
  margin-bottom: 30px;
}
.help-category p:before {
  content: "Q. ";
  color: #bba957;
}
.help-category hr {
  border-top: 0.1px solid #707070;
  margin-top: 5px;
}
.help-category a {
  color: #fff;
}
.help-category a:hover, .help-category a:focus {
  text-decoration: none;
  opacity: 0.5;
  transition: 0.3s;
}

.inquery-button-field {
  margin: 70px 0 50px 0;
  text-align: center;
}
.inquery-button-field p {
  font-size: 17px;
}
.inquery-button-field a {
  border-radius: 5px;
  padding: 15px 80px;
  background-color: #fff;
  color: #222;
  font-size: 17px;
  font-weight: bold;
  text-decoration: none;
}
.inquery-button-field a:hover, .inquery-button-field a:focus {
  opacity: 0.5;
  transition: 0.3s;
}
.inquery-button-field .inquery-attention {
  margin-bottom: 35px;
  font-size: 14px;
  color: #bba957;
}

.help-category-content {
  margin-top: 20px;
}
.help-category-content ul {
  list-style: none;
  margin-top: 10px;
  padding: unset;
}
.help-category-content p {
  font-size: 18px;
  padding: 0 18px 15px 15px;
  margin: unset;
  background: url("/assets/sp_bullet_close-b0d763ae.png") no-repeat right center;
  background-size: 20px 11px;
}
.help-category-content p:before {
  content: "・";
}
.help-category-content .selected {
  background-image: url("/assets/sp_bullet_open-d006021d.png");
}
.help-category-content div {
  display: none;
  background-color: #333;
  padding: 10px;
  font-size: 10px;
  margin: 5px 30px 28px 30px;
  border: 1px solid #fff;
  border-radius: 10px;
}
.help-category-content .help-content {
  margin: unset;
  color: #fff;
  background: unset;
  padding: 20px 30px;
  font-size: 16px;
}
.help-category-content .help-content:before {
  content: unset;
}
.help-category-content .help-content a {
  color: #bba957;
}
.help-category-content .help-content a:hover, .help-category-content .help-content a:focus {
  text-decoration: none;
  opacity: 0.5;
  transition: 0.3s;
}
.help-category-content hr {
  border-top: 0.1px solid #707070;
  margin-top: 0px;
}
.help-category-content .img-responsive {
  margin-top: 30px;
}

.display-flex {
  display: flex;
}

.flex-center {
  justify-content: center;
}

.column-gap-4rem {
  column-gap: 4rem;
}

/**********************************
 ***   プレミアム登録
 **********************************/
#payjp_prepaid_member_confirm .paid-member-remarks {
  font-size: 12px;
  margin: 1rem 0;
  color: #c1c1c1;
}
#payjp_prepaid_member_confirm .paid-member-remarks .label-head {
  font-size: 13px;
  color: #fff;
}
#payjp_prepaid_member_confirm .paid-member-remarks p {
  width: 70%;
  margin: 0 auto;
}

.premium-member-regist-panel {
  width: 800px;
  border-radius: 20px;
  border: 4px solid #999999;
  margin: 50px auto;
}
.premium-member-regist-panel .panel-body {
  padding: 0;
}
.premium-member-regist-panel .regist-caution {
  padding: 1px 15px;
  margin: 50px 49px 0px 49px;
  background: #222222;
}
.premium-member-regist-panel .paid-member-remarks {
  font-size: 14px;
  font-weight: 500;
  margin: 15px 0;
  color: #999999;
  line-height: 20px;
}
.premium-member-regist-panel .paid-member-remarks .label-head {
  font-size: 14px;
  font-weight: 800;
  color: #fff;
}
.premium-member-regist-panel .paid-member-remarks p {
  width: 100%;
  margin: 0 auto;
}
.premium-member-regist-panel .paid-member-new {
  margin-top: 40px;
  display: inline-block;
  width: 100%;
}
.premium-member-regist-panel .paid-member-new .btn-default-no-gd {
  width: 100%;
  border-radius: 10px;
  padding: 25px 5px;
  font-size: 23px;
  font-weight: 800;
  text-overflow: ellipsis;
  border: #bba957;
  background: #bba957;
  text-shadow: none;
}
.premium-member-regist-panel .paid-member-new .btn-default-no-gd:hover, .premium-member-regist-panel .paid-member-new .btn-default-no-gd:active, .premium-member-regist-panel .paid-member-new .btn-default-no-gd:focus {
  border-radius: 10px;
  opacity: 0.65;
  background: #bba957;
  outline: unset;
  border: 1px solid transparent;
  text-shadow: none;
}
.premium-member-regist-panel details {
  margin: 0px 49px;
}
.premium-member-regist-panel details::after {
  content: "";
  display: block;
  margin-top: 15px;
  height: 1px;
  background-color: #222222;
}
.premium-member-regist-panel summary {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  color: #999999;
}
.premium-member-regist-panel summary::marker,
.premium-member-regist-panel summary::-webkit-details-marker {
  display: none;
}
.premium-member-regist-panel summary:after {
  content: url("/assets/sp_bullet_close-b0d763ae.png");
  font-size: 18px;
  opacity: 0.5;
  transition: transform 0.1s ease;
}
.premium-member-regist-panel details[open] summary:after {
  transform: rotate(180deg);
}
.premium-member-regist-panel .registed-credit {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 4rem;
  margin: 50px 49px 0px 49px;
}
.premium-member-regist-panel .registed-credit-remark {
  text-align: center;
  font-size: 11px;
  padding: 15px 49px;
  color: #c1c1c1;
  border-bottom: 1px dotted #999999;
}

.sns-signin-btn-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.google-signup-btn {
  background: transparent;
  border: unset;
  padding: unset;
  height: 40px;
  margin: 10px;
}

.facebook-login-btn {
  background: #3579ea;
  color: #fff;
  width: 175px;
  height: 40px;
  font-size: 15px;
  margin: 10px;
}
.facebook-login-btn:focus, .facebook-login-btn:hover {
  outline: unset;
  background-color: #165fd4;
}
.facebook-login-btn:active {
  background-color: #114aa6;
}

.line-login-btn {
  background: #06c755;
  color: #fff;
  width: 175px;
  height: 40px;
  font-size: 15px;
  padding: 1px 0px 0px 0px;
  text-align: left;
  margin: 10px;
}
.line-login-btn:focus, .line-login-btn:hover {
  outline: unset;
  background-color: #06c755;
  opacity: 0.9;
}
.line-login-btn:active {
  background-color: #06c755;
  opacity: 0.7;
}

.line-login-btn img {
  border-right: 1px solid rgba(0, 0, 0, 0.08);
  opacity: 0.9;
  width: 34px;
  padding: 3px 2px 3px 0px;
  margin-left: 4px;
  vertical-align: middle;
}

.line-login-btn span {
  margin-left: 12px;
}

.line-signup-btn span {
  margin-left: 19px;
}

.text-left-label {
  text-align: left;
  margin-left: 25px;
}

.signup-panel {
  margin: 40px 20%;
  border-color: #fff;
  font-size: 13px;
}
.signup-panel .panel-heading {
  color: #fff;
  background-color: unset;
  text-align: center;
  font-weight: 800;
  font-size: 42px;
  margin: 0 15px;
  border-color: #fff;
}
.signup-panel input[type=checkbox] {
  height: 24px;
}
.signup-panel .panel-body {
  margin: 20px auto;
  width: 70%;
}
.signup-panel .panel-body label {
  font-weight: unset;
  font-size: 20px;
}
.signup-panel .panel-body .user-sign-up-row {
  text-align: center;
}
.signup-panel .panel-body .user-sign-up-row btn {
  text-shadow: none;
}
.signup-panel .panel-body h4 {
  margin-top: 40px;
  font-size: 27px;
  font-weight: 800;
}
.signup-panel .panel-body .signup_email {
  width: 90%;
  margin: 0 auto;
}

#user_sign_up_new .btn-default-gold,
#sys_sessions_new .btn-default-gold {
  font-size: 20px;
}
#user_sign_up_new .input-sm,
#sys_sessions_new .input-sm {
  font-size: 16px;
  height: 40px;
}
#user_sign_up_new .inline-row,
#sys_sessions_new .inline-row {
  font-size: 18px;
  margin-bottom: 10px;
}
#user_sign_up_new .app-dl-back_img,
#sys_sessions_new .app-dl-back_img {
  text-align: center;
  margin-top: 45px;
}
#user_sign_up_new .app-dl-back_img a img,
#sys_sessions_new .app-dl-back_img a img {
  margin: 0 15px;
  width: 150px;
}

#user_sign_up_new .msg-notice,
#sys_sessions_new .msg-notice,
#welcome_index .msg-notice,
#sys_registrations_create .msg-notice,
#members_browse_history_index .msg-notice {
  font-size: 17px;
  font-weight: 800;
  color: #fff;
}
#user_sign_up_new .alert-info,
#sys_sessions_new .alert-info,
#welcome_index .alert-info,
#sys_registrations_create .alert-info,
#members_browse_history_index .alert-info {
  background-color: #333;
  border: 2px solid #fff;
  border-radius: 10px;
}

#sys_registrations_new .button-area a {
  color: #bba957;
}

.credit-card-newly-regist {
  padding: 50px 49px 20px 49px;
}
.credit-card-newly-regist .credit_card_newly_registration-title {
  font-size: 30px;
  font-weight: 800;
}
.credit-card-newly-regist .available-credit-cards {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 15px;
  font-weight: 500;
  grid-column-gap: 15px;
  margin-top: 30px;
  margin-right: -10px;
}
.credit-card-newly-regist .available-credit-cards img {
  width: 40px;
  margin: 0 7px;
}
.credit-card-newly-regist .display-flex {
  margin-top: 3rem;
}
.credit-card-newly-regist .display-flex label {
  font-weight: unset;
}
.credit-card-newly-regist .display-flex .label-field {
  width: 15rem;
  text-align: right;
}
.credit-card-newly-regist .display-flex .cvv-img {
  position: relative;
  bottom: 10px;
  right: 18px;
}
.credit-card-newly-regist .display-flex .cvv-img img {
  width: 8rem;
}

.coupon-field {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 4rem;
  margin: 15px 0px;
}
.coupon-field .btn-info {
  background-color: #bfab63;
  border-color: #bfab63;
  background-image: none;
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 0px 3px 3px 0;
}
.coupon-field .form-control {
  border-radius: 3px 0 0 3px;
}
.coupon-field .coupon-code-caution {
  font-size: 11px;
  color: #c1c1c1;
}

.signup-description {
  margin: 50px 0px;
  text-align: center;
}
.signup-description .signup-agreement {
  font-size: 18px;
  font-weight: 800;
  margin: 0px 49px;
}
.signup-description p {
  text-align: left;
}
.signup-description a {
  color: #bba957;
}

.devise-link a {
  border-radius: 5px;
  padding: 15px 80px;
  background-color: #fff;
  color: #222;
  font-size: 17px;
  font-weight: bold;
  text-decoration: none;
}
.devise-link a:hover, .devise-link a:focus {
  opacity: 0.5;
  transition: 0.3s;
}
.devise-link {
  margin-top: 20px;
}

.premium-service-menu {
  display: flex;
  justify-content: center;
  column-gap: 40px;
}
.premium-service-menu span {
  font-size: 10px;
}
.premium-service-menu .price-text {
  background-color: #bfab63;
  color: #fff;
  text-align: center;
  font-size: 17px;
  padding: 5px;
  height: fit-content;
}
.premium-service-menu .price-text p {
  padding: 0 10px;
  border: 2px solid #fff;
  margin: 0;
}

.premium-form-anker {
  margin: 0 auto;
  background-color: #77152a;
  color: #fff;
  border-radius: 30px;
  padding: 15px 65px;
  font-size: 16px;
  display: block;
  width: 40%;
}
.premium-form-anker:hover {
  color: #fff;
  opacity: 0.6;
  text-decoration: unset;
}

.premium-text {
  color: #b8a86f;
  font-family: serif;
  font-size: 35px;
  margin-bottom: 15px;
}

.app-description-balloon {
  position: relative;
  margin: 1.5em 180px;
  padding: 5px 10px;
  background: #fff;
  border: 5px solid #b8a86f;
  border-radius: 10px;
}
.app-description-balloon h3 {
  color: #b8a86f;
  font-family: serif;
  font-size: 26px;
  margin: 10px 0 5px;
  text-align: center;
}
.app-description-balloon h4 {
  margin: 2rem 5rem;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 1px;
  color: #000;
}
.app-description-balloon p {
  color: #000;
  margin-bottom: unset;
  margin-top: 20px;
  font-size: 12px;
  font-weight: bold;
}
.app-description-balloon img {
  width: 150px;
}
.app-description-balloon:before {
  content: "";
  position: absolute;
  top: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-bottom: 12px solid #fff;
  z-index: 2;
}
.app-description-balloon:after {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-bottom: 13px solid #b8a86f;
  z-index: 1;
}

.super-banner-field {
  background-color: #222;
}
.super-banner-field .banner-super-container {
  float: none;
  margin: auto;
  padding: 15px;
  width: fit-content;
  height: auto;
}
.super-banner-field .banner-super-container img {
  max-height: 200px;
  margin: auto;
}
@media (min-width: 768px) {
  .super-banner-field .banner-super-container img {
    max-width: 750px;
  }
}
@media (min-width: 992px) {
  .super-banner-field .banner-super-container img {
    max-width: 970px;
  }
}
@media (min-width: 1200px) {
  .super-banner-field .banner-super-container img {
    max-width: 1170px;
  }
}

.sub-contents .sidebar-search-form .sidebar-search-row .article-search-center span {
  font-size: 17px;
  font-weight: bold;
}

.sidebar-search-row .btn-calm {
  background-color: #b8a86f;
  border-color: #b8a86f;
  font-size: 16px;
  font-weight: bold;
}
.sidebar-search-row .btn-calm:active, .sidebar-search-row .btn-calm:focus, .sidebar-search-row .btn-calm:hover {
  outline: unset;
  background-color: #b8a86f !important;
}

.sub-contents .sidebar-search-form ul.search-content {
  background-color: #000;
}

#welcome_index .sub-contents .sidebar-panel ul.search-content li,
#comments_show .sub-contents .sidebar-panel ul.search-content li,
#article_show .sub-contents .sidebar-panel ul.search-content li {
  display: block;
  line-height: 1.5;
  padding: 10px 0 0 10px !important;
  border-bottom: 1px solid #808080;
}
#welcome_index .sub-contents .sidebar-panel ul.search-content li a,
#comments_show .sub-contents .sidebar-panel ul.search-content li a,
#article_show .sub-contents .sidebar-panel ul.search-content li a {
  vertical-align: top;
}

#welcome_index .sub-contents .sidebar-search-form ul.area_search_content li:before,
#comments_show .sub-contents .sidebar-panel ul.area_search_content li:before,
#article_show .sub-contents .sidebar-panel ul.area_search_content li:before {
  display: inline-block;
  content: "";
  background-repeat: no-repeat;
  width: 25px;
  height: 20px;
  background-size: contain;
  background-image: url("/assets/area_gold_white-4d1c33b8.png");
}

#welcome_index .sub-contents .sidebar-search-form ul.genre_search_content li,
#comments_show .sub-contents .sidebar-panel ul.genre_search_content li,
#article_show .sub-contents .sidebar-panel ul.genre_search_content li {
  width: 100%;
}
#welcome_index .sub-contents .sidebar-search-form ul.genre_search_content li:before,
#comments_show .sub-contents .sidebar-panel ul.genre_search_content li:before,
#article_show .sub-contents .sidebar-panel ul.genre_search_content li:before {
  display: inline-block;
  content: "";
  background-repeat: no-repeat;
  width: 25px;
  height: 15px;
  background-size: contain;
  background-image: url("/assets/i_restaurant_mini-271916fb.png");
}
#welcome_index .sub-contents .sidebar-search-form ul.genre_search_content li a,
#comments_show .sub-contents .sidebar-panel ul.genre_search_content li a,
#article_show .sub-contents .sidebar-panel ul.genre_search_content li a {
  font-weight: normal;
}

.sub-contents .sidebar-search-form .collapse-panel-group .panel-heading .panel-title a,
.sub-contents .collapse-panel-group .panel-heading .panel-title a {
  font-size: 15px;
  padding-left: 21px;
}

.sub-contents .sidebar-search-form .collapse-panel-group .panel-heading > .panel-title a:before,
#comments_show .sub-contents .collapse-panel-group .panel-heading > .panel-title a:before,
#article_show .sub-contents .collapse-panel-group .panel-heading > .panel-title a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 19px;
  height: 17px;
  background-image: url("/assets/pannel_bulit_gold-cd6030ce.png");
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background-size: cover;
}

.sub-contents .sidebar-search-form .collapse-panel-group .panel-heading > .panel-title a.collapsed:before,
#comments_show .sub-contents .collapse-panel-group .panel-heading > .panel-title a.collapsed:before,
#article_show .sub-contents .collapse-panel-group .panel-heading > .panel-title a.collapsed:before {
  background-position: -20px 0;
}

.btn-bookmark-icon {
  display: block;
  padding: 5px;
}
.btn-bookmark-icon img {
  width: 30px;
  height: 30px;
}
.btn-bookmark-icon:hover, .btn-bookmark-icon:active {
  opacity: 0.5;
}

.date-tag-field {
  display: flex;
}
.date-tag-field .article-content-date {
  margin: 10px 15px 10px 0;
}
.date-tag-field .article-content-date span {
  font-size: 15px;
}
.date-tag-field .content-btns {
  margin: auto 0 0 auto;
}

.article-content-info h3 {
  color: #000;
  font-weight: bold;
  text-align: center;
  font-size: 20px;
}

.restaurant-info-area-genre {
  margin: 5px 0;
  font-weight: bold;
}
.restaurant-info-area-genre img {
  width: 25px;
  padding-right: 10px;
}
.restaurant-info-area-genre span {
  font-size: 13px;
}

.restaurant-info-btn {
  background-color: #ceb768;
  padding: 5px 20px;
  display: block;
  margin: 20px 45px 15px;
  border-radius: 5px;
  font-size: 19px;
  text-align: center;
  color: #fff;
}
.restaurant-info-btn:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.5;
}

.article-comment-button {
  border-radius: 5px;
  float: left;
  margin-top: 7px;
  margin-left: 15px;
  vertical-align: sub;
  cursor: pointer;
}
.article-comment-button img {
  width: 30px;
}
.article-comment-button .comment-count {
  color: #111;
  font-size: 15px;
  margin-left: 5px;
}
.article-comment-button:hover, .article-comment-button:focus {
  opacity: 0.5;
}

#article_show .main-contents #comment-btn-target .comment-button span {
  margin-left: 5px;
}

.story-container {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  margin: 20px 0;
  background-color: transparent;
}

.story-thumbnail {
  position: absolute;
  top: 0;
  left: 50%;
  /* 右半分だけ表示 */
  width: 50%;
  height: 100%;
  background-size: cover;
  background-position: center;
  /* マスクで中央から右方向にブラーを適用 */
  -webkit-mask: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  -webkit-mask-composite: source-in;
  /* ブラー効果適用 */
  transition: filter 0.5s ease-in-out;
}

.story-content {
  position: relative;
  z-index: 10;
  width: 65%;
  padding: 20px;
  color: white;
}
.story-content .writer-link {
  font-weight: normal;
  color: #999;
  text-decoration: none;
}
@media (min-width: 1600px) {
  .story-content .writer-link {
    font-size: 20px;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .story-content .writer-link {
    font-size: 19px;
  }
}
@media (max-width: 1024px) {
  .story-content .writer-link {
    font-size: 18px;
  }
}
.story-content .writer-link:hover, .story-content .writer-link:active, .story-content .writer-link:focus {
  opacity: 0.5;
}

.story-title {
  font-weight: bold;
  margin-bottom: 3px;
}
@media (min-width: 1600px) {
  .story-title {
    font-size: 30px;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .story-title {
    font-size: 29px;
  }
}
@media (max-width: 1024px) {
  .story-title {
    font-size: 28px;
  }
}

.story-lead {
  margin-top: 5px;
  margin-bottom: 20px;
  line-height: 1.5;
}
.story-lead br {
  display: none;
  /* デフォルトで余白を無効化 */
  content: "";
  /* コンテンツなし */
  margin-bottom: 0;
  /* 余白をリセット */
}
@media (min-width: 1600px) {
  .story-lead {
    font-size: 14px;
  }
  .story-lead br {
    display: block;
    /* 改行を有効化 */
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .story-lead {
    font-size: 13px;
  }
  .story-lead br {
    display: block;
  }
}
@media (max-width: 1024px) {
  .story-lead {
    font-size: 12px;
  }
  .story-lead br {
    display: block;
  }
}

.story-button {
  display: inline-block;
  padding: 8px 16px;
  background-color: transparent;
  border: 1px solid white;
  border-radius: 10px;
  color: white;
  font-size: 14px;
  text-decoration: none;
  text-align: center;
}
.story-button:hover, .story-button:active {
  opacity: 0.5;
  transition: 0.3s;
  text-decoration: none;
  color: white;
}

#comments_show .comment-description,
.comment-container .comment-description {
  display: inline-block;
  margin-bottom: 10px;
}
#comments_show h3,
.comment-container h3 {
  display: inline-block;
  padding: 0 0 0 5px;
  color: #fff;
  border-top: none;
  margin: unset;
  font-size: 30px;
  font-weight: bold;
}
#comments_show .comment-button,
.comment-container .comment-button {
  float: right;
  margin-top: 10px;
  padding: 4px 8px;
  border: 1px solid #ffffff;
  border-radius: 5px;
  background-color: transparent;
  color: #ffffff;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
}
#comments_show .comment-button img,
.comment-container .comment-button img {
  width: 16px;
  margin-right: 5px;
  margin-bottom: 1px;
}
#comments_show .comment-button:hover, #comments_show .comment-button:active,
.comment-container .comment-button:hover,
.comment-container .comment-button:active {
  opacity: 0.5;
  transition: 0.3s;
}

#comments_show .comment-button {
  margin-top: 0px;
}

.article-links.comment-area {
  margin: 20px 0 20px 0;
  padding: 20px;
  background-color: #333;
  border-radius: 20px;
}
.article-links.comment-area .no-comment {
  display: block;
  color: #fff;
  text-align: center;
  padding: 30px 0 20px;
}
.article-links.comment-area h4 {
  font-size: 13px;
  margin: 5px 0 0 6px;
  color: #444;
}
.article-links.comment-area #comments-sort-link {
  display: inline-block;
  font-size: 13px;
  padding: 0 0 20px 5px;
  font-weight: bold;
}
.article-links.comment-area #comments-sort-link .sort-link {
  color: #fff;
  padding: 5px;
}
.article-links.comment-area #comments-sort-link .sort-link:first-child {
  border-right: 1px solid #707070;
}
.article-links.comment-area #comments-sort-link .sort-link:last-child {
  border-left: 1px solid #707070;
}
.article-links.comment-area #comments-sort-link .check {
  color: #ddcc99;
}
.article-links.comment-area .comment {
  margin: 0 5px;
  border-bottom: solid 2px #444;
}
.article-links.comment-area .comment:last-of-type {
  border-bottom: solid 1px #707070;
}
.article-links.comment-area .comment .comment-head {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}
.article-links.comment-area .comment .comment-head .comment-name {
  font-weight: bold;
  color: #fff;
  font-size: 18px;
  width: 80%;
}
.article-links.comment-area .comment .comment-head a {
  color: #999;
}
.article-links.comment-area .comment .comment-head .delete-btn {
  font-size: 12px;
}
.article-links.comment-area .comment .comment-head .report-btn {
  line-height: 0.5;
  font-size: 20px;
}
.article-links.comment-area .comment .comment-contents {
  margin-top: 10px;
  color: #fff;
  font-size: 18px;
  word-break: break-all;
}
.article-links.comment-area .comment .comment-contents a {
  color: #bba957;
  display: none;
}
.article-links.comment-area .comment .comment-contents a.collapsed {
  display: inline;
}
.article-links.comment-area .comment .comment-contents span.collapse.in {
  display: inline;
}
.article-links.comment-area .comment .comment-contents .in-text-link {
  display: block;
  word-break: break-all;
}
.article-links.comment-area .comment .comment-info {
  margin-top: 20px;
  margin-bottom: 16px;
  height: 20px;
}
.article-links.comment-area .comment .comment-info .comment-at {
  float: left;
  font-size: 14px;
  color: #999;
}
.article-links.comment-area .comment .comment-info .comment-good-image:hover {
  opacity: 0.7;
}
.article-links.comment-area .comment .comment-info .comment-good-image:active {
  opacity: 0.4;
}
.article-links.comment-area .comment-more {
  text-decoration: none;
  color: #ffffff;
}
.article-links.comment-area .comment-more div {
  margin: 30px 30% 0;
  padding: 10px 0;
  border-radius: 5px;
  text-align: center;
  background-color: transparent;
  font-size: 16px;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-weight: bold;
}
.article-links.comment-area .comment-more div:hover, .article-links.comment-area .comment-more div:active {
  opacity: 0.5;
  transition: 0.3s;
}
.article-links.comment-area .child-comment {
  width: 90%;
  margin: 0 5px 0 auto;
}
.article-links.comment-area .grandchild_comment {
  width: 80%;
  margin: 0 5px 0 auto;
}

#comments_show .article-links.comment-area {
  margin: 0% 0% 20px 0%;
}
#comments_show .pagination {
  padding: 30px 0 10px;
}
#comments_show .modal-dialog {
  width: 40%;
  margin: 90px auto;
}
#comments_show .modal-dialog .modal-content {
  background-color: #f2f0ec;
}
#comments_show .modal-dialog .modal-content .modal-icon {
  width: 20px;
}
#comments_show .modal-dialog .modal-content .modal-header {
  border-bottom: none;
}
#comments_show .modal-dialog .modal-content .modal-title {
  color: #000000;
  font-weight: bold;
  font-size: 17px;
}
#comments_show .modal-dialog .modal-content .modal-body p {
  color: #444444;
  white-space: break-spaces;
}
#comments_show .modal-dialog .modal-content .modal-body input[type=text],
#comments_show .modal-dialog .modal-content .modal-body textarea {
  width: 100%;
  border: 1px solid #808080;
  border-radius: 5px;
  margin: 5px 0 5px;
  padding: 10px;
}
#comments_show .modal-dialog .modal-content .modal-body input[type=text] {
  height: 35px;
}
#comments_show .modal-dialog .modal-content .modal-body #comment-nickname {
  color: #333;
}
#comments_show .modal-dialog .modal-content .modal-body #comment-contents {
  color: #333;
}
#comments_show .modal-dialog .modal-content .modal-body .comment-regist {
  text-align: center;
}
#comments_show .modal-dialog .modal-content .modal-body .comment-regist button {
  color: #222222;
  font-weight: bold;
  border: 1px solid #808080;
  background-color: #fff;
  border-radius: 5px;
  padding: 5px 40px;
  margin: 0 0 20px;
  text-shadow: none;
}
#comments_show .modal-dialog .modal-content .modal-body .error-msg {
  color: red;
}
#comments_show .modal-dialog .modal-content .modal-body .comment-guide {
  display: table;
  margin: 0 0 0 auto;
}
#comments_show .modal-dialog .modal-content .modal-footer {
  border-top: none;
}
#comments_show .modal-dialog .modal-content .modal-footer .commit {
  color: #000;
  font-weight: bold;
  padding: 8px 40px;
}
#comments_show .modal-dialog .modal-content .modal-footer .cancel-btn {
  color: #888;
}

.comment-good-count {
  float: right;
  margin-right: 0;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  min-width: 20px;
  max-width: 24px;
}

.comment-good-image {
  float: right;
  margin-right: 6px;
  margin-top: -2px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
}

.good {
  background-image: url("/assets/good-7851460a.svg");
}

.good-fill {
  -webkit-mask-image: url("/assets/good_fill-11ccfa3d.svg");
  mask-image: url("/assets/good_fill-11ccfa3d.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #bba957;
}

.comment-reply-count {
  display: inline-flex;
  align-items: center;
  float: right;
  margin-right: 16px;
  color: #fff;
}

.comment-reply-icon {
  width: 20px;
  height: 20px;
  margin-right: 4px;
}

.reply-count-text {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}

#comment-history h4 {
  text-align: center;
  font-size: 21px;
}

.comment-history-item {
  border-top: 1px solid #444444;
  padding: 25px 0;
  width: 95%;
}
.comment-history-item a {
  color: #fff;
}
.comment-history-item a:hover {
  opacity: 0.7;
}
.comment-history-item a:active {
  opacity: 0.4;
}
.comment-history-item .comment-history-item-pic img {
  width: 100%;
}
.comment-history-item .comment-history-item-data h3 {
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.comment-history-item .comment-history-item-data h5 {
  margin-top: unset;
  font-size: 15px;
  color: #cccccc;
}
.comment-history-item .comment-history-item-data .comment-content {
  background-color: #3c3c3c;
  padding: 10px;
  font-size: 15px;
  word-break: break-all;
}
.comment-history-item .comment-history-item-data .comment-info {
  padding-top: 15px;
}
.comment-history-item .comment-history-item-data .comment-at {
  color: #cccccc;
}

.user-sign-up-feature-text {
  margin-bottom: 45px;
  text-align: center;
}
.user-sign-up-feature-text span {
  font-size: 27px;
  text-align: center;
}
.user-sign-up-feature-text .user-sign-up-sub-desc {
  display: flex;
  column-gap: 15px;
  justify-content: center;
  margin: 18px auto;
}
.user-sign-up-feature-text .user-sign-up-sub-desc img {
  width: 30px;
}
.user-sign-up-feature-text .user-sign-up-sub-desc p {
  font-size: 30px;
  margin: auto 0;
  color: #bba957;
  width: 360px;
}

.payjp_v2_form {
  margin: 30px 0px 20px 0px;
}

.payjp_v2_form > section {
  justify-content: center;
  position: relative;
  box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.12);
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.payjp_v2_form > section .error,
.payjp_v2_form > section .error2,
.payjp_v2_form > section .error3,
.payjp_v2_form > section .error4 {
  opacity: 0;
  height: 0px;
}

.payjp_v2_form > section .error.visible,
.payjp_v2_form > section .error2.visible,
.payjp_v2_form > section .error3.visible,
.payjp_v2_form > section .error4.visible {
  opacity: 1;
  height: 20px;
  color: red;
  display: flex;
  margin-bottom: 30px;
  width: 100%;
}

.payjp_v2_form > section .row {
  display: flex;
  margin-bottom: 30px;
  width: 100%;
  color: rgba(0, 0, 0, 0.6);
}

.payjp_v2_form > section .field {
  position: relative;
  width: 100%;
  margin: 0 15px;
}

.payjp_v2_form > section * {
  font-family: "Noto Sans Japanese", sans-serif;
}

.payjp_v2_form > section .card-name-text-field:not(.card-name-text-field--invalid) .card-name-text-field__input,
.payjp_v2_form > section .email-text-field:not(.email-text-field--invalid) .email-text-field__input {
  caret-color: #444;
  font-size: 18px;
  width: 100%;
  height: 60px;
  background-color: whitesmoke;
  padding: 0 14px;
  border: none;
  border-radius: 10px;
  color: rgba(0, 0, 0, 0.7);
  outline: none;
}

.payjp_v2_form > section .card-name-text-field:not(.card-name-text-field--invalid) .card-name-text-field__input::placeholder,
.payjp_v2_form > section .email-text-field:not(.email-text-field--invalid) .email-text-field__input::placeholder {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
}

/* 入力欄(Payjp Element)外枠のスタイル */
.payjp_v2_form .text-field {
  background-color: whitesmoke;
  height: 60px;
  padding: 0 16px;
  border-radius: 10px;
  display: inline-flex;
  align-items: baseline;
}

.payjp_v2_form .text-field::before {
  display: inline-block;
  width: 0;
  height: 50px;
  content: "";
  vertical-align: 0;
}

.payjp_v2_form .text-field__input {
  width: 100%;
  height: 28px;
  display: inline-flex;
  align-items: center;
  /* プレースホルダーの非表示 */
  opacity: 0;
}

/* ラベルのスタイル(payjp.js v2 用のプレースホルダー */
.payjp_v2_form .text-field > .floating-label {
  position: absolute;
  color: rgba(0, 0, 0, 0.6);
  left: 16px;
  right: initial;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
  line-height: 1.15rem;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ラベルの必須マーク */
.payjp_v2_form .text-field > .floating-label:after {
  margin-left: 1px;
  margin-right: 0px;
  content: "*";
}

/* Elementコンテナの利用 */
/* プレースホルダーの表示 */
.payjp_v2_form div.PayjpElement--focus,
.payjp_v2_form div.PayjpElement:not(.PayjpElement--empty) {
  opacity: 1;
}

/* focus時のラベルのアニメーション */
.payjp_v2_form div.PayjpElement--focus ~ .floating-label,
.payjp_v2_form div.PayjpElement:not(.PayjpElement--empty) ~ .floating-label {
  transform: translateY(-20px) scale(0.75);
  transform-origin: left top;
  transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1), color 150ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 150ms cubic-bezier(0.4, 0, 0.2, 1);
}

/* focusして浮いた際の左上のラベル */
.payjp_v2_form div.PayjpElement--focus ~ .floating-label {
  color: #444;
}

/* focusして浮いた際の左上のラベル(エラー時) */
.payjp_v2_form div.PayjpElement--invalid ~ .floating-label {
  color: #891919;
}

/* focusした際のボーダーライン */
.payjp_v2_form div.PayjpElement--focus ~ .line-ripple {
  background-color: #444;
}

/* ボーダーライン(エラー時) */
.payjp_v2_form div.PayjpElement--invalid ~ .line-ripple {
  background-color: #891919;
}

/* ボーダーラインのスタイル */
.payjp_v2_form .text-field > .line-ripple {
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.42);
  transition: transform 180ms cubic-bezier(0.4, 0, 0.2, 1), color 180ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 180ms cubic-bezier(0.4, 0, 0.2, 1);
}

.movie-icon {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 3;
}

/*******************************************************************************
 UI/UX改善（2024）
*******************************************************************************/
.container2 {
  width: auto;
  background-color: #222;
}

/*******************************************************************************
　文字サイズ（remでの指定　font-size: 0.875rem;）
*******************************************************************************/
/*******************************************************************************/
/** PC - M/Lサイズ **/
/*******************************************************************************/
@media (min-width: 1600px) {
  html {
    font-size: 18px;
  }
  .container2 {
    padding: 100px;
  }
  #welcome_index .top-layout {
    gap: 100px;
  }
  #welcome_index .top-layout .main-contents {
    width: calc(100% - 100px - 300px);
  }
  #welcome_index .top-layout .main-contents .top-super-banner iframe {
    width: 728px !important;
  }
  #welcome_index .top-layout .main-contents .top-new-articles .article-contents-see-more,
  #welcome_index .top-layout .main-contents .top-limited-contents .article-contents-see-more,
  #welcome_index .top-layout .main-contents .top-category-articles .article-contents-see-more {
    font-size: 22px;
    position: absolute;
    top: 15px;
    right: 0px;
  }
  #welcome_index .top-layout .main-contents .top-new-articles .categories_header .category_tabs {
    gap: 15px;
  }
  #welcome_index .top-layout .main-contents .top-new-articles .categories_header .category_tabs .category_btn a {
    min-width: 80px;
    padding: 8px 25px;
    font-size: 18px;
  }
  #welcome_index .top-layout .main-contents .top-new-articles .article-list div[class^=col-],
  #welcome_index .top-layout .main-contents .top-limited-contents .article-list div[class^=col-] {
    padding: 15px !important;
  }
  #welcome_index .top-layout .main-contents .top-category-articles .carousel-container .middle-article-cell {
    margin: 10px 15px;
  }
  #welcome_index .top-layout .sub-contents {
    width: 300px;
  }
  #welcome_index .teaser-container .teaser-card {
    width: 250px;
  }
  .content-area {
    display: flex;
  }
  .main-content-area {
    margin: 50px;
  }
  .sidebar-area {
    width: 300px;
    padding: 0px;
    margin: 50px;
  }
  .premium-service-description .description-title {
    font-size: 56px;
    letter-spacing: 0.83px;
    line-height: 90px;
  }
  .premium-service-description .description-body {
    font-size: 21px;
    letter-spacing: 0.32px;
    line-height: 42px;
  }
  #new_articles_list_index .container .row .new-articles .article-list div[class^=col-] {
    padding: 20px 30px;
  }
  #paid_articles_list_index .container .row .paid-articles .article-list div[class^=col-] {
    padding: 20px 30px;
  }
}
/*******************************************************************************/
/** PC - Sサイズ **/
/*******************************************************************************/
@media screen and (min-width: 1025px) and (max-width: 1599px) {
  html {
    font-size: 17px;
  }
  .container2 {
    padding: 50px;
  }
  #welcome_index .top-layout {
    gap: 100px;
  }
  #welcome_index .top-layout .main-contents {
    width: calc(100% - 100px - 300px);
  }
  #welcome_index .top-layout .main-contents .top-super-banner iframe {
    width: 670px !important;
  }
  #welcome_index .top-layout .main-contents .top-new-articles .article-list div[class^=col-],
  #welcome_index .top-layout .main-contents .top-limited-contents .article-list div[class^=col-] {
    padding: 15px !important;
  }
  #welcome_index .top-layout .main-contents .top-new-articles .article-contents-see-more,
  #welcome_index .top-layout .main-contents .top-limited-contents .article-contents-see-more {
    position: unset;
    text-align: right;
    margin-right: 5px;
    font-size: 19px;
  }
  #welcome_index .top-layout .main-contents .top-category-articles .article-contents-see-more {
    position: unset;
    text-align: right;
    margin-right: 5px;
    margin-bottom: 20px;
    margin-top: -20px;
    font-size: 19px;
  }
  #welcome_index .top-layout .main-contents .top-new-articles .categories_header .category_tabs {
    gap: 15px;
  }
  #welcome_index .top-layout .main-contents .top-new-articles .categories_header .category_tabs .category_btn a {
    min-width: 80px;
    padding: 8px 25px;
    font-size: 17px;
  }
  #welcome_index .top-layout .sub-contents {
    width: 300px;
  }
  #welcome_index .teaser-container .teaser-card {
    width: 200px;
  }
  #welcome_index .teaser-container .teaser-card .area-under-image .teaser-caption {
    font-size: 15px;
  }
  #welcome_index .teaser-container .teaser-card .area-under-image .teaser-see-more {
    font-size: 15px;
  }
  #welcome_index .teaser-container .teaser-card .area-under-image .teaser-see-more a {
    padding: 10px;
  }
  .content-area {
    display: flex;
  }
  .main-content-area {
    margin: 30px;
  }
  .sidebar-area {
    width: 300px;
    padding: 0px;
    margin: 30px;
  }
  .premium-service-description .description-title {
    font-size: 50px;
    letter-spacing: 0.74;
    line-height: 80px;
  }
  .premium-service-description .description-body {
    font-size: 18px;
    letter-spacing: 0.28;
    line-height: 37px;
  }
  #new_articles_list_index .container .row .new-articles .article-list div[class^=col-] {
    padding: 16px 24px;
  }
  #paid_articles_list_index .container .row .paid-articles .article-list div[class^=col-] {
    padding: 16px 24px;
  }
}
/*******************************************************************************/
/** tablet - S/Lサイズ **/
/*******************************************************************************/
@media (max-width: 1024px) {
  html {
    font-size: 17px;
  }
  .container2 {
    padding: 15px;
  }
  #welcome_index .top-layout .main-contents {
    width: 100%;
  }
  #welcome_index .top-layout .main-contents .top-super-banner iframe {
    width: 490px !important;
  }
  #welcome_index .top-layout .main-contents .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  #welcome_index .top-layout .main-contents .top-new-articles .article-list div[class^=col-],
  #welcome_index .top-layout .main-contents .top-limited-contents .article-list div[class^=col-] {
    padding: 10px !important;
  }
  #welcome_index .top-layout .main-contents .top-new-articles .article-contents-see-more,
  #welcome_index .top-layout .main-contents .top-limited-contents .article-contents-see-more {
    position: unset;
    text-align: right;
    margin-right: 5px;
    font-size: 19px;
  }
  #welcome_index .top-layout .main-contents .top-category-articles .article-contents-see-more {
    position: unset;
    text-align: right;
    margin-right: 5px;
    margin-bottom: 20px;
    margin-top: -20px;
    font-size: 19px;
  }
  #welcome_index .top-layout .main-contents .top-new-articles .categories_header .category_tabs {
    gap: 15px;
  }
  #welcome_index .top-layout .main-contents .top-new-articles .categories_header .category_tabs .category_btn a {
    min-width: 80px;
    padding: 8px 25px;
    font-size: 16px;
  }
  #welcome_index .top-layout .sub-contents {
    display: none;
  }
  #welcome_index .teaser-container .teaser-card {
    width: 200px;
  }
  #welcome_index .teaser-container .teaser-card .area-under-image .teaser-caption {
    font-size: 15px;
  }
  #welcome_index .teaser-container .teaser-card .area-under-image .teaser-see-more {
    font-size: 15px;
  }
  #welcome_index .teaser-container .teaser-card .area-under-image .teaser-see-more a {
    padding: 10px;
  }
  .content-area {
    display: block;
  }
  .main-content-area {
    margin: 15px;
  }
  .sidebar-area {
    display: none;
  }
  .premium-service-description .description-title {
    font-size: 30px;
    letter-spacing: 0.44;
    line-height: 48px;
  }
  .premium-service-description .description-body {
    font-size: 11px;
    letter-spacing: 0.17;
    line-height: 22px;
  }
  .premium-member-regist-panel {
    width: 90%;
  }
  .article-right-sidebar {
    display: none;
  }
  #new_articles_list_index .container .row .new-articles .article-list div[class^=col-] {
    padding: 16px 24px;
  }
  #paid_articles_list_index .container .row .paid-articles .article-list div[class^=col-] {
    padding: 16px 24px;
  }
}
/*******************************************************************************
 UIUX改善 共通部品
*******************************************************************************/
.small-article-row {
  padding: 12px 0px;
}
.small-article-row .area-of-image .movie-icon {
  width: 40px;
  height: 40px;
}
.small-article-row .area-right-of-image .caption {
  font-size: 0.75rem;
}

.middle-article-link {
  text-decoration: none;
  color: transparent;
}
.middle-article-link:hover, .middle-article-link:focus {
  text-decoration: none;
  color: transparent;
}

.middle-article-cell {
  overflow: hidden;
  margin: 10px;
  padding: 10px;
  transition: opacity 0.3s ease;
}
.middle-article-cell:hover, .middle-article-cell:active, .middle-article-cell:focus {
  opacity: 0.5;
}
.middle-article-cell .thumbnail-container {
  position: relative;
  text-align: center;
  margin-bottom: 10px;
}
.middle-article-cell .thumbnail-container .thumbnail-image {
  display: inline-block;
  border: 1px solid #333;
  border-radius: 10px;
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}
.middle-article-cell .thumbnail-container .thumbnail-image.is-new {
  border: 1px solid #ccc;
}
.middle-article-cell .thumbnail-container .new-label {
  position: absolute;
  z-index: 3;
  background-color: #333;
  color: #bba957;
  border: 1px solid #ccc;
  border-radius: 10px 0px 10px 0px;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: bold;
}
.middle-article-cell .article-info {
  display: flex;
  flex-direction: column;
  text-decoration: none;
}
.middle-article-cell .article-info .story-caption-container {
  display: flex;
  justify-content: space-between;
  /* 左右に配置 */
  align-items: center;
  /* 垂直方向中央揃え */
  margin-bottom: 10px;
  min-height: 20px;
}
.middle-article-cell .article-info .story-caption-container .story-caption {
  font-size: 14px;
  font-weight: bold;
  color: #999;
  border-radius: 5px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.middle-article-cell .article-info .story-caption-container .lock-icon-container {
  margin-left: auto;
}
.middle-article-cell .article-info .story-caption-container .lock-icon-container .lock-icon {
  width: 16px;
  height: 16px;
}
.middle-article-cell .article-info .article-title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 8px;
  color: #fff;
  line-height: 24px;
}
.middle-article-cell .article-info .article-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.middle-article-cell .article-info .article-meta .article-tags {
  display: flex;
  flex-wrap: wrap;
}
.middle-article-cell .article-info .article-meta .article-tags .article-tag {
  font-size: 14px;
  color: #999;
  padding: 4px 8px;
  margin-right: 8px;
  text-decoration: none;
  border: 1px solid #333;
  border-radius: 10px;
}
.middle-article-cell .article-info .article-meta .article-tags .pr-tag {
  color: #999;
  font-weight: bold;
  border: 1px solid #333;
  border-radius: 10px;
}

.middle-article-carousel {
  width: 100%;
}
.middle-article-carousel .carousel-header {
  margin-bottom: 10px;
}
.middle-article-carousel .carousel-header .carousel-name {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  margin-left: 20px;
}
.middle-article-carousel .carousel-container {
  position: relative;
  display: flex;
  align-items: center;
}
.middle-article-carousel .carousel-container .carousel-items-wrapper {
  overflow: hidden;
  width: 100%;
}
.middle-article-carousel .carousel-container .carousel-items {
  display: flex;
  transition: transform 0.5s ease-in-out;
  list-style: none;
  padding: 0;
  margin: 0;
}
.middle-article-carousel .carousel-container .carousel-items .carousel-item {
  flex: 0 0 33.3333%;
  /* 3つ表示 */
}
.middle-article-carousel .carousel-scrollbar-wrapper {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.middle-article-carousel .carousel-scrollbar-wrapper .carousel-scrollbar {
  flex: 1;
  /* スクロールバーが横に広がる */
  height: 5px;
  position: relative;
}
.middle-article-carousel .carousel-scrollbar-wrapper .carousel-scrollbar .scrollbar-track {
  width: 100%;
  height: 100%;
  background-color: #666;
  /* スクロールバー全体の色 */
  border-radius: 2.5px;
}
.middle-article-carousel .carousel-scrollbar-wrapper .carousel-scrollbar .scrollbar-track .scrollbar-thumb {
  height: 100%;
  background-color: #999;
  /* 現在位置を表す部分の色 */
  border-radius: 2.5px;
  position: absolute;
  /* スクロールバー内で絶対位置 */
  left: 0;
  /* 初期位置を左端に設定 */
  transition: left 0.5s ease-in-out;
}
.middle-article-carousel .carousel-scrollbar-wrapper .carousel-buttons {
  display: flex;
  margin-left: 10px;
}
.middle-article-carousel .carousel-scrollbar-wrapper .carousel-buttons .scrollbar-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  background-color: #666;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  margin-left: 5px;
}
.middle-article-carousel .carousel-scrollbar-wrapper .carousel-buttons .scrollbar-button:hover {
  background-color: #999;
}
.middle-article-carousel .carousel-scrollbar-wrapper .carousel-buttons .scrollbar-button:active {
  background-color: #333;
}
.middle-article-carousel .carousel-scrollbar-wrapper .carousel-buttons .scrollbar-button .scrollbar-icon {
  width: 16px;
  height: 16px;
}

/*******************************************************************************/
/** トップ **/
/*******************************************************************************/
#welcome_index #banner-area {
  margin-top: 0px;
}

#welcome_index .slider-container .slider-card .area-under-image .lock-icon,
#welcome_index .slider-container-sp .slider-card .area-under-image .lock-icon,
#welcome_index .top-layout .main-contents .large-article-row .large-article-card .area-under-image .article-footer-row .area-right-of-category .lock-icon img,
#welcome_index .top-layout .main-contents .middle-article-cell .article-info .story-caption-container .lock-icon-container .lock-icon,
#welcome_index .top-layout .main-contents .large-article-row .large-article-card .area-under-image .article-footer-row .area-right-of-category .comment .comment-icon img {
  width: 14px;
  height: 14px;
}
#welcome_index .slider-container {
  margin-top: 55px;
  margin-bottom: 30px;
  gap: 30px;
}
#welcome_index .slider-container .slider-card {
  width: 402px;
  height: 567px;
  margin: 15px 0px;
  box-shadow: 0 0 15px 3px rgb(0, 0, 0);
}
#welcome_index .slider-container .slider-card .area-of-image .new-tag {
  font-size: 14px;
}
#welcome_index .slider-container .slider-card .area-of-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 400/428;
}
#welcome_index .slider-container .slider-card .area-under-image .slider-caption {
  margin: 15px;
  font-size: 18px;
  line-height: 30px;
}
#welcome_index .top-layout {
  display: flex;
  align-items: flex-start;
}
#welcome_index .top-layout .main-contents .large-article-row .large-article-card .area-under-image .article-info .story-caption,
#welcome_index .top-layout .main-contents .large-article-row .large-article-card .area-under-image .article-info .story-number,
#welcome_index .top-layout .main-contents .large-article-row .large-article-card .area-under-image .article-footer-row .area-of-category .pr-tag,
#welcome_index .top-layout .main-contents .large-article-row .large-article-card .area-under-image .article-footer-row .area-of-category .category,
#welcome_index .top-layout .main-contents .large-article-row .large-article-card .area-under-image .article-footer-row .area-right-of-category .comment .comment-count,
#welcome_index .top-layout .main-contents .middle-article-cell .article-info .story-caption-container .story-caption {
  font-size: 14px;
}
#welcome_index .top-layout .main-contents .extra-large-article .large-article-row .large-article-card .area-under-image .caption {
  font-size: 20px;
  line-height: 30px;
}
#welcome_index .top-layout .main-contents .basic-large-article .large-article-row .large-article-card .area-under-image .caption {
  font-size: 17px;
  line-height: 30px;
}
#welcome_index .top-layout .main-contents .middle-article-cell .article-info .article-title {
  font-size: 18px;
  line-height: 30px;
}
#welcome_index .top-layout .main-contents .top-main-contents-divider {
  width: 100%;
  height: 1px;
  background-color: #333;
  margin: 50px 0px;
}
#welcome_index .top-layout .main-contents .top-super-banner {
  width: 100%;
  text-align: center;
  padding: 0px 20px 50px 20px;
}
#welcome_index .top-layout .main-contents .top-super-banner a {
  display: inline-block;
}
#welcome_index .top-layout .main-contents .top-super-banner ins {
  margin: auto !important;
  display: block !important;
}
#welcome_index .top-layout .main-contents .top-new-articles {
  position: relative;
}
#welcome_index .top-layout .main-contents .top-new-articles .article-list-head h1 {
  font-size: 42px;
  line-height: 42px;
  letter-spacing: 1.75px;
  font-weight: 800;
  color: #fff;
  margin: 0px 0px 15px 0px;
}
#welcome_index .top-layout .main-contents .top-new-articles .article-list-head h6 {
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  color: #999;
  margin: 10px 0px;
}
#welcome_index .top-layout .main-contents .top-new-articles .article-contents-see-more {
  text-decoration: none;
  font-weight: 500;
}
#welcome_index .top-layout .main-contents .top-new-articles .article-contents-see-more a {
  text-decoration: none;
  color: #bba957;
  transition: all 0.3s ease;
}
#welcome_index .top-layout .main-contents .top-new-articles .article-contents-see-more a:after {
  content: " >";
}
#welcome_index .top-layout .main-contents .top-new-articles .article-contents-see-more a:hover, #welcome_index .top-layout .main-contents .top-new-articles .article-contents-see-more a:active, #welcome_index .top-layout .main-contents .top-new-articles .article-contents-see-more a:focus {
  opacity: 0.5;
}
#welcome_index .top-layout .main-contents .top-new-articles .categories_header {
  padding: 20px 0px;
}
#welcome_index .top-layout .main-contents .top-new-articles .article-list .large-article-row {
  padding: 0px;
}
#welcome_index .top-layout .main-contents .top-new-articles .article-list .large-article-row .large-article-card {
  box-shadow: 0 0 15px 3px rgb(0, 0, 0);
}
#welcome_index .top-layout .main-contents .top-new-articles .article-list .large-article-row .large-article-card .area-under-image {
  min-height: 192px;
}
#welcome_index .top-layout .main-contents .top-new-articles .article-list .large-article-row .large-article-card .area-under-image .article-info {
  min-height: 20px;
}
#welcome_index .top-layout .main-contents .top-new-articles .article-list .large-article-row .large-article-card .area-under-image .caption {
  min-height: 90px;
}
#welcome_index .top-layout .main-contents .top-new-articles .article-list .large-article-row .large-article-card .area-under-image .article-footer-row {
  min-height: 22px;
}
#welcome_index .top-layout .main-contents .top-limited-contents {
  position: relative;
}
#welcome_index .top-layout .main-contents .top-limited-contents .limited-contents-head h1 {
  font-size: 42px;
  line-height: 42px;
  letter-spacing: 1.75px;
  font-weight: 800;
  color: #fff;
  margin: 0px 0px 15px 0px;
}
#welcome_index .top-layout .main-contents .top-limited-contents .limited-contents-head h6 {
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  color: #999;
  margin: 10px 0px;
}
#welcome_index .top-layout .main-contents .top-limited-contents .article-contents-see-more {
  text-decoration: none;
  font-weight: 500;
}
#welcome_index .top-layout .main-contents .top-limited-contents .article-contents-see-more a {
  text-decoration: none;
  color: #bba957;
  transition: all 0.3s ease;
}
#welcome_index .top-layout .main-contents .top-limited-contents .article-contents-see-more a:after {
  content: " >";
}
#welcome_index .top-layout .main-contents .top-limited-contents .article-contents-see-more a:hover, #welcome_index .top-layout .main-contents .top-limited-contents .article-contents-see-more a:active, #welcome_index .top-layout .main-contents .top-limited-contents .article-contents-see-more a:focus {
  opacity: 0.5;
}
#welcome_index .top-layout .main-contents .top-limited-contents .recommend-stories {
  height: 360px;
  display: flex;
  align-items: center;
  overflow-x: auto;
  gap: 5px;
  margin: 30px 0px 5px 0px;
  color: inherit;
  text-decoration: none;
  transition: background-color 0.1s ease;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
#welcome_index .top-layout .main-contents .top-limited-contents .recommend-stories::-webkit-scrollbar {
  display: none;
}
#welcome_index .top-layout .main-contents .top-limited-contents .recommend-stories:hover, #welcome_index .top-layout .main-contents .top-limited-contents .recommend-stories:active, #welcome_index .top-layout .main-contents .top-limited-contents .recommend-stories:focus {
  color: inherit;
  text-decoration: none;
  opacity: 0.5;
}
#welcome_index .top-layout .main-contents .top-limited-contents .recommend-stories:not(:active), #welcome_index .top-layout .main-contents .top-limited-contents .recommend-stories:not(:focus) {
  opacity: 1;
}
#welcome_index .top-layout .main-contents .top-limited-contents .recommend-stories .recommend-story {
  position: relative;
  flex: 0 0 auto;
  width: 280px;
  height: 300px;
  margin-bottom: 20px;
  margin-right: 10px;
}
#welcome_index .top-layout .main-contents .top-limited-contents .recommend-stories .recommend-story .ranking-number {
  position: absolute;
  bottom: 0px;
  font-size: 180px;
  font-weight: 700;
  line-height: 130px;
  color: transparent;
  -webkit-text-stroke: 1px #fff;
  font-family: "Helvetica";
}
#welcome_index .top-layout .main-contents .top-limited-contents .recommend-stories .recommend-story .recommend-story-link {
  position: absolute;
  left: 80px;
  width: 200px;
  height: 300px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 0 10px 3px rgb(0, 0, 0);
  background-color: #222;
  z-index: 1;
  /* ランキングの数字より前面に配置 */
}
#welcome_index .top-layout .main-contents .top-limited-contents .recommend-stories .recommend-story .recommend-story-link .thumbnail-image {
  width: 200px;
  height: 300px;
  object-fit: cover;
  border-radius: 10px;
  border: 1px solid #333;
  transition: all 0.3s ease;
}
#welcome_index .top-layout .main-contents .top-limited-contents .recommend-stories .recommend-story .recommend-story-link .thumbnail-image:hover, #welcome_index .top-layout .main-contents .top-limited-contents .recommend-stories .recommend-story .recommend-story-link .thumbnail-image:active, #welcome_index .top-layout .main-contents .top-limited-contents .recommend-stories .recommend-story .recommend-story-link .thumbnail-image:focus {
  opacity: 0.5;
}
#welcome_index .top-layout .main-contents .top-limited-contents .article-list .large-article-row {
  padding: 0px;
}
#welcome_index .top-layout .main-contents .top-limited-contents .article-list .large-article-row .large-article-card {
  box-shadow: 0 0 15px 3px rgb(0, 0, 0);
}
#welcome_index .top-layout .main-contents .top-limited-contents .article-list .large-article-row .large-article-card .area-under-image {
  min-height: 192px;
}
#welcome_index .top-layout .main-contents .top-limited-contents .article-list .large-article-row .large-article-card .area-under-image .article-info {
  min-height: 20px;
}
#welcome_index .top-layout .main-contents .top-limited-contents .article-list .large-article-row .large-article-card .area-under-image .caption {
  min-height: 90px;
}
#welcome_index .top-layout .main-contents .top-limited-contents .article-list .large-article-row .large-article-card .area-under-image .article-footer-row {
  min-height: 22px;
}
#welcome_index .top-layout .main-contents .top-category-articles .category-articles-title-container {
  position: relative;
}
#welcome_index .top-layout .main-contents .top-category-articles .category-articles-title-container .category-articles-head {
  margin-bottom: 35px;
}
#welcome_index .top-layout .main-contents .top-category-articles .category-articles-title-container .category-articles-head h1 {
  font-size: 42px;
  line-height: 42px;
  letter-spacing: 1.75px;
  font-weight: 800;
  color: #fff;
  margin: 0px 0px 15px 0px;
}
#welcome_index .top-layout .main-contents .top-category-articles .category-articles-title-container .article-contents-see-more {
  text-decoration: none;
  font-weight: 500;
}
#welcome_index .top-layout .main-contents .top-category-articles .category-articles-title-container .article-contents-see-more a {
  text-decoration: none;
  color: #bba957;
  transition: all 0.3s ease;
}
#welcome_index .top-layout .main-contents .top-category-articles .category-articles-title-container .article-contents-see-more a:after {
  content: " >";
}
#welcome_index .top-layout .main-contents .top-category-articles .category-articles-title-container .article-contents-see-more a:hover, #welcome_index .top-layout .main-contents .top-category-articles .category-articles-title-container .article-contents-see-more a:active, #welcome_index .top-layout .main-contents .top-category-articles .category-articles-title-container .article-contents-see-more a:focus {
  opacity: 0.5;
}
#welcome_index .top-layout .main-contents .top-category-articles .carousel-container {
  margin-left: -10px;
  margin-right: -10px;
}
#welcome_index .top-layout .main-contents .top-category-articles .carousel-container .middle-article-cell {
  margin: 10px 10px;
  padding: 0px;
}

/*******************************************************************************/
/** 月額プラン会員登録 **/
/*******************************************************************************/
.premium-service-introduction {
  position: relative;
  overflow: hidden;
}
.premium-service-introduction .top-image {
  position: relative;
}
.premium-service-introduction .top-image img {
  width: 100%;
  height: auto;
}
.premium-service-introduction .top-image::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #222222 100%);
}
.premium-service-introduction .premium-service-description {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #ffffff;
  font-weight: 800;
}
.premium-service-introduction .premium-service-description .description-title {
  white-space: nowrap;
}
.premium-service-introduction .premium-service-description .description-body {
  white-space: nowrap;
}

/*******************************************************************************/
/** 企画グループ **/
/*******************************************************************************/
.plan-group-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background-color: #222;
  padding: 20px;
  border-radius: 10px;
}

.plan-group-header-left {
  width: 60%;
}

.plan-group-header-right {
  width: 40%;
}

.plan-group-name {
  font-size: 56px;
  font-weight: 800;
  line-height: 60px;
  color: #fff;
  margin: 0 0 20px 0;
}
@media screen and (min-width: 1025px) and (max-width: 1599px) {
  .plan-group-name {
    font-size: 47px;
  }
}
@media (max-width: 1024px) {
  .plan-group-name {
    font-size: 45px;
  }
}

.plan-group-description {
  font-size: 16px;
  font-weight: 500;
  line-height: 33px;
  color: #fff;
}

.plan-group-button-container {
  display: flex;
  align-items: center;
  gap: 15px;
  /* ボタンと追加テキストの間隔 */
  margin-top: 20px;
  margin-bottom: 20px;
}

.plan-group-button {
  display: inline-block;
  background-color: #bba957;
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
@media (max-width: 1024px) {
  .plan-group-button {
    font-size: 12px;
  }
}

.plan-group-button:hover,
.plan-group-button:focus,
.plan-group-button:active {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.5;
}

.plan-group-additional-text {
  font-size: 14px;
  font-weight: 500;
  color: #999999;
  margin: 0;
}

.plan-group-image-blur {
  position: relative;
  width: 100%;
  /* コンテナ幅に合わせる */
  height: auto;
  overflow: hidden;
  /* マスク外の部分を非表示 */
}

.plan-group-image {
  width: 100%;
  /* 親コンテナ幅に合わせて画像を表示 */
  height: auto;
  object-fit: cover;
  /* 画像をコンテナにフィットさせる */
  -webkit-mask: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  -webkit-mask-composite: source-in;
  mask-composite: intersect;
}

.plan-group-content-header {
  font-size: 27px;
  font-weight: 800;
  color: #fff;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 0 10px;
}
@media screen and (min-width: 1025px) and (max-width: 1599px) {
  .plan-group-content-header {
    font-size: 25px;
  }
}
@media (max-width: 1024px) {
  .plan-group-content-header {
    font-size: 23px;
  }
}

.plan-group-article-contents-container {
  display: flex;
  flex-wrap: wrap;
  /* 横並びにするが、次の行にも移れるように設定 */
  justify-content: flex-start;
  gap: 20px;
}

.plan-group-article-item {
  flex: 0 1 calc((100% - 40px) / 3);
  /* 1行で最大3記事表示するので、20px + 20pxでgapを考慮 */
}

/* 連載 */
.plan-group-story-contents-container {
  display: flex;
  flex-direction: column;
  padding: 0 10px;
  /* 横方向の内側余白 */
  box-sizing: border-box;
  /* 内側余白を含めたサイズ計算 */
  max-width: 100%;
  /* コンテナを画面幅に収める */
}
@media (min-width: 1600px) {
  .plan-group-story-contents-container {
    gap: 100px;
    /* 各連載間の余白 */
  }
}
@media screen and (min-width: 1025px) and (max-width: 1599px) {
  .plan-group-story-contents-container {
    gap: 90px;
    /* 各連載間の余白 */
  }
}
@media (max-width: 1024px) {
  .plan-group-story-contents-container {
    gap: 80px;
    /* 各連載間の余白 */
  }
}

.plan-group-story-content {
  display: flex;
  align-items: flex-start;
  /* 画像と右側の内容を上揃え */
  max-width: 100%;
  /* 横幅を画面幅内に制限 */
}
@media (min-width: 1600px) {
  .plan-group-story-content {
    gap: 50px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1599px) {
  .plan-group-story-content {
    gap: 40px;
  }
}
@media (max-width: 1024px) {
  .plan-group-story-content {
    gap: 30px;
  }
}

.plan-group-story-image img {
  aspect-ratio: 2/3;
  /* 幅:高さの比率を指定 */
  width: 100%;
  /* 親要素の幅に基づいてサイズを調整 */
  height: auto;
  /* 高さは比率に基づいて自動調整 */
  border-radius: 10px;
  /* 角丸（任意） */
  transition: all 0.3s ease;
}
.plan-group-story-image img:hover, .plan-group-story-image img:active, .plan-group-story-image img:focus {
  opacity: 0.5;
}
@media (min-width: 1600px) {
  .plan-group-story-image img {
    max-width: 350px;
    /* 最大幅を指定 */
  }
}
@media screen and (min-width: 1025px) and (max-width: 1599px) {
  .plan-group-story-image img {
    max-width: 300px;
    /* 中画面での最大幅 */
  }
}
@media (max-width: 1024px) {
  .plan-group-story-image img {
    max-width: 250px;
    /* 小画面での最大幅 */
  }
}

.plan-group-story-details {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* 上下の内容を均等配置 */
  flex: 1;
  /* 横幅の余りを占有 */
  width: 50%;
}

.plan-group-story-title {
  font-weight: 800;
  color: #fff;
  margin: 0;
  /* 余白をなくす */
}
@media (min-width: 1600px) {
  .plan-group-story-title {
    font-size: 30px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1599px) {
  .plan-group-story-title {
    font-size: 27px;
  }
}
@media (max-width: 1024px) {
  .plan-group-story-title {
    font-size: 24px;
  }
}

.plan-group-story-title span {
  font-weight: 500;
  color: #ccc;
  /* 話数の色を少し薄めに */
}
@media (min-width: 1600px) {
  .plan-group-story-title span {
    font-size: 20px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1599px) {
  .plan-group-story-title span {
    font-size: 17px;
  }
}
@media (max-width: 1024px) {
  .plan-group-story-title span {
    font-size: 14px;
  }
}

.plan-group-story-description {
  font-weight: 500;
  color: #999;
  margin: 10px 0;
  /* 上下の余白を調整 */
  overflow: hidden;
  /* 溢れるテキストを隠す */
  display: -webkit-box;
  /* Flexboxでテキスト制御 */
  -webkit-line-clamp: 2;
  /* 最大表示行数を2行に設定 */
  -webkit-box-orient: vertical;
  /* 垂直方向にテキスト制限 */
  text-overflow: ellipsis;
  /* 溢れた部分を「...」で表示 */
}
@media (min-width: 1600px) {
  .plan-group-story-description {
    font-size: 18px;
    line-height: 32px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1599px) {
  .plan-group-story-description {
    font-size: 15px;
    line-height: 29px;
  }
}
@media (max-width: 1024px) {
  .plan-group-story-description {
    font-size: 12px;
    line-height: 26px;
  }
}

@media (min-width: 1600px) {
  .plan-group-story-articles {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1599px) {
  .plan-group-story-articles {
    margin-top: 17px;
  }
}
@media (max-width: 1024px) {
  .plan-group-story-articles {
    margin-top: 14px;
  }
}

/*******************************************************************************/
/** ライター連載一覧 **/
/*******************************************************************************/
.writer-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background-color: #222;
  padding: 20px;
  border-radius: 10px;
}

.writer-header-left {
  width: 60%;
}

.writer-header-right {
  width: 40%;
}

.writer-name {
  font-size: 56px;
  font-weight: 800;
  line-height: 60px;
  color: #fff;
  margin: 0 0 20px 0;
}
@media screen and (min-width: 1025px) and (max-width: 1599px) {
  .writer-name {
    font-size: 47px;
  }
}
@media (max-width: 1024px) {
  .writer-name {
    font-size: 45px;
  }
}

.writer-description {
  font-size: 16px;
  font-weight: 500;
  line-height: 33px;
  color: #fff;
}

.writer-image {
  width: 100%; /* 親コンテナ幅に合わせて画像を表示 */
  height: auto;
  object-fit: cover; /* 画像をコンテナにフィットさせる */
  -webkit-mask: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  -webkit-mask-composite: source-in;
  mask-composite: intersect;
}

.writer-story-contents-container {
  display: flex;
  flex-direction: column;
  padding: 0 10px; /* 横方向の内側余白 */
  box-sizing: border-box; /* 内側余白を含めたサイズ計算 */
  max-width: 100%; /* コンテナを画面幅に収める */
}
@media (min-width: 1600px) {
  .writer-story-contents-container {
    gap: 100px; /* 各連載間の余白 */
  }
}
@media screen and (min-width: 1025px) and (max-width: 1599px) {
  .writer-story-contents-container {
    gap: 90px; /* 各連載間の余白 */
  }
}
@media (max-width: 1024px) {
  .writer-story-contents-container {
    gap: 80px; /* 各連載間の余白 */
  }
}

.writer-story-content {
  display: flex;
  align-items: flex-start; /* 画像と右側の内容を上揃え */
  max-width: 100%; /* 横幅を画面幅内に制限 */
}
@media (min-width: 1600px) {
  .writer-story-content {
    gap: 50px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1599px) {
  .writer-story-content {
    gap: 40px;
  }
}
@media (max-width: 1024px) {
  .writer-story-content {
    gap: 30px;
  }
}

.writer-story-image img {
  aspect-ratio: 2/3; /* 幅:高さの比率を指定 */
  width: 100%; /* 親要素の幅に基づいてサイズを調整 */
  height: auto; /* 高さは比率に基づいて自動調整 */
  border-radius: 10px; /* 角丸（任意） */
  transition: all 0.3s ease;
}
.writer-story-image img:hover, .writer-story-image img:active, .writer-story-image img:focus {
  opacity: 0.5;
}
@media (min-width: 1600px) {
  .writer-story-image img {
    max-width: 350px; /* 最大幅を指定 */
  }
}
@media screen and (min-width: 1025px) and (max-width: 1599px) {
  .writer-story-image img {
    max-width: 300px; /* 中画面での最大幅 */
  }
}
@media (max-width: 1024px) {
  .writer-story-image img {
    max-width: 250px; /* 小画面での最大幅 */
  }
}

.writer-story-details {
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* 上下の内容を均等配置 */
  flex: 1; /* 横幅の余りを占有 */
  width: 50%;
}

.writer-story-title {
  font-weight: 800;
  color: #fff;
  margin: 0; /* 余白をなくす */
}
@media (min-width: 1600px) {
  .writer-story-title {
    font-size: 30px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1599px) {
  .writer-story-title {
    font-size: 27px;
  }
}
@media (max-width: 1024px) {
  .writer-story-title {
    font-size: 24px;
  }
}

.writer-story-title span {
  font-weight: 500;
  color: #ccc; /* 話数の色を少し薄めに */
}
@media (min-width: 1600px) {
  .writer-story-title span {
    font-size: 20px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1599px) {
  .writer-story-title span {
    font-size: 17px;
  }
}
@media (max-width: 1024px) {
  .writer-story-title span {
    font-size: 14px;
  }
}

.writer-story-description {
  font-weight: 500;
  color: #999;
  margin: 10px 0; /* 上下の余白を調整 */
  overflow: hidden; /* 溢れるテキストを隠す */
  display: -webkit-box; /* Flexboxでテキスト制御 */
  -webkit-line-clamp: 2; /* 最大表示行数を2行に設定 */
  -webkit-box-orient: vertical; /* 垂直方向にテキスト制限 */
  text-overflow: ellipsis; /* 溢れた部分を「...」で表示 */
}
@media (min-width: 1600px) {
  .writer-story-description {
    font-size: 18px;
    line-height: 32px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1599px) {
  .writer-story-description {
    font-size: 15px;
    line-height: 29px;
  }
}
@media (max-width: 1024px) {
  .writer-story-description {
    font-size: 12px;
    line-height: 26px;
  }
}

@media (min-width: 1600px) {
  .writer-story-articles {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1599px) {
  .writer-story-articles {
    margin-top: 17px;
  }
}
@media (max-width: 1024px) {
  .writer-story-articles {
    margin-top: 14px;
  }
}

/*******************************************************************************/
/** 連載内記事一覧 **/
/*******************************************************************************/
#story_show .story-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background-color: #222;
  padding: 20px;
  border-radius: 10px;
}
#story_show .story-header-left {
  width: 60%;
}
#story_show .story-header-right {
  width: 40%;
}
#story_show .story-name {
  font-size: 56px;
  font-weight: 800;
  line-height: 60px;
  color: #fff;
  margin: 0 0 20px 0;
}
@media screen and (min-width: 1025px) and (max-width: 1599px) {
  #story_show .story-name {
    font-size: 47px;
  }
}
@media (max-width: 1024px) {
  #story_show .story-name {
    font-size: 45px;
  }
}
#story_show .story-writer {
  font-size: 38px;
  font-weight: 800;
  margin-top: -10px;
  margin-bottom: 10px;
}
@media screen and (min-width: 1025px) and (max-width: 1599px) {
  #story_show .story-writer {
    font-size: 29px;
  }
}
@media (max-width: 1024px) {
  #story_show .story-writer {
    font-size: 26px;
  }
}
#story_show .story-writer a {
  text-decoration: none;
  color: #999;
  font-weight: normal;
}
#story_show .story-writer a:hover, #story_show .story-writer a:active, #story_show .story-writer a:focus {
  opacity: 0.5;
}
#story_show .story-description {
  font-size: 16px;
  font-weight: 500;
  line-height: 33px;
  color: #fff;
}
#story_show .story-button-container {
  display: flex;
  align-items: center;
  gap: 15px;
  /* ボタンと追加テキストの間隔 */
  margin-top: 20px;
  margin-bottom: 20px;
}
#story_show .story-button {
  display: inline-block;
  background-color: #bba957;
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
@media (max-width: 1024px) {
  #story_show .story-button {
    font-size: 12px;
  }
}
#story_show .story-button:hover,
#story_show .story-button:focus,
#story_show .story-button:active {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.5;
}
#story_show .story-additional-text {
  font-size: 14px;
  font-weight: 500;
  color: #999999;
  margin: 0;
}
#story_show .story-image-blur {
  position: relative;
  width: 100%;
  /* コンテナ幅に合わせる */
  height: auto;
  overflow: hidden;
  /* マスク外の部分を非表示 */
}
#story_show .story-image {
  width: 100%;
  /* 親コンテナ幅に合わせて画像を表示 */
  height: auto;
  object-fit: cover;
  /* 画像をコンテナにフィットさせる */
  -webkit-mask: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  -webkit-mask-composite: source-in;
  mask-composite: intersect;
}
#story_show .story-content-header {
  font-size: 27px;
  font-weight: 800;
  color: #fff;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 0 10px;
}
@media screen and (min-width: 1025px) and (max-width: 1599px) {
  #story_show .story-content-header {
    font-size: 25px;
  }
}
@media (max-width: 1024px) {
  #story_show .story-content-header {
    font-size: 23px;
  }
}
#story_show .story-article-contents-container {
  display: flex;
  flex-wrap: wrap;
  /* 横並びにするが、次の行にも移れるように設定 */
  justify-content: flex-start;
  gap: 20px;
}
#story_show .story-article-item {
  flex: 0 1 calc((100% - 40px) / 3);
  /* 1行で最大3記事表示するので、20px + 20pxでgapを考慮 */
}
#story_show .story-article-item .large-article-row .large-article-card .area-under-image .caption {
  min-height: 72px;
}
#story_show .pagination {
  width: 100%;
  margin: 50px 0px;
  padding: 0;
}
#story_show .pagination li {
  display: inline-block;
  margin-right: 15px;
}
#story_show .pagination li a {
  border-color: #ccc;
  border-radius: 5px;
  color: #999;
}
#story_show .pagination li.active a {
  background-color: #333;
  color: #fff;
}

/*******************************************************************************/
/** カテゴリ一覧 **/
/*******************************************************************************/
#category_show .content-body {
  background-color: #222;
  padding: 15px 0 40px 0;
}
#category_show h1 {
  font-size: 48px;
  line-height: 48px;
  letter-spacing: 1.75px;
  font-weight: 800;
  color: #fff;
  margin: 50px 0px 50px -30px;
}
#category_show #contents-search-body .article-list .new::before {
  all: unset;
}
#category_show #contents-search-body .article-list .article-thumb {
  position: relative;
}
#category_show #contents-search-body .article-list .article-thumb .new {
  all: unset;
  position: absolute;
  border: 1px solid #333;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #222;
  color: #bba957;
  padding: 5px;
  font-size: 12px;
  font-weight: 500;
}
#category_show #contents-search-body .article-list .article-thumb .img-responsive {
  max-height: 350px;
}
#category_show #contents-search-body .article-list .article-content {
  position: relative;
}
#category_show #contents-search-body .article-list .article-content .lock {
  position: absolute;
  top: unset;
  right: 12px;
  bottom: 8px;
  width: 16px;
  height: 16px;
  margin: 0;
  padding: 0;
  background: none;
  border-radius: unset;
}
#category_show #contents-search-body .pagination {
  width: 100%;
  margin: 50px 0px;
  padding: 0;
}
#category_show #contents-search-body .pagination li,
#category_show #contents-search-body .pagination li.disabled {
  display: inline-block;
  margin-right: 15px;
}
#category_show #contents-search-body .pagination li a,
#category_show #contents-search-body .pagination li.disabled a {
  background-color: transparent;
  border-color: #ccc;
  border-radius: 5px;
  color: #999;
}
#category_show #contents-search-body .pagination li.active a,
#category_show #contents-search-body .pagination li.disabled.active a {
  background-color: #333;
  color: #fff;
}
#category_show .article-list > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#category_show .article-list > ul > li {
  float: left;
  clear: both;
  padding: 50px 0;
  width: 100%;
  border-bottom: 1px solid #333;
}
#category_show .article-list > ul > li .article-thumb a img {
  border-radius: 10px;
}
#category_show .article-list > ul > li .article-thumb a img:hover, #category_show .article-list > ul > li .article-thumb a img:active, #category_show .article-list > ul > li .article-thumb a img:focus {
  opacity: unset;
}
#category_show .article-list > ul > li .article-content {
  position: relative;
}
#category_show .article-list > ul > li .article-content .article-link {
  transition: opacity 0.3s ease;
}
#category_show .article-list > ul > li .article-content > .info-tag {
  font-weight: bold;
  letter-spacing: 2px;
  width: 51px;
  height: 21px;
  margin: 0;
  font-size: 14px;
  list-style-type: none;
  overflow: hidden;
  text-align: center;
  white-space: nowrap;
}
#category_show .article-list > ul > li .article-content > .info-tag.pr {
  border: 1px solid #999;
  color: #999;
  margin-right: 10px;
}
#category_show .article-list > ul > li .article-content .public-on {
  display: inline-block;
  margin: 0;
  font-size: 16px;
  letter-spacing: 1px;
  overflow: hidden;
  white-space: nowrap;
  color: #666;
}
#category_show .article-list > ul > li .article-content .left-margin {
  text-align: right;
}
#category_show .article-list > ul > li .article-content h3 {
  color: #fff;
  font-family: "Gothic MB101 Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, Verdana, Arial, sans-serif, HG明朝E;
  letter-spacing: 0.07em;
  font-weight: bold;
  margin: 0 0 10px;
  display: inline-block;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.3;
  font-size: 22px;
  max-height: 2.6em;
}
#category_show .article-list > ul > li .article-content a:hover, #category_show .article-list > ul > li .article-content a:active, #category_show .article-list > ul > li .article-content a:focus {
  text-decoration: none;
}
#category_show .article-list > ul > li .article-content a.article-link:hover {
  background: none;
  opacity: 0.5;
  text-decoration: none;
  display: block;
  height: auto;
}
#category_show .article-list > ul > li .article-content .story-caption {
  color: #999;
  font-weight: bold;
  margin: 0;
  line-height: 1.4;
  font-size: 16px;
  max-width: 80%;
  letter-spacing: 0.5px;
}
#category_show .article-list > ul > li .article-content .article-lead {
  color: #999;
  margin: 10px 0;
  line-height: 1.4;
  font-size: 14px;
  overflow: hidden;
  height: 40px;
  letter-spacing: 0.5px;
}
#category_show .article-list > ul > li .article-content .caption-field {
  display: flex;
  justify-content: space-between;
  min-height: 16px;
  margin-bottom: 20px;
}
#category_show .article-list > ul > li .article-content .article-tag-area {
  max-height: 30px;
  margin: 20px 0 0;
  position: relative;
  width: 90%;
  overflow: hidden;
}
#category_show .article-list > ul > li .article-content .article-tag-area .article-tag {
  display: inline-block;
  padding: 4px 8px;
  color: #999;
  background: none;
  font-size: 14px;
  text-align: center;
  margin-right: 8px;
  text-decoration: none;
  border: 1px solid #333;
  border-radius: 10px;
  transition: opacity 0.3s ease;
}
#category_show .article-list > ul > li .article-content .article-tag-area .article-tag:hover, #category_show .article-list > ul > li .article-content .article-tag-area .article-tag:focus {
  opacity: 0.5;
  background: none !important;
}

@media (max-width: 767px) {
  #category_show .article-list > ul > li .article-thumb {
    margin-bottom: 10px;
  }
  #category_show .article-list > ul > li .article-thumb img {
    width: 100%;
  }
  #category_show .article-list > ul > li .article-content {
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #category_show .article-list > ul > li .article-content {
    height: auto;
  }
  #category_show .article-list > ul > li .article-content .story-caption {
    font-size: 12px;
  }
  #category_show .article-list > ul > li .article-content .article-lead {
    font-size: 12px;
    height: 42px;
    line-height: 1.2;
    margin-top: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #category_show .article-list > ul > li .article-content {
    height: auto;
  }
  #category_show .article-list > ul > li .article-content .article-lead {
    height: 55px;
  }
}
@media (min-width: 1200px) {
  #category_show .article-list > ul > li .article-content {
    padding-right: 60px;
    height: auto;
  }
}
/*******************************************************************************/
/** 記事を探す **/
/*******************************************************************************/
#articles_list_search .content-body {
  background-color: #222;
  padding: 15px 0 40px 0;
}
#articles_list_search h1 {
  font-size: 42px;
  line-height: 42px;
  letter-spacing: 1.75px;
  font-weight: 800;
  color: #fff;
  margin: 50px 0px;
}
#articles_list_search #contents-search-body .article-search-form {
  text-align: right;
  margin-bottom: 50px;
  padding: 0;
  margin-top: 0px;
}
#articles_list_search #contents-search-body .article-search-form #new_q {
  padding: 0px;
}
#articles_list_search #contents-search-body .article-search-form #new_q .erasable {
  width: 300px;
}
#articles_list_search #contents-search-body .article-search-form #new_q .glyphicon {
  z-index: 100;
}
#articles_list_search #contents-search-body .article-search-form #new_q .search-query {
  width: 100%;
  height: 40px;
  border-radius: 10px;
  font-size: 14px;
}
#articles_list_search #contents-search-body .article-search-form button[type=submit].flat {
  background-color: #bba957;
  border-radius: 10px;
  text-shadow: none;
  color: #fff;
  font-size: 14px;
  width: 80px;
  height: 40px;
  margin-left: 10px;
}
#articles_list_search #contents-search-body .article-search-form button[type=submit].flat:hover, #articles_list_search #contents-search-body .article-search-form button[type=submit].flat:active, #articles_list_search #contents-search-body .article-search-form button[type=submit].flat:focus {
  opacity: 0.5;
  outline: none;
}
#articles_list_search #contents-search-body .article-list .new::before {
  all: unset;
}
#articles_list_search #contents-search-body .article-list .article-thumb {
  position: relative;
}
#articles_list_search #contents-search-body .article-list .article-thumb .new {
  all: unset;
  position: absolute;
  border: 1px solid #333;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #222;
  color: #bba957;
  padding: 5px;
  font-size: 12px;
  font-weight: 500;
}
#articles_list_search #contents-search-body .article-list .article-content {
  position: relative;
}
#articles_list_search #contents-search-body .article-list .article-content .lock {
  position: absolute;
  top: unset;
  right: 12px;
  bottom: 8px;
  width: 16px;
  height: 16px;
  margin: 0;
  padding: 0;
  background: none;
  border-radius: unset;
}
#articles_list_search #contents-search-body .pagination {
  width: 100%;
  margin: 50px 0px;
  padding: 0;
}
#articles_list_search #contents-search-body .pagination li {
  display: inline-block;
  margin-right: 15px;
}
#articles_list_search #contents-search-body .pagination li a {
  border-color: #ccc;
  border-radius: 5px;
  color: #999;
}
#articles_list_search #contents-search-body .pagination li.active a {
  background-color: #333;
  color: #fff;
}
#articles_list_search .article-list > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#articles_list_search .article-list > ul > li {
  float: left;
  clear: both;
  padding: 50px 0;
  width: 100%;
  border-bottom: 1px solid #333;
}
#articles_list_search .article-list > ul > li .article-thumb a img {
  border-radius: 10px;
}
#articles_list_search .article-list > ul > li .article-thumb a img:hover, #articles_list_search .article-list > ul > li .article-thumb a img:active, #articles_list_search .article-list > ul > li .article-thumb a img:focus {
  opacity: unset;
}
#articles_list_search .article-list > ul > li .article-content {
  position: relative;
}
#articles_list_search .article-list > ul > li .article-content .article-link {
  transition: opacity 0.3s ease;
}
#articles_list_search .article-list > ul > li .article-content > .info-tag {
  font-weight: bold;
  letter-spacing: 2px;
  width: 51px;
  height: 21px;
  margin: 0;
  font-size: 14px;
  list-style-type: none;
  overflow: hidden;
  text-align: center;
  white-space: nowrap;
}
#articles_list_search .article-list > ul > li .article-content > .info-tag.pr {
  border: 1px solid #999;
  color: #999;
  margin-right: 10px;
}
#articles_list_search .article-list > ul > li .article-content .public-on {
  display: inline-block;
  margin: 0;
  font-size: 16px;
  letter-spacing: 1px;
  overflow: hidden;
  white-space: nowrap;
  color: #666;
}
#articles_list_search .article-list > ul > li .article-content .left-margin {
  text-align: right;
}
#articles_list_search .article-list > ul > li .article-content h3 {
  color: #fff;
  font-family: "Gothic MB101 Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, Verdana, Arial, sans-serif, HG明朝E;
  letter-spacing: 0.07em;
  font-weight: bold;
  margin: 0 0 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.3;
  font-size: 22px;
  max-height: 2.6em;
}
#articles_list_search .article-list > ul > li .article-content a:hover, #articles_list_search .article-list > ul > li .article-content a:active, #articles_list_search .article-list > ul > li .article-content a:focus {
  text-decoration: none;
}
#articles_list_search .article-list > ul > li .article-content a.article-link:hover {
  background: none;
  opacity: 0.5;
  text-decoration: none;
  display: block;
  height: auto;
}
#articles_list_search .article-list > ul > li .article-content .story-caption {
  color: #999;
  font-weight: bold;
  margin: 0;
  line-height: 1.4;
  font-size: 16px;
  max-width: 80%;
  letter-spacing: 0.5px;
}
#articles_list_search .article-list > ul > li .article-content .article-lead {
  color: #999;
  margin: 10px 0;
  line-height: 1.4;
  font-size: 14px;
  overflow: hidden;
  height: 40px;
  letter-spacing: 0.5px;
}
#articles_list_search .article-list > ul > li .article-content .caption-field {
  display: flex;
  justify-content: space-between;
  min-height: 16px;
  margin-bottom: 20px;
}
#articles_list_search .article-list > ul > li .article-content .article-tag-area {
  max-height: 30px;
  margin: 20px 0 0;
  position: relative;
  width: 90%;
  overflow: hidden;
}
#articles_list_search .article-list > ul > li .article-content .article-tag-area .article-tag {
  display: inline-block;
  padding: 4px 8px;
  color: #999;
  background: none;
  font-size: 14px;
  text-align: center;
  margin-right: 8px;
  text-decoration: none;
  border: 1px solid #333;
  border-radius: 10px;
  transition: opacity 0.3s ease;
}
#articles_list_search .article-list > ul > li .article-content .article-tag-area .article-tag:hover, #articles_list_search .article-list > ul > li .article-content .article-tag-area .article-tag:focus {
  opacity: 0.5;
  background: none !important;
}

@media (max-width: 767px) {
  #category_show .article-list > ul > li .article-thumb {
    margin-bottom: 10px;
  }
  #category_show .article-list > ul > li .article-thumb img {
    width: 100%;
  }
  #category_show .article-list > ul > li .article-content {
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #category_show .article-list > ul > li .article-content {
    height: auto;
  }
  #category_show .article-list > ul > li .article-content .story-caption {
    font-size: 12px;
  }
  #category_show .article-list > ul > li .article-content .article-lead {
    font-size: 12px;
    height: 42px;
    line-height: 1.2;
    margin-top: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #category_show .article-list > ul > li .article-content {
    height: auto;
  }
  #category_show .article-list > ul > li .article-content .article-lead {
    height: 55px;
  }
}
@media (min-width: 1200px) {
  #category_show .article-list > ul > li .article-content {
    padding-right: 60px;
    height: auto;
  }
}
/*******************************************************************************/
/** 新着記事一覧 **/
/*******************************************************************************/
#new_articles_list_index > .container {
  width: 100%;
  margin-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
#new_articles_list_index > .container .row {
  margin-left: 0px;
  margin-right: 0px;
}
#new_articles_list_index > .container .row #content {
  padding-left: 0px;
  padding-right: 0px;
}
#new_articles_list_index > .container .row #content .container2 .large-article-row .large-article-card .area-under-image .article-footer-row .area-right-of-category .lock-icon img,
#new_articles_list_index > .container .row #content .container2 .large-article-row .large-article-card .area-under-image .article-footer-row .area-right-of-category .comment .comment-icon img {
  width: 14px;
  height: 14px;
}
#new_articles_list_index > .container .row #content .container2 .large-article-row .large-article-card .area-under-image .article-info .story-caption,
#new_articles_list_index > .container .row #content .container2 .large-article-row .large-article-card .area-under-image .article-info .story-number,
#new_articles_list_index > .container .row #content .container2 .large-article-row .large-article-card .area-under-image .article-footer-row .area-of-category .pr-tag,
#new_articles_list_index > .container .row #content .container2 .large-article-row .large-article-card .area-under-image .article-footer-row .area-of-category .category,
#new_articles_list_index > .container .row #content .container2 .large-article-row .large-article-card .area-under-image .article-footer-row .area-right-of-category .comment .comment-count {
  font-size: 14px;
}
#new_articles_list_index > .container .row #content .container2 .basic-large-article .large-article-row .large-article-card .area-under-image .caption {
  font-size: 19px;
  line-height: 30px;
}
#new_articles_list_index > .container .row #content .container2 .new-articles h1 {
  font-size: 42px;
  line-height: 42px;
  letter-spacing: 1.75px;
  font-weight: 800;
  color: #fff;
  margin: 0px 15px 50px;
}
#new_articles_list_index > .container .row #content .container2 .new-articles .article-list .large-article-row {
  padding: 0px;
}
#new_articles_list_index > .container .row #content .container2 .new-articles .article-list .large-article-row .large-article-card {
  box-shadow: 0 0 15px 3px rgb(0, 0, 0);
}
#new_articles_list_index > .container .row #content .container2 .new-articles .article-list .large-article-row .large-article-card .area-under-image {
  min-height: 192px;
}
#new_articles_list_index > .container .row #content .container2 .new-articles .article-list .large-article-row .large-article-card .area-under-image .article-info {
  min-height: 20px;
}
#new_articles_list_index > .container .row #content .container2 .new-articles .article-list .large-article-row .large-article-card .area-under-image .caption {
  min-height: 90px;
}
#new_articles_list_index > .container .row #content .container2 .new-articles .article-list .large-article-row .large-article-card .area-under-image .article-footer-row {
  min-height: 22px;
}
#new_articles_list_index > .container .row #content .container2 .new-articles .article-list::after {
  content: "";
  display: block;
  clear: both;
}
#new_articles_list_index > .container .row #content .container2 .new-articles .pagination {
  width: 100%;
  margin: 50px 0px;
  padding: 0;
}
#new_articles_list_index > .container .row #content .container2 .new-articles .pagination li,
#new_articles_list_index > .container .row #content .container2 .new-articles .pagination li.disabled {
  display: inline-block;
  margin-right: 15px;
}
#new_articles_list_index > .container .row #content .container2 .new-articles .pagination li a,
#new_articles_list_index > .container .row #content .container2 .new-articles .pagination li.disabled a {
  background-color: transparent;
  border-color: #ccc;
  border-radius: 5px;
  color: #999;
}
#new_articles_list_index > .container .row #content .container2 .new-articles .pagination li.active a,
#new_articles_list_index > .container .row #content .container2 .new-articles .pagination li.disabled.active a {
  background-color: #333;
  color: #fff;
}

/*******************************************************************************/
/** 有料記事一覧 **/
/*******************************************************************************/
#paid_articles_list_index > .container {
  width: 100%;
  margin-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
#paid_articles_list_index > .container .row {
  margin-left: 0px;
  margin-right: 0px;
}
#paid_articles_list_index > .container .row #content {
  padding-left: 0px;
  padding-right: 0px;
}
#paid_articles_list_index > .container .row #content .container2 .large-article-row .large-article-card .area-under-image .article-footer-row .area-right-of-category .lock-icon img,
#paid_articles_list_index > .container .row #content .container2 .large-article-row .large-article-card .area-under-image .article-footer-row .area-right-of-category .comment .comment-icon img {
  width: 14px;
  height: 14px;
}
#paid_articles_list_index > .container .row #content .container2 .large-article-row .large-article-card .area-under-image .article-info .story-caption,
#paid_articles_list_index > .container .row #content .container2 .large-article-row .large-article-card .area-under-image .article-info .story-number,
#paid_articles_list_index > .container .row #content .container2 .large-article-row .large-article-card .area-under-image .article-footer-row .area-of-category .pr-tag,
#paid_articles_list_index > .container .row #content .container2 .large-article-row .large-article-card .area-under-image .article-footer-row .area-of-category .category,
#paid_articles_list_index > .container .row #content .container2 .large-article-row .large-article-card .area-under-image .article-footer-row .area-right-of-category .comment .comment-count {
  font-size: 14px;
}
#paid_articles_list_index > .container .row #content .container2 .basic-large-article .large-article-row .large-article-card .area-under-image .caption {
  font-size: 19px;
  line-height: 30px;
}
#paid_articles_list_index > .container .row #content .container2 .paid-articles .article-list .large-article-row {
  padding: 0px;
}
#paid_articles_list_index > .container .row #content .container2 .paid-articles .article-list .large-article-row .large-article-card {
  box-shadow: 0 0 15px 3px rgb(0, 0, 0);
}
#paid_articles_list_index > .container .row #content .container2 .paid-articles .article-list .large-article-row .large-article-card .area-under-image {
  min-height: 192px;
}
#paid_articles_list_index > .container .row #content .container2 .paid-articles .article-list .large-article-row .large-article-card .area-under-image .article-info {
  min-height: 20px;
}
#paid_articles_list_index > .container .row #content .container2 .paid-articles .article-list .large-article-row .large-article-card .area-under-image .caption {
  min-height: 90px;
}
#paid_articles_list_index > .container .row #content .container2 .paid-articles .article-list .large-article-row .large-article-card .area-under-image .article-footer-row {
  min-height: 22px;
}
#paid_articles_list_index > .container .row #content .container2 .paid-articles .article-list::after {
  content: "";
  display: block;
  clear: both;
}
#paid_articles_list_index > .container .row #content .container2 .paid-articles .pagination {
  width: 100%;
  margin: 50px 0px;
  padding: 0;
}
#paid_articles_list_index > .container .row #content .container2 .paid-articles .pagination li,
#paid_articles_list_index > .container .row #content .container2 .paid-articles .pagination li.disabled {
  display: inline-block;
  margin-right: 15px;
}
#paid_articles_list_index > .container .row #content .container2 .paid-articles .pagination li a,
#paid_articles_list_index > .container .row #content .container2 .paid-articles .pagination li.disabled a {
  background-color: transparent;
  border-color: #ccc;
  border-radius: 5px;
  color: #999;
}
#paid_articles_list_index > .container .row #content .container2 .paid-articles .pagination li.active a,
#paid_articles_list_index > .container .row #content .container2 .paid-articles .pagination li.disabled.active a {
  background-color: #333;
  color: #fff;
}

/*******************************************************************************/
/** 記事タグ一覧 **/
/*******************************************************************************/
#article_tag_show {
  background-color: #222;
}
#article_tag_show #story-result-number {
  padding: 0;
}
#article_tag_show #story-result-number .container {
  padding-left: 0;
  padding-right: 0;
}
#article_tag_show #story-result-number .container .row h1 {
  font-size: 48px;
  line-height: 48px;
  letter-spacing: 1.75px;
  font-weight: 800;
  color: #fff;
  margin: 50px 0px;
}
#article_tag_show #story-result-body {
  padding: 0;
}
#article_tag_show #story-result-body .container .row .story-result-item a {
  transition: opacity 0.5s ease;
}
#article_tag_show #story-result-body .container .row .story-result-item a:hover, #article_tag_show #story-result-body .container .row .story-result-item a:active, #article_tag_show #story-result-body .container .row .story-result-item a:focus {
  background-color: unset;
  opacity: 0.5;
}
#article_tag_show #story-result-body .container .row .story-result-item a .new {
  all: unset;
  position: absolute;
  border: 1px solid #ccc;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #222;
  color: #bba957;
  padding: 5px;
  font-size: 12px;
  font-weight: 500;
}
#article_tag_show #story-result-body .container .row .story-result-item a .new:before {
  all: unset;
}
#article_tag_show #story-result-body .container .row .story-result-item a .lock {
  margin-top: 14px;
  margin-bottom: 10px;
  color: #666;
  font-size: 12px;
  text-align: right;
  position: absolute;
  top: unset;
  background: none;
  bottom: 5px;
  right: 0;
  width: 16px;
  height: 16px;
  margin: 0;
  padding: 0;
  border-radius: 0px;
}
#article_tag_show #story-result-body .container .row .story-result-item a .story-result-item-photo {
  border-radius: 10px;
  border: 1px solid #333;
}
#article_tag_show #story-result-body .container .row .story-result-item a .story-result-item-photo.is-new {
  border: 1px solid #ccc;
}
#article_tag_show #story-result-body .container .row .story-result-item a .story-result-item-lead {
  color: #999;
  font-weight: bold;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#article_tag_show #story-result-body .container .row .story-result-item a .story-result-item-title {
  color: #fff;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
#article_tag_show #story-result-body .container .row .story-result-item a .story-result-item-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 5px;
}
#article_tag_show #story-result-body .container .row .story-result-item a .story-result-item-writer {
  font-size: 14px;
  font-weight: normal;
  color: #fff;
}
#article_tag_show #story-result-body .container .row .story-result-item .article-tag-area {
  margin: 0;
  max-height: 30px;
  overflow: hidden;
}
#article_tag_show #story-result-body .container .row .story-result-item .article-tag-area .article-tag {
  display: inline-block;
  padding: 4px 8px;
  color: #999;
  background: none;
  font-size: 14px;
  text-align: center;
  margin-right: 8px;
  text-decoration: none;
  border: 1px solid #333;
  border-radius: 10px;
  transition: opacity 0.3s ease;
}
#article_tag_show #story-result-body .container .row .story-result-item .article-tag-area .article-tag:hover, #article_tag_show #story-result-body .container .row .story-result-item .article-tag-area .article-tag:focus {
  opacity: 0.5;
  background: none !important;
}
#article_tag_show #story-result-pagination .container .row .pagination {
  width: 100%;
  margin: 50px 0px;
  padding: 0;
}
#article_tag_show #story-result-pagination .container .row .pagination li {
  display: inline-block;
  margin-right: 15px;
}
#article_tag_show #story-result-pagination .container .row .pagination li a {
  border-color: #ccc;
  border-radius: 5px;
  color: #999;
}
#article_tag_show #story-result-pagination .container .row .pagination li.active a {
  background-color: #333;
  color: #fff;
}

@media (max-width: 767px) {
  #article_tag_show .story-result-item .story-result-item-title {
    margin-bottom: 60px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #article_tag_show .story-result-item {
    height: 330px;
    width: 345px;
    margin-bottom: 50px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #article_tag_show .story-result-item {
    height: 380px;
    width: 455px;
    margin-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  #article_tag_show .story-result-item {
    height: 350px;
    width: 370px;
    margin-bottom: 60px;
  }
}
/*******************************************************************************/
/** 連載を探す **/
/*******************************************************************************/
#story_search {
  background-color: #222;
}
#story_search #story-result-head {
  margin: 50px 0px;
}
#story_search #story-result-head .container .row {
  display: flex;
  align-items: center;
}
#story_search #story-result-head .container .row .story-result-title h1 {
  margin: 0;
  font-size: 48px;
  line-height: 48px;
  letter-spacing: 1.75px;
  font-weight: 800;
  color: #fff;
}
#story_search #story-result-head .container .row .story-result-search {
  margin: 0;
}
#story_search #story-result-head .container .row .story-result-search #new_q {
  padding: 0;
}
#story_search #story-result-head .container .row .story-result-search #new_q .search-text-field {
  width: 300px;
  height: 40px;
  border-radius: 10px;
}
#story_search #story-result-head .container .row .story-result-search #new_q .btn {
  background-color: #BBA957;
  height: 40px;
  border-radius: 10px;
  transition: opacity 0.3s ease;
}
#story_search #story-result-head .container .row .story-result-search #new_q .btn:hover, #story_search #story-result-head .container .row .story-result-search #new_q .btn:active, #story_search #story-result-head .container .row .story-result-search #new_q .btn:focus {
  opacity: 0.5;
}
#story_search #story-result-body {
  padding: 0;
}
#story_search #story-result-body .container .row .story-result-item a {
  transition: opacity 0.5s ease;
}
#story_search #story-result-body .container .row .story-result-item a:hover, #story_search #story-result-body .container .row .story-result-item a:active, #story_search #story-result-body .container .row .story-result-item a:focus {
  background-color: unset;
  opacity: 0.5;
}
#story_search #story-result-body .container .row .story-result-item a .contents-info-tag.up {
  all: unset;
  position: absolute;
  border: 1px solid #ccc;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #222;
  color: #BBA957;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 500;
}
#story_search #story-result-body .container .row .story-result-item a .contents-info-tag.up:before {
  all: unset;
}
#story_search #story-result-body .container .row .story-result-item a .story-result-item-photo {
  border-radius: 10px;
  border: 1px solid #333;
}
#story_search #story-result-body .container .row .story-result-item a .story-result-item-photo.is-new {
  border: 1px solid #ccc;
}
#story_search #story-result-body .container .row .story-result-item a .story-result-item-lead {
  color: #999;
  font-weight: bold;
}
#story_search #story-result-body .container .row .story-result-item a .story-result-item-title {
  color: #fff;
  font-weight: bold;
}
#story_search #story-result-body .container .row .story-result-item a .story-result-item-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 5px;
}
#story_search #story-result-body .container .row .story-result-item a .story-result-item-writer {
  font-size: 14px;
  font-weight: normal;
  color: #fff;
}
#story_search #story-result-body .container .row .story-result-item .article-tag-area {
  margin: 0;
  max-height: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#story_search #story-result-body .container .row .story-result-item .article-tag-area .article-tag {
  display: inline-block;
  padding: 4px 8px;
  color: #999;
  background: none;
  font-size: 14px;
  text-align: center;
  margin-right: 8px;
  text-decoration: none;
  border: 1px solid #333;
  border-radius: 10px;
  transition: opacity 0.3s ease;
}
#story_search #story-result-body .container .row .story-result-item .article-tag-area .article-tag:hover, #story_search #story-result-body .container .row .story-result-item .article-tag-area .article-tag:focus {
  opacity: 0.5;
  background: none !important;
}
#story_search #story-result-pagination .container .row .pagination {
  width: 100%;
  margin: 50px 0px;
  padding: 0;
}
#story_search #story-result-pagination .container .row .pagination li {
  display: inline-block;
  margin-right: 15px;
}
#story_search #story-result-pagination .container .row .pagination li a {
  border-color: #ccc;
  border-radius: 5px;
  color: #999;
}
#story_search #story-result-pagination .container .row .pagination li.active a {
  background-color: #333;
  color: #fff;
}

@media (max-width: 767px) {
  #story_search #story-result-head .container .row {
    flex-direction: column;
  }
  #story_search #story-result-head .container .row .story-result-title {
    align-self: flex-start;
  }
  #story_search #story-result-head .container .row .story-result-search {
    align-self: flex-end;
    margin-top: 45px;
    margin-right: 15px;
  }
  #story_search .story-result-item .story-result-item-title {
    margin-bottom: 60px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #story_search .story-result-item {
    height: 330px;
    width: 345px;
    margin-bottom: 50px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #story_search .story-result-item {
    height: 380px;
    width: 455px;
    margin-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  #story_search .story-result-item {
    height: 350px;
    width: 370px;
    margin-bottom: 60px;
  }
}
/*******************************************************************************/
/** プレゼント記事 **/
/*******************************************************************************/
#members_event_application_new #article-content,
#members_event_application_create #article-content,
#members_event_application_completed_show #article-content {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  border-radius: 0;
}
#members_event_application_new #article-content .article-content-head .event-title h3,
#members_event_application_create #article-content .article-content-head .event-title h3,
#members_event_application_completed_show #article-content .article-content-head .event-title h3 {
  margin: 50px 0;
  line-height: 55px;
  font-weight: 700;
  color: #333;
}
#members_event_application_new #article-content .article-content-body .event-title h4,
#members_event_application_create #article-content .article-content-body .event-title h4,
#members_event_application_completed_show #article-content .article-content-body .event-title h4 {
  font-size: 28px;
  margin: 20px 0;
  font-weight: 500;
  color: #333;
}
#members_event_application_new #article-content .button-area,
#members_event_application_create #article-content .button-area,
#members_event_application_completed_show #article-content .button-area {
  font-weight: bold;
  margin: 20px 0;
  color: #333;
}
#members_event_application_new #article-content .button-area a,
#members_event_application_create #article-content .button-area a,
#members_event_application_completed_show #article-content .button-area a {
  color: #BBA957;
}
#members_event_application_new #article-content .button-area .btn-default-no-gd,
#members_event_application_create #article-content .button-area .btn-default-no-gd,
#members_event_application_completed_show #article-content .button-area .btn-default-no-gd {
  width: 50%;
  background-color: #BBA957;
  border: 1px solid #BBA957;
  transition: all 0.3s ease;
}
#members_event_application_new #article-content .button-area .btn-default-no-gd:hover, #members_event_application_new #article-content .button-area .btn-default-no-gd:active, #members_event_application_new #article-content .button-area .btn-default-no-gd:focus,
#members_event_application_create #article-content .button-area .btn-default-no-gd:hover,
#members_event_application_create #article-content .button-area .btn-default-no-gd:active,
#members_event_application_create #article-content .button-area .btn-default-no-gd:focus,
#members_event_application_completed_show #article-content .button-area .btn-default-no-gd:hover,
#members_event_application_completed_show #article-content .button-area .btn-default-no-gd:active,
#members_event_application_completed_show #article-content .button-area .btn-default-no-gd:focus {
  opacity: 0.5;
}
