@charset "UTF-8";/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("/files/14/images/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("/files/14/fonts/slick.eot");
  src: url("/files/14/fonts/slick.eot?#iefix") format("embedded-opentype"), url("/files/14/fonts/slick.woff") format("woff"), url("/files/14/fonts/slick.ttf") format("truetype"), url("/files/14/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px\9;
  /*lte IE 8*/
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }
/*!
 * FullCalendar v2.6.0 Stylesheet
 * Docs & License: http://fullcalendar.io/
 * (c) 2015 Adam Shaw
 */
.fc {
  direction: ltr;
  text-align: left; }

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

body .fc {
  /* extra precedence to overcome jqui */
  font-size: 1em; }

/* Colors
--------------------------------------------------------------------------------------------------*/
.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-popover {
  border-color: #ddd; }

.fc-unthemed .fc-popover {
  background-color: #fff; }

.fc-unthemed .fc-divider,
.fc-unthemed .fc-popover .fc-header {
  background: #eee; }

.fc-unthemed .fc-popover .fc-header .fc-close {
  color: #666; }

.fc-unthemed .fc-today {
  background: #fcf8e3; }

.fc-highlight {
  /* when user is selecting cells */
  background: #bce8f1;
  opacity: .3;
  filter: alpha(opacity=30);
  /* for IE */ }

.fc-bgevent {
  /* default look for background events */
  background: #8fdf82;
  opacity: .3;
  filter: alpha(opacity=30);
  /* for IE */ }

.fc-nonbusiness {
  /* default look for non-business-hours areas */
  /* will inherit .fc-bgevent's styles */
  background: #d7d7d7; }

/* Icons (inline elements with styled text that mock arrow icons)
--------------------------------------------------------------------------------------------------*/
.fc-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1em;
  font-size: 1em;
  text-align: center;
  overflow: hidden;
  font-family: "Courier New", Courier, monospace;
  /* don't allow browser text-selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/*
Acceptable font-family overrides for individual icons:
	"Arial", sans-serif
	"Times New Roman", serif

NOTE: use percentage font sizes or else old IE chokes
*/
.fc-icon:after {
  position: relative;
  margin: 0 -1em;
  /* ensures character will be centered, regardless of width */ }

.fc-icon-left-single-arrow:after {
  content: "\02039";
  font-weight: bold;
  font-size: 200%;
  top: -7%;
  left: 3%; }

.fc-icon-right-single-arrow:after {
  content: "\0203A";
  font-weight: bold;
  font-size: 200%;
  top: -7%;
  left: -3%; }

.fc-icon-left-double-arrow:after {
  content: "\000AB";
  font-size: 160%;
  top: -7%; }

.fc-icon-right-double-arrow:after {
  content: "\000BB";
  font-size: 160%;
  top: -7%; }

.fc-icon-left-triangle:after {
  content: "\25C4";
  font-size: 125%;
  top: 3%;
  left: -2%; }

.fc-icon-right-triangle:after {
  content: "\25BA";
  font-size: 125%;
  top: 3%;
  left: 2%; }

.fc-icon-down-triangle:after {
  content: "\25BC";
  font-size: 125%;
  top: 2%; }

.fc-icon-x:after {
  content: "\000D7";
  font-size: 200%;
  top: 6%; }

/* Buttons (styled <button> tags, normalized to work cross-browser)
--------------------------------------------------------------------------------------------------*/
.fc button {
  /* force height to include the border and padding */
  box-sizing: border-box;
  /* dimensions */
  margin: 0;
  height: 2.1em;
  padding: 0 .6em;
  /* text & cursor */
  font-size: 1em;
  /* normalize */
  white-space: nowrap;
  cursor: pointer; }

/* Firefox has an annoying inner border */
.fc button::-moz-focus-inner {
  margin: 0;
  padding: 0; }

.fc-state-default {
  /* non-theme */
  border: 1px solid; }

.fc-state-default.fc-corner-left {
  /* non-theme */
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.fc-state-default.fc-corner-right {
  /* non-theme */
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

/* icons in buttons */
.fc button .fc-icon {
  /* non-theme */
  position: relative;
  top: -0.05em;
  /* seems to be a good adjustment across browsers */
  margin: 0 .2em;
  vertical-align: middle; }

/*
  button states
  borrowed from twitter bootstrap (http://twitter.github.com/bootstrap/)
*/
.fc-state-default {
  background-color: #f5f5f5;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); }

.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
  color: #333333;
  background-color: #e6e6e6; }

.fc-state-hover {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear; }

.fc-state-down,
.fc-state-active {
  background-color: #cccccc;
  background-image: none;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); }

.fc-state-disabled {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none; }

/* Buttons Groups
--------------------------------------------------------------------------------------------------*/
.fc-button-group {
  display: inline-block; }

/*
every button that is not first in a button group should scootch over one pixel and cover the
previous button's border...
*/
.fc .fc-button-group > * {
  /* extra precedence b/c buttons have margin set to zero */
  float: left;
  margin: 0 0 0 -1px; }

.fc .fc-button-group > :first-child {
  /* same */
  margin-left: 0; }

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-popover {
  position: absolute;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15); }

.fc-popover .fc-header {
  /* TODO: be more consistent with fc-head/fc-body */
  padding: 2px 4px; }

.fc-popover .fc-header .fc-title {
  margin: 0 2px; }

.fc-popover .fc-header .fc-close {
  cursor: pointer; }

.fc-ltr .fc-popover .fc-header .fc-title,
.fc-rtl .fc-popover .fc-header .fc-close {
  float: left; }

.fc-rtl .fc-popover .fc-header .fc-title,
.fc-ltr .fc-popover .fc-header .fc-close {
  float: right; }

/* unthemed */
.fc-unthemed .fc-popover {
  border-width: 1px;
  border-style: solid; }

.fc-unthemed .fc-popover .fc-header .fc-close {
  font-size: .9em;
  margin-top: 2px; }

/* jqui themed */
.fc-popover > .ui-widget-header + .ui-widget-content {
  border-top: 0;
  /* where they meet, let the header have the border */ }

/* Misc Reusable Components
--------------------------------------------------------------------------------------------------*/
.fc-divider {
  border-style: solid;
  border-width: 1px; }

hr.fc-divider {
  height: 0;
  margin: 0;
  padding: 0 0 2px;
  /* height is unreliable across browsers, so use padding */
  border-width: 1px 0; }

.fc-clear {
  clear: both; }

.fc-bg,
.fc-bgevent-skeleton,
.fc-highlight-skeleton,
.fc-helper-skeleton {
  /* these element should always cling to top-left/right corners */
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

.fc-bg {
  bottom: 0;
  /* strech bg to bottom edge */ }

.fc-bg table {
  height: 100%;
  /* strech bg to bottom edge */ }

/* Tables
--------------------------------------------------------------------------------------------------*/
.fc table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1em;
  /* normalize cross-browser */ }

.fc th {
  text-align: center; }

.fc th,
.fc td {
  border-style: solid;
  border-width: 1px;
  padding: 0;
  vertical-align: top; }

.fc td.fc-today {
  border-style: double;
  /* overcome neighboring borders */ }

/* Fake Table Rows
--------------------------------------------------------------------------------------------------*/
.fc .fc-row {
  /* extra precedence to overcome themes w/ .ui-widget-content forcing a 1px border */
  /* no visible border by default. but make available if need be (scrollbar width compensation) */
  border-style: solid;
  border-width: 0; }

.fc-row table {
  /* don't put left/right border on anything within a fake row.
     the outer tbody will worry about this */
  border-left: 0 hidden transparent;
  border-right: 0 hidden transparent;
  /* no bottom borders on rows */
  border-bottom: 0 hidden transparent; }

.fc-row:first-child table {
  border-top: 0 hidden transparent;
  /* no top border on first row */ }

/* Day Row (used within the header and the DayGrid)
--------------------------------------------------------------------------------------------------*/
.fc-row {
  position: relative; }

.fc-row .fc-bg {
  z-index: 1; }

/* highlighting cells & background event skeleton */
.fc-row .fc-bgevent-skeleton,
.fc-row .fc-highlight-skeleton {
  bottom: 0;
  /* stretch skeleton to bottom of row */ }

.fc-row .fc-bgevent-skeleton table,
.fc-row .fc-highlight-skeleton table {
  height: 100%;
  /* stretch skeleton to bottom of row */ }

.fc-row .fc-highlight-skeleton td,
.fc-row .fc-bgevent-skeleton td {
  border-color: transparent; }

.fc-row .fc-bgevent-skeleton {
  z-index: 2; }

.fc-row .fc-highlight-skeleton {
  z-index: 3; }

/*
row content (which contains day/week numbers and events) as well as "helper" (which contains
temporary rendered events).
*/
.fc-row .fc-content-skeleton {
  position: relative;
  z-index: 4;
  padding-bottom: 2px;
  /* matches the space above the events */ }

.fc-row .fc-helper-skeleton {
  z-index: 5; }

.fc-row .fc-content-skeleton td,
.fc-row .fc-helper-skeleton td {
  /* see-through to the background below */
  background: none;
  /* in case <td>s are globally styled */
  border-color: transparent;
  /* don't put a border between events and/or the day number */
  border-bottom: 0; }

.fc-row .fc-content-skeleton tbody td,
.fc-row .fc-helper-skeleton tbody td {
  /* don't put a border between event cells */
  border-top: 0; }

/* Scrolling Container
--------------------------------------------------------------------------------------------------*/
.fc-scroller {
  /* this class goes on elements for guaranteed vertical scrollbars */
  overflow-y: scroll;
  overflow-x: hidden; }

.fc-scroller > * {
  /* we expect an immediate inner element */
  position: relative;
  /* re-scope all positions */
  width: 100%;
  /* hack to force re-sizing this inner element when scrollbars appear/disappear */
  overflow: hidden;
  /* don't let negative margins or absolute positioning create further scroll */ }

/* Global Event Styles
--------------------------------------------------------------------------------------------------*/
.fc-event {
  position: relative;
  /* for resize handle and other inner positioning */
  display: block;
  /* make the <a> tag block */
  font-size: .85em;
  line-height: 1.3;
  border-radius: 3px;
  border: 1px solid #3a87ad;
  /* default BORDER color */
  background-color: #3a87ad;
  /* default BACKGROUND color */
  font-weight: normal;
  /* undo jqui's ui-widget-header bold */ }

/* overpower some of bootstrap's and jqui's styles on <a> tags */
.fc-event,
.fc-event:hover,
.ui-widget .fc-event {
  color: #fff;
  /* default TEXT color */
  text-decoration: none;
  /* if <a> has an href */ }

.fc-event[href],
.fc-event.fc-draggable {
  cursor: pointer;
  /* give events with links and draggable events a hand mouse pointer */ }

.fc-not-allowed,
.fc-not-allowed .fc-event {
  /* to override an event's custom cursor */
  cursor: not-allowed; }

.fc-event .fc-bg {
  /* the generic .fc-bg already does position */
  z-index: 1;
  background: #fff;
  opacity: .25;
  filter: alpha(opacity=25);
  /* for IE */ }

.fc-event .fc-content {
  position: relative;
  z-index: 2; }

.fc-event .fc-resizer {
  position: absolute;
  z-index: 3; }

/* Horizontal Events
--------------------------------------------------------------------------------------------------*/
/* events that are continuing to/from another week. kill rounded corners and butt up against edge */
.fc-ltr .fc-h-event.fc-not-start,
.fc-rtl .fc-h-event.fc-not-end {
  margin-left: 0;
  border-left-width: 0;
  padding-left: 1px;
  /* replace the border with padding */
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.fc-ltr .fc-h-event.fc-not-end,
.fc-rtl .fc-h-event.fc-not-start {
  margin-right: 0;
  border-right-width: 0;
  padding-right: 1px;
  /* replace the border with padding */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

/* resizer */
.fc-h-event .fc-resizer {
  /* positioned it to overcome the event's borders */
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  width: 5px; }

/* left resizer  */
.fc-ltr .fc-h-event .fc-start-resizer,
.fc-ltr .fc-h-event .fc-start-resizer:before,
.fc-ltr .fc-h-event .fc-start-resizer:after,
.fc-rtl .fc-h-event .fc-end-resizer,
.fc-rtl .fc-h-event .fc-end-resizer:before,
.fc-rtl .fc-h-event .fc-end-resizer:after {
  right: auto;
  /* ignore the right and only use the left */
  cursor: w-resize; }

/* right resizer */
.fc-ltr .fc-h-event .fc-end-resizer,
.fc-ltr .fc-h-event .fc-end-resizer:before,
.fc-ltr .fc-h-event .fc-end-resizer:after,
.fc-rtl .fc-h-event .fc-start-resizer,
.fc-rtl .fc-h-event .fc-start-resizer:before,
.fc-rtl .fc-h-event .fc-start-resizer:after {
  left: auto;
  /* ignore the left and only use the right */
  cursor: e-resize; }

/* DayGrid events
----------------------------------------------------------------------------------------------------
We use the full "fc-day-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-day-grid-event {
  margin: 1px 2px 0;
  /* spacing between events and edges */
  padding: 0 1px; }

.fc-day-grid-event .fc-content {
  /* force events to be one-line tall */
  white-space: nowrap;
  overflow: hidden; }

.fc-day-grid-event .fc-time {
  font-weight: bold; }

.fc-day-grid-event .fc-resizer {
  /* enlarge the default hit area */
  left: -3px;
  right: -3px;
  width: 7px; }

/* Event Limiting
--------------------------------------------------------------------------------------------------*/
/* "more" link that represents hidden events */
a.fc-more {
  margin: 1px 3px;
  font-size: .85em;
  cursor: pointer;
  text-decoration: none; }

a.fc-more:hover {
  text-decoration: underline; }

.fc-limited {
  /* rows and cells that are hidden because of a "more" link */
  display: none; }

/* popover that appears when "more" link is clicked */
.fc-day-grid .fc-row {
  z-index: 1;
  /* make the "more" popover one higher than this */ }

.fc-more-popover {
  z-index: 2;
  width: 220px; }

.fc-more-popover .fc-event-container {
  padding: 10px; }

/* Now Indicator
--------------------------------------------------------------------------------------------------*/
.fc-now-indicator {
  position: absolute;
  border: 0 solid red; }

/* Toolbar
--------------------------------------------------------------------------------------------------*/
.fc-toolbar {
  text-align: center;
  margin-bottom: 1em; }

.fc-toolbar .fc-left {
  float: left; }

.fc-toolbar .fc-right {
  float: right; }

.fc-toolbar .fc-center {
  display: inline-block; }

/* the things within each left/right/center section */
.fc .fc-toolbar > * > * {
  /* extra precedence to override button border margins */
  float: left;
  margin-left: .75em; }

/* the first thing within each left/center/right section */
.fc .fc-toolbar > * > :first-child {
  /* extra precedence to override button border margins */
  margin-left: 0; }

/* title text */
.fc-toolbar h2 {
  margin: 0; }

/* button layering (for border precedence) */
.fc-toolbar button {
  position: relative; }

.fc-toolbar .fc-state-hover,
.fc-toolbar .ui-state-hover {
  z-index: 2; }

.fc-toolbar .fc-state-down {
  z-index: 3; }

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
  z-index: 4; }

.fc-toolbar button:focus {
  z-index: 5; }

/* View Structure
--------------------------------------------------------------------------------------------------*/
/* undo twitter bootstrap's box-sizing rules. normalizes positioning techniques */
/* don't do this for the toolbar because we'll want bootstrap to style those buttons as some pt */
.fc-view-container *,
.fc-view-container *:before,
.fc-view-container *:after {
  box-sizing: content-box; }

.fc-view,
.fc-view > table {
  /* so dragged elements can be above the view's main element */
  position: relative;
  z-index: 1; }

/* BasicView
--------------------------------------------------------------------------------------------------*/
/* day row structure */
.fc-basicWeek-view .fc-content-skeleton,
.fc-basicDay-view .fc-content-skeleton {
  /* we are sure there are no day numbers in these views, so... */
  padding-top: 1px;
  /* add a pixel to make sure there are 2px padding above events */
  padding-bottom: 1em;
  /* ensure a space at bottom of cell for user selecting/clicking */ }

.fc-basic-view .fc-body .fc-row {
  min-height: 4em;
  /* ensure that all rows are at least this tall */ }

/* a "rigid" row will take up a constant amount of height because content-skeleton is absolute */
.fc-row.fc-rigid {
  overflow: hidden; }

.fc-row.fc-rigid .fc-content-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

/* week and day number styling */
.fc-basic-view .fc-week-number,
.fc-basic-view .fc-day-number {
  padding: 0 2px; }

.fc-basic-view td.fc-week-number span,
.fc-basic-view td.fc-day-number {
  padding-top: 2px;
  padding-bottom: 2px; }

.fc-basic-view .fc-week-number {
  text-align: center; }

.fc-basic-view .fc-week-number span {
  /* work around the way we do column resizing and ensure a minimum width */
  display: inline-block;
  min-width: 1.25em; }

.fc-ltr .fc-basic-view .fc-day-number {
  text-align: right; }

.fc-rtl .fc-basic-view .fc-day-number {
  text-align: left; }

.fc-day-number.fc-other-month {
  opacity: 0.3;
  filter: alpha(opacity=30);
  /* for IE */
  /* opacity with small font can sometimes look too faded
     might want to set the 'color' property instead
     making day-numbers bold also fixes the problem */ }

/* AgendaView all-day area
--------------------------------------------------------------------------------------------------*/
.fc-agenda-view .fc-day-grid {
  position: relative;
  z-index: 2;
  /* so the "more.." popover will be over the time grid */ }

.fc-agenda-view .fc-day-grid .fc-row {
  min-height: 3em;
  /* all-day section will never get shorter than this */ }

.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
  padding-top: 1px;
  /* add a pixel to make sure there are 2px padding above events */
  padding-bottom: 1em;
  /* give space underneath events for clicking/selecting days */ }

/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/
.fc .fc-axis {
  /* .fc to overcome default cell styles */
  vertical-align: middle;
  padding: 0 4px;
  white-space: nowrap; }

.fc-ltr .fc-axis {
  text-align: right; }

.fc-rtl .fc-axis {
  text-align: left; }

.ui-widget td.fc-axis {
  font-weight: normal;
  /* overcome jqui theme making it bold */ }

/* TimeGrid Structure
--------------------------------------------------------------------------------------------------*/
.fc-time-grid-container,
.fc-time-grid {
  /* so slats/bg/content/etc positions get scoped within here */
  position: relative;
  z-index: 1; }

.fc-time-grid {
  min-height: 100%;
  /* so if height setting is 'auto', .fc-bg stretches to fill height */ }

.fc-time-grid table {
  /* don't put outer borders on slats/bg/content/etc */
  border: 0 hidden transparent; }

.fc-time-grid > .fc-bg {
  z-index: 1; }

.fc-time-grid .fc-slats,
.fc-time-grid > hr {
  /* the <hr> AgendaView injects when grid is shorter than scroller */
  position: relative;
  z-index: 2; }

.fc-time-grid .fc-content-col {
  position: relative;
  /* because now-indicator lives directly inside */ }

.fc-time-grid .fc-content-skeleton {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0; }

/* divs within a cell within the fc-content-skeleton */
.fc-time-grid .fc-business-container {
  position: relative;
  z-index: 1; }

.fc-time-grid .fc-bgevent-container {
  position: relative;
  z-index: 2; }

.fc-time-grid .fc-highlight-container {
  position: relative;
  z-index: 3; }

.fc-time-grid .fc-event-container {
  position: relative;
  z-index: 4; }

.fc-time-grid .fc-now-indicator-line {
  z-index: 5; }

.fc-time-grid .fc-helper-container {
  /* also is fc-event-container */
  position: relative;
  z-index: 6; }

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-slats td {
  height: 1.5em;
  border-bottom: 0;
  /* each cell is responsible for its top border */ }

.fc-time-grid .fc-slats .fc-minor td {
  border-top-style: dotted; }

.fc-time-grid .fc-slats .ui-widget-content {
  /* for jqui theme */
  background: none;
  /* see through to fc-bg */ }

/* TimeGrid Highlighting Slots
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-highlight-container {
  /* a div within a cell within the fc-highlight-skeleton */
  position: relative;
  /* scopes the left/right of the fc-highlight to be in the column */ }

.fc-time-grid .fc-highlight {
  position: absolute;
  left: 0;
  right: 0;
  /* top and bottom will be in by JS */ }

/* TimeGrid Event Containment
--------------------------------------------------------------------------------------------------*/
.fc-ltr .fc-time-grid .fc-event-container {
  /* space on the sides of events for LTR (default) */
  margin: 0 2.5% 0 2px; }

.fc-rtl .fc-time-grid .fc-event-container {
  /* space on the sides of events for RTL */
  margin: 0 2px 0 2.5%; }

.fc-time-grid .fc-event,
.fc-time-grid .fc-bgevent {
  position: absolute;
  z-index: 1;
  /* scope inner z-index's */ }

.fc-time-grid .fc-bgevent {
  /* background events always span full width */
  left: 0;
  right: 0; }

/* Generic Vertical Event
--------------------------------------------------------------------------------------------------*/
.fc-v-event.fc-not-start {
  /* events that are continuing from another day */
  /* replace space made by the top border with padding */
  border-top-width: 0;
  padding-top: 1px;
  /* remove top rounded corners */
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.fc-v-event.fc-not-end {
  /* replace space made by the top border with padding */
  border-bottom-width: 0;
  padding-bottom: 1px;
  /* remove bottom rounded corners */
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

/* TimeGrid Event Styling
----------------------------------------------------------------------------------------------------
We use the full "fc-time-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-time-grid-event {
  overflow: hidden;
  /* don't let the bg flow over rounded corners */ }

.fc-time-grid-event .fc-time,
.fc-time-grid-event .fc-title {
  padding: 0 1px; }

.fc-time-grid-event .fc-time {
  font-size: .85em;
  white-space: nowrap; }

/* short mode, where time and title are on the same line */
.fc-time-grid-event.fc-short .fc-content {
  /* don't wrap to second line (now that contents will be inline) */
  white-space: nowrap; }

.fc-time-grid-event.fc-short .fc-time,
.fc-time-grid-event.fc-short .fc-title {
  /* put the time and title on the same line */
  display: inline-block;
  vertical-align: top; }

.fc-time-grid-event.fc-short .fc-time span {
  display: none;
  /* don't display the full time text... */ }

.fc-time-grid-event.fc-short .fc-time:before {
  content: attr(data-start);
  /* ...instead, display only the start time */ }

.fc-time-grid-event.fc-short .fc-time:after {
  content: "\000A0-\000A0";
  /* seperate with a dash, wrapped in nbsp's */ }

.fc-time-grid-event.fc-short .fc-title {
  font-size: .85em;
  /* make the title text the same size as the time */
  padding: 0;
  /* undo padding from above */ }

/* resizer */
.fc-time-grid-event .fc-resizer {
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  overflow: hidden;
  line-height: 8px;
  font-size: 11px;
  font-family: monospace;
  text-align: center;
  cursor: s-resize; }

.fc-time-grid-event .fc-resizer:after {
  content: "="; }

/* Now Indicator
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-now-indicator-line {
  border-top-width: 1px;
  left: 0;
  right: 0; }

/* arrow on axis */
.fc-time-grid .fc-now-indicator-arrow {
  margin-top: -5px;
  /* vertically center on top coordinate */ }

.fc-ltr .fc-time-grid .fc-now-indicator-arrow {
  left: 0;
  /* triangle pointing right... */
  border-width: 5px 0 5px 6px;
  border-top-color: transparent;
  border-bottom-color: transparent; }

.fc-rtl .fc-time-grid .fc-now-indicator-arrow {
  right: 0;
  /* triangle pointing left... */
  border-width: 5px 6px 5px 0;
  border-top-color: transparent;
  border-bottom-color: transparent; }

/*
 *
 *
 *
 */
/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.5.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }
.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }
.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.slick-dots {
  margin-top: 0;
  bottom: -38px; }
  .slick-dots li {
    margin: 0; }
    .slick-dots li button:before {
      content: "";
      width: 8px;
      height: 8px;
      top: 6px;
      left: 6px;
      border-radius: 4px;
      background-color: #cac9c9; }
      .slick-dots li button:before:hover {
        background-color: #a67ace; }
  .slick-dots li.slick-active button:before {
    background-color: #a67ace; }

html {
  font-size: 62.5%; }

body {
  margin: 0;
  padding: 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

h1, h2, h3, .headTtl {
  font-family: "Quicksand", Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 300; }

a {
  text-decoration: none; }
  a:link, a:visited {
    color: inherit; }

ul {
  padding: 0; }

li {
  list-style: none; }

img {
  width: 100%;
  height: auto; }

div {
  box-sizing: border-box; }

.l-wrapper {
  width: 100%;
  margin: 0 auto; }

.l-content {
  *zoom: 1;
  width: 100%;
  margin: 0 auto; }
  .l-content:after {
    content: "";
    display: block;
    clear: both; }

.l-inner {
  width: 100%;
  margin: 0 auto; }

header {
  *zoom: 1;
  height: 45px; }
  header:after {
    content: "";
    display: block;
    clear: both; }
  header nav {
    *zoom: 1;
    height: 45px;
    overflow: hidden; }
    header nav:after {
      content: "";
      display: block;
      clear: both; }
    header nav h1.logo {
      font-size: 14px;
      font-size: 1.4rem;
      float: left;
      margin: 0 auto;
      margin-left: -20px;
      padding: 5px 0 10px 0;
      height: auto;
      text-align: center; }
      header nav h1.logo img {
        margin: 0 auto;
        display: block;
        height: 36px;
        width: 172px; }
    header nav .btn-menu {
      -webkit-transition: background-color 0.3s linear;
      transition: background-color 0.3s linear;
      position: relative;
      float: right;
      height: 45px;
      width: 45px;
      line-height: 45px; }
    header nav .sp-menu_bars {
      position: absolute;
      top: 12px;
      left: 11.333px;
      width: 25px;
      height: 20px; }
      header nav .sp-menu_bars span {
        position: absolute;
        left: 0;
        top: 9.333px;
        width: 100%;
        height: 2px;
        background: #010101;
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        background-color: #77c059; }
        header nav .sp-menu_bars span.bar1 {
          margin-top: -9.3333px; }
        header nav .sp-menu_bars span.bar3 {
          margin-top: 9.3333px; }
    header nav .btn-menu.open {
      background-color: #77c059; }
      header nav .btn-menu.open span {
        background-color: #fff; }
        header nav .btn-menu.open span.bar1 {
          margin-top: 0;
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }
        header nav .btn-menu.open span.bar2 {
          opacity: 0; }
        header nav .btn-menu.open span.bar3 {
          margin-top: 0;
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }
  header .sp_menu {
    position: absolute;
    top: 45px;
    width: 100%;
    max-height: 0;
    z-index: 1000;
    overflow: hidden;
    -webkit-transition: max-height 0.3s linear;
    transition: max-height 0.3s linear; }
    header .sp_menu.open {
      max-height: 400px; }
    header .sp_menu ul {
      margin: 0; }
      header .sp_menu ul li {
        width: 100%;
        background-color: #fff; }
        header .sp_menu ul li:nth-child(2n+1) {
          background-color: #f5fbee; }
        header .sp_menu ul li .link {
          width: 256px;
          margin: 0 auto;
          padding: 10px 0; }
        header .sp_menu ul li span.en {
          font-size: 16px;
          font-size: 1.6rem;
          display: inline-block;
          margin-right: 20px;
          color: #a0d468;
          vertical-align: bottom;
          font-family: "Quicksand", Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
        header .sp_menu ul li span.ja {
          font-size: 12px;
          font-size: 1.2rem;
          line-height: 19px;
          color: #8e8e8e; }

.l-content .header-inner {
  height: 28px;
  text-align: center;
  background-color: #a0d468;
  width: 100%;
  margin: 0 auto; }
  .l-content .header-inner h2 {
    margin: 0;
    color: #fff;
    font-size: 13px;
    font-size: 1.3rem;
    display: inline-block;
    line-height: 28px;
    vertical-align: middle; }

footer {
  width: 100%;
  padding-bottom: 10px;
  background-color: #a0d468; }
  footer .footerTop {
    border-bottom: 1px solid #fff; }
  footer .headerarea {
    text-align: center; }
    footer .headerarea h2 {
      font-size: 20px;
      font-size: 2rem;
      margin-top: 0;
      color: #fff;
      padding-top: 10px; }
  footer .navi ul {
    *zoom: 1;
    text-align: center;
    width: 266px;
    margin: 0 auto;
    padding-bottom: 10px; }
    footer .navi ul:after {
      content: "";
      display: block;
      clear: both; }
    footer .navi ul li {
      float: left;
      width: 130px;
      height: 24px;
      line-height: 24px;
      text-align: center;
      background-color: #fff;
      border: 1px solid #a0d468; }
  footer .footerInner {
    text-align: center;
    margin: 0 auto;
    padding-top: 10px; }
    footer .footerInner .block-jasrac img {
      width: 20px;
      margin-right: 5px;
      vertical-align: middle; }
    footer .footerInner .block-jasrac p {
      font-size: 11px;
      font-size: 1.1rem;
      display: inline-block;
      margin: 0;
      vertical-align: middle; }
    footer .footerInner .block-sns {
      margin-top: 10px; }
      footer .footerInner .block-sns span {
        display: inline-block;
        width: 22px;
        margin: 0 6px; }
    footer .footerInner .copyright {
      font-size: 8px;
      font-size: 0.8rem;
      margin-top: 10px;
      color: #fff; }

.box-bdr {
  overflow: hidden; }
  .box-bdr .headerarea {
    border-bottom: 1px solid #77c059;
    text-align: center; }
    .box-bdr .headerarea h2 {
      font-size: 20px;
      font-size: 2rem;
      line-height: 37px;
      color: #a0d468;
      margin: 0;
      display: inline; }

.box-qr {
  border: 5px solid #77c059; }

.box-inner {
  overflow: hidden; }

.box-faq {
  margin-bottom: 0px; }

.box-member {
  margin-bottom: 40px; }

.btn {
  margin: 0 auto;
  text-align: center;
  border-radius: 5px;
  background-color: #b9df90;
  color: #fff; }
  .btn a {
    display: inline-block;
    padding: 10px 20px; }

.btn-green {
  margin: 0 auto;
  text-align: center;
  border-radius: 5px;
  background-color: #77c059;
  color: #fff; }
  .btn-green a {
    display: inline-block;
    padding: 10px 20px; }

.btn_bd {
  margin: 0 auto;
  border: 1px solid #fff;
  text-align: center;
  line-height: 35px;
  color: #fff;
  border-radius: 5px; }
  .btn_bd a {
    display: inline-block;
    width: 150px;
    height: 35px; }

.btn-top_back__or {
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
  background-color: #a0d468;
  width: 200px;
  height: 48px;
  text-align: center;
  margin: 0 auto; }
  .btn-top_back__or a {
    display: inline-block;
    text-align: center;
    width: 200px;
    height: 48px;
    line-height: 48px; }

p.btn-list {
  float: right;
  border-radius: 5px;
  border: 1px solid #77c059;
  color: #77c059;
  margin: 0; }
  p.btn-list a {
    display: inline-block;
    padding: 10px 20px; }

p.btn-detail {
  margin: 0 auto;
  text-align: center;
  background-color: #b9df90;
  color: #fff;
  width: 40%; }
  p.btn-detail a {
    display: inline-block;
    padding: 6px 12px; }

p.btn-more {
  margin: 0 auto;
  margin-top: 14px;
  clear: both;
  text-align: center;
  width: 240px;
  height: 30px;
  line-height: 30px;
  color: #77c059;
  border-radius: 3px;
  border: 1px solid #77c059;
  background-color: #fff; }
  p.btn-more a {
    font-size: 12px;
    font-size: 1.2rem;
    color: #77c059;
    display: inline-block;
    width: 240px;
    height: 30px; }

.btn-more_big {
  text-align: center;
  background-color: #77c059;
  border: 1px solid #fff;
  height: 42px;
  line-height: 42px;
  margin: 0 auto;
  margin-top: 18px;
  margin-bottom: 45px;
  width: 270px; }
  .btn-more_big a {
    font-size: 16px;
    font-size: 1.6rem;
    height: 42px;
    line-height: 42px;
    display: inline-block;
    color: #fff;
    width: 270px; }

p.btn-link {
  margin: 0 auto;
  width: 150px;
  border: 1px solid #fff;
  text-align: center;
  line-height: 35px;
  color: #fff;
  border-radius: 5px; }
  p.btn-link a {
    display: inline-block;
    width: 150px;
    height: 35px; }

.btn-sort {
  font-size: 16px;
  font-size: 1.6rem;
  display: inline-block;
  border-radius: 5px;
  color: #77c059;
  background-color: #f5fbee;
  padding: 10px 20px;
  text-align: center; }

p.btn-confirm {
  font-size: 16px;
  font-size: 1.6rem;
  border-radius: 5px;
  background-color: #77c059;
  color: #fff;
  display: inline-block;
  padding: 8px 30px; }

p.btn-top {
  font-size: 15px;
  font-size: 1.5rem;
  margin: 0 auto;
  text-align: center;
  background-color: #77c059;
  color: #fff;
  width: 70%;
  padding: 14px 0; }
  p.btn-top a {
    display: inline-block;
    width: 70%;
    padding: 14px 0; }

p.btn-continue {
  margin: 0;
  border-radius: 3px;
  background-color: #f3f3f3;
  border: 1px solid #77c059;
  height: 33px;
  width: 296px;
  text-align: center; }
  p.btn-continue a {
    color: #77c059;
    line-height: 33px;
    display: inline-block;
    height: 33px;
    width: 296px;
    font-size: 10px;
    font-size: 1rem; }

.category {
  padding: 0 5px;
  width: 70px;
  text-align: center;
  display: inline-block; }
  .category.shakehands {
    border: 1px solid #A6ED94;
    color: #A6ED94; }
  .category.event {
    border: 1px solid #F5E674;
    color: #F5E674; }
  .category.goods {
    border: 1px solid #F8C68B;
    color: #F8C68B; }
  .category.release {
    border: 1px solid #FB8A8F;
    color: #FB8A8F; }
  .category.ticket {
    border: 1px solid #F58DC5;
    color: #F58DC5; }
  .category.media {
    border: 1px solid #D9A0EB;
    color: #D9A0EB; }
  .category.audition {
    border: 1px solid #98C7F3;
    color: #98C7F3; }
  .category.other {
    border: 1px solid #C9C9C9;
    color: #C9C9C9; }

ul.sns-btns {
  margin-top: 22px;
  width: 100%;
  font-size: 0px;
  font-size: 0rem;
  text-align: center; }
  ul.sns-btns li {
    height: 22px;
    width: 48px;
    display: inline-block;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 22px;
    vertical-align: middle; }
    ul.sns-btns li a {
      color: #fff;
      display: inline-block;
      height: 22px;
      line-height: 22px;
      width: 48px; }
      ul.sns-btns li a i {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 22px; }
      ul.sns-btns li a img {
        padding-top: 6px;
        height: 10px; }
    ul.sns-btns li.facebook {
      background-color: #2E6DAC; }
    ul.sns-btns li.twitter {
      background-color: #00BFF4; }
    ul.sns-btns li.hatena {
      background-color: #00A6E8; }
      ul.sns-btns li.hatena svg {
        width: 14px;
        height: 12px;
        margin-top: 5px;
        fill: #fff; }
    ul.sns-btns li.googleplus {
      background-color: #FF5440; }
    ul.sns-btns li.pocket {
      background-color: #FF3873; }
    ul.sns-btns li.line {
      background-color: #03DA00; }
      ul.sns-btns li.line a {
        font-size: 10px;
        font-size: 1rem; }

.box-navi {
  background-color: #f3f3f3;
  height: 60px; }
  .box-navi .box-navi_inner {
    position: relative;
    width: 292px;
    margin: 0 auto;
    height: 60px;
    padding: 14px 0; }
    .box-navi .box-navi_inner > div, .box-navi .box-navi_inner > div > div {
      display: table-cell;
      vertical-align: middle; }
    .box-navi .box-navi_inner p {
      font-size: 10px;
      font-size: 1rem;
      margin: 0; }
      .box-navi .box-navi_inner p.name {
        font-size: 8px;
        font-size: 0.8rem;
        color: #77c059; }
      .box-navi .box-navi_inner p.ttl a {
        display: block;
        height: 15px;
        overflow: hidden;
        color: #737373; }
    .box-navi .box-navi_inner .btn-navi {
      font-size: 10px;
      font-size: 1rem;
      width: 33px;
      position: absolute;
      background-color: #fff;
      padding: 0;
      margin: 0;
      border: 1px solid #8d8d8d;
      line-height: 26px;
      text-align: center; }
      .box-navi .box-navi_inner .btn-navi a {
        width: 33px;
        display: inline-block;
        height: 26px;
        color: #737373;
        padding: 0; }
    .box-navi .box-navi_inner .btn-next {
      right: 0; }
    .box-navi .box-navi_inner_prev, .box-navi .box-navi_inner_next {
      position: relative;
      width: 350px; }
      .box-navi .box-navi_inner_prev .box-txt, .box-navi .box-navi_inner_next .box-txt {
        width: 100px; }
    .box-navi .box-navi_inner_prev .box-txt {
      position: absolute;
      left: 39px;
      text-align: left; }
    .box-navi .box-navi_inner_next .box-txt {
      position: absolute;
      right: 40px;
      text-align: right; }
    .box-navi .box-navi_inner .sep-bar {
      width: 1px;
      height: 20px;
      background-color: #8d8d8d;
      position: absolute;
      right: 50%;
      top: 20px; }

header {
  height: auto; }
  header .slider {
    position: relative;
    margin-bottom: 34px; }
    header .slider .slick-dots {
      margin-bottom: 10px; }
      header .slider .slick-dots li {
        width: 32px;
        text-align: center; }
        header .slider .slick-dots li button {
          position: relative;
          margin: 0 auto; }
          header .slider .slick-dots li button:before {
            background-color: #fff;
            border: 1px solid #9f9f9f;
            width: 3px;
            height: 3px; }
        header .slider .slick-dots li.slick-active button:before {
          background-color: #77c059;
          width: 7px;
          height: 7px;
          border: 0;
          border-radius: 7px;
          margin-top: -1px;
          margin-left: -1px; }
    header .slider .slide {
      width: 100%;
      max-width: 320px;
      height: 170px;
      position: relative;
      line-height: 0;
      overflow: hidden; }
      header .slider .slide img {
        position: absolute;
        width: auto;
        height: auto;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        max-height: 100%; }

.sect01 .linkwrp {
  background: -webkit-linear-gradient(left, #2ec074, #b67cd2);
  background: linear-gradient(90deg, #2ec074, #b67cd2);
  padding: 14px 0 10px 0;
  text-align: center; }
  .sect01 .linkwrp h2 {
    color: #fff; }
.sect01 .links {
  *zoom: 1;
  display: inline-block;
  margin: 0 auto;
  text-align: left; }
  .sect01 .links:after {
    content: "";
    display: block;
    clear: both; }
  .sect01 .links .box-link {
    font-size: 8px;
    font-size: 0.8rem;
    display: table;
    float: left;
    width: 72px;
    margin-right: 4px;
    table-layout: fixed;
    color: #fff;
    font-weight: bold; }
    .sect01 .links .box-link:last-child {
      margin-right: 0; }
    .sect01 .links .box-link .img, .sect01 .links .box-link .text {
      display: table-cell;
      vertical-align: middle; }
    .sect01 .links .box-link .img {
      width: 30px;
      padding-right: 5px; }
    .sect01 .links .box-link .text {
      display: table-cell;
      line-height: 1em; }
      .sect01 .links .box-link .text a {
        font-size: 8px;
        font-size: 0.8rem; }
.sect01 .pickup .box-inner {
  background-color: #eee8f0;
  padding-bottom: 16px; }
  .sect01 .pickup .box-inner .pickup-box {
    *zoom: 1;
    width: 310px;
    margin: 0 auto;
    margin-top: 10px;
    padding: 10px;
    border: 1px solid #ededed;
    background-color: #fff; }
    .sect01 .pickup .box-inner .pickup-box:after {
      content: "";
      display: block;
      clear: both; }
    .sect01 .pickup .box-inner .pickup-box:hover p.ttl {
      text-decoration: underline; }
    .sect01 .pickup .box-inner .pickup-box .img {
      float: left;
      margin-top: 0;
      margin-right: 10px;
      width: 78px; }
    .sect01 .pickup .box-inner .pickup-box .texts {
      float: left;
      width: 200px; }
      .sect01 .pickup .box-inner .pickup-box .texts p.ttl {
        font-size: 10px;
        font-size: 1rem;
        font-weight: bold;
        color: #77c059;
        margin: 0;
        overflow: hidden; }
      .sect01 .pickup .box-inner .pickup-box .texts p.ttl-sub {
        font-size: 10px;
        font-size: 1rem;
        overflow: hidden;
        margin: 0; }

.sect02 .blog {
  margin: 0 auto; }
  .sect02 .blog .box-bdr {
    padding-bottom: 10px;
    background: -webkit-linear-gradient(left, #ace6c7, #e1cbed);
    background: linear-gradient(90deg, #ace6c7, #e1cbed); }
    .sect02 .blog .box-bdr .headerarea {
      background: -webkit-linear-gradient(left, #2ec074, #b67cd2);
      background: linear-gradient(90deg, #2ec074, #b67cd2);
      text-align: center;
      border-bottom: none; }
      .sect02 .blog .box-bdr .headerarea h2 {
        color: #fff; }
    .sect02 .blog .box-bdr .blog-slide {
      position: relative; }
      .sect02 .blog .box-bdr .blog-slide ul {
        overflow: hidden;
        width: 312px;
        margin: 6px auto; }
        .sect02 .blog .box-bdr .blog-slide ul li {
          position: relative;
          float: left;
          width: 150px;
          display: inline-block;
          margin: 0px 3px 6px;
          background-color: #f8f8f8;
          text-align: left; }
          .sect02 .blog .box-bdr .blog-slide ul li:last-child {
            margin-right: 0; }
          .sect02 .blog .box-bdr .blog-slide ul li p {
            font-size: 10px;
            font-size: 1rem;
            margin: 0; }
          .sect02 .blog .box-bdr .blog-slide ul li .cardWrp {
            position: relative; }
          .sect02 .blog .box-bdr .blog-slide ul li .mainVisual {
            width: 100%;
            height: 150px;
            position: relative;
            overflow: hidden; }
            .sect02 .blog .box-bdr .blog-slide ul li .mainVisual img {
              position: absolute;
              width: auto;
              height: auto;
              left: 50%;
              top: 50%;
              -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
          .sect02 .blog .box-bdr .blog-slide ul li .text {
            position: relative;
            box-sizing: border-box;
            padding: 5px; }
            .sect02 .blog .box-bdr .blog-slide ul li .text p.thumb {
              width: 44px;
              height: 44px;
              position: absolute;
              right: 2px;
              top: -42px;
              overflow: hidden;
              border-radius: 100%;
              border: 1px solid #fff; }
              .sect02 .blog .box-bdr .blog-slide ul li .text p.thumb img {
                width: 44px;
                height: auto; }
            .sect02 .blog .box-bdr .blog-slide ul li .text p.name {
              font-size: 10px;
              font-size: 1rem;
              font-weight: bold;
              color: #a0d468; }
            .sect02 .blog .box-bdr .blog-slide ul li .text p.ttl {
              height: 30px; }
            .sect02 .blog .box-bdr .blog-slide ul li .text time {
              font-size: 10px;
              font-size: 1rem;
              float: right;
              color: #8d8d8d; }
      .sect02 .blog .box-bdr .blog-slide .btn-more {
        margin-top: 0; }

.sect03 {
  *zoom: 1; }
  .sect03:after {
    content: "";
    display: block;
    clear: both; }
  .sect03 .news {
    width: 100%;
    margin-right: 20px; }
    .sect03 .news .headarea {
      border-top: 1px solid #77c059; }
    .sect03 .news ul {
      width: 310px;
      margin: 10px auto;
      text-align: center; }
      .sect03 .news ul li {
        width: 310px;
        padding: 6px 0;
        margin: 0 auto;
        display: block;
        color: #8d8d8d;
        text-align: left; }
        .sect03 .news ul li:not(:last-child) {
          border-bottom: 1px dotted #b9df90; }
        .sect03 .news ul li .box-date {
          padding-top: 8px;
          overflow: hidden; }
          .sect03 .news ul li .box-date time {
            font-size: 10px;
            font-size: 1rem;
            float: left;
            color: #8d8d8d;
            line-height: 14.333px;
            padding-right: 5px; }
          .sect03 .news ul li .box-date .category {
            font-size: 10px;
            font-size: 1rem;
            float: left;
            box-sizing: border-box;
            border: 1px solid;
            width: 100px;
            height: 14px;
            line-height: 13.1111px;
            text-align: center;
            font-weight: bold; }
            .sect03 .news ul li .box-date .category.cate-cd {
              border-color: #06BAB4;
              color: #06BAB4; }
            .sect03 .news ul li .box-date .category.cate-news {
              border-color: #E44FDE;
              color: #E44FDE; }
            .sect03 .news ul li .box-date .category.cate-shakehands {
              border-color: #FA7D51;
              color: #FA7D51; }
            .sect03 .news ul li .box-date .category.cate-event {
              border-color: #FBC915;
              color: #FBC915; }
            .sect03 .news ul li .box-date .category.cate-cafe {
              border-color: #F72A76;
              color: #F72A76; }
            .sect03 .news ul li .box-date .category.cate-dvd {
              border-color: #03BA89;
              color: #03BA89; }
        .sect03 .news ul li span {
          font-size: 12px;
          font-size: 1.2rem;
          padding-top: 3px;
          width: 100%;
          display: inline-block;
          vertical-align: middle; }
          .sect03 .news ul li span:hover {
            color: #a0d468; }

.sect04 .schedule .box-bdr {
  background: -webkit-linear-gradient(left, #ace6c7, #e1cbed);
  background: linear-gradient(90deg, #ace6c7, #e1cbed);
  padding-bottom: 20px; }
  .sect04 .schedule .box-bdr .headerarea {
    background: -webkit-linear-gradient(left, #2ec074, #b67cd2);
    background: linear-gradient(90deg, #2ec074, #b67cd2);
    padding: 0; }
    .sect04 .schedule .box-bdr .headerarea h2 {
      color: #fff; }
    .sect04 .schedule .box-bdr .headerarea span {
      margin-left: 4px; }
      .sect04 .schedule .box-bdr .headerarea span time.year {
        margin-right: 4px; }
  .sect04 .schedule .box-bdr .box-time {
    position: relative;
    text-align: center;
    height: 30px;
    background-color: #fff;
    margin-bottom: 16px; }
    .sect04 .schedule .box-bdr .box-time time {
      font-size: 9px;
      font-size: 0.9rem;
      line-height: 30px;
      color: #8d8d8d; }
    .sect04 .schedule .box-bdr .box-time .prevMonth, .sect04 .schedule .box-bdr .box-time .nextMonth {
      position: absolute;
      width: 18px;
      top: 5px; }
    .sect04 .schedule .box-bdr .box-time .prevMonth {
      position: absolute;
      left: 7px; }
    .sect04 .schedule .box-bdr .box-time .nextMonth {
      position: absolute;
      right: 7px; }
  .sect04 .schedule .box-bdr .box-content {
    width: 310px;
    margin: 12px auto 0;
    padding: 0;
    background: none; }
    .sect04 .schedule .box-bdr .box-content ul {
      margin: 0; }
      .sect04 .schedule .box-bdr .box-content ul li {
        *zoom: 1;
        width: 100%; }
        .sect04 .schedule .box-bdr .box-content ul li:after {
          content: "";
          display: block;
          clear: both; }
        .sect04 .schedule .box-bdr .box-content ul li .block-days p {
          font-size: 10px;
          font-size: 1rem;
          margin: 0;
          padding: 6px 0 6px 9px;
          background-color: #e5e5e5; }
        .sect04 .schedule .box-bdr .box-content ul li .block-info {
          font-size: 10px;
          font-size: 1rem;
          width: 302px;
          margin: 0 auto;
          text-align: left;
          border-bottom: 1px solid #d2d2d2; }
          .sect04 .schedule .box-bdr .box-content ul li .block-info_category {
            display: inline-block;
            height: 100%; }
            .sect04 .schedule .box-bdr .box-content ul li .block-info_category .category {
              font-size: 8px;
              font-size: 0.8rem;
              width: 62px;
              color: #fff;
              display: inline-block;
              vertical-align: middle;
              margin-right: 5px;
              width: 70px;
              height: 17px; }
              .sect04 .schedule .box-bdr .box-content ul li .block-info_category .category.all {
                background-color: #79E1DA; }
              .sect04 .schedule .box-bdr .box-content ul li .block-info_category .category.shakehands {
                background-color: #A6ED94; }
              .sect04 .schedule .box-bdr .box-content ul li .block-info_category .category.event {
                background-color: #F5E674; }
              .sect04 .schedule .box-bdr .box-content ul li .block-info_category .category.goods {
                background-color: #F8C68B; }
              .sect04 .schedule .box-bdr .box-content ul li .block-info_category .category.release {
                background-color: #FB8A8F; }
              .sect04 .schedule .box-bdr .box-content ul li .block-info_category .category.ticket {
                background-color: #F58DC5; }
              .sect04 .schedule .box-bdr .box-content ul li .block-info_category .category.media {
                background-color: #D9A0EB; }
              .sect04 .schedule .box-bdr .box-content ul li .block-info_category .category.audition {
                background-color: #98C7F3; }
              .sect04 .schedule .box-bdr .box-content ul li .block-info_category .category.other {
                background-color: #C9C9C9; }
              .sect04 .schedule .box-bdr .box-content ul li .block-info_category .category.member {
                border: 1px solid #A0D368;
                color: #A0D368;
                background-color: #fff; }
          .sect04 .schedule .box-bdr .box-content ul li .block-info_txt {
            display: inline-block;
            width: 74%; }
            .sect04 .schedule .box-bdr .box-content ul li .block-info_txt p {
              font-size: 11px;
              font-size: 1.1rem;
              margin: 7px 0;
              color: #8d8d8d;
              display: inline-block;
              vertical-align: middle; }
.sect04 .box-list {
  *zoom: 1;
  padding: 20px 0; }
  .sect04 .box-list:after {
    content: "";
    display: block;
    clear: both; }
  .sect04 .box-list .slider {
    margin-bottom: 0; }
    .sect04 .box-list .slider .slide {
      position: relative;
      height: 186px;
      margin-right: 10px; }
      .sect04 .box-list .slider .slide img {
        width: auto;
        height: 100%; }
.sect04 .banner {
  position: relative;
  margin-bottom: 10px;
  height: 117px;
  overflow: hidden; }
  .sect04 .banner .box-bdr .headerarea {
    background: -webkit-linear-gradient(left, #ace6c7, #e1cbed);
    background: linear-gradient(90deg, #ace6c7, #e1cbed);
    height: 34px;
    position: relative;
    border: none; }
    .sect04 .banner .box-bdr .headerarea .headarea_white {
      position: absolute;
      top: 1px;
      left: 0;
      height: 31px;
      width: 100%;
      background-color: #fff; }
      .sect04 .banner .box-bdr .headerarea .headarea_white h2 {
        color: #000; }
  .sect04 .banner .banner-items {
    position: relative;
    margin-top: 14px;
    text-align: center; }
    .sect04 .banner .banner-items .banner-item {
      display: inline-block;
      width: 130px;
      height: 52px;
      margin-right: 20px; }
      .sect04 .banner .banner-items .banner-item:first-child {
        margin-right: 20px; }
      .sect04 .banner .banner-items .banner-item:hover {
        opacity: 0.7; }
  .sect04 .banner ul.pager {
    text-align: center;
    margin: 0; }
    .sect04 .banner ul.pager li {
      display: inline-block;
      width: 15px; }
      .sect04 .banner ul.pager li:before {
        font-size: 10px;
        font-size: 1rem;
        content: "●";
        color: #DDD; }
      .sect04 .banner ul.pager li:first-child:before {
        color: #9b56be; }
.sect04 .video .box-bdr {
  background: -webkit-linear-gradient(left, #ace6c7, #e1cbed);
  background: linear-gradient(90deg, #ace6c7, #e1cbed);
  padding-bottom: 10px; }
  .sect04 .video .box-bdr .headerarea {
    background: -webkit-linear-gradient(left, #2ec074, #b67cd2);
    background: linear-gradient(90deg, #2ec074, #b67cd2); }
    .sect04 .video .box-bdr .headerarea h2 {
      color: #fff; }
  .sect04 .video .box-bdr .video-list {
    display: table;
    border-bottom: 1px solid #fff;
    width: 100%; }
    .sect04 .video .box-bdr .video-list .img, .sect04 .video .box-bdr .video-list .text {
      display: table-cell; }
    .sect04 .video .box-bdr .video-list .text {
      vertical-align: top;
      padding: 20px 0; }
    .sect04 .video .box-bdr .video-list time {
      font-size: 10px;
      font-size: 1rem;
      display: block; }
    .sect04 .video .box-bdr .video-list p.ttl {
      font-size: 12px;
      font-size: 1.2rem;
      color: #007610;
      font-weight: bold;
      margin: 0; }
    .sect04 .video .box-bdr .video-list .img {
      padding-right: 5px;
      width: 128px;
      border: none;
      vertical-align: middle; }
      .sect04 .video .box-bdr .video-list .img img {
        vertical-align: bottom; }
.sect04 .newrelease .box-bdr {
  padding-bottom: 26px; }
  .sect04 .newrelease .box-bdr .headerarea {
    border-bottom: 1px solid #b57bd2; }
    .sect04 .newrelease .box-bdr .headerarea h2 {
      color: #b57bd2; }
  .sect04 .newrelease .box-bdr .newrelease-inner {
    width: 312px;
    margin: 0 auto;
    margin-top: 20px;
    overflow: hidden; }
    .sect04 .newrelease .box-bdr .newrelease-inner .newrelease-box {
      position: relative;
      float: left;
      width: 136px;
      display: inline-block;
      margin: 0px 10px 10px;
      text-align: left; }
      .sect04 .newrelease .box-bdr .newrelease-inner .newrelease-box p {
        font-size: 10px;
        font-size: 1rem;
        margin: 0; }
      .sect04 .newrelease .box-bdr .newrelease-inner .newrelease-box p.ttl {
        font-size: 12px;
        font-size: 1.2rem;
        color: #9b56be; }
    .sect04 .newrelease .box-bdr .newrelease-inner p.btn-more {
      color: #9b56be;
      border: 1px solid #9b56be;
      background-color: #fff; }
      .sect04 .newrelease .box-bdr .newrelease-inner p.btn-more a {
        display: inline-block;
        width: 135px;
        height: 35px; }
        .sect04 .newrelease .box-bdr .newrelease-inner p.btn-more a:hover {
          background-color: #9b56be;
          color: #fff; }

.sect05 {
  clear: both;
  margin-top: 40px; }
  .sect05 .goods {
    margin: 20px 0; }
    .sect05 .goods .box-bdr {
      border: none; }
      .sect05 .goods .box-bdr .box-inner {
        margin: 30px 0; }
        .sect05 .goods .box-bdr .box-inner ul {
          margin-top: 30px;
          text-align: center; }
          .sect05 .goods .box-bdr .box-inner ul li {
            display: inline-block;
            margin-right: 20px; }
            .sect05 .goods .box-bdr .box-inner ul li img {
              width: auto;
              height: 240px; }
            .sect05 .goods .box-bdr .box-inner ul li p {
              font-size: 15px;
              font-size: 1.5rem;
              color: #77c059; }

.keyaki-top footer {
  width: 100%;
  padding-bottom: 10px;
  background-color: #a0d468; }
  .keyaki-top footer .footerTop {
    border-bottom: 1px solid #fff; }
    .keyaki-top footer .footerTop .headerarea {
      text-align: center; }
      .keyaki-top footer .footerTop .headerarea h2 {
        font-size: 20px;
        font-size: 2rem;
        color: #fff;
        padding-top: 10px; }
    .keyaki-top footer .footerTop .navi ul {
      *zoom: 1;
      text-align: center;
      width: 266px;
      margin: 0 auto;
      padding-bottom: 10px; }
      .keyaki-top footer .footerTop .navi ul:after {
        content: "";
        display: block;
        clear: both; }
      .keyaki-top footer .footerTop .navi ul li {
        float: left;
        width: 130px;
        height: 24px;
        line-height: 24px;
        text-align: center;
        background-color: #fff;
        border: 1px solid #d2d2d2; }
  .keyaki-top footer .footerInner {
    text-align: center;
    margin: 0 auto;
    padding-top: 10px; }
    .keyaki-top footer .footerInner .block-jasrac img {
      width: 20px;
      margin-right: 5px;
      vertical-align: middle; }
    .keyaki-top footer .footerInner .block-jasrac p {
      font-size: 11px;
      font-size: 1.1rem;
      display: inline-block;
      margin: 0;
      vertical-align: middle; }
    .keyaki-top footer .footerInner .block-sns {
      margin-top: 10px; }
      .keyaki-top footer .footerInner .block-sns span {
        display: inline-block;
        width: 22px;
        margin: 0 6px; }
    .keyaki-top footer .footerInner .copyright {
      font-size: 8px;
      font-size: 0.8rem;
      margin-top: 10px;
      color: #fff; }

.keyaki-producer .l-content {
  background-color: #f3f3f3;
  padding-bottom: 70px; }
  .keyaki-producer .l-content .l-inner {
    *zoom: 1;
    background-color: #fff; }
    .keyaki-producer .l-content .l-inner:after {
      content: "";
      display: block;
      clear: both; }
    .keyaki-producer .l-content .l-inner .profile-img {
      *zoom: 1;
      height: 184px;
      background-color: #fff; }
      .keyaki-producer .l-content .l-inner .profile-img:after {
        content: "";
        display: block;
        clear: both; }
      .keyaki-producer .l-content .l-inner .profile-img .img {
        width: 50%;
        height: 100%;
        float: left;
        position: relative;
        left: 20px; }
        .keyaki-producer .l-content .l-inner .profile-img .img img {
          width: 136px;
          line-height: 1px;
          position: absolute;
          bottom: 0; }
      .keyaki-producer .l-content .l-inner .profile-img .txt {
        width: 50%;
        height: 100%;
        float: left;
        text-align: center;
        -webkit-transform: translateY(30%);
        transform: translateY(30%); }
        .keyaki-producer .l-content .l-inner .profile-img .txt h3 {
          font-size: 27px;
          font-size: 2.7rem;
          margin: 0;
          color: #8d8d8d; }
        .keyaki-producer .l-content .l-inner .profile-img .txt p.eng {
          font-size: 9px;
          font-size: 0.9rem;
          color: #77c059;
          margin: 0; }
    .keyaki-producer .l-content .l-inner .profile-txt {
      margin: 0 auto;
      background-color: #f3f3f3; }
      .keyaki-producer .l-content .l-inner .profile-txt_inner {
        width: 276px;
        margin: 0 auto;
        padding-top: 18px; }
        .keyaki-producer .l-content .l-inner .profile-txt_inner h3 {
          font-size: 20px;
          font-size: 2rem;
          font-family: "Quicksand", Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
          color: #77c059;
          border-bottom: 1px solid #77c059; }
        .keyaki-producer .l-content .l-inner .profile-txt_inner p {
          font-size: 14px;
          font-size: 1.4rem;
          color: #8d8d8d; }

.keyaki-faq .l-content {
  background-color: #fff; }
  .keyaki-faq .l-content .l-inner {
    font-size: 14px;
    font-size: 1.4rem;
    width: 310px;
    margin: 0 auto;
    background-color: #fff;
    color: #8d8d8d; }
    .keyaki-faq .l-content .l-inner .box-faq .headArea {
      *zoom: 1;
      position: relative;
      border-bottom: 1px solid #d2d2d2; }
      .keyaki-faq .l-content .l-inner .box-faq .headArea:after {
        content: "";
        display: block;
        clear: both; }
      .keyaki-faq .l-content .l-inner .box-faq .headArea h3 {
        font-size: 14px;
        font-size: 1.4rem;
        font-weight: bold;
        display: inline-block;
        color: #000;
        padding-bottom: 10px;
        float: left;
        margin-bottom: 0;
        width: 250px;
        text-indent: -1.9rem;
        padding-left: 1.7rem; }
        .keyaki-faq .l-content .l-inner .box-faq .headArea h3:before {
          content: "Q. ";
          color: #b9df90; }
      .keyaki-faq .l-content .l-inner .box-faq .headArea .btn-open {
        position: absolute;
        width: 15px;
        height: 15px;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        display: inline-block;
        vertical-align: middle; }
        .keyaki-faq .l-content .l-inner .box-faq .headArea .btn-open .bar1, .keyaki-faq .l-content .l-inner .box-faq .headArea .btn-open .bar2 {
          position: absolute;
          width: 15px;
          height: 1px;
          background-color: #737373;
          top: 6.3333px; }
        .keyaki-faq .l-content .l-inner .box-faq .headArea .btn-open .bar2 {
          -webkit-transition: opacity 0.3s linear;
          transition: opacity 0.3s linear;
          -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }
      .keyaki-faq .l-content .l-inner .box-faq .headArea.open .bar2 {
        opacity: 0; }
    .keyaki-faq .l-content .l-inner .box-faq .answer {
      position: relative;
      display: none;
      padding: 0 16px 0 38px;
      margin-bottom: 1rem; }
      .keyaki-faq .l-content .l-inner .box-faq .answer:before {
        content: "A.";
        color: #b57bd2;
        display: block;
        position: absolute;
        left: 1.8rem;
        top: 1rem; }
      .keyaki-faq .l-content .l-inner .box-faq .answer h4 {
        font-size: 14px;
        font-size: 1.4rem;
        font-weight: normal;
        margin: 0;
        padding-top: 1rem; }
      .keyaki-faq .l-content .l-inner .box-faq .answer a {
        color: #b9df90;
        border-bottom: 1px solid #b9df90;
        -webkit-transition: 0.3s linear;
        transition: 0.3s linear; }
        .keyaki-faq .l-content .l-inner .box-faq .answer a:hover {
          color: #77c059;
          border-bottom: 1px solid #77c059;
          -webkit-transition: 0.3s linear;
          transition: 0.3s linear; }
    .keyaki-faq .l-content .l-inner .box-faq:last-child .headArea {
      border-bottom: 0; }
    .keyaki-faq .l-content .l-inner .box-faq#faq-fanletter ul li:before {
      content: "● ";
      color: #d8e6c0;
      font-size: 14px;
      font-size: 1.4rem; }
    .keyaki-faq .l-content .l-inner .box-faq#faq-fanletter .box-link {
      padding: 0 20px; }
      .keyaki-faq .l-content .l-inner .box-faq#faq-fanletter .box-link p {
        color: #b9df90; }
    .keyaki-faq .l-content .l-inner .box-faq.not-watchvideo ul li:not(:nth-child(2n)) {
      color: #b9df90;
      font-weight: bold; }
      .keyaki-faq .l-content .l-inner .box-faq.not-watchvideo ul li:not(:nth-child(2n)):not(:nth-child(2n)):before {
        content: "● ";
        color: #d8e6c0;
        font-size: 14px;
        font-size: 1.4rem; }

.keyaki-about .l-content {
  background-color: #f3f3f3; }
  .keyaki-about .l-content .header-inner {
    height: 28px;
    text-align: center;
    background-color: #a0d468; }
    .keyaki-about .l-content .header-inner h2 {
      margin: 0;
      color: #fff;
      font-size: 13px;
      font-size: 1.3rem;
      display: inline-block;
      line-height: 28px;
      vertical-align: middle; }
    .keyaki-about .l-content .header-inner ul li {
      display: inline-block; }
      .keyaki-about .l-content .header-inner ul li:not(:last-child):after {
        content: ">";
        margin: 0 10px; }
      .keyaki-about .l-content .header-inner ul li:hover a, .keyaki-about .l-content .header-inner ul li.active a {
        text-decoration: underline; }
  .keyaki-about .l-content .headBottom {
    text-align: center;
    margin: 25px 0; }
    .keyaki-about .l-content .headBottom h3 {
      font-size: 21px;
      font-size: 2.1rem;
      margin: 0;
      color: #a0d468; }
    .keyaki-about .l-content .headBottom span {
      font-size: 12px;
      font-size: 1.2rem;
      color: #8d8d8d; }
  .keyaki-about .l-content .l-inner {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0; }
    .keyaki-about .l-content .l-inner .main {
      box-sizing: content-box;
      background-color: #fff; }
    .keyaki-about .l-content .l-inner .sub {
      background-color: #fff; }
      .keyaki-about .l-content .l-inner .sub ul.sns-btns {
        margin: 0;
        padding: 23px 0 26px 0; }
      .keyaki-about .l-content .l-inner .sub p {
        font-size: 10px;
        font-size: 1rem;
        color: #8d8d8d;
        line-height: 1.6em;
        width: 288px;
        margin: 0 auto; }
      .keyaki-about .l-content .l-inner .sub p.btn {
        font-size: 15px;
        font-size: 1.5rem;
        color: #fff;
        background-color: #77c059;
        width: 213px;
        margin: 0 auto;
        margin-top: 22px;
        margin-bottom: 66px; }
        .keyaki-about .l-content .l-inner .sub p.btn a {
          display: inline-block;
          width: 170px; }

.keyaki-member .l-content {
  background-color: #f3f3f3;
  padding-bottom: 30px; }
  .keyaki-member .l-content .l-inner .box-sort {
    width: 320px;
    margin: 0 auto; }
    .keyaki-member .l-content .l-inner .box-sort nav {
      display: block;
      margin-top: 10px; }
      .keyaki-member .l-content .l-inner .box-sort nav ul {
        width: 310px;
        margin: 0 auto;
        overflow: hidden; }
        .keyaki-member .l-content .l-inner .box-sort nav ul li {
          letter-spacing: -0.1em;
          letter-spacing: -0.1rem;
          font-size: 12px;
          font-size: 1.2rem;
          box-sizing: border-box;
          position: relative;
          float: left;
          color: #8d8d8d;
          background-color: #fff;
          display: inline-block;
          margin: 0 5px 7px;
          border-radius: 5px;
          width: 145px; }
          .keyaki-member .l-content .l-inner .box-sort nav ul li.js-filter-hiragana {
            width: 200px;
            text-align: left; }
          .keyaki-member .l-content .l-inner .box-sort nav ul li span {
            position: absolute;
            display: inline-block;
            right: 10px;
            top: -2px;
            line-height: 44px; }
            .keyaki-member .l-content .l-inner .box-sort nav ul li span img {
              display: none;
              height: 30px;
              width: 15px;
              line-height: 44px;
              vertical-align: middle; }
          .keyaki-member .l-content .l-inner .box-sort nav ul li.active {
            background-color: #a0d468;
            color: #fff; }
            .keyaki-member .l-content .l-inner .box-sort nav ul li.active span img {
              display: inline-block; }
          .keyaki-member .l-content .l-inner .box-sort nav ul li:nth-child(2) {
            width: 145px;
            padding: 10px 8px; }
          .keyaki-member .l-content .l-inner .box-sort nav ul li a {
            display: inline-block;
            padding: 10px 8px; }
          .keyaki-member .l-content .l-inner .box-sort nav ul li select {
            position: absolute;
            opacity: 0;
            top: 0;
            left: 0;
            height: 30px;
            line-height: 30px;
            width: 145px;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none; }
    .keyaki-member .l-content .l-inner .box-sort .select-box {
      display: inline-block;
      font-size: 12px;
      font-size: 1.2rem; }
    .keyaki-member .l-content .l-inner .box-sort p {
      font-size: 10px;
      font-size: 1rem;
      text-align: center;
      display: block;
      color: #8d8d8d; }
    .keyaki-member .l-content .l-inner .box-sort .btn-sort {
      font-size: 10px;
      font-size: 1rem;
      position: relative;
      color: #77c059;
      margin: 0 auto;
      height: 30px;
      width: 100%;
      padding: 6px 0; }
      .keyaki-member .l-content .l-inner .box-sort .btn-sort select {
        position: absolute;
        top: 0;
        left: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        opacity: 0;
        height: 30px;
        width: 98%;
        font-size: 12px;
        font-size: 1.2rem; }
      .keyaki-member .l-content .l-inner .box-sort .btn-sort i {
        margin-left: 10px;
        color: #8d8d8d; }
  .keyaki-member .l-content .l-inner .sorteted-wrp {
    position: relative;
    min-height: 700px;
    width: 320px;
    margin: 0 auto; }
    .keyaki-member .l-content .l-inner .sorteted-wrp .sorted {
      display: none;
      -webkit-transition: -webkit-transform 0.4s linear;
      transition: -webkit-transform 0.4s linear;
      transition: transform 0.4s linear;
      transition: transform 0.4s linear, -webkit-transform 0.4s linear; }
      .keyaki-member .l-content .l-inner .sorteted-wrp .sorted.sort-syllabary {
        display: block; }
      .keyaki-member .l-content .l-inner .sorteted-wrp .sorted.out {
        -webkit-transform: scale(0.97);
        transform: scale(0.97); }
  .keyaki-member .l-content .l-inner .box-member {
    width: 320px;
    margin: 0 auto;
    margin-top: 12px; }
    .keyaki-member .l-content .l-inner .box-member h3 {
      font-size: 15px;
      font-size: 1.5rem;
      color: #a0d468;
      font-weight: normal;
      background-color: #fff;
      margin: 0 0 1px 0;
      padding: 10px 0 10px 30px; }
    .keyaki-member .l-content .l-inner .box-member ul {
      overflow: hidden;
      margin-top: 0; }
      .keyaki-member .l-content .l-inner .box-member ul li {
        box-sizing: border-box;
        width: 50%;
        height: 230px;
        background-color: #fff;
        border-bottom: 1px solid #e5e5e5;
        float: left;
        box-sizing: border-box; }
        .keyaki-member .l-content .l-inner .box-member ul li:hover {
          background-color: #a0d468; }
        .keyaki-member .l-content .l-inner .box-member ul li:nth-child(odd) {
          border-right: 1px solid #e5e5e5; }
        .keyaki-member .l-content .l-inner .box-member ul li a {
          display: block;
          padding: 14px 12px 7px 12px; }
      .keyaki-member .l-content .l-inner .box-member ul p.name {
        font-size: 12px;
        font-size: 1.2rem;
        margin: 5px 0 0 0; }
      .keyaki-member .l-content .l-inner .box-member ul p.furigana, .keyaki-member .l-content .l-inner .box-member ul p.birth {
        font-size: 12px;
        font-size: 1.2rem;
        color: #8d8d8d;
        margin: 0; }
      .keyaki-member .l-content .l-inner .box-member ul p.furigana {
        color: #a0d468;
        font-weight: bold; }

.keyaki-member_detail .l-content {
  /*background-color: #f3f3f3;*/
   }
  .keyaki-member_detail .l-content .l-inner p.btn-more {
    width: 270px;
    height: 42px; }
    .keyaki-member_detail .l-content .l-inner p.btn-more a {
      font-size: 15px;
      font-size: 1.5rem;
      width: 270px;
      height: 42px;
      line-height: 42px; }
  .keyaki-member_detail .l-content .l-inner .box-float:first-child p.btn-more, .keyaki-member_detail .l-content .l-inner .memberNews p.btn-more {
    border: 1px solid #fff;
    background-color: #77c059; }
    .keyaki-member_detail .l-content .l-inner .box-float:first-child p.btn-more a, .keyaki-member_detail .l-content .l-inner .memberNews p.btn-more a {
      color: #fff; }
  .keyaki-member_detail .l-content .l-inner h3 {
    font-size: 22px;
    font-size: 2.2rem;
    color: #a0d468;
    margin: 0;
    text-align: center; }
  .keyaki-member_detail .l-content .l-inner h3 + p {
    font-size: 12px;
    font-size: 1.2rem;
    text-align: center;
    margin: 0;
    color: #8d8d8d; }
  .keyaki-member_detail .l-content .l-inner .sect_sub {
    margin: 0 auto; }
  .keyaki-member_detail .l-content .l-inner .sect01 {
    background-color: #fff;
    position: relative;
    margin: 0;
    padding: 0 0 10px 0;
    *zoom: 1; }
    .keyaki-member_detail .l-content .l-inner .sect01:after {
      content: "";
      display: block;
      clear: both; }
    .keyaki-member_detail .l-content .l-inner .sect01 .box-mainVisual {
      margin-bottom: 30px; }
    .keyaki-member_detail .l-content .l-inner .sect01 .sect_sub .box-profile {
      *zoom: 1;
      text-align: center;
      position: relative;
      width: 310px;
      margin: 0 auto; }
      .keyaki-member_detail .l-content .l-inner .sect01 .sect_sub .box-profile:after {
        content: "";
        display: block;
        clear: both; }
      .keyaki-member_detail .l-content .l-inner .sect01 .sect_sub .box-profile_imgWrap {
        float: left;
        /*margin-top: -74px;*/
         }
        .keyaki-member_detail .l-content .l-inner .sect01 .sect_sub .box-profile_imgWrap .box-profile_img {
          width: 127px;
          height: 127px;
          border-radius: 100%;
          overflow: hidden;
          position: relative;
          border: 5px solid #fff; }
          .keyaki-member_detail .l-content .l-inner .sect01 .sect_sub .box-profile_imgWrap .box-profile_img img {
            position: absolute;
            width: 100%;
            top: 60%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
        .keyaki-member_detail .l-content .l-inner .sect01 .sect_sub .box-profile_imgWrap .box-tag ul.tag {
          text-align: center; }
          .keyaki-member_detail .l-content .l-inner .sect01 .sect_sub .box-profile_imgWrap .box-tag ul.tag li {
            margin-bottom: 10px; }
            .keyaki-member_detail .l-content .l-inner .sect01 .sect_sub .box-profile_imgWrap .box-tag ul.tag li span {
              padding: 2px 20px;
              border-radius: 5px;
              border: 1px solid #d2d2d2; }
      .keyaki-member_detail .l-content .l-inner .sect01 .sect_sub .box-profile .box-profile_text {
        float: left;
        text-align: left;
        width: 152px;
        margin: -20px 0 0 20px; }
        .keyaki-member_detail .l-content .l-inner .sect01 .sect_sub .box-profile .box-profile_text p {
          margin: 0;
          display: block;
          margin-bottom: 4px; }
        .keyaki-member_detail .l-content .l-inner .sect01 .sect_sub .box-profile .box-profile_text p.furigana {
          font-size: 12px;
          font-size: 1.2rem; }
        .keyaki-member_detail .l-content .l-inner .sect01 .sect_sub .box-profile .box-profile_text p.name {
          font-size: 17.5px;
          font-size: 1.75rem;
          display: inline-block;
          margin-right: 15px; }
        .keyaki-member_detail .l-content .l-inner .sect01 .sect_sub .box-profile .box-profile_text span.en {
          font-size: 12px;
          font-size: 1.2rem;
          display: block;
          color: #a0d468; }
        .keyaki-member_detail .l-content .l-inner .sect01 .sect_sub .box-profile .box-profile_text .box-info {
          margin-top: 16px; }
          .keyaki-member_detail .l-content .l-inner .sect01 .sect_sub .box-profile .box-profile_text .box-info dl {
            font-size: 12px;
            font-size: 1.2rem;
            margin: 0; }
            .keyaki-member_detail .l-content .l-inner .sect01 .sect_sub .box-profile .box-profile_text .box-info dl dt, .keyaki-member_detail .l-content .l-inner .sect01 .sect_sub .box-profile .box-profile_text .box-info dl dd {
              display: inline-block; }
            .keyaki-member_detail .l-content .l-inner .sect01 .sect_sub .box-profile .box-profile_text .box-info dl dt {
              color: #8d8d8d; }
            .keyaki-member_detail .l-content .l-inner .sect01 .sect_sub .box-profile .box-profile_text .box-info dl dd {
              color: #a0d468;
              margin: 0; }
    .keyaki-member_detail .l-content .l-inner .sect01 .sect_sub .box-msg {
      *zoom: 1;
      position: relative;
      height: 100px;
      width: 270px;
      margin: 0 auto;
      margin-bottom: 32px;
      margin-top: 32px;
      background-color: #f3f3f3;
      border: 1px solid #77c059; }
      .keyaki-member_detail .l-content .l-inner .sect01 .sect_sub .box-msg:after {
        content: "";
        display: block;
        clear: both; }
      .keyaki-member_detail .l-content .l-inner .sect01 .sect_sub .box-msg .box-txt {
        float: left;
        padding: 26px 10px; }
        .keyaki-member_detail .l-content .l-inner .sect01 .sect_sub .box-msg .box-txt h3 {
          font-size: 18px;
          font-size: 1.8rem;
          text-align: left; }
        .keyaki-member_detail .l-content .l-inner .sect01 .sect_sub .box-msg .box-txt p {
          font-size: 14px;
          font-size: 1.4rem; }
      .keyaki-member_detail .l-content .l-inner .sect01 .sect_sub .box-msg .sliderwrp {
        float: left;
        position: relative;
        width: 108px;
        height: 100%; }
      .keyaki-member_detail .l-content .l-inner .sect01 .sect_sub .box-msg .slider {
        position: relative;
        width: 74%;
        height: 100%;
        margin: 0 auto;
        margin-bottom: 0; }
        .keyaki-member_detail .l-content .l-inner .sect01 .sect_sub .box-msg .slider .slide {
          position: relative;
          height: 100%;
          text-align: center; }
          .keyaki-member_detail .l-content .l-inner .sect01 .sect_sub .box-msg .slider .slide img {
            line-height: 100px;
            width: auto;
            height: 80px;
            margin-top: 10px;
            display: inline-block; }
      .keyaki-member_detail .l-content .l-inner .sect01 .sect_sub .box-msg .slider-next, .keyaki-member_detail .l-content .l-inner .sect01 .sect_sub .box-msg .slider-prev {
        position: absolute;
        width: 11px;
        display: inline-block;
        height: 100%;
        top: 0;
        z-index: 10; }
      .keyaki-member_detail .l-content .l-inner .sect01 .sect_sub .box-msg .slider-prev {
        position: absolute;
        left: 5px; }
        .keyaki-member_detail .l-content .l-inner .sect01 .sect_sub .box-msg .slider-prev i.prevArrow {
          position: absolute;
          top: 50%;
          margin-top: -8px; }
          .keyaki-member_detail .l-content .l-inner .sect01 .sect_sub .box-msg .slider-prev i.prevArrow img {
            width: 11px; }
      .keyaki-member_detail .l-content .l-inner .sect01 .sect_sub .box-msg .slider-next {
        position: absolute;
        right: 5px; }
        .keyaki-member_detail .l-content .l-inner .sect01 .sect_sub .box-msg .slider-next i.nextArrow {
          position: absolute;
          top: 50%;
          margin-top: -8px; }
          .keyaki-member_detail .l-content .l-inner .sect01 .sect_sub .box-msg .slider-next i.nextArrow img {
            width: 11px; }
  .keyaki-member_detail .l-content .l-inner .sect02 {
    border-top: 2px solid #a0d468;background-color: #f3f3f3;
    padding-top: 50px;
    margin-top: 0; }
    .keyaki-member_detail .l-content .l-inner .sect02 .sect_sub .box-float:first-child ul {
      overflow: hidden;
      width: 270px;
      margin: 0 auto;
      margin-top: 20px; }
      .keyaki-member_detail .l-content .l-inner .sect02 .sect_sub .box-float:first-child ul li {
        *zoom: 1;
        width: 270px;
        margin-bottom: 20px;
        background-color: #fff; }
        .keyaki-member_detail .l-content .l-inner .sect02 .sect_sub .box-float:first-child ul li:after {
          content: "";
          display: block;
          clear: both; }
        .keyaki-member_detail .l-content .l-inner .sect02 .sect_sub .box-float:first-child ul li:nth-child(odd) {
          margin-right: 20px; }
        .keyaki-member_detail .l-content .l-inner .sect02 .sect_sub .box-float:first-child ul li img {
          height: 250px;
          background-color: #ddd;
          display: block; }
        .keyaki-member_detail .l-content .l-inner .sect02 .sect_sub .box-float:first-child ul li .box-blog {
          padding: 10px; }
          .keyaki-member_detail .l-content .l-inner .sect02 .sect_sub .box-float:first-child ul li .box-blog p.ttl {
            font-size: 14px;
            font-size: 1.4rem;
            color: #a0d468;
            margin: 0 0 10px 0; }
          .keyaki-member_detail .l-content .l-inner .sect02 .sect_sub .box-float:first-child ul li .box-blog .text {
            height: 68px;
            overflow: hidden; }
            .keyaki-member_detail .l-content .l-inner .sect02 .sect_sub .box-float:first-child ul li .box-blog .text p, .keyaki-member_detail .l-content .l-inner .sect02 .sect_sub .box-float:first-child ul li .box-blog .text span, .keyaki-member_detail .l-content .l-inner .sect02 .sect_sub .box-float:first-child ul li .box-blog .text li {
              font-size: 12px;
              font-size: 1.2rem;
              color: #8d8d8d;
              overflow: hidden; }
          .keyaki-member_detail .l-content .l-inner .sect02 .sect_sub .box-float:first-child ul li .box-blog time, .keyaki-member_detail .l-content .l-inner .sect02 .sect_sub .box-float:first-child ul li .box-blog span {
            color: #a0d468;
            vertical-align: middle;
            display: inline; }
          .keyaki-member_detail .l-content .l-inner .sect02 .sect_sub .box-float:first-child ul li .box-blog time:before {
            content: url("/files/14/images/blog/time.png");
            vertical-align: middle;
            display: inline-block;
            margin-right: 5px; }
          .keyaki-member_detail .l-content .l-inner .sect02 .sect_sub .box-float:first-child ul li .box-blog span {
            float: right;
            margin-bottom: 10px; }
            .keyaki-member_detail .l-content .l-inner .sect02 .sect_sub .box-float:first-child ul li .box-blog span:hover {
              text-decoration: underline; }
    .keyaki-member_detail .l-content .l-inner .sect02 .sect_sub .box-float:nth-child(2) {
      margin-top: 64px; }
      .keyaki-member_detail .l-content .l-inner .sect02 .sect_sub .box-float:nth-child(2) .memberSche {
        background: -webkit-linear-gradient(left, #ace6c7, #e1cbed);
        background: linear-gradient(90deg, #ace6c7, #e1cbed); }
      .keyaki-member_detail .l-content .l-inner .sect02 .sect_sub .box-float:nth-child(2) .memberSche, .keyaki-member_detail .l-content .l-inner .sect02 .sect_sub .box-float:nth-child(2) .memberNews, .keyaki-member_detail .l-content .l-inner .sect02 .sect_sub .box-float:nth-child(2) .memberVideo {
        border: 1px solid #a0d468;
        background-color: #fff;
        padding: 20px 15px; }
        .keyaki-member_detail .l-content .l-inner .sect02 .sect_sub .box-float:nth-child(2) .memberSche ul li:hover p.ttl, .keyaki-member_detail .l-content .l-inner .sect02 .sect_sub .box-float:nth-child(2) .memberNews ul li:hover p.ttl, .keyaki-member_detail .l-content .l-inner .sect02 .sect_sub .box-float:nth-child(2) .memberVideo ul li:hover p.ttl {
          text-decoration: underline; }
        .keyaki-member_detail .l-content .l-inner .sect02 .sect_sub .box-float:nth-child(2) .memberSche .headarea, .keyaki-member_detail .l-content .l-inner .sect02 .sect_sub .box-float:nth-child(2) .memberNews .headarea, .keyaki-member_detail .l-content .l-inner .sect02 .sect_sub .box-float:nth-child(2) .memberVideo .headarea {
          *zoom: 1;
          width: 270px;
          margin: 0 auto; }
          .keyaki-member_detail .l-content .l-inner .sect02 .sect_sub .box-float:nth-child(2) .memberSche .headarea:after, .keyaki-member_detail .l-content .l-inner .sect02 .sect_sub .box-float:nth-child(2) .memberNews .headarea:after, .keyaki-member_detail .l-content .l-inner .sect02 .sect_sub .box-float:nth-child(2) .memberVideo .headarea:after {
            content: "";
            display: block;
            clear: both; }
          .keyaki-member_detail .l-content .l-inner .sect02 .sect_sub .box-float:nth-child(2) .memberSche .headarea h4, .keyaki-member_detail .l-content .l-inner .sect02 .sect_sub .box-float:nth-child(2) .memberNews .headarea h4, .keyaki-member_detail .l-content .l-inner .sect02 .sect_sub .box-float:nth-child(2) .memberVideo .headarea h4 {
            font-size: 17px;
            font-size: 1.7rem;
            line-height: 37px;
            color: #8d8d8d;
            font-weight: normal;
            margin: 0;
            float: left; }
        .keyaki-member_detail .l-content .l-inner .sect02 .sect_sub .box-float:nth-child(2) .memberSche ul, .keyaki-member_detail .l-content .l-inner .sect02 .sect_sub .box-float:nth-child(2) .memberNews ul, .keyaki-member_detail .l-content .l-inner .sect02 .sect_sub .box-float:nth-child(2) .memberVideo ul {
          width: 270px;
          margin: 0 auto;
          border-top: 1px solid #77c059; }
          .keyaki-member_detail .l-content .l-inner .sect02 .sect_sub .box-float:nth-child(2) .memberSche ul li, .keyaki-member_detail .l-content .l-inner .sect02 .sect_sub .box-float:nth-child(2) .memberNews ul li, .keyaki-member_detail .l-content .l-inner .sect02 .sect_sub .box-float:nth-child(2) .memberVideo ul li {
            margin-top: 10px; }
            .keyaki-member_detail .l-content .l-inner .sect02 .sect_sub .box-float:nth-child(2) .memberSche ul li .box-time time, .keyaki-member_detail .l-content .l-inner .sect02 .sect_sub .box-float:nth-child(2) .memberNews ul li .box-time time, .keyaki-member_detail .l-content .l-inner .sect02 .sect_sub .box-float:nth-child(2) .memberVideo ul li .box-time time {
              font-size: 10px;
              font-size: 1rem;
              display: inline-block;
              margin-bottom: 4px;
              color: #8d8d8d; }
            .keyaki-member_detail .l-content .l-inner .sect02 .sect_sub .box-float:nth-child(2) .memberSche ul li .box-time p.category, .keyaki-member_detail .l-content .l-inner .sect02 .sect_sub .box-float:nth-child(2) .memberNews ul li .box-time p.category, .keyaki-member_detail .l-content .l-inner .sect02 .sect_sub .box-float:nth-child(2) .memberVideo ul li .box-time p.category {
              display: inline-block;
              border-radius: 5px;
              margin: 0;
              border: 1px solid #77c059;
              color: #77c059;
              width: 60px;
              text-align: center;
              margin-right: 10px; }
            .keyaki-member_detail .l-content .l-inner .sect02 .sect_sub .box-float:nth-child(2) .memberSche ul li .box-ttl, .keyaki-member_detail .l-content .l-inner .sect02 .sect_sub .box-float:nth-child(2) .memberNews ul li .box-ttl, .keyaki-member_detail .l-content .l-inner .sect02 .sect_sub .box-float:nth-child(2) .memberVideo ul li .box-ttl {
              margin-bottom: 5px; }
              .keyaki-member_detail .l-content .l-inner .sect02 .sect_sub .box-float:nth-child(2) .memberSche ul li .box-ttl p.ttl, .keyaki-member_detail .l-content .l-inner .sect02 .sect_sub .box-float:nth-child(2) .memberNews ul li .box-ttl p.ttl, .keyaki-member_detail .l-content .l-inner .sect02 .sect_sub .box-float:nth-child(2) .memberVideo ul li .box-ttl p.ttl {
                font-size: 12px;
                font-size: 1.2rem;
                color: #8d8d8d;
                margin: 0; }
            .keyaki-member_detail .l-content .l-inner .sect02 .sect_sub .box-float:nth-child(2) .memberSche ul li:not(:last-child), .keyaki-member_detail .l-content .l-inner .sect02 .sect_sub .box-float:nth-child(2) .memberNews ul li:not(:last-child), .keyaki-member_detail .l-content .l-inner .sect02 .sect_sub .box-float:nth-child(2) .memberVideo ul li:not(:last-child) {
              border-bottom: 1px dotted #8d8d8d; }
      .keyaki-member_detail .l-content .l-inner .sect02 .sect_sub .box-float:nth-child(2) .memberVideo {
        background: -webkit-linear-gradient(left, #ace6c7, #e1cbed);
        background: linear-gradient(90deg, #ace6c7, #e1cbed); }
        .keyaki-member_detail .l-content .l-inner .sect02 .sect_sub .box-float:nth-child(2) .memberVideo ul li {
          *zoom: 1;
          margin: 10px 0 0 0; }
          .keyaki-member_detail .l-content .l-inner .sect02 .sect_sub .box-float:nth-child(2) .memberVideo ul li:after {
            content: "";
            display: block;
            clear: both; }
          .keyaki-member_detail .l-content .l-inner .sect02 .sect_sub .box-float:nth-child(2) .memberVideo ul li .box-img {
            float: left; }
            .keyaki-member_detail .l-content .l-inner .sect02 .sect_sub .box-float:nth-child(2) .memberVideo ul li .box-img img {
              width: 85px;
              background-color: #8d8d8d;
              margin-right: 10px; }
          .keyaki-member_detail .l-content .l-inner .sect02 .sect_sub .box-float:nth-child(2) .memberVideo ul li .box-ttl {
            float: left;
            width: 174px; }
            .keyaki-member_detail .l-content .l-inner .sect02 .sect_sub .box-float:nth-child(2) .memberVideo ul li .box-ttl time {
              display: block;
              margin-top: 12px;
              color: #77c059; }
            .keyaki-member_detail .l-content .l-inner .sect02 .sect_sub .box-float:nth-child(2) .memberVideo ul li .box-ttl p.ttl {
              font-size: 12px;
              font-size: 1.2rem;
              color: #8d8d8d; }
          .keyaki-member_detail .l-content .l-inner .sect02 .sect_sub .box-float:nth-child(2) .memberVideo ul li:not(:last-child) {
            padding-bottom: 10px; }
          .keyaki-member_detail .l-content .l-inner .sect02 .sect_sub .box-float:nth-child(2) .memberVideo ul li:first-child {
            width: 270px;
            margin-top: 7px; }
            .keyaki-member_detail .l-content .l-inner .sect02 .sect_sub .box-float:nth-child(2) .memberVideo ul li:first-child .box-img {
              width: 100%;
              float: none; }
              .keyaki-member_detail .l-content .l-inner .sect02 .sect_sub .box-float:nth-child(2) .memberVideo ul li:first-child .box-img img {
                width: 100%;
                height: auto; }
            .keyaki-member_detail .l-content .l-inner .sect02 .sect_sub .box-float:nth-child(2) .memberVideo ul li:first-child .box-ttl {
              width: 100%; }
  .keyaki-member_detail .l-content .l-inner .sect03 {
    margin-top: 25px; }
    .keyaki-member_detail .l-content .l-inner .sect03 ul {
      margin: 0 auto;
      margin-top: 22px;
      background-color: #fff;
      text-align: center; }
      .keyaki-member_detail .l-content .l-inner .sect03 ul li {
        display: inline-block; }
        .keyaki-member_detail .l-content .l-inner .sect03 ul li:hover {
          opacity: 0.7; }
        .keyaki-member_detail .l-content .l-inner .sect03 ul li img {
          height: 125px;
          width: 125px; }

.keyaki-contact .l-content {
  background-color: #f3f3f3; }
  .keyaki-contact .l-content .l-inner {
    *zoom: 1;
    background-color: #fff;
    padding-bottom: 50px; }
    .keyaki-contact .l-content .l-inner:after {
      content: "";
      display: block;
      clear: both; }
    .keyaki-contact .l-content .l-inner h3 {
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: normal;
      color: #8d8d8d; }
    .keyaki-contact .l-content .l-inner small {
      color: #8d8d8d;
      line-height: 1.6em;
      display: block; }
    .keyaki-contact .l-content .l-inner .box-float {
      width: 270px;
      margin: 0 auto;
      padding-top: 25px; }
      .keyaki-contact .l-content .l-inner .box-float form h3 {
        margin: 0 0 14px 0; }
      .keyaki-contact .l-content .l-inner .box-float form .box-form {
        margin-bottom: 26px; }
        .keyaki-contact .l-content .l-inner .box-float form .box-form label {
          display: block;
          font-size: 14px;
          font-size: 1.4rem; }
        .keyaki-contact .l-content .l-inner .box-float form .box-form input {
          font-size: 16px;
          font-size: 1.6rem;
          padding-left: 10px;
          width: 250px;
          height: 18px;
          background-color: #f3f3f3;
          border-radius: 5px; }
        .keyaki-contact .l-content .l-inner .box-float form .box-form textarea {
          font-size: 16px;
          font-size: 1.6rem;
          padding: 10px 0 0 10px;
          background-color: #f3f3f3;
          border: 2px inset #ddd;
          border-radius: 5px;
          width: 250px;
          resize: vertical; }
        .keyaki-contact .l-content .l-inner .box-float form .box-form select {
          font-size: 16px;
          font-size: 1.6rem; }
        .keyaki-contact .l-content .l-inner .box-float form .box-form:nth-child(6) {
          margin-bottom: 16px; }
      .keyaki-contact .l-content .l-inner .box-float form p.btn-green {
        font-size: 14px;
        font-size: 1.4rem;
        border-radius: 3px;
        width: 140px;
        height: 30px;
        margin: 0 auto;
        margin-top: 20px;
        margin-bottom: 30px;
        line-height: 30px; }
        .keyaki-contact .l-content .l-inner .box-float form p.btn-green a {
          width: 140px;
          height: 30px;
          display: inline-block;
          padding: 0;
          line-height: 30px; }
    .keyaki-contact .l-content .l-inner .box-thanks {
      text-align: center; }
      .keyaki-contact .l-content .l-inner .box-thanks h3 {
        font-size: 14px;
        font-size: 1.4rem;
        display: inline-block;
        margin: 70px 0; }
      .keyaki-contact .l-content .l-inner .box-thanks p.btn-top {
        font-size: 14px;
        font-size: 1.4rem;
        width: 140px;
        height: 30px;
        margin-bottom: 100px;
        padding: 5px 0; }
        .keyaki-contact .l-content .l-inner .box-thanks p.btn-top a {
          display: inline-block;
          vertical-align: middle;
          padding: 0;
          line-height: 30px;
          width: 100%; }
    .keyaki-contact .l-content .l-inner .box-confirm {
      font-size: 12px;
      font-size: 1.2rem;
      width: 300px;
      margin: 0 auto; }
      .keyaki-contact .l-content .l-inner .box-confirm p.ttl {
        margin: 0;
        padding: 24px 0; }
      .keyaki-contact .l-content .l-inner .box-confirm p.item {
        background-color: #f3f3f3;
        padding: 5px 0 5px 10px; }
      .keyaki-contact .l-content .l-inner .box-confirm p.cont {
        padding: 0 20px; }
      .keyaki-contact .l-content .l-inner .box-confirm .btnWrap {
        margin-top: 30px;
        text-align: center; }
        .keyaki-contact .l-content .l-inner .box-confirm .btnWrap .btn-correct, .keyaki-contact .l-content .l-inner .box-confirm .btnWrap .btn-send {
          font-size: 14px;
          font-size: 1.4rem;
          display: inline-block;
          border-radius: 3px;
          width: 100px;
          height: 30px;
          text-align: center;
          margin: 0 10px; }
          .keyaki-contact .l-content .l-inner .box-confirm .btnWrap .btn-correct a, .keyaki-contact .l-content .l-inner .box-confirm .btnWrap .btn-send a {
            display: inline-block;
            width: 100px;
            height: 30px;
            line-height: 30px; }
        .keyaki-contact .l-content .l-inner .box-confirm .btnWrap .btn-correct {
          color: #77c059;
          border: 1px solid #77c059; }
        .keyaki-contact .l-content .l-inner .box-confirm .btnWrap .btn-send {
          background-color: #77c059;
          color: #fff; }

.keyaki-discography .l-content {
  background-color: #fff;
  padding-bottom: 50px; }
  .keyaki-discography .l-content .l-inner .box-sort {
    font-size: 11px;
    font-size: 1.1rem;
    font-family: "Quicksand", Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: center; }
    .keyaki-discography .l-content .l-inner .box-sort ul {
      display: inline-block;
      margin: 52px 0 10px 0;
      text-align: center;
      overflow: hidden; }
      .keyaki-discography .l-content .l-inner .box-sort ul li {
        float: left;
        width: 50px;
        height: 50px;
        line-height: 50px;
        margin-right: 4px;
        display: inline-block;
        border-radius: 3px;
        background-color: #f5fbee; }
        .keyaki-discography .l-content .l-inner .box-sort ul li:last-child {
          margin-right: 0; }
        .keyaki-discography .l-content .l-inner .box-sort ul li p {
          line-height: 12px;
          margin: 0;
          margin-top: 8px; }
        .keyaki-discography .l-content .l-inner .box-sort ul li a p br {
          line-height: 1em; }
        .keyaki-discography .l-content .l-inner .box-sort ul li.active {
          color: #77c059;
          border: 1px solid #77c059;
          background-color: #fff; }
  .keyaki-discography .l-content .l-inner .box-list {
    width: 300px;
    margin: 0 auto; }
    .keyaki-discography .l-content .l-inner .box-list .block-year {
      font-size: 14px;
      font-size: 1.4rem;
      font-family: "Quicksand", Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
      width: 160px;
      height: 20px;
      background-color: #e5e5e5;
      color: #a0d468;
      text-align: center;
      margin: 0 auto;
      margin-top: 37px; }
      .keyaki-discography .l-content .l-inner .box-list .block-year p {
        line-height: 20px; }
    .keyaki-discography .l-content .l-inner .box-list ul {
      *zoom: 1;
      text-align: center; }
      .keyaki-discography .l-content .l-inner .box-list ul:after {
        content: "";
        display: block;
        clear: both; }
      .keyaki-discography .l-content .l-inner .box-list ul li {
        float: left;
        text-align: left;
        position: relative;
        height: auto;
        display: inline-block;
        width: 48%;
        margin: 0 12px 10px 0;
        box-sizing: border-box; }
        .keyaki-discography .l-content .l-inner .box-list ul li .box-img {
          margin-bottom: 5px; }
        .keyaki-discography .l-content .l-inner .box-list ul li .box-txt {
          font-size: 10px;
          font-size: 1rem; }
          .keyaki-discography .l-content .l-inner .box-list ul li .box-txt p {
            font-family: "Quicksand", Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
            margin: 0;
            margin-bottom: 7px; }
          .keyaki-discography .l-content .l-inner .box-list ul li .box-txt p.category {
            border: 1px solid #8d8d8d;
            color: #8d8d8d;
            padding: 2px 5px;
            width: auto;
            margin-bottom: 5px; }
          .keyaki-discography .l-content .l-inner .box-list ul li .box-txt .date p.number, .keyaki-discography .l-content .l-inner .box-list ul li .box-txt .date p.time {
            display: inline-block; }
          .keyaki-discography .l-content .l-inner .box-list ul li .box-txt .date p.time {
            margin-left: 10px;
            color: #77c059; }
          .keyaki-discography .l-content .l-inner .box-list ul li .box-txt p.ttl {
            font-weight: bold; }
        .keyaki-discography .l-content .l-inner .box-list ul li:nth-child(2n) {
          margin-right: 0; }

.keyaki-discography .l-content {
  background-color: #fff; }
  .keyaki-discography .l-content .l-inner .l-innerSub {
    margin: 0 auto; }
    .keyaki-discography .l-content .l-inner .l-innerSub .box-detail {
      background-color: #fff;
      margin-bottom: 50px; }
      .keyaki-discography .l-content .l-inner .l-innerSub .box-detail .block-main {
        *zoom: 1;
        width: 270px;
        margin: 0 auto;
        margin-bottom: 56px; }
        .keyaki-discography .l-content .l-inner .l-innerSub .box-detail .block-main:after {
          content: "";
          display: block;
          clear: both; }
        .keyaki-discography .l-content .l-inner .l-innerSub .box-detail .block-main .box-img {
          margin-bottom: 10px; }
        .keyaki-discography .l-content .l-inner .l-innerSub .box-detail .block-main .box-txt p {
          font-size: 12px;
          font-size: 1.2rem;
          color: #8d8d8d;
          text-align: left; }
        .keyaki-discography .l-content .l-inner .l-innerSub .box-detail .block-main .box-txt p.category {
          font-family: "Quicksand", Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
          border: 1px solid #8d8d8d;
          display: inline-block;
          width: auto;
          padding: 2px 10px;
          margin: 5px 0; }
        .keyaki-discography .l-content .l-inner .l-innerSub .box-detail .block-main .box-txt p.number, .keyaki-discography .l-content .l-inner .l-innerSub .box-detail .block-main .box-txt p.time {
          display: inline-block;
          margin-bottom: 5px; }
        .keyaki-discography .l-content .l-inner .l-innerSub .box-detail .block-main .box-txt p.time {
          margin-left: 10px;
          color: #a0d468; }
        .keyaki-discography .l-content .l-inner .l-innerSub .box-detail .block-main .box-txt p.ttl {
          font-size: 14px;
          font-size: 1.4rem;
          color: #000;
          margin: 0 0 10px 0;
          font-weight: bold; }
        .keyaki-discography .l-content .l-inner .l-innerSub .box-detail .block-main .box-txt p.artist, .keyaki-discography .l-content .l-inner .l-innerSub .box-detail .block-main .box-txt p.info {
          margin: 0; }
        .keyaki-discography .l-content .l-inner .l-innerSub .box-detail .block-main .box-txt p.btn-buy {
          font-size: 16px;
          font-size: 1.6rem;
          width: 150px;
          height: 36px;
          margin: 0 auto;
          margin-top: 20px;
          background-color: #77c059;
          text-align: center;
          color: #fff; }
          .keyaki-discography .l-content .l-inner .l-innerSub .box-detail .block-main .box-txt p.btn-buy a {
            display: inline-block;
            
            height: 36px;
            line-height: 36px; }
      .keyaki-discography .l-content .l-inner .l-innerSub .box-detail .block-list {
        width: 270px;
        margin: 0 auto; }
        .keyaki-discography .l-content .l-inner .l-innerSub .box-detail .block-list ul {
          border-top: 1px solid #d2d2d2;
          padding: 18px 0; }
          .keyaki-discography .l-content .l-inner .l-innerSub .box-detail .block-list ul li {
            font-size: 12px;
            font-size: 1.2rem;
            color: #8d8d8d; }
            .keyaki-discography .l-content .l-inner .l-innerSub .box-detail .block-list ul li.ttl {
              font-size: 14px;
              font-size: 1.4rem;
              font-weight: bold; }
          .keyaki-discography .l-content .l-inner .l-innerSub .box-detail .block-list ul.movie {
            padding-bottom: 0;
            margin-bottom: 0; }
    .keyaki-discography .l-content .l-inner .l-innerSub .box-event, .keyaki-discography .l-content .l-inner .l-innerSub .box-other {
      border-top: 1px solid #8d8d8d;
      padding-top: 24px;
      margin-top: 38px; }
      .keyaki-discography .l-content .l-inner .l-innerSub .box-event .header-block, .keyaki-discography .l-content .l-inner .l-innerSub .box-other .header-block {
        text-align: center; }
        .keyaki-discography .l-content .l-inner .l-innerSub .box-event .header-block h3, .keyaki-discography .l-content .l-inner .l-innerSub .box-other .header-block h3 {
          font-size: 24px;
          font-size: 2.4rem;
          margin: 0; }
        .keyaki-discography .l-content .l-inner .l-innerSub .box-event .header-block p.ttl, .keyaki-discography .l-content .l-inner .l-innerSub .box-other .header-block p.ttl {
          font-size: 15px;
          font-size: 1.5rem;
          color: #8d8d8d;
          margin-top: 10px; }
    .keyaki-discography .l-content .l-inner .l-innerSub .box-event a:last-child .box-eventDetail {
      border: none; }
    .keyaki-discography .l-content .l-inner .l-innerSub .box-event a .box-eventDetail {
      *zoom: 1;
      width: 270px;
      margin: 0 auto;
      padding: 20px 0;
      border-bottom: 1px solid #d2d2d2; }
      .keyaki-discography .l-content .l-inner .l-innerSub .box-event a .box-eventDetail:after {
        content: "";
        display: block;
        clear: both; }
      .keyaki-discography .l-content .l-inner .l-innerSub .box-event a .box-eventDetail .box-txt p.ttl {
        font-size: 14px;
        font-size: 1.4rem;
        font-weight: bold;
        margin: 0; }
      .keyaki-discography .l-content .l-inner .l-innerSub .box-event a .box-eventDetail .box-txt p.txt {
        font-size: 12px;
        font-size: 1.2rem;
        color: #8d8d8d;
        margin-bottom: 5px; }
      .keyaki-discography .l-content .l-inner .l-innerSub .box-event a .box-eventDetail .box-txt time {
        font-size: 12px;
        font-size: 1.2rem;
        color: #d2d2d2; }
      .keyaki-discography .l-content .l-inner .l-innerSub .box-event a .box-eventDetail .box-img {
        width: 200px;
        height: 200px;
        margin: 0 auto;
        margin-bottom: 20px;
        background-color: #8d8d8d; }
    .keyaki-discography .l-content .l-inner .l-innerSub .box-other {
      width: 270px;
      margin: 0 auto; }
      .keyaki-discography .l-content .l-inner .l-innerSub .box-other ul {
        text-align: center;
        *zoom: 1; }
        .keyaki-discography .l-content .l-inner .l-innerSub .box-other ul:after {
          content: "";
          display: block;
          clear: both; }
        .keyaki-discography .l-content .l-inner .l-innerSub .box-other ul li {
          margin-bottom: 20px; }
          .keyaki-discography .l-content .l-inner .l-innerSub .box-other ul li .box-img {
            width: 200px;
            height: 200px;
            margin: 0 auto; }
          .keyaki-discography .l-content .l-inner .l-innerSub .box-other ul li .box-txt {
            font-size: 12px;
            font-size: 1.2rem; }
            .keyaki-discography .l-content .l-inner .l-innerSub .box-other ul li .box-txt p.ttl {
              color: #8d8d8d;
              margin: 5px 0 0 0; }

.keyaki-news .l-content {
  background-color: #fff; }
  .keyaki-news .l-content .filterwrp .js-toggle-btn {
    position: relative;
    background-color: #eeeeee;
    padding: 8px 0; }
    .keyaki-news .l-content .filterwrp .js-toggle-btn p {
      font-size: 12px;
      font-size: 1.2rem;
      margin: 0;
      box-sizing: border-box;
      padding-left: 18px;
      color: #8a8a8a; }
    .keyaki-news .l-content .filterwrp .js-toggle-btn.open .bar2 {
      opacity: 0; }
    .keyaki-news .l-content .filterwrp .js-toggle-btn .toggle-icon {
      position: absolute;
      top: 9px;
      right: 18px;
      width: 15px;
      height: 15px;
      border-radius: 2px;
      background-color: #999999; }
      .keyaki-news .l-content .filterwrp .js-toggle-btn .toggle-icon .bar1, .keyaki-news .l-content .filterwrp .js-toggle-btn .toggle-icon .bar2 {
        position: absolute;
        left: 2px;
        top: 50%;
        margin-top: -1px;
        width: 11px;
        height: 2px;
        background-color: #fff; }
      .keyaki-news .l-content .filterwrp .js-toggle-btn .toggle-icon .bar2 {
        -webkit-transition: opacity 0.3s linear;
        transition: opacity 0.3s linear;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg); }
  .keyaki-news .l-content .filterwrp .filters {
    position: relative;
    display: none; }
    .keyaki-news .l-content .filterwrp .filters .toggle-icon {
      position: absolute;
      top: 9px;
      right: 18px;
      width: 15px;
      height: 15px;
      border-radius: 2px;
      background-color: #999999;
      background-color: transparent; }
      .keyaki-news .l-content .filterwrp .filters .toggle-icon .bar1, .keyaki-news .l-content .filterwrp .filters .toggle-icon .bar2 {
        position: absolute;
        left: 2px;
        top: 50%;
        margin-top: -1px;
        width: 11px;
        height: 2px;
        background-color: #fff; }
      .keyaki-news .l-content .filterwrp .filters .toggle-icon .bar2 {
        -webkit-transition: opacity 0.3s linear;
        transition: opacity 0.3s linear;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg); }
    .keyaki-news .l-content .filterwrp .filters .filter-ttl {
      box-sizing: border-box;
      position: relative;
      width: 100%;
      height: 33px;
      padding-left: 10px;
      border-bottom: 1px solid #cccccc;
      background-color: #FFF; }
      .keyaki-news .l-content .filterwrp .filters .filter-ttl p {
        font-size: 12px;
        font-size: 1.2rem;
        margin: 0;
        text-align: left;
        line-height: 33px; }
      .keyaki-news .l-content .filterwrp .filters .filter-ttl.open .bar2 {
        opacity: 0; }
      .keyaki-news .l-content .filterwrp .filters .filter-ttl.member {
        color: #77c059; }
        .keyaki-news .l-content .filterwrp .filters .filter-ttl.member .bar1, .keyaki-news .l-content .filterwrp .filters .filter-ttl.member .bar2 {
          background-color: #77c059; }
      .keyaki-news .l-content .filterwrp .filters .filter-ttl.category {
        color: #9b56be; }
        .keyaki-news .l-content .filterwrp .filters .filter-ttl.category .bar1, .keyaki-news .l-content .filterwrp .filters .filter-ttl.category .bar2 {
          background-color: #9b56be; }
    .keyaki-news .l-content .filterwrp .filters .filter-content {
      display: none;
      border-bottom: 1px solid #cccccc; }
      .keyaki-news .l-content .filterwrp .filters .filter-content.f-member {
        background-color: #f5fbee; }
        .keyaki-news .l-content .filterwrp .filters .filter-content.f-member li.checked label, .keyaki-news .l-content .filterwrp .filters .filter-content.f-member li.checked span {
          border: 1px solid #77c059;
          color: #a0d468; }
      .keyaki-news .l-content .filterwrp .filters .filter-content.f-category {
        background-color: #fef3fc; }
        .keyaki-news .l-content .filterwrp .filters .filter-content.f-category li.checked label, .keyaki-news .l-content .filterwrp .filters .filter-content.f-category li.checked span {
          border: 1px solid #9b56be;
          color: #9b56be; }
      .keyaki-news .l-content .filterwrp .filters .filter-content ul {
        margin: 0 auto;
        max-width: 310px;
        overflow: hidden;
        padding: 10px 0; }
        .keyaki-news .l-content .filterwrp .filters .filter-content ul li {
          font-size: 12px;
          font-size: 1.2rem;
          float: left;
          margin: 8px 0;
          text-align: center;
          width: 33.333%; }
          .keyaki-news .l-content .filterwrp .filters .filter-content ul li input {
            display: none; }
          .keyaki-news .l-content .filterwrp .filters .filter-content ul li label, .keyaki-news .l-content .filterwrp .filters .filter-content ul li span {
            box-sizing: border-box;
            display: inline-block;
            width: 90%;
            text-align: center;
            line-height: 20px;
            border: 1px solid transparent; }
          .keyaki-news .l-content .filterwrp .filters .filter-content ul li.checked label, .keyaki-news .l-content .filterwrp .filters .filter-content ul li.checked span {
            border-radius: 3px;
            background-color: #fff; }
    .keyaki-news .l-content .filterwrp .filters .postwrp {
      padding: 7px 0 14px; }
      .keyaki-news .l-content .filterwrp .filters .postwrp .post-btn {
        width: 178px;
        height: 26px;
        background-color: #b9df90;
        border-radius: 3px;
        box-shadow: 0px 1px 0px 0px #77c059;
        margin: 0 auto; }
        .keyaki-news .l-content .filterwrp .filters .postwrp .post-btn p {
          font-size: 12px;
          font-size: 1.2rem;
          color: #fff;
          text-align: center;
          margin: 0;
          line-height: 26px; }
  .keyaki-news .l-content .l-inner {
    background-color: #fff;
    margin: 0; }
    .keyaki-news .l-content .l-inner .box-month ul {
      position: relative;
      display: table;
      width: 100%;
      padding: 10px 0;
      table-layout: fixed;
      background-color: #474747;
      text-align: center;
      margin: 0; }
      .keyaki-news .l-content .l-inner .box-month ul li {
        font-size: 14px;
        font-size: 1.4rem;
        display: table-cell;
        line-height: 15px;
        color: #fff; }
        .keyaki-news .l-content .l-inner .box-month ul li.now-month {
          font-size: 12px;
          font-size: 1.2rem;
          position: relative;
          text-align: center;
          color: #fff;
          margin: 10px; }
        .keyaki-news .l-content .l-inner .box-month ul li.prev-month, .keyaki-news .l-content .l-inner .box-month ul li.next-month {
          width: 10px; }
          .keyaki-news .l-content .l-inner .box-month ul li.prev-month a img, .keyaki-news .l-content .l-inner .box-month ul li.next-month a img {
            width: 9px;
            height: 11px; }
        .keyaki-news .l-content .l-inner .box-month ul li.prev-month {
          padding-left: 5px; }
        .keyaki-news .l-content .l-inner .box-month ul li.next-month {
          padding-right: 5px; }
    .keyaki-news .l-content .l-inner .box-news ul li {
      width: 100%;
      padding: 5px 0;
      border-bottom: 1px solid #d2d2d2; }
      .keyaki-news .l-content .l-inner .box-news ul li .block-data {
        width: 272px;
        margin: 0 auto;
        text-align: left;
        display: block; }
        .keyaki-news .l-content .l-inner .box-news ul li .block-data .date {
          font-size: 12px;
          font-size: 1.2rem;
          line-height: 18px;
          color: #d2d2d2;
          display: inline-block; }
        .keyaki-news .l-content .l-inner .box-news ul li .block-data .category {
          font-size: 12px;
          font-size: 1.2rem;
          width: 66px;
          margin-left: 10px;
          display: inline-block; }
          .keyaki-news .l-content .l-inner .box-news ul li .block-data .category p {
            margin: 0; }
      .keyaki-news .l-content .l-inner .box-news ul li .block-txt {
        width: 272px;
        margin: 0 auto;
        text-align: left; }
        .keyaki-news .l-content .l-inner .box-news ul li .block-txt p {
          margin: 7px 0;
          font-size: 12px;
          font-size: 1.2rem;
          color: #8d8d8d; }
    .keyaki-news .l-content .l-inner .box-month_bottom {
      margin: 20px 0; }
      .keyaki-news .l-content .l-inner .box-month_bottom ul {
        text-align: center; }
        .keyaki-news .l-content .l-inner .box-month_bottom ul li {
          width: 100px;
          height: 30px;
          margin: 0 9px;
          font-size: 12px;
          font-size: 1.2rem;
          display: inline-block;
          color: #fff;
          background-color: #a0d468; }
          .keyaki-news .l-content .l-inner .box-month_bottom ul li.prev-month a:before {
            content: "< "; }
          .keyaki-news .l-content .l-inner .box-month_bottom ul li.next-month a:after {
            content: " >"; }
          .keyaki-news .l-content .l-inner .box-month_bottom ul li a {
            display: inline-block;
            width: 100px;
            line-height: 30px; }
    .keyaki-news .l-content .l-inner .box-archive {
      padding: 0; }
      .keyaki-news .l-content .l-inner .box-archive p.ttl {
        font-size: 12px;
        font-size: 1.2rem;
        box-sizing: border-box;
        color: #fff;
        background-color: #474747;
        height: 25px;
        margin: 0;
        line-height: 25px;
        width: 100%;
        padding-left: 10px; }
      .keyaki-news .l-content .l-inner .box-archive ul {
        margin: 0; }
        .keyaki-news .l-content .l-inner .box-archive ul li {
          font-size: 12px;
          font-size: 1.2rem;
          line-height: 35px;
          text-indent: 10px;
          border-bottom: 1px solid #d2d2d2; }
        .keyaki-news .l-content .l-inner .box-archive ul .year {
          position: relative;
          border-bottom: 1px solid #d2d2d2;
          margin: 0;
          background: #efefef; }
          .keyaki-news .l-content .l-inner .box-archive ul .year p {
            margin: 0; }
          .keyaki-news .l-content .l-inner .box-archive ul .year i {
            display: inline-block;
            width: 15px;
            height: 15px;
            position: absolute;
            top: 10px;
            right: 10px; }
          .keyaki-news .l-content .l-inner .box-archive ul .year .bar1, .keyaki-news .l-content .l-inner .box-archive ul .year .bar2 {
            position: absolute;
            left: 0;
            top: 50%;
            width: 15px;
            height: 1px;
            background-color: #989898; }
          .keyaki-news .l-content .l-inner .box-archive ul .year .bar2 {
            -webkit-transition: opacity 0.3s linear;
            transition: opacity 0.3s linear;
            -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }
          .keyaki-news .l-content .l-inner .box-archive ul .year.open .bar2 {
            opacity: 0; }
        .keyaki-news .l-content .l-inner .box-archive ul ul.month {
          display: none; }
          .keyaki-news .l-content .l-inner .box-archive ul ul.month li {
            font-size: 12px;
            font-size: 1.2rem;
            position: relative;
            padding-left: 10px; }
            .keyaki-news .l-content .l-inner .box-archive ul ul.month li:after {
              font-size: 18px;
              font-size: 1.8rem;
              content: ">";
              position: absolute;
              top: 0;
              right: 12px;
              line-height: 35px;
              color: #989898; }
            .keyaki-news .l-content .l-inner .box-archive ul ul.month li:last-child {
              border-bottom: 0; }

.keyaki-news_detail .l-content {
  background-color: #fff;
  padding-bottom: 32px; }
  .keyaki-news_detail .l-content .l-inner {
    background-color: #fff; }
    .keyaki-news_detail .l-content .l-inner .box-news_detail .headarea {
      *zoom: 1;
      padding: 0 8px;
      width: 320px;
      margin: 0 auto; }
      .keyaki-news_detail .l-content .l-inner .box-news_detail .headarea:after {
        content: "";
        display: block;
        clear: both; }
      .keyaki-news_detail .l-content .l-inner .box-news_detail .headarea h3 {
        font-size: 12px;
        font-size: 1.2rem;
        font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        color: #8d8d8d;
        margin-top: 10px; }
      .keyaki-news_detail .l-content .l-inner .box-news_detail .headarea .category {
        font-size: 10px;
        font-size: 1rem;
        float: left;
        width: 60px;
        height: 16px;
        line-height: 16px;
        margin: 0;
        margin-right: 8px;
        text-align: center; }
      .keyaki-news_detail .l-content .l-inner .box-news_detail .headarea time {
        font-size: 10px;
        font-size: 1rem;
        float: left;
        margin-right: 10px;
        line-height: 16px;
        color: #d2d2d2; }
    .keyaki-news_detail .l-content .l-inner .box-news_detail .box-content {
      *zoom: 1;
      margin-top: 16px; }
      .keyaki-news_detail .l-content .l-inner .box-news_detail .box-content:after {
        content: "";
        display: block;
        clear: both; }
      .keyaki-news_detail .l-content .l-inner .box-news_detail .box-content .article {
        width: 310px;
        margin: 0 auto; }
      .keyaki-news_detail .l-content .l-inner .box-news_detail .box-content .article .box-image {
        margin-bottom: 14px; }
      .keyaki-news_detail .l-content .l-inner .box-news_detail .box-content .article p {
        font-size: 12px;
        font-size: 1.2rem;
        margin: 0;
        padding-left: 5px; }
      .keyaki-news_detail .l-content .l-inner .box-news_detail .box-content .article p.ttl {
        font-weight: bold;
        margin-top: 20px; }
        .keyaki-news_detail .l-content .l-inner .box-news_detail .box-content .article p.ttl:before {
          content: "■ ";
          color: #a0d468; }
      .keyaki-news_detail .l-content .l-inner .box-news_detail .box-content .article .box-content_bottom ul.box-sns {
        text-align: center; }
      .keyaki-news_detail .l-content .l-inner .box-news_detail .box-content .article .box-content_bottom p.btn-detail {
        font-size: 12px;
        font-size: 1.2rem;
        margin: 0 auto;
        width: 150px; }
      .keyaki-news_detail .l-content .l-inner .box-news_detail .box-content .recent-news .box-side {
        margin: 0 auto;
        margin-top: 16px;
        margin-bottom: 24px; }
        .keyaki-news_detail .l-content .l-inner .box-news_detail .box-content .recent-news .box-side h4 {
          font-size: 22px;
          font-size: 2.2rem;
          font-family: "Quicksand", Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
          color: #77c059;
          border-top: 1px solid #77c059;
          border-bottom: 1px solid #77c059;
          font-weight: normal;
          margin: 0;
          padding: 10px 12px; }
        .keyaki-news_detail .l-content .l-inner .box-news_detail .box-content .recent-news .box-side ul li {
          width: 100%;
          padding: 5px 0;
          border-bottom: 1px solid #d2d2d2; }
          .keyaki-news_detail .l-content .l-inner .box-news_detail .box-content .recent-news .box-side ul li .block-data {
            width: 272px;
            margin: 0 auto;
            text-align: left;
            display: block; }
            .keyaki-news_detail .l-content .l-inner .box-news_detail .box-content .recent-news .box-side ul li .block-data .date {
              font-size: 12px;
              font-size: 1.2rem;
              line-height: 18px;
              color: #d2d2d2;
              display: inline-block; }
            .keyaki-news_detail .l-content .l-inner .box-news_detail .box-content .recent-news .box-side ul li .block-data .category {
              font-size: 12px;
              font-size: 1.2rem;
              width: 66px;
              margin-left: 10px;
              display: inline-block; }
              .keyaki-news_detail .l-content .l-inner .box-news_detail .box-content .recent-news .box-side ul li .block-data .category p {
                margin: 0; }
          .keyaki-news_detail .l-content .l-inner .box-news_detail .box-content .recent-news .box-side ul li .block-txt {
            width: 272px;
            margin: 0 auto;
            text-align: left; }
            .keyaki-news_detail .l-content .l-inner .box-news_detail .box-content .recent-news .box-side ul li .block-txt p {
              margin: 7px 0;
              font-size: 12px;
              font-size: 1.2rem;
              color: #8d8d8d; }
    .keyaki-news_detail .l-content .l-inner .box-news_detail .box-content_bottom .sns-btns {
      margin-bottom: 20px; }

.keyaki-tv .l-content {
  background-color: #fff; }
  .keyaki-tv .l-content .l-inner .box-intro {
    text-align: center;
    padding: 48px 0 42px 0;
    background-color: #f3f3f3;
    position: relative; }
    .keyaki-tv .l-content .l-inner .box-intro .mainVisual {
      border-top: 1px solid #77c059;
      border-bottom: 1px solid #77c059; }
    .keyaki-tv .l-content .l-inner .box-intro p.ttl {
      font-size: 20px;
      font-size: 2rem;
      color: #a0d468; }
    .keyaki-tv .l-content .l-inner .box-intro p.txt {
      color: #8d8d8d; }
    .keyaki-tv .l-content .l-inner .box-intro p.time {
      font-size: 12px;
      font-size: 1.2rem;
      width: 200px;
      margin: 0 auto;
      padding: 7px 10px;
      border: 1px dotted #a0d468;
      color: #a0d468; }
    .keyaki-tv .l-content .l-inner .box-intro .bg-blue, .keyaki-tv .l-content .l-inner .box-intro .bg-pink {
      position: absolute;
      width: 48px; }
    .keyaki-tv .l-content .l-inner .box-intro .bg-blue {
      top: 217px;
      left: 0; }
    .keyaki-tv .l-content .l-inner .box-intro .bg-pink {
      bottom: -4px;
      right: 0; }
  .keyaki-tv .l-content .l-inner .box-next {
    margin: 0 auto;
    width: 250px;
    box-sizing: content-box;
    margin-bottom: 30px; }
    .keyaki-tv .l-content .l-inner .box-next p.block {
      font-size: 11px;
      font-size: 1.1rem;
      background-color: #a0d468;
      margin-top: 20px;
      width: 70px;
      color: #fff;
      text-align: center;
      padding: 5px; }
    .keyaki-tv .l-content .l-inner .box-next p.ttl {
      font-size: 13px;
      font-size: 1.3rem;
      color: #a0d468;
      margin: 5px 0; }
    .keyaki-tv .l-content .l-inner .box-next time, .keyaki-tv .l-content .l-inner .box-next p.txt {
      color: #8d8d8d;
      margin: 5px 0; }
    .keyaki-tv .l-content .l-inner .box-next time {
      font-size: 8px;
      font-size: 0.8rem; }
    .keyaki-tv .l-content .l-inner .box-next p.txt {
      font-size: 10px;
      font-size: 1rem; }
  .keyaki-tv .l-content .l-inner .box-backnumber {
    background-color: #f3f3f3;
    padding-bottom: 50px; }
    .keyaki-tv .l-content .l-inner .box-backnumber_inner {
      margin: 0 auto;
      width: 250px; }
    .keyaki-tv .l-content .l-inner .box-backnumber .block-ttl {
      border-bottom: 1px solid #77c059; }
      .keyaki-tv .l-content .l-inner .box-backnumber .block-ttl p.ttl {
        font-size: 20px;
        font-size: 2rem;
        font-family: "Quicksand", Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        color: #77c059;
        margin: 0;
        padding: 22px 0 12px 0; }
    .keyaki-tv .l-content .l-inner .box-backnumber .block-list ul {
      margin: 0; }
      .keyaki-tv .l-content .l-inner .box-backnumber .block-list ul li {
        padding-left: 8px; }
        .keyaki-tv .l-content .l-inner .box-backnumber .block-list ul li:not(:last-child) {
          border-bottom: 1px dotted #a0d468; }
        .keyaki-tv .l-content .l-inner .box-backnumber .block-list ul li time, .keyaki-tv .l-content .l-inner .box-backnumber .block-list ul li p.txt {
          color: #8d8d8d;
          margin: 8px 0;
          display: inline-block; }
    .keyaki-tv .l-content .l-inner .box-backnumber p.btn-more_big {
      margin-top: 18px; }

.keyaki-tv-backnumber .l-content .filterwrp .js-toggle-btn {
  position: relative;
  background-color: #eeeeee;
  padding: 8px 0; }
  .keyaki-tv-backnumber .l-content .filterwrp .js-toggle-btn p {
    font-size: 12px;
    font-size: 1.2rem;
    margin: 0;
    box-sizing: border-box;
    padding-left: 18px;
    color: #8a8a8a; }
  .keyaki-tv-backnumber .l-content .filterwrp .js-toggle-btn.open .bar2 {
    opacity: 0; }
  .keyaki-tv-backnumber .l-content .filterwrp .js-toggle-btn .toggle-icon {
    position: absolute;
    top: 9px;
    right: 18px;
    width: 15px;
    height: 15px;
    border-radius: 2px;
    background-color: #999999; }
    .keyaki-tv-backnumber .l-content .filterwrp .js-toggle-btn .toggle-icon .bar1, .keyaki-tv-backnumber .l-content .filterwrp .js-toggle-btn .toggle-icon .bar2 {
      position: absolute;
      left: 2px;
      top: 50%;
      margin-top: -1px;
      width: 11px;
      height: 2px;
      background-color: #fff; }
    .keyaki-tv-backnumber .l-content .filterwrp .js-toggle-btn .toggle-icon .bar2 {
      -webkit-transition: opacity 0.3s linear;
      transition: opacity 0.3s linear;
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg); }
.keyaki-tv-backnumber .l-content .filterwrp .filters {
  position: relative;
  display: none; }
  .keyaki-tv-backnumber .l-content .filterwrp .filters .toggle-icon {
    position: absolute;
    top: 9px;
    right: 18px;
    width: 15px;
    height: 15px;
    border-radius: 2px;
    background-color: #999999;
    background-color: transparent; }
    .keyaki-tv-backnumber .l-content .filterwrp .filters .toggle-icon .bar1, .keyaki-tv-backnumber .l-content .filterwrp .filters .toggle-icon .bar2 {
      position: absolute;
      left: 2px;
      top: 50%;
      margin-top: -1px;
      width: 11px;
      height: 2px;
      background-color: #fff; }
    .keyaki-tv-backnumber .l-content .filterwrp .filters .toggle-icon .bar2 {
      -webkit-transition: opacity 0.3s linear;
      transition: opacity 0.3s linear;
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg); }
  .keyaki-tv-backnumber .l-content .filterwrp .filters .filter-ttl {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    height: 33px;
    padding-left: 10px;
    border-bottom: 1px solid #cccccc;
    background-color: #FFF; }
    .keyaki-tv-backnumber .l-content .filterwrp .filters .filter-ttl p {
      font-size: 12px;
      font-size: 1.2rem;
      margin: 0;
      text-align: left;
      line-height: 33px; }
    .keyaki-tv-backnumber .l-content .filterwrp .filters .filter-ttl.open .bar2 {
      opacity: 0; }
    .keyaki-tv-backnumber .l-content .filterwrp .filters .filter-ttl.member {
      color: #77c059; }
      .keyaki-tv-backnumber .l-content .filterwrp .filters .filter-ttl.member .bar1, .keyaki-tv-backnumber .l-content .filterwrp .filters .filter-ttl.member .bar2 {
        background-color: #77c059; }
    .keyaki-tv-backnumber .l-content .filterwrp .filters .filter-ttl.category {
      color: #9b56be; }
      .keyaki-tv-backnumber .l-content .filterwrp .filters .filter-ttl.category .bar1, .keyaki-tv-backnumber .l-content .filterwrp .filters .filter-ttl.category .bar2 {
        background-color: #9b56be; }
  .keyaki-tv-backnumber .l-content .filterwrp .filters .filter-content {
    display: none;
    border-bottom: 1px solid #cccccc; }
    .keyaki-tv-backnumber .l-content .filterwrp .filters .filter-content.f-member {
      background-color: #f5fbee; }
      .keyaki-tv-backnumber .l-content .filterwrp .filters .filter-content.f-member li.checked label, .keyaki-tv-backnumber .l-content .filterwrp .filters .filter-content.f-member li.checked span {
        border: 1px solid #77c059;
        color: #a0d468; }
    .keyaki-tv-backnumber .l-content .filterwrp .filters .filter-content.f-category {
      background-color: #fef3fc; }
      .keyaki-tv-backnumber .l-content .filterwrp .filters .filter-content.f-category li.checked label, .keyaki-tv-backnumber .l-content .filterwrp .filters .filter-content.f-category li.checked span {
        border: 1px solid #9b56be;
        color: #9b56be; }
    .keyaki-tv-backnumber .l-content .filterwrp .filters .filter-content ul {
      margin: 0 auto;
      max-width: 310px;
      overflow: hidden;
      padding: 10px 0; }
      .keyaki-tv-backnumber .l-content .filterwrp .filters .filter-content ul li {
        font-size: 12px;
        font-size: 1.2rem;
        float: left;
        margin: 8px 0;
        text-align: center;
        width: 33.333%; }
        .keyaki-tv-backnumber .l-content .filterwrp .filters .filter-content ul li input {
          display: none; }
        .keyaki-tv-backnumber .l-content .filterwrp .filters .filter-content ul li label, .keyaki-tv-backnumber .l-content .filterwrp .filters .filter-content ul li span {
          box-sizing: border-box;
          display: inline-block;
          width: 90%;
          text-align: center;
          line-height: 20px;
          border: 1px solid transparent; }
        .keyaki-tv-backnumber .l-content .filterwrp .filters .filter-content ul li.checked label, .keyaki-tv-backnumber .l-content .filterwrp .filters .filter-content ul li.checked span {
          border-radius: 3px;
          background-color: #fff; }
  .keyaki-tv-backnumber .l-content .filterwrp .filters .postwrp {
    padding: 7px 0 14px; }
    .keyaki-tv-backnumber .l-content .filterwrp .filters .postwrp .post-btn {
      width: 178px;
      height: 26px;
      background-color: #b9df90;
      border-radius: 3px;
      box-shadow: 0px 1px 0px 0px #77c059;
      margin: 0 auto; }
      .keyaki-tv-backnumber .l-content .filterwrp .filters .postwrp .post-btn p {
        font-size: 12px;
        font-size: 1.2rem;
        color: #fff;
        text-align: center;
        margin: 0;
        line-height: 26px; }
.keyaki-tv-backnumber .l-content .filterwrp .filter-content.f-date {
  display: block;
  text-align: center;
  background-color: #f5fbee;
  border-top: 1px solid #d2d2d2; }
.keyaki-tv-backnumber .l-content .filterwrp .filter-content .box-sort {
  display: inline-block;
  padding: 10px; }
  .keyaki-tv-backnumber .l-content .filterwrp .filter-content .box-sort > div {
    display: inline-block; }
  .keyaki-tv-backnumber .l-content .filterwrp .filter-content .box-sort p {
    font-size: 16px;
    font-size: 1.6rem;
    display: inline-block;
    margin: 0 6px;
    line-height: 28px;
    color: #8d8d8d; }
.keyaki-tv-backnumber .l-content .filterwrp .filter-content .select-box {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Quicksand", Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  display: inline-block;
  color: #a0d468;
  border: 1px solid #d2d2d2;
  position: relative;
  height: 28px;
  background-color: #fff; }
  .keyaki-tv-backnumber .l-content .filterwrp .filter-content .select-box p {
    text-align: left;
    line-height: 28px;
    margin: 0;
    color: #a0d468;
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 10px; }
    .keyaki-tv-backnumber .l-content .filterwrp .filter-content .select-box p.year {
      width: 85px; }
    .keyaki-tv-backnumber .l-content .filterwrp .filter-content .select-box p.month {
      width: 65px; }
  .keyaki-tv-backnumber .l-content .filterwrp .filter-content .select-box.year:after {
    position: absolute;
    top: -16px;
    right: -14px;
    content: url("/files/14/images/tv/arrow-down.png");
    -webkit-transform: scale(0.5);
    transform: scale(0.5); }
  .keyaki-tv-backnumber .l-content .filterwrp .filter-content .select-box.month:after {
    position: absolute;
    top: -16px;
    right: -17px;
    content: url("/files/14/images/tv/arrow-right.png");
    -webkit-transform: scale(0.5);
    transform: scale(0.5); }
  .keyaki-tv-backnumber .l-content .filterwrp .filter-content .select-box select {
    position: relative;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background: none;
    display: inline-block;
    height: 100%;
    opacity: 0;
    z-index: 1; }
    .keyaki-tv-backnumber .l-content .filterwrp .filter-content .select-box select.year {
      width: 85px; }
    .keyaki-tv-backnumber .l-content .filterwrp .filter-content .select-box select.month {
      width: 65px; }
.keyaki-tv-backnumber .l-content .l-inner {
  background-color: #f3f3f3;
  padding: 16px 0 18px; }
.keyaki-tv-backnumber .l-content .backnumberwrp {
  width: 292px;
  margin: 0 auto;
  padding: 12px 12px 28px;
  background-color: #FFF;
  border-radius: 9px; }
  .keyaki-tv-backnumber .l-content .backnumberwrp h4 {
    font-size: 20px;
    font-size: 2rem;
    margin: 0;
    color: #a0d468;
    font-weight: normal;
    border-bottom: 1px solid #77c059; }
  .keyaki-tv-backnumber .l-content .backnumberwrp ul li {
    overflow: hidden;
    padding: 8px 0;
    border-bottom: 1px dotted #a0d468; }
  .keyaki-tv-backnumber .l-content .backnumberwrp ul .time, .keyaki-tv-backnumber .l-content .backnumberwrp ul .text {
    float: left;
    color: #8e8e8e; }
  .keyaki-tv-backnumber .l-content .backnumberwrp ul .time {
    box-sizing: border-box;
    width: 70px;
    padding-left: 4px; }
  .keyaki-tv-backnumber .l-content .backnumberwrp ul .text {
    box-sizing: border-box;
    width: 198px;
    padding-left: 4px;
    padding-right: 4px; }
  .keyaki-tv-backnumber .l-content .backnumberwrp ul time {
    font-size: 10px;
    font-size: 1rem;
    line-height: 16px; }
  .keyaki-tv-backnumber .l-content .backnumberwrp ul p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 16px;
    margin: 0; }
.keyaki-tv-backnumber .l-content .btns {
  margin-top: 12px;
  text-align: center; }
  .keyaki-tv-backnumber .l-content .btns .btn {
    font-size: 12px;
    font-size: 1.2rem;
    display: inline-block;
    width: 100px;
    height: 30px;
    margin: 0 9px;
    color: #fff;
    background-color: #a0d468; }
    .keyaki-tv-backnumber .l-content .btns .btn.prev-month a:before {
      content: "<";
      display: inline-block;
      margin-right: 4px;
      -webkit-transform: translateY(-1px);
      transform: translateY(-1px); }
    .keyaki-tv-backnumber .l-content .btns .btn.next-month a:after {
      content: " >";
      display: inline-block;
      margin-left: 4px;
      -webkit-transform: translateY(-1px);
      transform: translateY(-1px); }
    .keyaki-tv-backnumber .l-content .btns .btn.none {
      opacity: 0.3; }
    .keyaki-tv-backnumber .l-content .btns .btn a {
      display: inline-block;
      width: 100px;
      line-height: 30px;
      padding: 0; }

.keyaki-tv-backnumber_detail .l-content .l-inner .abouts {
  padding: 12px 0;
  background-color: #f3f5f1; }
  .keyaki-tv-backnumber_detail .l-content .l-inner .abouts-inner {
    max-width: 290px;
    margin: 0 auto; }
  .keyaki-tv-backnumber_detail .l-content .l-inner .abouts .date {
    font-size: 10px;
    font-size: 1rem;
    color: #5d5d5d; }
  .keyaki-tv-backnumber_detail .l-content .l-inner .abouts .ttl {
    color: #a0d468; }
    .keyaki-tv-backnumber_detail .l-content .l-inner .abouts .ttl h2 {
      font-size: 14px;
      font-size: 1.4rem;
      margin: 0;
      margin-top: 10px;
      font-weight: normal; }
.keyaki-tv-backnumber_detail .l-content .l-inner .details {
  background-color: #fff; }
  .keyaki-tv-backnumber_detail .l-content .l-inner .details-inner {
    padding: 12px 0 48px;
    max-width: 290px;
    margin: 0 auto; }
  .keyaki-tv-backnumber_detail .l-content .l-inner .details p {
    font-size: 12px;
    font-size: 1.2rem;
    margin: 0;
    color: #575757; }

.keyaki-schedule .l-content {
  background-color: #fff; }
  .keyaki-schedule .l-content .filterwrp .js-toggle-btn {
    position: relative;
    background-color: #eeeeee;
    padding: 8px 0; }
    .keyaki-schedule .l-content .filterwrp .js-toggle-btn p {
      font-size: 12px;
      font-size: 1.2rem;
      margin: 0;
      box-sizing: border-box;
      padding-left: 18px;
      color: #8a8a8a; }
    .keyaki-schedule .l-content .filterwrp .js-toggle-btn.open .bar2 {
      opacity: 0; }
    .keyaki-schedule .l-content .filterwrp .js-toggle-btn .toggle-icon {
      position: absolute;
      top: 9px;
      right: 18px;
      width: 15px;
      height: 15px;
      border-radius: 2px;
      background-color: #999999; }
      .keyaki-schedule .l-content .filterwrp .js-toggle-btn .toggle-icon .bar1, .keyaki-schedule .l-content .filterwrp .js-toggle-btn .toggle-icon .bar2 {
        position: absolute;
        left: 2px;
        top: 50%;
        margin-top: -1px;
        width: 11px;
        height: 2px;
        background-color: #fff; }
      .keyaki-schedule .l-content .filterwrp .js-toggle-btn .toggle-icon .bar2 {
        -webkit-transition: opacity 0.3s linear;
        transition: opacity 0.3s linear;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg); }
  .keyaki-schedule .l-content .filterwrp .filters {
    position: relative;
    display: none; }
    .keyaki-schedule .l-content .filterwrp .filters .toggle-icon {
      position: absolute;
      top: 9px;
      right: 18px;
      width: 15px;
      height: 15px;
      border-radius: 2px;
      background-color: #999999;
      background-color: transparent; }
      .keyaki-schedule .l-content .filterwrp .filters .toggle-icon .bar1, .keyaki-schedule .l-content .filterwrp .filters .toggle-icon .bar2 {
        position: absolute;
        left: 2px;
        top: 50%;
        margin-top: -1px;
        width: 11px;
        height: 2px;
        background-color: #fff; }
      .keyaki-schedule .l-content .filterwrp .filters .toggle-icon .bar2 {
        -webkit-transition: opacity 0.3s linear;
        transition: opacity 0.3s linear;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg); }
    .keyaki-schedule .l-content .filterwrp .filters .filter-ttl {
      box-sizing: border-box;
      position: relative;
      width: 100%;
      height: 33px;
      padding-left: 10px;
      border-bottom: 1px solid #cccccc;
      background-color: #FFF; }
      .keyaki-schedule .l-content .filterwrp .filters .filter-ttl p {
        font-size: 12px;
        font-size: 1.2rem;
        margin: 0;
        text-align: left;
        line-height: 33px; }
      .keyaki-schedule .l-content .filterwrp .filters .filter-ttl.open .bar2 {
        opacity: 0; }
      .keyaki-schedule .l-content .filterwrp .filters .filter-ttl.member {
        color: #77c059; }
        .keyaki-schedule .l-content .filterwrp .filters .filter-ttl.member .bar1, .keyaki-schedule .l-content .filterwrp .filters .filter-ttl.member .bar2 {
          background-color: #77c059; }
      .keyaki-schedule .l-content .filterwrp .filters .filter-ttl.category {
        color: #9b56be; }
        .keyaki-schedule .l-content .filterwrp .filters .filter-ttl.category .bar1, .keyaki-schedule .l-content .filterwrp .filters .filter-ttl.category .bar2 {
          background-color: #9b56be; }
    .keyaki-schedule .l-content .filterwrp .filters .filter-content {
      display: none;
      border-bottom: 1px solid #cccccc; }
      .keyaki-schedule .l-content .filterwrp .filters .filter-content.f-member {
        background-color: #f5fbee; }
        .keyaki-schedule .l-content .filterwrp .filters .filter-content.f-member li.checked label, .keyaki-schedule .l-content .filterwrp .filters .filter-content.f-member li.checked span {
          border: 1px solid #77c059;
          color: #a0d468; }
      .keyaki-schedule .l-content .filterwrp .filters .filter-content.f-category {
        background-color: #fef3fc; }
        .keyaki-schedule .l-content .filterwrp .filters .filter-content.f-category li.checked label, .keyaki-schedule .l-content .filterwrp .filters .filter-content.f-category li.checked span {
          border: 1px solid #9b56be;
          color: #9b56be; }
      .keyaki-schedule .l-content .filterwrp .filters .filter-content ul {
        margin: 0 auto;
        max-width: 310px;
        overflow: hidden;
        padding: 10px 0; }
        .keyaki-schedule .l-content .filterwrp .filters .filter-content ul li {
          font-size: 12px;
          font-size: 1.2rem;
          float: left;
          margin: 8px 0;
          text-align: center;
          width: 33.333%; }
          .keyaki-schedule .l-content .filterwrp .filters .filter-content ul li input {
            display: none; }
          .keyaki-schedule .l-content .filterwrp .filters .filter-content ul li label, .keyaki-schedule .l-content .filterwrp .filters .filter-content ul li span {
            box-sizing: border-box;
            display: inline-block;
            width: 90%;
            text-align: center;
            line-height: 20px;
            border: 1px solid transparent; }
          .keyaki-schedule .l-content .filterwrp .filters .filter-content ul li.checked label, .keyaki-schedule .l-content .filterwrp .filters .filter-content ul li.checked span {
            border-radius: 3px;
            background-color: #fff; }
    .keyaki-schedule .l-content .filterwrp .filters .postwrp {
      padding: 7px 0 14px; }
      .keyaki-schedule .l-content .filterwrp .filters .postwrp .post-btn {
        width: 178px;
        height: 26px;
        background-color: #b9df90;
        border-radius: 3px;
        box-shadow: 0px 1px 0px 0px #77c059;
        margin: 0 auto; }
        .keyaki-schedule .l-content .filterwrp .filters .postwrp .post-btn p {
          font-size: 12px;
          font-size: 1.2rem;
          color: #fff;
          text-align: center;
          margin: 0;
          line-height: 26px; }
  .keyaki-schedule .l-content .selected-box {
    width: 310px;
    margin: 0 auto;
    background-color: #fff;
    color: #000;
    position: relative; }
    .keyaki-schedule .l-content .selected-box p, .keyaki-schedule .l-content .selected-box li {
      display: inline-block; }
    .keyaki-schedule .l-content .selected-box p, .keyaki-schedule .l-content .selected-box ul {
      float: left;
      margin: 0; }
    .keyaki-schedule .l-content .selected-box p {
      width: 62px; }
    .keyaki-schedule .l-content .selected-box ul {
      width: 220px; }
    .keyaki-schedule .l-content .selected-box p.btn-close {
      position: absolute;
      right: 5px;
      width: 18px; }
    .keyaki-schedule .l-content .selected-box .member-block, .keyaki-schedule .l-content .selected-box .category-block {
      *zoom: 1;
      margin: 10px 0; }
      .keyaki-schedule .l-content .selected-box .member-block:after, .keyaki-schedule .l-content .selected-box .category-block:after {
        content: "";
        display: block;
        clear: both; }
    .keyaki-schedule .l-content .selected-box .member-block ul li {
      background-color: #f3f3f3;
      border-radius: 5px;
      padding: 2px 5px;
      margin-bottom: 5px; }
    .keyaki-schedule .l-content .selected-box .category-block ul li {
      border-radius: 10px;
      border: 1px solid #d2d2d2;
      color: #8d8d8d;
      padding: 2px 5px;
      margin-right: 5px; }
  .keyaki-schedule .l-content .l-inner {
    background-color: #fff;
    margin: 0; }
    .keyaki-schedule .l-content .l-inner .box-month {
      position: relative;
      display: table;
      table-layout: fixed;
      width: 100%;
      background-color: #474747;
      text-align: center;
      height: 30px; }
      .keyaki-schedule .l-content .l-inner .box-month > div {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 15px;
        display: table-cell;
        color: #fff;
        vertical-align: middle; }
        .keyaki-schedule .l-content .l-inner .box-month > div.now-month {
          font-size: 14px;
          font-size: 1.4rem;
          text-align: center;
          color: #fff;
          margin: 10px; }
        .keyaki-schedule .l-content .l-inner .box-month > div.prev-month, .keyaki-schedule .l-content .l-inner .box-month > div.next-month {
          width: 20px; }
          .keyaki-schedule .l-content .l-inner .box-month > div.prev-month a img, .keyaki-schedule .l-content .l-inner .box-month > div.next-month a img {
            width: 9px;
            height: 11px; }
        .keyaki-schedule .l-content .l-inner .box-month > div.prev-month {
          padding-left: 5px; }
        .keyaki-schedule .l-content .l-inner .box-month > div.next-month {
          padding-right: 5px; }
    .keyaki-schedule .l-content .l-inner .box-schedule ul {
      margin: 0; }
      .keyaki-schedule .l-content .l-inner .box-schedule ul li {
        *zoom: 1;
        width: 100%; }
        .keyaki-schedule .l-content .l-inner .box-schedule ul li:after {
          content: "";
          display: block;
          clear: both; }
        .keyaki-schedule .l-content .l-inner .box-schedule ul li .block-days p {
          font-size: 10px;
          font-size: 1rem;
          margin: 0;
          padding: 6px 0 6px 9px;
          background-color: #e5e5e5; }
        .keyaki-schedule .l-content .l-inner .box-schedule ul li .block-info {
          font-size: 10px;
          font-size: 1rem;
          width: 302px;
          margin: 0 auto;
          text-align: left;
          border-bottom: 1px solid #d2d2d2; }
          .keyaki-schedule .l-content .l-inner .box-schedule ul li .block-info_category {
            display: inline-block;
            height: 100%; }
            .keyaki-schedule .l-content .l-inner .box-schedule ul li .block-info_category .category {
              font-size: 8px;
              font-size: 0.8rem;
              width: 62px;
              color: #fff;
              display: inline-block;
              vertical-align: middle;
              margin-right: 5px;
              width: 70px;
              height: 17px; }
              .keyaki-schedule .l-content .l-inner .box-schedule ul li .block-info_category .category.all {
                background-color: #79E1DA; }
              .keyaki-schedule .l-content .l-inner .box-schedule ul li .block-info_category .category.shakehands {
                background-color: #A6ED94; }
              .keyaki-schedule .l-content .l-inner .box-schedule ul li .block-info_category .category.event {
                background-color: #F5E674; }
              .keyaki-schedule .l-content .l-inner .box-schedule ul li .block-info_category .category.goods {
                background-color: #F8C68B; }
              .keyaki-schedule .l-content .l-inner .box-schedule ul li .block-info_category .category.release {
                background-color: #FB8A8F; }
              .keyaki-schedule .l-content .l-inner .box-schedule ul li .block-info_category .category.ticket {
                background-color: #F58DC5; }
              .keyaki-schedule .l-content .l-inner .box-schedule ul li .block-info_category .category.media {
                background-color: #D9A0EB; }
              .keyaki-schedule .l-content .l-inner .box-schedule ul li .block-info_category .category.audition {
                background-color: #98C7F3; }
              .keyaki-schedule .l-content .l-inner .box-schedule ul li .block-info_category .category.other {
                background-color: #C9C9C9; }
              .keyaki-schedule .l-content .l-inner .box-schedule ul li .block-info_category .category.member {
                border: 1px solid #A0D368;
                color: #A0D368;
                background-color: #fff; }
          .keyaki-schedule .l-content .l-inner .box-schedule ul li .block-info_txt {
            display: inline-block;
            width: 74%; }
            .keyaki-schedule .l-content .l-inner .box-schedule ul li .block-info_txt p {
              font-size: 11px;
              font-size: 1.1rem;
              margin: 7px 0;
              color: #8d8d8d;
              display: inline-block;
              vertical-align: middle; }
    .keyaki-schedule .l-content .l-inner .box-month_bottom {
      margin: 20px 0; }
      .keyaki-schedule .l-content .l-inner .box-month_bottom ul {
        text-align: center; }
        .keyaki-schedule .l-content .l-inner .box-month_bottom ul li {
          width: 100px;
          height: 30px;
          margin: 0 9px;
          font-size: 12px;
          font-size: 1.2rem;
          display: inline-block;
          color: #fff;
          background-color: #a0d468; }
          .keyaki-schedule .l-content .l-inner .box-month_bottom ul li.prev-month a:before {
            content: "< "; }
          .keyaki-schedule .l-content .l-inner .box-month_bottom ul li.next-month a:after {
            content: " >"; }
          .keyaki-schedule .l-content .l-inner .box-month_bottom ul li a {
            display: inline-block;
            width: 100px;
            line-height: 30px; }
    .keyaki-schedule .l-content .l-inner .box-archive {
      padding: 0; }
      .keyaki-schedule .l-content .l-inner .box-archive p.ttl {
        font-size: 12px;
        font-size: 1.2rem;
        box-sizing: border-box;
        color: #fff;
        background-color: #b364a4;
        height: 25px;
        margin: 0;
        line-height: 25px;
        width: 100%;
        padding-left: 10px; }
      .keyaki-schedule .l-content .l-inner .box-archive ul {
        margin: 0; }
        .keyaki-schedule .l-content .l-inner .box-archive ul li {
          font-size: 12px;
          font-size: 1.2rem;
          line-height: 35px;
          text-indent: 10px;
          border-bottom: 1px solid #d2d2d2; }
        .keyaki-schedule .l-content .l-inner .box-archive ul .year {
          position: relative;
          border-bottom: 1px solid #d2d2d2;
          margin: 0;
          background: #fdf9fc; }
          .keyaki-schedule .l-content .l-inner .box-archive ul .year p {
            margin: 0; }
          .keyaki-schedule .l-content .l-inner .box-archive ul .year i {
            display: inline-block;
            width: 15px;
            height: 15px;
            position: absolute;
            top: 10px;
            right: 10px; }
          .keyaki-schedule .l-content .l-inner .box-archive ul .year .bar1, .keyaki-schedule .l-content .l-inner .box-archive ul .year .bar2 {
            position: absolute;
            left: 0;
            top: 50%;
            width: 15px;
            height: 1px;
            background-color: #989898; }
          .keyaki-schedule .l-content .l-inner .box-archive ul .year .bar2 {
            -webkit-transition: opacity 0.3s linear;
            transition: opacity 0.3s linear;
            -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }
          .keyaki-schedule .l-content .l-inner .box-archive ul .year.open .bar2 {
            opacity: 0; }
        .keyaki-schedule .l-content .l-inner .box-archive ul ul.month {
          display: none; }
          .keyaki-schedule .l-content .l-inner .box-archive ul ul.month li {
            font-size: 12px;
            font-size: 1.2rem;
            position: relative;
            padding-left: 10px; }
            .keyaki-schedule .l-content .l-inner .box-archive ul ul.month li:after {
              font-size: 18px;
              font-size: 1.8rem;
              content: ">";
              position: absolute;
              top: 0;
              right: 12px;
              line-height: 35px;
              color: #989898; }
            .keyaki-schedule .l-content .l-inner .box-archive ul ul.month li:last-child {
              border-bottom: 0; }

.keyaki-schedule_detail .l-content {
  background-color: #f3f3f3; }
  .keyaki-schedule_detail .l-content .headArea {
    height: 80px;
    width: 300px;
    margin: 0 auto; }
    .keyaki-schedule_detail .l-content .headArea p.ttl {
      font-size: 14px;
      font-size: 1.4rem;
      margin-bottom: 0; }
    .keyaki-schedule_detail .l-content .headArea .category {
      font-size: 8px;
      font-size: 0.8rem;
      width: 62px;
      color: #fff;
      display: inline-block;
      vertical-align: middle;
      margin-right: 5px; }
      .keyaki-schedule_detail .l-content .headArea .category.all {
        background-color: #79E1DA; }
      .keyaki-schedule_detail .l-content .headArea .category.shakehands {
        background-color: #A6ED94; }
      .keyaki-schedule_detail .l-content .headArea .category.event {
        background-color: #F5E674; }
      .keyaki-schedule_detail .l-content .headArea .category.goods {
        background-color: #F8C68B; }
      .keyaki-schedule_detail .l-content .headArea .category.release {
        background-color: #FB8A8F; }
      .keyaki-schedule_detail .l-content .headArea .category.ticket {
        background-color: #F58DC5; }
      .keyaki-schedule_detail .l-content .headArea .category.media {
        background-color: #D9A0EB; }
      .keyaki-schedule_detail .l-content .headArea .category.audition {
        background-color: #98C7F3; }
      .keyaki-schedule_detail .l-content .headArea .category.other {
        background-color: #C9C9C9; }
      .keyaki-schedule_detail .l-content .headArea .category.member {
        border: 1px solid #A0D368;
        color: #A0D368;
        background-color: #fff; }
    .keyaki-schedule_detail .l-content .headArea .category + p {
      display: inline-block; }
  .keyaki-schedule_detail .l-content .l-inner {
    background-color: #fff;
    padding-top: 10px; }
    .keyaki-schedule_detail .l-content .l-inner ul.member {
      width: 300px;
      margin: 0 auto; }
      .keyaki-schedule_detail .l-content .l-inner ul.member li {
        font-size: 12px;
        font-size: 1.2rem;
        display: inline-block;
        margin-right: 10px; }
        .keyaki-schedule_detail .l-content .l-inner ul.member li a {
          color: #b57bd2;
          text-decoration: underline; }
    .keyaki-schedule_detail .l-content .l-inner .txt {
      font-size: 12px;
      font-size: 1.2rem;
      width: 300px;
      margin: 0 auto; }

.keyaki-report .l-content {
  padding-bottom: 0; }
  .keyaki-report .l-content .l-inner {
    background-color: #f3f3f3;
    padding-bottom: 34px; }
    .keyaki-report .l-content .l-inner .btn-more_big {
      margin-top: 18px;
      margin-bottom: 45px; }
    .keyaki-report .l-content .l-inner .header-box, .keyaki-report .l-content .l-inner .search-box {
      border-top: 1px solid #77c059;
      border-bottom: 1px solid #77c059;
      margin-bottom: 20px;
      background-color: #fff; }
    .keyaki-report .l-content .l-inner .header-box_search {
      margin-bottom: 18px; }
    .keyaki-report .l-content .l-inner .header-box {
      *zoom: 1;
      height: 37px;
      box-sizing: content-box; }
      .keyaki-report .l-content .l-inner .header-box:after {
        content: "";
        display: block;
        clear: both; }
      .keyaki-report .l-content .l-inner .header-box h3 {
        font-size: 20px;
        font-size: 2rem;
        margin: 0;
        color: #77c059;
        float: left;
        line-height: 37px;
        padding-left: 10px; }
      .keyaki-report .l-content .l-inner .header-box span {
        font-size: 10px;
        font-size: 1rem;
        float: left;
        display: inline-block;
        line-height: 37px;
        color: #8d8d8d;
        margin-left: 10px; }
      .keyaki-report .l-content .l-inner .header-box nav {
        border-left: 1px solid #77c059;
        float: right;
        width: 40%;
        height: 37px; }
        .keyaki-report .l-content .l-inner .header-box nav ul li {
          font-size: 14px;
          font-size: 1.4rem;
          font-family: "Quicksand", Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
          color: #77c059;
          position: relative; }
          .keyaki-report .l-content .l-inner .header-box nav ul li select {
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            width: 100%;
            height: 100%;
            opacity: 0;
            z-index: 10; }
          .keyaki-report .l-content .l-inner .header-box nav ul li p.reportCategory {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            margin: 0 auto;
            text-align: center;
            pointer-events: none; }
            .keyaki-report .l-content .l-inner .header-box nav ul li p.reportCategory:after {
              content: ">";
              display: inline-block;
              position: absolute;
              right: 10px;
              top: 1px;
              -webkit-transform: rotate(90deg);
              transform: rotate(90deg);
              color: #77c059; }
    .keyaki-report .l-content .l-inner .box-main {
      background: url("/files/14/images/report/bg-triangle-green.png");
      background-repeat: no-repeat;
      background-position: right bottom;
      background-size: 20px 20px;
      background-color: #fff;
      background-color: #fff;
      display: inline-block;
      width: 145px;
      margin: 0 10px 12px 0; }
      .keyaki-report .l-content .l-inner .box-main .box-txt {
        padding: 8px 6px 8px 6px; }
        .keyaki-report .l-content .l-inner .box-main .box-txt p.ttl, .keyaki-report .l-content .l-inner .box-main .box-txt time {
          font-size: 8px;
          font-size: 0.8rem;
          line-height: 1.3em; }
        .keyaki-report .l-content .l-inner .box-main .box-txt time {
          color: #d2d2d2; }
    .keyaki-report .l-content .l-inner .box-top {
      *zoom: 1;
      padding: 0 11px 0 11px; }
      .keyaki-report .l-content .l-inner .box-top:after {
        content: "";
        display: block;
        clear: both; }
    .keyaki-report .l-content .l-inner .box-bottom ul {
      margin: 0; }
      .keyaki-report .l-content .l-inner .box-bottom ul li {
        width: 100%;
        background: url("/files/14/images/report/bg-triangle-green.png");
        background-repeat: no-repeat;
        background-position: right bottom;
        background-size: 20px 20px;
        background-color: #fff;
        background-color: #fff;
        border-bottom: 1px solid #d2d2d2; }
        .keyaki-report .l-content .l-inner .box-bottom ul li .box-sub {
          display: table;
          table-layout: fixed; }
          .keyaki-report .l-content .l-inner .box-bottom ul li .box-sub .box-img {
            display: table-cell;
            vertical-align: middle;
            width: 85px;
            line-height: 1;
            background: #000; }
            .keyaki-report .l-content .l-inner .box-bottom ul li .box-sub .box-img img {
              width: 85px;
              height: auto; }
          .keyaki-report .l-content .l-inner .box-bottom ul li .box-sub .box-txt {
            display: table-cell;
            vertical-align: middle;
            padding: 8px 10px; }
            .keyaki-report .l-content .l-inner .box-bottom ul li .box-sub .box-txt p.ttl {
              font-size: 12px;
              font-size: 1.2rem;
              margin: 0;
              margin-bottom: 4px; }
            .keyaki-report .l-content .l-inner .box-bottom ul li .box-sub .box-txt time {
              font-size: 12px;
              font-size: 1.2rem;
              color: #d2d2d2; }
    .keyaki-report .l-content .l-inner .box-popularReport {
      position: relative;
      height: 320px; }
      .keyaki-report .l-content .l-inner .box-popularReport .slider-prev {
        position: absolute;
        width: 8px;
        left: 15px;
        top: 95px; }
        .keyaki-report .l-content .l-inner .box-popularReport .slider-prev i.prevArrow {
          width: 8px; }
      .keyaki-report .l-content .l-inner .box-popularReport .box-main {
        position: absolute;
        left: 40px; }
    .keyaki-report .l-content .l-inner .box-popularImage .box-content {
      background: none; }
      .keyaki-report .l-content .l-inner .box-popularImage .box-content .box-img_grid ul li {
        display: inline-block;
        margin: 0 12px 10px 0; }
        .keyaki-report .l-content .l-inner .box-popularImage .box-content .box-img_grid ul li img {
          max-height: 107px;
          width: auto; }
    .keyaki-report .l-content .l-inner .search-box {
      margin-bottom: 0; }
      .keyaki-report .l-content .l-inner .search-box h3 {
        font-size: 20px;
        font-size: 2rem;
        color: #77c059;
        margin: 13px 0 15px 0;
        padding-left: 10px; }
      .keyaki-report .l-content .l-inner .search-box form.search {
        width: 300px;
        margin: 0 auto;
        margin-bottom: 17px; }
        .keyaki-report .l-content .l-inner .search-box form.search input {
          font-size: 16px;
          font-size: 1.6rem;
          padding-left: 10px;
          border-radius: 10px;
          margin: 0 auto;
          width: 95%;
          height: 30px;
          background: url("/files/14/images/common/ico-search.png");
          background-size: 20px 20px;
          background-repeat: no-repeat;
          background-position: 95% center; }

.keyaki-report_search .search-result {
  box-sizing: border-box;
  width: 90%;
  margin: 0 auto 18px;
  padding: 10px;
  background-color: #f5fbee; }
  .keyaki-report_search .search-result p {
    font-size: 12px;
    font-size: 1.2rem;
    margin: 0;
    color: #a0d468; }

.keyaki-report_detail .l-content {
  background-color: #f3f3f3; }
  .keyaki-report_detail .l-content .l-inner {
    background-color: #f3f3f3;
    padding-bottom: 105px; }
    .keyaki-report_detail .l-content .l-inner .header-box, .keyaki-report_detail .l-content .l-inner .search-box {
      padding: 0 12px 0 22px;
      border-top: 1px solid #77c059;
      border-bottom: 1px solid #77c059;
      margin-bottom: 10px;
      background-color: #fff; }
    .keyaki-report_detail .l-content .l-inner .header-box_search {
      margin-bottom: 18px; }
    .keyaki-report_detail .l-content .l-inner .header-box {
      *zoom: 1;
      padding: 14px 12px 12px 12px;
      box-sizing: content-box; }
      .keyaki-report_detail .l-content .l-inner .header-box:after {
        content: "";
        display: block;
        clear: both; }
      .keyaki-report_detail .l-content .l-inner .header-box p.ttl {
        font-size: 14px;
        font-size: 1.4rem;
        margin: 0;
        color: #77c059; }
      .keyaki-report_detail .l-content .l-inner .header-box time {
        font-size: 12px;
        font-size: 1.2rem;
        color: #8d8d8d;
        margin-top: 8px;
        display: inline-block; }
      .keyaki-report_detail .l-content .l-inner .header-box ul.sns-btns {
        margin: 12px 0 0 0; }
      .keyaki-report_detail .l-content .l-inner .header-box h3 {
        font-size: 20px;
        font-size: 2rem;
        margin: 0;
        color: #77c059;
        float: left;
        line-height: 37px; }
      .keyaki-report_detail .l-content .l-inner .header-box span {
        font-size: 10px;
        font-size: 1rem;
        float: left;
        display: inline-block;
        line-height: 37px;
        color: #8d8d8d;
        margin-left: 10px; }
    .keyaki-report_detail .l-content .l-inner .box-content {
      max-width: 320px;
      margin: 0 auto;
      padding: 16px 16px 24px 16px;
      background: none; }
      .keyaki-report_detail .l-content .l-inner .box-content p, .keyaki-report_detail .l-content .l-inner .box-content span, .keyaki-report_detail .l-content .l-inner .box-content li {
        font-size: 12px;
        font-size: 1.2rem; }
      .keyaki-report_detail .l-content .l-inner .box-content .box-img_grid ul li {
        display: inline-block;
        margin: 0 12px 10px 0;
        height: 107px; }
        .keyaki-report_detail .l-content .l-inner .box-content .box-img_grid ul li img {
          height: 100%;
          width: auto; }
      .keyaki-report_detail .l-content .l-inner .box-content .btn-more {
        text-align: center;
        background-color: #77c059;
        border: 1px solid #fff;
        height: 42px;
        line-height: 42px;
        margin: 0 auto;
        margin-top: 18px;
        margin-bottom: 45px;
        width: 270px; }
        .keyaki-report_detail .l-content .l-inner .box-content .btn-more a {
          font-size: 16px;
          font-size: 1.6rem;
          height: 42px;
          line-height: 42px;
          display: inline-block;
          color: #fff;
          width: 270px; }
      .keyaki-report_detail .l-content .l-inner .box-content .box-navi {
        text-align: center; }
        .keyaki-report_detail .l-content .l-inner .box-content .box-navi_next, .keyaki-report_detail .l-content .l-inner .box-content .box-navi_prev {
          display: inline-block;
          width: 470px;
          border: 1px solid #d2d2d2;
          width: 130px;
          height: 34px;
          background-color: #fff; }
        .keyaki-report_detail .l-content .l-inner .box-content .box-navi a {
          font-size: 9px;
          font-size: 0.9rem;
          width: 130px;
          height: 34px;
          line-height: 34px; }
        .keyaki-report_detail .l-content .l-inner .box-content .box-navi p {
          font-size: 12px;
          font-size: 1.2rem; }
          .keyaki-report_detail .l-content .l-inner .box-content .box-navi p.ttl {
            width: 300px; }
    .keyaki-report_detail .l-content .l-inner .box-newReport .header-box h3 {
      font-size: 20px;
      font-size: 2rem;
      margin: 0;
      color: #77c059;
      display: inline-block; }
    .keyaki-report_detail .l-content .l-inner .box-newReport .header-box span {
      display: inline-block;
      color: #8d8d8d; }
    .keyaki-report_detail .l-content .l-inner .box-newReport .box-slide {
      margin-top: 35px; }
      .keyaki-report_detail .l-content .l-inner .box-newReport .box-slide .slider-prev, .keyaki-report_detail .l-content .l-inner .box-newReport .box-slide .slider-next {
        position: absolute;
        top: 0;
        width: 20px;
        height: 100%;
        cursor: hover; }
        .keyaki-report_detail .l-content .l-inner .box-newReport .box-slide .slider-prev i, .keyaki-report_detail .l-content .l-inner .box-newReport .box-slide .slider-next i {
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
          display: block;
          width: 20px; }
          .keyaki-report_detail .l-content .l-inner .box-newReport .box-slide .slider-prev i img, .keyaki-report_detail .l-content .l-inner .box-newReport .box-slide .slider-next i img {
            -webkit-transition: -webkit-transform 0.3s linear;
            transition: -webkit-transform 0.3s linear;
            transition: transform 0.3s linear;
            transition: transform 0.3s linear, -webkit-transform 0.3s linear; }
      .keyaki-report_detail .l-content .l-inner .box-newReport .box-slide .slider-prev {
        left: 10px; }
        .keyaki-report_detail .l-content .l-inner .box-newReport .box-slide .slider-prev:hover img {
          -webkit-transform: translateX(-4px);
          transform: translateX(-4px); }
      .keyaki-report_detail .l-content .l-inner .box-newReport .box-slide .slider-next {
        right: 10px; }
        .keyaki-report_detail .l-content .l-inner .box-newReport .box-slide .slider-next:hover img {
          -webkit-transform: translateX(4px);
          transform: translateX(4px); }
      .keyaki-report_detail .l-content .l-inner .box-newReport .box-slide .slider {
        *zoom: 1;
        margin: 0; }
        .keyaki-report_detail .l-content .l-inner .box-newReport .box-slide .slider:after {
          content: "";
          display: block;
          clear: both; }
        .keyaki-report_detail .l-content .l-inner .box-newReport .box-slide .slider .slide {
          *zoom: 1;
          float: left;
          height: 188px;
          width: 166px;
          display: inline-block;
          margin: 0 10px;
          background-color: #fff; }
          .keyaki-report_detail .l-content .l-inner .box-newReport .box-slide .slider .slide:after {
            content: "";
            display: block;
            clear: both; }
          .keyaki-report_detail .l-content .l-inner .box-newReport .box-slide .slider .slide .box-img {
            width: 166px;
            height: 112px;
            background-color: #ddd; }
          .keyaki-report_detail .l-content .l-inner .box-newReport .box-slide .slider .slide .box-txt {
            text-align: left;
            padding: 7px; }
            .keyaki-report_detail .l-content .l-inner .box-newReport .box-slide .slider .slide .box-txt p.ttl {
              font-size: 10px;
              font-size: 1rem;
              margin: 0 0 5px 0;
              font-weight: bold;
              height: 45px;
              overflow: hidden; }
            .keyaki-report_detail .l-content .l-inner .box-newReport .box-slide .slider .slide .box-txt time {
              font-size: 10px;
              font-size: 1rem;
              color: #8d8d8d; }
    .keyaki-report_detail .l-content .l-inner .btn-top_back__or {
      margin-top: 44px;
      background-color: #77c059; }

.keyaki-videos .l-content {
  background-color: #f3f3f3; }
  .keyaki-videos .l-content .l-inner {
    *zoom: 1; }
    .keyaki-videos .l-content .l-inner:after {
      content: "";
      display: block;
      clear: both; }
    .keyaki-videos .l-content .l-inner .box-content {
      background-color: #fff; }
      .keyaki-videos .l-content .l-inner .box-content p {
        margin: 0; }
      .keyaki-videos .l-content .l-inner .box-content p.date {
        font-size: 12px;
        font-size: 1.2rem;
        color: #a0d468; }
      .keyaki-videos .l-content .l-inner .box-content .box-category {
        background-color: #f3f3f3;
        margin-bottom: 15px; }
        .keyaki-videos .l-content .l-inner .box-content .box-category ul {
          *zoom: 1;
          margin: 0;
          margin-top: 40px;
          text-align: left; }
          .keyaki-videos .l-content .l-inner .box-content .box-category ul:after {
            content: "";
            display: block;
            clear: both; }
          .keyaki-videos .l-content .l-inner .box-content .box-category ul li {
            font-size: 12px;
            font-size: 1.2rem;
            font-family: "Quicksand", Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
            box-sizing: border-box;
            margin: 0;
            color: #8d8d8d;
            padding: 7px 0;
            padding-left: 14px;
            width: 50%;
            display: inline-block;
            float: left;
            border-bottom: 1px solid #d2d2d2;
            border-right: 1px solid #d2d2d2; }
            .keyaki-videos .l-content .l-inner .box-content .box-category ul li.all {
              width: 100%;
              text-align: center;
              padding: 7px 0;
              border-top: 1px solid #d2d2d2; }
            .keyaki-videos .l-content .l-inner .box-content .box-category ul li.active {
              color: #a0d468; }
      .keyaki-videos .l-content .l-inner .box-content .box-main {
        *zoom: 1;
        color: #8d8d8d;
        width: 100%;
        margin: 0 auto;
        margin-bottom: 20px;
        border-bottom: 2px solid #77c059;
        padding-bottom: 25px; }
        .keyaki-videos .l-content .l-inner .box-content .box-main:after {
          content: "";
          display: block;
          clear: both; }
        .keyaki-videos .l-content .l-inner .box-content .box-main .box-movie {
          width: 100%;
          height: auto;
          margin-right: 30px;
          margin-bottom: 22px;
          cursor: pointer; }
          .keyaki-videos .l-content .l-inner .box-content .box-main .box-movie:hover {
            opacity: 0.7; }
        .keyaki-videos .l-content .l-inner .box-content .box-main .box-txt {
          width: 270px;
          margin: 0 auto; }
          .keyaki-videos .l-content .l-inner .box-content .box-main .box-txt p.ttl, .keyaki-videos .l-content .l-inner .box-content .box-main .box-txt p.name {
            font-size: 15px;
            font-size: 1.5rem; }
          .keyaki-videos .l-content .l-inner .box-content .box-main .box-txt p.date {
            margin-top: 14px; }
          .keyaki-videos .l-content .l-inner .box-content .box-main .box-txt p.txt {
            font-size: 12px;
            font-size: 1.2rem;
            margin-top: 12px; }
      .keyaki-videos .l-content .l-inner .box-content .greenLine {
        height: 2px;
        width: 100%;
        background-color: #77c059; }
      .keyaki-videos .l-content .l-inner .box-content .box-sub {
        clear: both;
        width: 272px;
        margin: 0 auto;
        padding-bottom: 34px; }
        .keyaki-videos .l-content .l-inner .box-content .box-sub .headArea {
          *zoom: 1;
          border-bottom: 1px solid #d2d2d2;
          margin-bottom: 22px;
          margin-top: 15px; }
          .keyaki-videos .l-content .l-inner .box-content .box-sub .headArea:after {
            content: "";
            display: block;
            clear: both; }
          .keyaki-videos .l-content .l-inner .box-content .box-sub .headArea h3 {
            font-size: 20px;
            font-size: 2rem;
            font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
            display: inline-block;
            margin: 0;
            padding-bottom: 8px; }
            .keyaki-videos .l-content .l-inner .box-content .box-sub .headArea h3.new {
              color: #8d8d8d; }
        .keyaki-videos .l-content .l-inner .box-content .box-sub p.all {
          font-size: 15px;
          font-size: 1.5rem;
          border-radius: 3px;
          width: 100%;
          height: 42px;
          color: #fff;
          text-align: center;
          background-color: #77c059; }
          .keyaki-videos .l-content .l-inner .box-content .box-sub p.all a {
            display: inline-block;
            width: 100%;
            height: 42px;
            line-height: 42px; }
        .keyaki-videos .l-content .l-inner .box-content .box-sub ul {
          margin: 0; }
          .keyaki-videos .l-content .l-inner .box-content .box-sub ul li {
            display: inline-block;
            vertical-align: top;
            margin-bottom: 15px; }
            .keyaki-videos .l-content .l-inner .box-content .box-sub ul li .wrp {
              width: 230px;
              margin: 0 auto;
              cursor: pointer; }
            .keyaki-videos .l-content .l-inner .box-content .box-sub ul li .box-movie {
              cursor: pointer; }
            .keyaki-videos .l-content .l-inner .box-content .box-sub ul li .box-txt p.ttl {
              font-size: 13px;
              font-size: 1.3rem;
              color: #8d8d8d;
              margin-top: 0; }

.keyaki-videos_detail .box-category {
  margin-bottom: 0 !important; }
.keyaki-videos_detail .box-sort {
  background-color: #f3f3f3;
  padding-bottom: 16px; }
  .keyaki-videos_detail .box-sort h3 {
    font-size: 10px;
    font-size: 1rem;
    margin: 0;
    padding-top: 16px;
    color: #8d8d8d;
    text-align: center; }
  .keyaki-videos_detail .box-sort ul {
    width: 288px;
    margin: 8px auto 0;
    overflow: hidden; }
    .keyaki-videos_detail .box-sort ul li {
      float: left;
      width: 50%;
      margin-bottom: 4px;
      text-align: center; }
      .keyaki-videos_detail .box-sort ul li.active p {
        background-color: #f5fbee; }
      .keyaki-videos_detail .box-sort ul li p {
        font-size: 11px;
        font-size: 1.1rem;
        box-sizing: border-box;
        border-radius: 2px;
        border: 1px solid #e5e5e5;
        width: 90%;
        margin-right: auto !important;
        margin-left: auto !important;
        color: #a0d468;
        background-color: #fff;
        line-height: 20px; }
.keyaki-videos_detail p.all-more {
  font-size: 15px;
  font-size: 1.5rem;
  border-radius: 3px;
  width: 100%;
  height: 42px;
  color: #77c059;
  text-align: center;
  background-color: #fff;
  border: 1px solid #77c059; }
  .keyaki-videos_detail p.all-more a {
    display: inline-block;
    width: 100%;
    height: 42px;
    line-height: 42px; }
.keyaki-videos_detail .headArea h3 {
  font-size: 43px;
  font-size: 4.3rem;
  color: #a0d468; }
.keyaki-videos_detail .pager {
  background-color: #fff;
  padding-top: 0; }

.box-archive {
  background-color: #f3f3f3;
  padding: 0 0 24px 0; }
  .box-archive .block-archive, .box-archive .block-entry {
    *zoom: 1;
    width: 294px;
    height: 33px;
    margin: 0 auto; }
    .box-archive .block-archive:after, .box-archive .block-entry:after {
      content: "";
      display: block;
      clear: both; }
  .box-archive .block-archive {
    margin-bottom: 10px; }
  .box-archive .text {
    position: relative;
    float: left; }
    .box-archive .text p {
      font-size: 12px;
      font-size: 1.2rem;
      display: inline-block;
      margin: 0;
      line-height: 33px; }
  .box-archive .block {
    position: relative;
    float: left;
    width: 190px;
    height: 33px;
    border-radius: 3px;
    border: 1px solid #77c059;
    margin-left: 8px;
    background-color: #fff; }
    .box-archive .block p {
      font-size: 12px;
      font-size: 1.2rem;
      margin: 0;
      padding-left: 14px;
      color: #77c059;
      line-height: 33px; }
    .box-archive .block select {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 10;
      opacity: 0;
      font-size: 14px;
      font-size: 1.4rem; }

.l-inner h3 {
  font-size: 26px;
  font-size: 2.6rem;
  color: #a0d468; }
.l-inner .box-content {
  background-color: #fff;
  *zoom: 1; }
  .l-inner .box-content:after {
    content: "";
    display: block;
    clear: both; }
  .l-inner .box-content .box-main article {
    width: 296px;
    margin: 0 auto;
    margin-top: 16px;
    padding: 6px 0 0 0;
    border-top: 2px solid #a0d468; }
    .l-inner .box-content .box-main article .innerHead {
      *zoom: 1;
      padding-bottom: 5px;
      border-bottom: 1px solid #d2d2d2; }
      .l-inner .box-content .box-main article .innerHead:after {
        content: "";
        display: block;
        clear: both; }
      .l-inner .box-content .box-main article .innerHead .box-date {
        float: left;
        position: relative;
        width: 50px;
        height: 50px;
        margin-right: 16px;
        margin-bottom: 4px;
        background-color: #a0d468;
        text-align: center; }
        .l-inner .box-content .box-main article .innerHead .box-date:after {
          content: "";
          position: absolute;
          display: block;
          width: 50px;
          height: 50px;
          z-index: 0;
          top: 1px;
          left: 1px;
          background: transparent;
          border-right: 2px solid #b364a4;
          border-bottom: 2px solid #b364a4; }
        .l-inner .box-content .box-main article .innerHead .box-date time {
          font-size: 10px;
          font-size: 1rem;
          line-height: 1.2;
          letter-spacing: normal;
          margin-top: 6px;
          color: #fff;
          text-align: center;
          display: inline-block; }
          .l-inner .box-content .box-main article .innerHead .box-date time:nth-child(2) {
            font-size: 24px;
            font-size: 2.4rem;
            font-size: 24px;
            font-size: 2.4rem;
            line-height: 1;
            letter-spacing: normal;
            margin-top: 0; }
      .l-inner .box-content .box-main article .innerHead .box-ttl {
        float: left;
        width: 220px; }
        .l-inner .box-content .box-main article .innerHead .box-ttl h3 {
          font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
          font-size: 18px;
          font-size: 1.8rem;
          color: #8d8d8d;
          margin: 0; }
        .l-inner .box-content .box-main article .innerHead .box-ttl p.name {
          font-size: 12px;
          font-size: 1.2rem;
          color: #77c059;
          margin: 0; }
      .l-inner .box-content .box-main article .innerHead .box-sns {
        clear: both;
        float: left;
        margin: 10px 0 30px 0; }
    .l-inner .box-content .box-main article .box-article {
      padding-top: 12px;
      padding-bottom: 16px; }
      .keyaki-blog_single .l-inner .box-content .box-main article .box-article {
        font-size: 12px;
        font-size: 1.2rem; }
        .keyaki-blog_single .l-inner .box-content .box-main article .box-article img {
          width: auto;
          max-width: 100%; }
        .keyaki-blog_single .l-inner .box-content .box-main article .box-article p, .keyaki-blog_single .l-inner .box-content .box-main article .box-article span, .keyaki-blog_single .l-inner .box-content .box-main article .box-article li {
          font-size: 12px;
          font-size: 1.2rem; }
      .l-inner .box-content .box-main article .box-article .box-articleWrap {
        *zoom: 1; }
        .l-inner .box-content .box-main article .box-article .box-articleWrap:after {
          content: "";
          display: block;
          clear: both; }
        .l-inner .box-content .box-main article .box-article .box-articleWrap .box-image {
          position: relative;
          float: left;
          width: 100px;
          height: 100px;
          margin-right: 10px;
          overflow: hidden; }
          .l-inner .box-content .box-main article .box-article .box-articleWrap .box-image img {
            position: absolute;
            width: auto;
            height: auto;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
        .l-inner .box-content .box-main article .box-article .box-articleWrap .box-txt {
          position: relative;
          float: left;
          width: 186px;
          font-size: 12px;
          font-size: 1.2rem; }
          .l-inner .box-content .box-main article .box-article .box-articleWrap .box-txt:after {
            content: "";
            display: inline-block;
            position: absolute;
            width: 100%;
            height: 80px;
            left: 0;
            bottom: 0;
            z-index: 100;
            background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), #fff);
            background: linear-gradient(top, rgba(255, 255, 255, 0), #fff); }
          .l-inner .box-content .box-main article .box-article .box-articleWrap .box-txt p, .l-inner .box-content .box-main article .box-article .box-articleWrap .box-txt span, .l-inner .box-content .box-main article .box-article .box-articleWrap .box-txt li {
            font-size: 12px;
            font-size: 1.2rem;
            margin: 0 0 17px 0; }
          .l-inner .box-content .box-main article .box-article .box-articleWrap .box-txt img {
            width: auto;
            max-width: 100%; }
    .l-inner .box-content .box-main article .box-bottom {
      margin-bottom: 20px;
      text-align: center; }
      .l-inner .box-content .box-main article .box-bottom ul li {
        font-size: 13px;
        font-size: 1.3rem;
        display: inline-block; }
        .l-inner .box-content .box-main article .box-bottom ul li.singlePage a:hover {
          color: #a0d468; }
        .l-inner .box-content .box-main article .box-bottom ul li:not(:last-child):after {
          content: "｜";
          padding: 0 35px; }

.box-main article {
  padding: 24px 0 100px 0;
  border-top: 1px solid #a0d468; }
  .box-main article .innerHead {
    *zoom: 1; }
    .box-main article .innerHead:after {
      content: "";
      display: block;
      clear: both; }
    .box-main article .innerHead .box-ttl {
      float: left; }
      .box-main article .innerHead .box-ttl h3 {
        font-size: 28px;
        font-size: 2.8rem;
        color: #8d8d8d;
        margin: 0; }
      .box-main article .innerHead .box-ttl p.name {
        font-size: 18px;
        font-size: 1.8rem;
        color: #77c059;
        margin: 0; }
    .box-main article .innerHead .box-sns {
      clear: both;
      float: left;
      margin: 10px 0 30px 0; }
  .box-main article .box-article .box-image {
    width: 216px; }
  .box-main article .box-bottom {
    border-top: 1px solid #d2d2d2;
    margin: 16px 0 24px 0;
    text-align: center; }
    .box-main article .box-bottom ul li {
      font-size: 9px;
      font-size: 0.9rem;
      display: inline-block;
      color: #8d8d8d; }
      .box-main article .box-bottom ul li:not(:last-child):after {
        content: "｜";
        padding: 0 35px; }
.box-main .btn {
  border-radius: 0;
  width: 170px;
  font-size: 12px;
  font-size: 1.2rem; }
  .box-main .btn a {
    display: inline-block;
    text-align: center;
    width: 170px;
    padding: 10px 0; }

.box-comment {
  width: 292px;
  margin: 0 auto; }
  .box-comment h3 {
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #a0d468;
    margin: 0;
    border-bottom: 1px solid #a0d468;
    padding-bottom: 8px; }
  .box-comment ul.comment_pager {
    margin: 20px 0;
    text-align: center; }
    .box-comment ul.comment_pager li {
      font-size: 12px;
      font-size: 1.2rem;
      color: #8d8d8d;
      display: inline-block; }
      .box-comment ul.comment_pager li:not(:last-child) {
        margin-right: 10px; }
      .box-comment ul.comment_pager li a {
        border-bottom: 1px solid #8d8d8d;
        padding-bottom: 5px; }
  .box-comment .box-comment_inner {
    padding: 10px 0 16px 0;
    border-bottom: 1px solid #d2d2d2;
    font-size: 10px;
    font-size: 1rem; }
    .box-comment .box-comment_inner ul {
      margin: 0; }
      .box-comment .box-comment_inner ul li {
        color: #b57bd2;
        display: inline-block; }
        .box-comment .box-comment_inner ul li:not(:last-child) {
          margin-right: 14px; }
    .box-comment .box-comment_inner p.name {
      color: #b57bd2;
      font-weight: bold;
      margin-bottom: 5px; }
    .box-comment .box-comment_inner p {
      font-size: 12px;
      font-size: 1.2rem;
      margin: 0; }

.box-comment_form {
  margin-top: 14px;
  padding-bottom: 22px; }
  .box-comment_form form .box-form {
    font-size: 9px;
    font-size: 0.9rem;
    margin-bottom: 7px; }
    .box-comment_form form .box-form label {
      width: 144px;
      display: inline-block;
      vertical-align: top;
      padding-top: 10px; }
    .box-comment_form form .box-form input {
      font-size: 16px;
      font-size: 1.6rem;
      padding-left: 10px;
      width: 230px;
      height: 24px;
      background-color: #f3f3f3;
      border-radius: 3px; }
    .box-comment_form form .box-form textarea {
      font-size: 16px;
      font-size: 1.6rem;
      width: 100%;
      box-sizing: border-box;
      padding: 10px 10px;
      background-color: #f3f3f3;
      box-shadow: 2px 1px 1px #ddd inset;
      border-radius: 3px;
      resize: vertical; }
  .box-comment_form form .box-post p.kiyaku {
    font-size: 9px;
    font-size: 0.9rem; }
    .box-comment_form form .box-post p.kiyaku a {
      color: #327aff; }
  .box-comment_form form .box-post p.btn-green {
    font-size: 11px;
    font-size: 1.1rem;
    width: 100px;
    margin-right: 17px;
    display: inline-block; }
  .box-comment_form form .box-post p.btn-preview {
    font-size: 11px;
    font-size: 1.1rem;
    color: #77c059;
    border: 1px solid #77c059;
    background-color: #fff; }
  .box-comment_form form .box-post p.caution {
    font-size: 8px;
    font-size: 0.8rem;
    color: #8d8d8d; }

.l-content02 {
  background-color: #fff; }
  .l-content02 .l-inner h3 {
    font-size: 26px;
    font-size: 2.6rem;
    color: #a0d468; }
  .l-content02 .l-inner .box-memberBlog {
    background-color: #fff; }
    .l-content02 .l-inner .box-memberBlog .headArea {
      background: -webkit-linear-gradient(left, #2ec074, #b67cd2);
      background: linear-gradient(90deg, #2ec074, #b67cd2);
      height: 35px; }
      .l-content02 .l-inner .box-memberBlog .headArea h2 {
        color: #fff; }
      .l-content02 .l-inner .box-memberBlog .headArea h3 {
        margin: 0;
        line-height: 35px;
        text-align: center;
        color: #fff; }
    .l-content02 .l-inner .box-memberBlog .box-inner {
      width: 320px;
      margin: 0 auto; }
    .l-content02 .l-inner .box-memberBlog ul.sort {
      *zoom: 1;
      width: 292px;
      margin: 0 auto;
      margin-bottom: 22px;
      margin-top: 16px; }
      .l-content02 .l-inner .box-memberBlog ul.sort:after {
        content: "";
        display: block;
        clear: both; }
      .l-content02 .l-inner .box-memberBlog ul.sort li {
        font-size: 10px;
        font-size: 1rem;
        float: left;
        position: relative;
        display: inline-block;
        padding: 5px 10px;
        margin: 0;
        margin-right: 10px;
        white-space: nowrap; }
        .l-content02 .l-inner .box-memberBlog ul.sort li:last-child {
          margin-right: 0px; }
        .l-content02 .l-inner .box-memberBlog ul.sort li.active {
          background-color: #f5fbee;
          color: #77c059;
          border-radius: 5px;
          cursor: pointer; }
        .l-content02 .l-inner .box-memberBlog ul.sort li select {
          padding: 5px 10px;
          position: absolute;
          opacity: 0;
          left: 0;
          top: 0;
          height: 31px;
          -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none; }
    .l-content02 .l-inner .box-memberBlog ul.thumb {
      width: 292px;
      margin: 0 auto;
      overflow: hidden; }
      .l-content02 .l-inner .box-memberBlog ul.thumb li {
        float: left;
        box-sizing: border-box;
        width: 89.2222px;
        background-color: #fff;
        margin: 0px 4px 8px; }
        .l-content02 .l-inner .box-memberBlog ul.thumb li:hover {
          opacity: 0.7; }
        .l-content02 .l-inner .box-memberBlog ul.thumb li p {
          text-align: center;
          margin: 0 auto; }
          .l-content02 .l-inner .box-memberBlog ul.thumb li p img {
            width: 100%; }
        .l-content02 .l-inner .box-memberBlog ul.thumb li p.name {
          font-size: 10px;
          font-size: 1rem;
          color: #a0d468;
          font-weight: bold; }
        .l-content02 .l-inner .box-memberBlog ul.thumb li.border-00h {
          border: 5px solid #edbce4;
          -webkit-animation: border00 1.8s linear infinite alternate;
          animation: border00 1.8s linear infinite alternate; }
        .l-content02 .l-inner .box-memberBlog ul.thumb li.border-06h {
          border: 5px solid #a0d468;
          -webkit-animation: border06 1.8s linear infinite alternate;
          animation: border06 1.8s linear infinite alternate; }
        .l-content02 .l-inner .box-memberBlog ul.thumb li.border-12h {
          border: 5px solid #faeb3f;
          -webkit-animation: border12 1.8s linear infinite alternate;
          animation: border12 1.8s linear infinite alternate; }
        .l-content02 .l-inner .box-memberBlog ul.thumb li.border-24h {
          border: 5px solid #fff;
          -webkit-animation: border24 1.8s linear infinite alternate;
          animation: border24 1.8s linear infinite alternate; }
    .l-content02 .l-inner .box-memberBlog .updateTime {
      *zoom: 1;
      line-height: 28px;
      background-color: #f3f3f3;
      width: 283px;
      margin: 0 auto;
      margin-top: 7px;
      margin-bottom: 15px; }
      .l-content02 .l-inner .box-memberBlog .updateTime:after {
        content: "";
        display: block;
        clear: both; }
      .l-content02 .l-inner .box-memberBlog .updateTime .box-txt {
        box-sizing: border-box;
        width: 104px;
        float: left;
        padding-left: 10px;
        line-height: 56px; }
        .l-content02 .l-inner .box-memberBlog .updateTime .box-txt p {
          font-size: 10px;
          font-size: 1rem;
          margin: 0; }
      .l-content02 .l-inner .box-memberBlog .updateTime .box-block {
        float: left; }
        .l-content02 .l-inner .box-memberBlog .updateTime .box-block ul {
          *zoom: 1;
          font-size: 10px;
          font-size: 1rem;
          margin: 0; }
          .l-content02 .l-inner .box-memberBlog .updateTime .box-block ul:after {
            content: "";
            display: block;
            clear: both; }
          .l-content02 .l-inner .box-memberBlog .updateTime .box-block ul li {
            float: left;
            width: 88px;
            vertical-align: middle; }
            .l-content02 .l-inner .box-memberBlog .updateTime .box-block ul li .block {
              display: inline-block;
              vertical-align: middle;
              width: 28px;
              height: 13px; }
            .l-content02 .l-inner .box-memberBlog .updateTime .box-block ul li .block-00h {
              background-color: #edbce4; }
            .l-content02 .l-inner .box-memberBlog .updateTime .box-block ul li .block-06h {
              background-color: #a0d468; }
            .l-content02 .l-inner .box-memberBlog .updateTime .box-block ul li .block-12h {
              background-color: #faeb3f; }
            .l-content02 .l-inner .box-memberBlog .updateTime .box-block ul li .block-24h {
              background-color: #fff;
              border: 1px solid #d2d2d2; }

@-webkit-keyframes border00 {
  0% {
    border-color: #edbce4; }
  100% {
    border-color: #fff; } }

@keyframes border00 {
  0% {
    border-color: #edbce4; }
  100% {
    border-color: #fff; } }
@-webkit-keyframes border06 {
  0% {
    border-color: #a0d468; }
  100% {
    border-color: #fff; } }
@keyframes border06 {
  0% {
    border-color: #a0d468; }
  100% {
    border-color: #fff; } }
@-webkit-keyframes border12 {
  0% {
    border-color: #faeb3f; }
  100% {
    border-color: #fff; } }
@keyframes border12 {
  0% {
    border-color: #faeb3f; }
  100% {
    border-color: #fff; } }
.box-naviTop {
  margin-top: 20px;
  position: relative;
  background-color: #f3f3f3;
  padding: 8px 12px 12px 12px;
  text-align: center;
  color: #737373; }
  .box-naviTop div {
    display: inline-block; }
  .box-naviTop_inner {
    border: 2px solid #d2d2d2;
    background-color: #fff;
    width: 298px;
    margin: 0 auto; }
    .box-naviTop_inner__prev {
      border-right: 1px solid #d2d2d2; }
    .box-naviTop_inner__prev, .box-naviTop_inner__list, .box-naviTop_inner__next {
      text-align: center; }
    .box-naviTop_inner__prev, .box-naviTop_inner__next {
      height: 25px;
      line-height: 25px;
      width: 96px; }
      .box-naviTop_inner__prev a, .box-naviTop_inner__next a {
        display: inline-block;
        height: 25px;
        line-height: 25px;
        width: 96px; }
    .box-naviTop_inner__list {
      width: 88px;
      height: 25px;
      border-right: 1px solid #d2d2d2; }
      .box-naviTop_inner__list a {
        display: inline-block;
        width: 88px;
        height: 25px;
        line-height: 25px; }
    .box-naviTop_inner .btn-navi {
      text-align: center; }

.pager {
  padding: 18px 0;
  background-color: #f3f3f3; }
  .pager ul {
    text-align: center; }
    .pager ul li {
      font-size: 9px;
      font-size: 0.9rem;
      display: inline-block;
      width: 30px;
      height: 30px;
      border: 1px solid #d2d2d2;
      text-align: center;
      vertical-align: middle;
      color: #8d8d8d;
      line-height: 30px;
      background-color: #fff; }
      .pager ul li.active {
        color: #fff;
        background-color: #a0d468; }
      .pager ul li:hover {
        border: 1px solid #a0d468; }
      .pager ul li.interval {
        border: none;
        background: none; }
        .pager ul li.interval:hover {
          border: none; }
      .pager ul li a {
        display: inline-block;
        width: 30px;
        height: 30px;
        line-height: 30px; }
        .pager ul li a:hover {
          color: #fff;
          background-color: #a0d468; }

.btn {
  border-radius: 0;
  margin-top: 36px;
  width: 170px;
  font-size: 12px;
  font-size: 1.2rem; }
  .btn a {
    display: inline-block;
    text-align: center;
    width: 170px;
    padding: 10px 0; }

.box-sideMember {
  width: 260px;
  float: left; }
  .box-sideMember > div:not(:last-child) {
    border: 1px solid #a0d468;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 30px; }
  .box-sideMember .calender_pats {
    position: relative;
    width: 240px;
    box-sizing: content-box;
    border: 1px solid #b57bd2 !important; }
    .box-sideMember .calender_pats .cale_table {
      width: 240px;
      border-collapse: collapse;
      text-align: center;
      margin: 0 auto; }
      .box-sideMember .calender_pats .cale_table tbody {
        text-align: center;
        margin: 0 auto; }
        .box-sideMember .calender_pats .cale_table tbody tr td {
          font-size: 16px;
          font-size: 1.6rem;
          color: #8d8d8d;
          padding: 4px 5px; }
          .box-sideMember .calender_pats .cale_table tbody tr td a {
            display: block;
            color: #a0d468;
            text-decoration: underline;
            -webkit-transition: background-color 0.3s linear;
            transition: background-color 0.3s linear; }
            .box-sideMember .calender_pats .cale_table tbody tr td a:hover {
              background-color: #eee; }
          .box-sideMember .calender_pats .cale_table tbody tr td.cale_prev a {
            font-size: 12px;
            font-size: 1.2rem;
            -webkit-transition: -webkit-transform 0.15s ease-out;
            transition: -webkit-transform 0.15s ease-out;
            transition: transform 0.15s ease-out;
            transition: transform 0.15s ease-out, -webkit-transform 0.15s ease-out;
            position: absolute;
            left: 23px;
            top: 15px;
            color: #8d8d8d !important;
            text-decoration: none; }
            .box-sideMember .calender_pats .cale_table tbody tr td.cale_prev a:hover {
              background-color: transparent;
              -webkit-transform: translate(-4px);
              transform: translate(-4px); }
          .box-sideMember .calender_pats .cale_table tbody tr td.cale_next a {
            font-size: 12px;
            font-size: 1.2rem;
            -webkit-transition: -webkit-transform 0.15s ease-out;
            transition: -webkit-transform 0.15s ease-out;
            transition: transform 0.15s ease-out;
            transition: transform 0.15s ease-out, -webkit-transform 0.15s ease-out;
            position: absolute;
            right: 24px;
            top: 15px;
            color: #8d8d8d !important;
            text-decoration: none; }
            .box-sideMember .calender_pats .cale_table tbody tr td.cale_next a:hover {
              background-color: transparent;
              -webkit-transform: translate(4px);
              transform: translate(4px); }
        .box-sideMember .calender_pats .cale_table tbody tr:first-child {
          font-family: Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
          height: 40px; }
          .box-sideMember .calender_pats .cale_table tbody tr:first-child td {
            color: #000 !important;
            font-weight: 300; }
            .box-sideMember .calender_pats .cale_table tbody tr:first-child td.cale_year {
              position: absolute;
              top: 20px;
              left: 80px;
              font-size: 16px;
              font-size: 1.6rem; }
            .box-sideMember .calender_pats .cale_table tbody tr:first-child td.cale_month {
              position: absolute;
              top: -5px;
              right: 85px;
              font-size: 16px;
              font-size: 1.6rem;
              margin-top: 10px; }
              .box-sideMember .calender_pats .cale_table tbody tr:first-child td.cale_month a {
                color: #000 !important;
                text-decoration: none; }
                .box-sideMember .calender_pats .cale_table tbody tr:first-child td.cale_month a:hover {
                  background-color: transparent; }
        .box-sideMember .calender_pats .cale_table tbody tr:nth-child(2) {
          border-bottom: 1px solid #000; }
          .box-sideMember .calender_pats .cale_table tbody tr:nth-child(2) td {
            font-size: 10px;
            font-size: 1rem;
            color: #000; }
  .box-sideMember .box-profile {
    border: 1px solid #b57bd2 !important;
    text-align: center; }
    .box-sideMember .box-profile p.thumb {
      position: relative;
      margin: 0 auto;
      margin-top: 20px;
      width: 115px;
      height: 115px;
      position: relative;
      overflow: hidden;
      border-radius: 100%;
      border: 1px solid #d2d2d2; }
      .box-sideMember .box-profile p.thumb img {
        position: absolute;
        width: auto;
        height: auto;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        max-width: 100%; }
    .box-sideMember .box-profile p.name {
      font-size: 22px;
      font-size: 2.2rem;
      margin: 10px 0 0 0; }
    .box-sideMember .box-profile p.furigana {
      font-size: 12px;
      font-size: 1.2rem;
      margin-top: 0;
      color: #d2d2d2; }
    .box-sideMember .box-profile p.info {
      font-size: 14px;
      font-size: 1.4rem;
      color: #d2d2d2;
      margin-bottom: 0; }
    .box-sideMember .box-profile p.birth {
      font-size: 14px;
      font-size: 1.4rem;
      margin: 5px 0 26px 0; }
    .box-sideMember .box-profile p.detail {
      font-size: 12px;
      font-size: 1.2rem;
      color: #b57bd2;
      margin-bottom: 26px; }
      .box-sideMember .box-profile p.detail:hover {
        text-decoration: underline; }
  .box-sideMember .box-nenwEntry_member {
    border: 1px solid #b57bd2 !important; }
    .box-sideMember .box-nenwEntry_member p.name {
      font-size: 12px;
      font-size: 1.2rem;
      margin: 0;
      color: #b57bd2; }
    .box-sideMember .box-nenwEntry_member h4 {
      font-family: "Quicksand", Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
      font-weight: normal;
      font-size: 22px;
      font-size: 2.2rem;
      color: #b57bd2;
      margin: 0;
      padding-bottom: 10px;
      border-bottom: 1px solid #b57bd2; }
    .box-sideMember .box-nenwEntry_member .box-newEntry_inner {
      padding: 10px 0;
      *zoom: 1; }
      .box-sideMember .box-nenwEntry_member .box-newEntry_inner:not(:last-child) {
        border-bottom: 1px dashed #b57bd2; }
      .box-sideMember .box-nenwEntry_member .box-newEntry_inner:after {
        content: "";
        display: block;
        clear: both; }
      .box-sideMember .box-nenwEntry_member .box-newEntry_inner:hover p.ttl {
        text-decoration: underline; }
      .box-sideMember .box-nenwEntry_member .box-newEntry_inner .box-image {
        position: relative;
        float: left;
        width: 52px;
        height: 52px;
        margin-right: 10px;
        overflow: hidden; }
        .box-sideMember .box-nenwEntry_member .box-newEntry_inner .box-image img {
          position: absolute;
          width: auto;
          height: auto;
          left: 50%;
          top: 50%;
          -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          max-width: 100%; }
      .box-sideMember .box-nenwEntry_member .box-newEntry_inner .box-txt {
        float: left; }
        .box-sideMember .box-nenwEntry_member .box-newEntry_inner .box-txt p {
          margin: 0 0 3px 0; }
        .box-sideMember .box-nenwEntry_member .box-newEntry_inner .box-txt p.name {
          color: #b57bd2; }
        .box-sideMember .box-nenwEntry_member .box-newEntry_inner .box-txt time {
          color: #d2d2d2; }
  .box-sideMember .box-newEntry p.name {
    font-size: 12px;
    font-size: 1.2rem;
    margin: 0;
    color: #a0d468; }
  .box-sideMember .box-newEntry h4 {
    font-family: "Quicksand", Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: normal;
    font-size: 22px;
    font-size: 2.2rem;
    color: #a0d468;
    margin: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #a0d468; }
  .box-sideMember .box-newEntry .box-newEntry_inner {
    padding: 10px 0;
    *zoom: 1; }
    .box-sideMember .box-newEntry .box-newEntry_inner:not(:last-child) {
      border-bottom: 1px dashed #a0d468; }
    .box-sideMember .box-newEntry .box-newEntry_inner:hover p.ttl {
      text-decoration: underline; }
    .box-sideMember .box-newEntry .box-newEntry_inner:after {
      content: "";
      display: block;
      clear: both; }
    .box-sideMember .box-newEntry .box-newEntry_inner .box-image {
      position: relative;
      float: left;
      width: 52px;
      height: 52px;
      margin-right: 10px;
      overflow: hidden; }
      .box-sideMember .box-newEntry .box-newEntry_inner .box-image img {
        position: absolute;
        width: auto;
        height: auto;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        max-width: 100%; }
    .box-sideMember .box-newEntry .box-newEntry_inner .box-txt {
      float: left;
      width: 176px; }
      .box-sideMember .box-newEntry .box-newEntry_inner .box-txt p {
        margin: 0 0 3px 0; }
      .box-sideMember .box-newEntry .box-newEntry_inner .box-txt p.name {
        color: #77c059; }
      .box-sideMember .box-newEntry .box-newEntry_inner .box-txt time {
        color: #d2d2d2; }
  .box-sideMember #calendar {
    position: relative;
    border: 1px solid #b57bd2 !important; }
    .box-sideMember #calendar #sidecalendar {
      box-sizing: content-box;
      width: 240px;
      height: 240px; }
      .box-sideMember #calendar #sidecalendar h2 {
        margin: 0 0 10px 0;
        text-align: center;
        font-family: Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
        .box-sideMember #calendar #sidecalendar h2 span.year {
          font-size: 16px;
          font-size: 1.6rem;
          margin-right: 10px; }
        .box-sideMember #calendar #sidecalendar h2 span.month {
          font-size: 34px;
          font-size: 3.4rem; }
      .box-sideMember #calendar #sidecalendar #calendarPN {
        position: absolute;
        top: 20px;
        width: 100%;
        height: 10px; }
        .box-sideMember #calendar #sidecalendar #calendarPN a {
          font-size: 12px;
          font-size: 1.2rem;
          color: #8d8d8d; }
          .box-sideMember #calendar #sidecalendar #calendarPN a.prev {
            position: absolute;
            left: 10px; }
          .box-sideMember #calendar #sidecalendar #calendarPN a.next {
            position: absolute;
            right: 40px; }
      .box-sideMember #calendar #sidecalendar #daytable table {
        border-collapse: collapse;
        width: 240px;
        text-align: center;
        margin: 0 auto;
        table-layout: fixed; }
        .box-sideMember #calendar #sidecalendar #daytable table tbody tr:first-child {
          border-bottom: 1px solid #000; }
          .box-sideMember #calendar #sidecalendar #daytable table tbody tr:first-child th {
            font-size: 10px;
            font-size: 1rem;
            font-weight: normal; }
        .box-sideMember #calendar #sidecalendar #daytable table tbody tr th, .box-sideMember #calendar #sidecalendar #daytable table tbody tr td {
          font-size: 16px;
          font-size: 1.6rem;
          width: 100%; }
        .box-sideMember #calendar #sidecalendar #daytable table tbody tr td {
          padding: 5px;
          color: #8d8d8d; }
  .box-sideMember .box-manageBlog {
    background-color: #fff; }
    .box-sideMember .box-manageBlog p.ttl {
      font-size: 15px;
      font-size: 1.5rem;
      text-align: center;
      padding: 10px 0; }
    .box-sideMember .box-manageBlog ul li {
      *zoom: 1;
      padding: 10px;
      border-top: 1px solid #d2d2d2; }
      .box-sideMember .box-manageBlog ul li:after {
        content: "";
        display: block;
        clear: both; }
      .box-sideMember .box-manageBlog ul li img {
        width: 108px;
        height: 72px;
        float: left;
        margin-right: 10px; }
      .box-sideMember .box-manageBlog ul li p {
        font-size: 12px;
        font-size: 1.2rem;
        margin: 0; }
        .box-sideMember .box-manageBlog ul li p.name {
          color: #a0d468; }
        .box-sideMember .box-manageBlog ul li p.txt {
          color: #8d8d8d; }
      .box-sideMember .box-manageBlog ul li time {
        font-size: 11px;
        font-size: 1.1rem;
        color: #d2d2d2;
        float: right; }
  .box-sideMember .box-banner li {
    margin-top: 5px;
    margin-top: 5px; }
    .box-sideMember .box-banner li:hover {
      opacity: 0.7; }

.keyaki-blog .l-content {
  background-color: #f3f3f3; }
  .keyaki-blog .l-content .headTtl {
    height: 28px;
    background-color: #a0d468; }
    .keyaki-blog .l-content .headTtl p {
      font-size: 13px;
      font-size: 1.3rem;
      color: #fff;
      margin: 0;
      line-height: 28px;
      text-align: center; }
  .keyaki-blog .l-content .headArea {
    position: relative;
    text-align: center;
    margin: 0 auto;
    height: 105px;
    color: #fff;
    background: url("/files/14/images/blog/header.jpg"); }
    .keyaki-blog .l-content .headArea h2 {
      font-size: 22px;
      font-size: 2.2rem;
      margin: 0;
      padding-top: 34px;
      display: inline-block;
      vertical-align: middle; }
    .keyaki-blog .l-content .headArea > p {
      font-size: 11px;
      font-size: 1.1rem;
      vertical-align: middle;
      margin: 0; }
    .keyaki-blog .l-content .headArea span img {
      position: absolute;
      right: 18%;
      top: 34%;
      width: 37px; }
  .keyaki-blog .l-content .l-inner h3 {
    font-size: 20px;
    font-size: 2rem;
    color: #a0d468;
    text-align: center;
    margin: 17px 0 17px 0; }
  .keyaki-blog .l-content .l-inner .box-content {
    *zoom: 1;
    padding: 0;
    background: none; }
    .keyaki-blog .l-content .l-inner .box-content:after {
      content: "";
      display: block;
      clear: both; }
    .keyaki-blog .l-content .l-inner .box-content .box-float {
      position: relative;
      width: 290px;
      margin: 0 auto; }
      .keyaki-blog .l-content .l-inner .box-content .box-float .box-newposts {
        position: relative;
        margin-bottom: 30px;
        height: 770px; }
        .keyaki-blog .l-content .l-inner .box-content .box-float .box-newposts .block-main {
          position: absolute;
          width: 188px;
          height: 188px;
          background-color: #d2d2d2;
          margin-bottom: 12px;
          overflow: hidden; }
          .keyaki-blog .l-content .l-inner .box-content .box-float .box-newposts .block-main img {
            position: absolute;
            width: auto;
            height: auto;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
        .keyaki-blog .l-content .l-inner .box-content .box-float .box-newposts .block-main .box-hover {
          background: rgba(123, 190, 50, 0.85);
          color: #fff; }
          .keyaki-blog .l-content .l-inner .box-content .box-float .box-newposts .block-main .box-hover p.ttl {
            border-bottom: 1px solid #fff; }
          .keyaki-blog .l-content .l-inner .box-content .box-float .box-newposts .block-main .box-hover .box-border div {
            background-color: #fff; }
        .keyaki-blog .l-content .l-inner .box-content .box-float .box-newposts p.name {
          font-size: 10px;
          font-size: 1rem;
          margin: 0;
          position: absolute;
          bottom: 0;
          left: 0;
          font-weight: bold;
          color: #fff;
          background-color: #a0d468;
          padding: 3px 6px;
          z-index: 50; }
      .keyaki-blog .l-content .l-inner .box-content .box-float .block-main:nth-of-type(1) {
        top: 0px;
        left: 0px; }
      .keyaki-blog .l-content .l-inner .box-content .box-float .block-main:nth-of-type(2) {
        top: 0px;
        left: 200px;
        width: 88px;
        height: 88px; }
        .keyaki-blog .l-content .l-inner .box-content .box-float .block-main:nth-of-type(2) .box-hover {
          background: rgba(255, 242, 255, 0.85);
          color: #b57bd2; }
          .keyaki-blog .l-content .l-inner .box-content .box-float .block-main:nth-of-type(2) .box-hover p.ttl {
            border-bottom: 1px solid #b57bd2; }
          .keyaki-blog .l-content .l-inner .box-content .box-float .block-main:nth-of-type(2) .box-hover .box-border div {
            background-color: #b57bd2; }
      .keyaki-blog .l-content .l-inner .box-content .box-float .block-main:nth-of-type(3) {
        top: 100px;
        left: 200px;
        width: 88px;
        height: 88px; }
      .keyaki-blog .l-content .l-inner .box-content .box-float .block-main:nth-of-type(4) {
        top: 200px;
        left: 0px;
        width: 88px;
        height: 88px; }
        .keyaki-blog .l-content .l-inner .box-content .box-float .block-main:nth-of-type(4) .box-hover {
          background: rgba(255, 242, 255, 0.85);
          color: #b57bd2; }
          .keyaki-blog .l-content .l-inner .box-content .box-float .block-main:nth-of-type(4) .box-hover p.ttl {
            border-bottom: 1px solid #b57bd2; }
          .keyaki-blog .l-content .l-inner .box-content .box-float .block-main:nth-of-type(4) .box-hover .box-border div {
            background-color: #b57bd2; }
      .keyaki-blog .l-content .l-inner .box-content .box-float .block-main:nth-of-type(5) {
        top: 200px;
        left: 98px;
        width: 88px;
        height: 88px; }
      .keyaki-blog .l-content .l-inner .box-content .box-float .block-main:nth-of-type(6) {
        top: 200px;
        left: 200px;
        width: 88px;
        height: 88px; }
        .keyaki-blog .l-content .l-inner .box-content .box-float .block-main:nth-of-type(6) .box-hover {
          background: rgba(255, 242, 255, 0.85);
          color: #b57bd2; }
          .keyaki-blog .l-content .l-inner .box-content .box-float .block-main:nth-of-type(6) .box-hover p.ttl {
            border-bottom: 1px solid #b57bd2; }
          .keyaki-blog .l-content .l-inner .box-content .box-float .block-main:nth-of-type(6) .box-hover .box-border div {
            background-color: #b57bd2; }
      .keyaki-blog .l-content .l-inner .box-content .box-float .block-main:nth-of-type(7) {
        top: 298px;
        left: 0px;
        width: 88px;
        height: 88px; }
      .keyaki-blog .l-content .l-inner .box-content .box-float .block-main:nth-of-type(8) {
        top: 298px;
        left: 100px; }
        .keyaki-blog .l-content .l-inner .box-content .box-float .block-main:nth-of-type(8) .box-hover {
          background: rgba(255, 242, 255, 0.85);
          color: #b57bd2; }
          .keyaki-blog .l-content .l-inner .box-content .box-float .block-main:nth-of-type(8) .box-hover p.ttl {
            border-bottom: 1px solid #b57bd2; }
          .keyaki-blog .l-content .l-inner .box-content .box-float .block-main:nth-of-type(8) .box-hover .box-border div {
            background-color: #b57bd2; }
      .keyaki-blog .l-content .l-inner .box-content .box-float .block-main:nth-of-type(9) {
        top: 398px;
        left: 0;
        width: 88px;
        height: 88px; }
      .keyaki-blog .l-content .l-inner .box-content .box-float .block-main:nth-of-type(10) {
        top: 496px;
        left: 0; }
        .keyaki-blog .l-content .l-inner .box-content .box-float .block-main:nth-of-type(10) .box-hover {
          background: rgba(255, 242, 255, 0.85);
          color: #b57bd2; }
          .keyaki-blog .l-content .l-inner .box-content .box-float .block-main:nth-of-type(10) .box-hover p.ttl {
            border-bottom: 1px solid #b57bd2; }
          .keyaki-blog .l-content .l-inner .box-content .box-float .block-main:nth-of-type(10) .box-hover .box-border div {
            background-color: #b57bd2; }
      .keyaki-blog .l-content .l-inner .box-content .box-float .block-main:nth-of-type(11) {
        top: 496px;
        left: 200px;
        width: 88px;
        height: 88px; }
      .keyaki-blog .l-content .l-inner .box-content .box-float .block-main:nth-of-type(12) {
        top: 596px;
        left: 200px;
        width: 88px;
        height: 88px; }
        .keyaki-blog .l-content .l-inner .box-content .box-float .block-main:nth-of-type(12) .box-hover {
          background: rgba(255, 242, 255, 0.85);
          color: #b57bd2; }
          .keyaki-blog .l-content .l-inner .box-content .box-float .block-main:nth-of-type(12) .box-hover p.ttl {
            border-bottom: 1px solid #b57bd2; }
          .keyaki-blog .l-content .l-inner .box-content .box-float .block-main:nth-of-type(12) .box-hover .box-border div {
            background-color: #b57bd2; }
      .keyaki-blog .l-content .l-inner .box-content .box-float .block-main:nth-of-type(13) {
        top: 698px;
        left: 0;
        width: 88px;
        height: 88px; }
      .keyaki-blog .l-content .l-inner .box-content .box-float .block-main:nth-of-type(14) {
        top: 698px;
        left: 100px;
        width: 88px;
        height: 88px; }
      .keyaki-blog .l-content .l-inner .box-content .box-float .block-main:nth-of-type(15) {
        top: 698px;
        left: 200px;
        width: 88px;
        height: 88px; }
      .keyaki-blog .l-content .l-inner .box-content .box-float p.btn {
        font-size: 12px;
        font-size: 1.2rem;
        width: 170px;
        padding: 5px 0;
        border-radius: 0;
        margin-top: 20px; }
    .keyaki-blog .l-content .l-inner .box-content .box-side {
      margin-top: 32px; }
    .keyaki-blog .l-content .l-inner .box-content .tabs {
      display: table;
      width: 100%;
      padding-bottom: 4px;
      background: -webkit-linear-gradient(left, #2ec074, #b67cd2);
      background: linear-gradient(90deg, #2ec074, #b67cd2); }
      .keyaki-blog .l-content .l-inner .box-content .tabs h2 {
        color: #fff; }
      .keyaki-blog .l-content .l-inner .box-content .tabs > div {
        display: table-cell;
        background-color: #fff;
        width: 33.3%; }
        .keyaki-blog .l-content .l-inner .box-content .tabs > div.active {
          background-color: transparent; }
          .keyaki-blog .l-content .l-inner .box-content .tabs > div.active p.ttl {
            color: #fff; }
      .keyaki-blog .l-content .l-inner .box-content .tabs p.ttl {
        font-size: 12px;
        font-size: 1.2rem;
        color: #636363;
        text-align: center;
        line-height: 35px;
        margin: 0; }
    .keyaki-blog .l-content .l-inner .box-content .listswrp {
      position: relative; }
    .keyaki-blog .l-content .l-inner .box-content .lists {
      display: none; }
      .keyaki-blog .l-content .l-inner .box-content .lists.active {
        display: block; }
      .keyaki-blog .l-content .l-inner .box-content .lists ul {
        margin: 0; }
        .keyaki-blog .l-content .l-inner .box-content .lists ul li {
          *zoom: 1;
          padding: 10px;
          border-top: 1px solid #d2d2d2; }
          .keyaki-blog .l-content .l-inner .box-content .lists ul li:after {
            content: "";
            display: block;
            clear: both; }
          .keyaki-blog .l-content .l-inner .box-content .lists ul li .main-visual {
            position: relative;
            width: 108px;
            height: 72px;
            float: left;
            margin-right: 10px;
            overflow: hidden; }
            .keyaki-blog .l-content .l-inner .box-content .lists ul li .main-visual img {
              position: absolute;
              width: auto;
              height: auto;
              left: 50%;
              top: 50%;
              -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
          .keyaki-blog .l-content .l-inner .box-content .lists ul li p {
            font-size: 12px;
            font-size: 1.2rem;
            margin: 0; }
            .keyaki-blog .l-content .l-inner .box-content .lists ul li p.name {
              color: #a0d468; }
            .keyaki-blog .l-content .l-inner .box-content .lists ul li p.txt {
              color: #000; }
          .keyaki-blog .l-content .l-inner .box-content .lists ul li time {
            font-size: 11px;
            font-size: 1.1rem;
            color: #d2d2d2;
            float: right; }
          .keyaki-blog .l-content .l-inner .box-content .lists ul li a:hover p.txt {
            text-decoration: underline; }
      .keyaki-blog .l-content .l-inner .box-content .lists .box-banner ul li {
        margin-top: 20px; }
  .keyaki-blog .l-content .l-inner .box-pickupBlog {
    margin-top: 50px; }
    .keyaki-blog .l-content .l-inner .box-pickupBlog .slider {
      position: relative;
      margin: 0 auto; }
    .keyaki-blog .l-content .l-inner .box-pickupBlog ul {
      margin: 0 auto;
      text-align: center;
      *zoom: 1; }
      .keyaki-blog .l-content .l-inner .box-pickupBlog ul:after {
        content: "";
        display: block;
        clear: both; }
      .keyaki-blog .l-content .l-inner .box-pickupBlog ul li {
        width: 215px;
        display: inline-block;
        background-color: #fff;
        margin: 0 10px;
        position: relative; }
        .keyaki-blog .l-content .l-inner .box-pickupBlog ul li:hover .box-ttl p.txt {
          text-decoration: underline; }
        .keyaki-blog .l-content .l-inner .box-pickupBlog ul li .main-visual {
          position: relative;
          height: 145px;
          overflow: hidden; }
          .keyaki-blog .l-content .l-inner .box-pickupBlog ul li .main-visual img {
            position: absolute;
            width: auto;
            height: auto;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
        .keyaki-blog .l-content .l-inner .box-pickupBlog ul li .thumb {
          width: 60px;
          height: 60px;
          border-radius: 100%;
          position: absolute;
          top: 45%;
          right: 5%;
          z-index: 1;
          overflow: hidden; }
          .keyaki-blog .l-content .l-inner .box-pickupBlog ul li .thumb img {
            position: absolute;
            left: 0;
            width: 60px;
            height: auto;
            border-radius: 100%; }
        .keyaki-blog .l-content .l-inner .box-pickupBlog ul li .box-ttl {
          text-align: left;
          *zoom: 1;
          padding: 5px; }
          .keyaki-blog .l-content .l-inner .box-pickupBlog ul li .box-ttl:after {
            content: "";
            display: block;
            clear: both; }
          .keyaki-blog .l-content .l-inner .box-pickupBlog ul li .box-ttl p {
            font-size: 12px;
            font-size: 1.2rem;
            margin: 5px; }
            .keyaki-blog .l-content .l-inner .box-pickupBlog ul li .box-ttl p.txt {
              overflow: hidden;
              height: 36px; }
            .keyaki-blog .l-content .l-inner .box-pickupBlog ul li .box-ttl p.name {
              color: #a0d468; }
          .keyaki-blog .l-content .l-inner .box-pickupBlog ul li .box-ttl time {
            float: right;
            color: #d2d2d2; }

.keyaki-blog_list .l-content {
  background-color: #f3f3f3; }
  .keyaki-blog_list .l-content .headTtl {
    height: 28px;
    background-color: #a0d468; }
    .keyaki-blog_list .l-content .headTtl p {
      font-size: 13px;
      font-size: 1.3rem;
      color: #fff;
      margin: 0;
      line-height: 28px;
      text-align: center; }
  .keyaki-blog_list .l-content .headArea {
    position: relative;
    text-align: center;
    margin: 0 auto;
    height: 105px;
    color: #fff;
    background: url("/files/14/images/blog/header.jpg"); }
    .keyaki-blog_list .l-content .headArea h2 {
      font-size: 22px;
      font-size: 2.2rem;
      margin: 0;
      padding-top: 34px;
      display: inline-block;
      vertical-align: middle; }
    .keyaki-blog_list .l-content .headArea > p {
      font-size: 11px;
      font-size: 1.1rem;
      vertical-align: middle;
      margin: 0; }
    .keyaki-blog_list .l-content .headArea span {
      width: 37px;
      position: absolute;
      top: 37px;
      left: 194px;
      right: 0;
      margin: 0 auto; }
    .keyaki-blog_list .l-content .headArea .innerHead h3 {
      font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

.keyaki-blog_list_member .l-content {
  background-color: #f3f3f3; }
  .keyaki-blog_list_member .l-content .headTtl {
    height: 28px;
    background-color: #a0d468; }
    .keyaki-blog_list_member .l-content .headTtl p {
      font-size: 13px;
      font-size: 1.3rem;
      color: #fff;
      margin: 0;
      line-height: 28px;
      text-align: center; }
  .keyaki-blog_list_member .l-content .l-inner h3 {
    font-size: 26px;
    font-size: 2.6rem;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #a0d468; }
  .keyaki-blog_list_member .l-content .l-inner .box-content {
    background-color: #fff;
    *zoom: 1; }
    .keyaki-blog_list_member .l-content .l-inner .box-content:after {
      content: "";
      display: block;
      clear: both; }
    .keyaki-blog_list_member .l-content .l-inner .box-content .box-main article {
      border-bottom: none; }
.keyaki-blog_list_member .l-content02 {
  background-color: #fff; }
  .keyaki-blog_list_member .l-content02 .l-inner h3 {
    font-size: 26px;
    font-size: 2.6rem;
    color: #a0d468; }

.keyaki-blog_single .l-content {
  background-color: #f3f3f3; }
  .keyaki-blog_single .l-content .headTtl {
    height: 28px;
    background-color: #a0d468; }
    .keyaki-blog_single .l-content .headTtl p {
      font-size: 13px;
      font-size: 1.3rem;
      color: #fff;
      margin: 0;
      line-height: 28px;
      text-align: center; }
  .keyaki-blog_single .l-content .headArea {
    line-height: 1; }
  .keyaki-blog_single .l-content .l-inner h3 {
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #a0d468; }
  .keyaki-blog_single .l-content .l-inner .box-content {
    background-color: #fff;
    *zoom: 1; }
    .keyaki-blog_single .l-content .l-inner .box-content:after {
      content: "";
      display: block;
      clear: both; }
    .keyaki-blog_single .l-content .l-inner .box-content .box-main .box-naviTop {
      margin: 0; }
.keyaki-blog_single .l-content02 {
  background-color: #fff; }
  .keyaki-blog_single .l-content02 .l-inner h3 {
    font-size: 26px;
    font-size: 2.6rem;
    color: #a0d468; }
