/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin-bottom: 60px;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}
.bxslider {
  margin: 0;
  padding: 0;
}
ul.bxslider {
  list-style: none;
}
.bx-viewport {
  /* fix other elements on the page moving (in Chrome) */
  -webkit-transform: translateZ(0);
}
/** THEME
===================================*/
.bx-wrapper {
  -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  border: 5px solid #fff;
  background: #fff;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}
/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #000;
}
.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url(/images/controls.png) no-repeat 0 -32px;
}
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}
.bx-wrapper .bx-next {
  right: 10px;
  background: url(/images/controls.png) no-repeat -43px -32px;
}
.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(/images/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(/images/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}
/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/
 */

/*






 */



/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,sans-serif/*{ffDefault}*/;
	font-size: 1em/*{fsDefault}*/;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif/*{ffDefault}*/;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5/*{borderColorDefault}*/;
}
.ui-widget-content {
	border: 1px solid #dddddd/*{borderColorContent}*/;
	background: #ffffff/*{bgColorContent}*/ /*{bgImgUrlContent}*/ /*{bgContentXPos}*/ /*{bgContentYPos}*/ /*{bgContentRepeat}*/;
	color: #333333/*{fcContent}*/;
}
.ui-widget-content a {
	color: #333333/*{fcContent}*/;
}
.ui-widget-header {
	border: 1px solid #dddddd/*{borderColorHeader}*/;
	background: #e9e9e9/*{bgColorHeader}*/ /*{bgImgUrlHeader}*/ /*{bgHeaderXPos}*/ /*{bgHeaderYPos}*/ /*{bgHeaderRepeat}*/;
	color: #333333/*{fcHeader}*/;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333/*{fcHeader}*/;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5/*{borderColorDefault}*/;
	background: #f6f6f6/*{bgColorDefault}*/ /*{bgImgUrlDefault}*/ /*{bgDefaultXPos}*/ /*{bgDefaultYPos}*/ /*{bgDefaultRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #454545/*{fcDefault}*/;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545/*{fcDefault}*/;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc/*{borderColorHover}*/;
	background: #ededed/*{bgColorHover}*/ /*{bgImgUrlHover}*/ /*{bgHoverXPos}*/ /*{bgHoverYPos}*/ /*{bgHoverRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #2b2b2b/*{fcHover}*/;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b/*{fcHover}*/;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff/*{borderColorActive}*/;
	background: #007fff/*{bgColorActive}*/ /*{bgImgUrlActive}*/ /*{bgActiveXPos}*/ /*{bgActiveYPos}*/ /*{bgActiveRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #ffffff/*{fcActive}*/;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff/*{borderColorActive}*/;
	background-color: #ffffff/*{fcActive}*/;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff/*{fcActive}*/;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e/*{borderColorHighlight}*/;
	background: #fffa90/*{bgColorHighlight}*/ /*{bgImgUrlHighlight}*/ /*{bgHighlightXPos}*/ /*{bgHighlightYPos}*/ /*{bgHighlightRepeat}*/;
	color: #777620/*{fcHighlight}*/;
}
.ui-state-checked {
	border: 1px solid #dad55e/*{borderColorHighlight}*/;
	background: #fffa90/*{bgColorHighlight}*/;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620/*{fcHighlight}*/;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899/*{borderColorError}*/;
	background: #fddfdf/*{bgColorError}*/ /*{bgImgUrlError}*/ /*{bgErrorXPos}*/ /*{bgErrorYPos}*/ /*{bgErrorRepeat}*/;
	color: #5f3f3f/*{fcError}*/;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f/*{fcError}*/;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f/*{fcError}*/;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_444444_256x240-f6d8c091e81dfb911fc0815e7c9952c90b361a3f685804be08a5fa2ee6d6198b.png)/*{iconsContent}*/;
}
.ui-widget-header .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_444444_256x240-f6d8c091e81dfb911fc0815e7c9952c90b361a3f685804be08a5fa2ee6d6198b.png)/*{iconsHeader}*/;
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_555555_256x240-c23f23416a84a359723ffe28c6231f7e6edd10de024da40c190f9e0706c70276.png)/*{iconsHover}*/;
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_ffffff_256x240-24221a00d39ccfd2da654907e99b5af8d8dc60b91bfb414b4ca82779f7f9ffb6.png)/*{iconsActive}*/;
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_777620_256x240-0a3bb6e0c499ea585572cbda26b638d08b96a568bfb173f0dce2c9eee4a441b3.png)/*{iconsHighlight}*/;
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_cc0000_256x240-c7cf3a680d1476856186d49a361c0b3e09d13a2f4ba4ebd638595bbad9d21c2d.png)/*{iconsError}*/;
}
.ui-button .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_777777_256x240-ea4f5d5317b31eaaaf01e3db3357884b418c8b3361019647559c835996ddaedb.png)/*{iconsDefault}*/;
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px/*{cornerRadius}*/;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa/*{bgColorOverlay}*/ /*{bgImgUrlOverlay}*/ /*{bgOverlayXPos}*/ /*{bgOverlayYPos}*/ /*{bgOverlayRepeat}*/;
	opacity: .3/*{opacityOverlay}*/;
	filter: Alpha(Opacity=30)/*{opacityFilterOverlay}*/; /* support: IE8 */
}
.ui-widget-shadow {
	-webkit-box-shadow: 0/*{offsetLeftShadow}*/ 0/*{offsetTopShadow}*/ 5px/*{thicknessShadow}*/ #666666/*{bgColorShadow}*/;
	box-shadow: 0/*{offsetLeftShadow}*/ 0/*{offsetTopShadow}*/ 5px/*{thicknessShadow}*/ #666666/*{bgColorShadow}*/;
}
/*!
 * jQuery UI Autocomplete 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/autocomplete/#theming
 */
/*

 */
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
@charset "UTF-8";
/* アクションボタン色 */
/* paginationボタン色 */
/* ソート、検索、選択等ボタン色 */
/* もっとみるボタン色 */
/* 招待・通知ボタン色 */
/* 画像リンク */
@charset "UTF-8";
/* line 2, app/assets/stylesheets/base.css.scss */
* {
  font-family: 'Lucida Grande', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, sans-serif;
  font-size: 14px;
  *font-size: small;
  *font: x-small;
  font-style: normal;
  font-weight: normal;
  margin: 0;
  padding: 0;
  word-break: break-all;
  word-wrap: break-word;
}

/* line 3, app/assets/stylesheets/base.css.scss */
html, body {
  background: #fff;
  color: #000;
  line-height: 1.4;
  height: 100%;
  min-height: 100%;
  width: 100%;
  min-width: 1200px;
}

/* line 4, app/assets/stylesheets/base.css.scss */
table {
  border-collapse: collapse;
  font-size: inherit;
  font: 100%;
}

/* line 5, app/assets/stylesheets/base.css.scss */
a {
  color: #30b4b9;
  text-decoration: underline;
}

/* line 6, app/assets/stylesheets/base.css.scss */
a:hover {
  text-decoration: none;
}

/* line 7, app/assets/stylesheets/base.css.scss */
img {
  border: none;
  vertical-align: middle;
}

/* line 8, app/assets/stylesheets/base.css.scss */
ul li {
  list-style-type: none;
}

/* line 9, app/assets/stylesheets/base.css.scss */
input, textarea, select {
  vertical-align: middle;
  outline: none;
}

/* line 10, app/assets/stylesheets/base.css.scss */
input[type="button"], input[type="submit"], button {
  border: 0px solid transparent;
  -webkit-appearance: none;
  cursor: pointer;
}

/* line 11, app/assets/stylesheets/base.css.scss */
input[type="text"], input[type="password"], input[type="email"] {
  border: 1px solid #ccc;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  padding: 4px 8px;
  width: 100%;
}

/* line 12, app/assets/stylesheets/base.css.scss */
input[type="radio"] {
  margin: 0 4px 2px 0;
}

/* line 13, app/assets/stylesheets/base.css.scss */
textarea {
  border: 1px solid #ccc;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  padding: 6px 10px;
  width: 100%;
}

/* line 14, app/assets/stylesheets/base.css.scss */
input::-webkit-input-placeholder {
  color: #999999;
}

/* line 15, app/assets/stylesheets/base.css.scss */
input:-moz-placeholder {
  color: #999999;
}

/* line 16, app/assets/stylesheets/base.css.scss */
button {
  background: none;
  border: 0px solid #ffffff;
  display: block;
  margin: 0;
  padding: 0;
  text-decoration: none;
  width: 100%;
}

/* line 17, app/assets/stylesheets/base.css.scss */
select {
  padding: 3px 4px;
}

/* line 18, app/assets/stylesheets/base.css.scss */
h1 a, h2 a {
  font-weight: bold;
  text-decoration: none;
}

/* line 19, app/assets/stylesheets/base.css.scss */
h1, h1 img {
  font-weight: bold;
  font-size: 26px;
}

/* line 20, app/assets/stylesheets/base.css.scss */
h2 {
  font-size: 26px;
  font-weight: normal;
  letter-spacing: 2px;
  margin: 0 0 20px;
  text-decoration: none;
}

/* line 21, app/assets/stylesheets/base.css.scss */
h2 span {
  font-size: 33px;
}

/* line 22, app/assets/stylesheets/base.css.scss */
h2 i {
  vertical-align: top !important;
}

/* line 23, app/assets/stylesheets/base.css.scss */
h3 {
  color: #34b5b0;
  font-size: 18px;
  font-weight: bold;
  margin: 30px 0 10px;
}

/* line 24, app/assets/stylesheets/base.css.scss */
h4 {
  color: #34b5b0;
  font-size: 17px;
  font-weight: normal;
  margin: 10px 0;
}

/* line 25, app/assets/stylesheets/base.css.scss */
h4 a {
  color: #34b5b0;
}

/* line 26, app/assets/stylesheets/base.css.scss */
h4 span {
  font-size: 15px;
  margin: 20px 0 10px;
}

/* line 27, app/assets/stylesheets/base.css.scss */
h5 {
  color: #34b5b0;
  font-size: 14px;
  font-weight: bold;
}

/* line 28, app/assets/stylesheets/base.css.scss */
span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/* line 30, app/assets/stylesheets/base.css.scss */
span.selection {
  display: inline;
}

/* line 32, app/assets/stylesheets/base.css.scss */
input.select2-search__field {
  min-width: 100px !important;
}

/* line 33, app/assets/stylesheets/base.css.scss */
hr {
  background: #fff;
  border: 0;
  height: 1px;
}

/* line 34, app/assets/stylesheets/base.css.scss */
::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}

/* line 38, app/assets/stylesheets/base.css.scss */
::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

/* line 43, app/assets/stylesheets/base.css.scss */
a.no-link {
  text-decoration: none;
  cursor: default;
}
@charset "UTF-8";
/* board_new_title */
/* line 4, app/assets/stylesheets/board_edit.css.scss */
.board-new-title-buttons-wrapper {
  position: relative;
}

/* line 5, app/assets/stylesheets/board_edit.css.scss */
.board-new-title-buttons-wrapper .button-premium-board-new.large {
  position: absolute;
  top: -60px;
  right: 0px;
  background: #bf9001;
  font-size: 18px;
}

/* line 6, app/assets/stylesheets/board_edit.css.scss */
.board-new-title-buttons-wrapper .button-premium-board-new:hover {
  background: #644d06;
}

/* textarea */
/* line 9, app/assets/stylesheets/board_edit.css.scss */
textarea#board_name {
  height: 5em;
}

/* line 10, app/assets/stylesheets/board_edit.css.scss */
textarea#board_description {
  height: 3em;
}

/* line 11, app/assets/stylesheets/board_edit.css.scss */
.placeholder-lightgray::placeholder {
  color: #ccc;
}

/* line 12, app/assets/stylesheets/board_edit.css.scss */
.placeholder-lightgray::-webkit-input-placeholder {
  color: #ccc;
}

/* line 13, app/assets/stylesheets/board_edit.css.scss */
.placeholder-lightgray:-moz-placeholder {
  color: #ccc;
}

/* line 14, app/assets/stylesheets/board_edit.css.scss */
.placeholder-lightgray:-ms-input-placeholder {
  color: #ccc !important;
}

/* line 16, app/assets/stylesheets/board_edit.css.scss */
.option-simple-description {
  font-size: 15px;
}

/* line 18, app/assets/stylesheets/board_edit.css.scss */
.option-popup-description h3 {
  color: black;
  font-size: 16px;
  font-weight: normal;
}

/* line 23, app/assets/stylesheets/board_edit.css.scss */
.option-popup-description h4 {
  color: black;
  font-size: 15px;
}

/* line 26, app/assets/stylesheets/board_edit.css.scss */
.option-popup-description h4.disabled-option {
  color: #ccc;
}

/* line 30, app/assets/stylesheets/board_edit.css.scss */
.option-popup-description .board-option-help-button img {
  width: 20px;
}

/* line 34, app/assets/stylesheets/board_edit.css.scss */
.toggle-option-detailed-description {
  background: #7AC8BB;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  margin: 15px 0 0 30px;
  padding: 10px 15px 8px 45px;
  display: block;
  position: relative;
  vertical-align: middle;
  text-decoration: none !important;
}

/* line 35, app/assets/stylesheets/board_edit.css.scss */
.toggle-option-detailed-description:hover {
  opacity: 0.8;
}

/* line 36, app/assets/stylesheets/board_edit.css.scss */
.toggle-option-detailed-description::before {
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 20px;
  color: #4cb4b9;
  font-size: 15px;
  font-weight: bold;
  margin: 5px 10px 0 0;
  display: inline-block;
  content: "＋";
  text-align: center;
  position: absolute;
  top: 4px;
  left: 15px;
}

/* line 52, app/assets/stylesheets/board_edit.css.scss */
.toggle-option-detailed-description.toggle-option-open::before {
  content: "−";
}

/* line 55, app/assets/stylesheets/board_edit.css.scss */
.toggle-option-detailed-description + .board-option-radio-block,
.toggle-option-detailed-description + #board-target-and-questionnaire-detailed-description,
.toggle-option-detailed-description + #board-extension-detailed-description,
.toggle-option-detailed-description + #board-images-detailed-description,
.toggle-option-detailed-description + #board-image-questionnaire-detailed-description,
.toggle-option-detailed-description + #board-private-detailed-description {
  border: 1px solid #9dd7ce;
  border-top: 1px solid #fff;
  border-radius: 0 0 4px 4px;
  margin: 0 0 0 30px;
  padding: 0 20px;
  box-sizing: border-box;
}

/* line 67, app/assets/stylesheets/board_edit.css.scss */
.toggle-option-detailed-description + .board-option-radio-block h4,
.toggle-option-detailed-description + #board-target-and-questionnaire-detailed-description h4,
.toggle-option-detailed-description + #board-extension-detailed-description h4,
.toggle-option-detailed-description + #board-images-detailed-description h4,
.toggle-option-detailed-description + #board-image-questionnaire-detailed-description h4,
.toggle-option-detailed-description + #board-private-detailed-description h4 {
  margin: 10px 0 10px;
}

/* line 69, app/assets/stylesheets/board_edit.css.scss */
.toggle-option-detailed-description + .board-option-radio-block h4.inline,
.toggle-option-detailed-description + #board-target-and-questionnaire-detailed-description h4.inline,
.toggle-option-detailed-description + #board-extension-detailed-description h4.inline,
.toggle-option-detailed-description + #board-images-detailed-description h4.inline,
.toggle-option-detailed-description + #board-image-questionnaire-detailed-description h4.inline,
.toggle-option-detailed-description + #board-private-detailed-description h4.inline {
  display: inline-block;
  font-size: 16px;
}

/* line 76, app/assets/stylesheets/board_edit.css.scss */
.board_joined_monitor_tags {
  position: absolute;
  max-width: 500px;
  top: 10px;
  left: 320px;
  font-size: 12px;
}

/* line 77, app/assets/stylesheets/board_edit.css.scss */
.board_joined_monitor_tags span {
  font-size: 12px;
}

/* 画像できいてミル */
/* line 80, app/assets/stylesheets/board_edit.css.scss */
input.questionnaire_comment {
  width: 320px;
  margin-right: 5px;
}

/* line 81, app/assets/stylesheets/board_edit.css.scss */
input.questionnaire_image {
  width: 235px;
}

/* line 83, app/assets/stylesheets/board_edit.css.scss */
.board_description_image_confirm {
  max-width: 300px;
  max-height: 450px;
  margin-right: 5px;
  margin-bottom: 10px;
}

/* line 84, app/assets/stylesheets/board_edit.css.scss */
.board_questionnaire_image_confirm {
  max-width: 300px;
  max-height: 450px;
  margin-left: 5px;
  margin-bottom: 10px;
}

/* line 86, app/assets/stylesheets/board_edit.css.scss */
.choice img.board_description_image_preview {
  max-width: 170px;
  max-height: 250px;
  display: inline;
}

/* line 87, app/assets/stylesheets/board_edit.css.scss */
.choice img.board_image_questionnaire_preview {
  max-width: 170px;
  max-height: 250px;
  display: inline;
  vertical-align: bottom;
}

/* line 88, app/assets/stylesheets/board_edit.css.scss */
.choice input.questionnaire_comment {
  vertical-align: bottom;
}

/* line 89, app/assets/stylesheets/board_edit.css.scss */
.choice .delete {
  margin: 0;
  padding: 6px 12px 5px !important;
  vertical-align: 13px !important;
}

/* プロフェッショナル掲示板 */
/* line 92, app/assets/stylesheets/board_edit.css.scss */
.premium_board_article_edit {
  height: 40px;
}

/* line 93, app/assets/stylesheets/board_edit.css.scss */
.premium_board_article_edit h4 {
  float: left;
}

/* line 94, app/assets/stylesheets/board_edit.css.scss */
.premium_board_article_edit .common-button {
  margin: 0;
  float: right;
}

/* line 95, app/assets/stylesheets/board_edit.css.scss */
.board_article_type_selection {
  width: 700px;
  height: 200px;
}

/* line 96, app/assets/stylesheets/board_edit.css.scss */
.board_article_type_selection .radio-wrapper {
  width: 350px;
  position: relative;
}

/* line 97, app/assets/stylesheets/board_edit.css.scss */
.board_article_type_selection .radio-wrapper:before {
  position: absolute;
  width: 180px;
  height: 120px;
  margin: 0 0 0 0;
  top: 0;
  left: 0;
  content: " ";
  border: 1px solid #afafaf;
}

/* line 98, app/assets/stylesheets/board_edit.css.scss */
.board_article_type_selection .radio-wrapper.template_board_aritcle_a:before {
  background: url(/assets/premium_board_article_a-db10dc7b75b0219d49540feb7148c6d7926f0c135714b4cc385d9bef1295972a.png) no-repeat transparent;
}

/* line 99, app/assets/stylesheets/board_edit.css.scss */
.board_article_type_selection .radio-wrapper.template_board_aritcle_b:before {
  background: url(/assets/premium_board_article_b-5c734ec2f7338d19230f38e2dacaffc92a0631020bb0e344b2e98443d10282b2.png) no-repeat transparent;
}

/* line 100, app/assets/stylesheets/board_edit.css.scss */
.board_article_type_selection .radio-wrapper.template_board_aritcle_c:before {
  background: url(/assets/premium_board_article_c-59225fc73f4e0d95671e06722ee4403ab17d2490e7ce7ee122bb8458a57e0b09.png) no-repeat transparent;
}

/* line 101, app/assets/stylesheets/board_edit.css.scss */
.board_article_type_selection .radio-wrapper.template_board_aritcle_d:before {
  background: url(/assets/premium_board_article_d-f49f04d83b8d274b52bf7bef01ba166d1562101cfa2154ff388605a5a918fbef.png) no-repeat transparent;
}

/* line 102, app/assets/stylesheets/board_edit.css.scss */
.board_article_type_selection .radio-wrapper.template_board_aritcle_a {
  float: left;
}

/* line 103, app/assets/stylesheets/board_edit.css.scss */
.board_article_type_selection .radio-wrapper.template_board_aritcle_c {
  float: left;
}

/* line 104, app/assets/stylesheets/board_edit.css.scss */
.board_article_type_selection .radio-wrapper input.radiobutton + label {
  height: 130px;
  padding: 0 0 0 190px;
  line-height: 1.6em;
}

/* line 105, app/assets/stylesheets/board_edit.css.scss */
.board_article_type_selection .radio-wrapper input.radiobutton + label:before {
  height: 20px;
  margin: 0 0 0 0;
  top: 5px;
  left: 5px;
  width: 20px;
}

/* line 106, app/assets/stylesheets/board_edit.css.scss */
.board_article_type_selection .radio-wrapper input.radiobutton + label:after {
  height: 12px;
  margin: 0 0 0 0;
  top: 9px;
  left: 9px;
  border-radius: 30px;
  width: 12px;
}

/* line 107, app/assets/stylesheets/board_edit.css.scss */
.sp-input-container.sp-cf:before {
  content: '#';
  float: left;
  padding: 4px 2px 0 0;
}

/* line 108, app/assets/stylesheets/board_edit.css.scss */
.sp-input-container.sp-cf input.sp-input {
  width: 85px;
}

/* line 110, app/assets/stylesheets/board_edit.css.scss */
#premium_board_article_edit_table .board_article_element {
  margin: 0 0 7px 0;
}

/* line 111, app/assets/stylesheets/board_edit.css.scss */
#premium_board_article_edit_table input.board_article_element[type="text"] {
  margin-bottom: 0px;
}

/* line 112, app/assets/stylesheets/board_edit.css.scss */
#premium_board_article_edit_table textarea.board_article_element {
  height: 130px;
  margin-bottom: 0px;
}

/* line 113, app/assets/stylesheets/board_edit.css.scss */
#premium_board_article_edit_table div.field_with_errors {
  display: inline;
}

/* line 114, app/assets/stylesheets/board_edit.css.scss */
#board_form_area #premium_board_article_edit_table span.charcount {
  margin: 8px 10px 8px 0px;
}

/* line 115, app/assets/stylesheets/board_edit.css.scss */
input.board_article_element[type="text"] {
  width: 100%;
  max-width: 100%;
}

/* line 121, app/assets/stylesheets/board_edit.css.scss */
.board-option-block-wrap:nth-of-type(1) {
  margin: -26px 0 0;
}

/* line 124, app/assets/stylesheets/board_edit.css.scss */
.board-option-block-wrap::after {
  clear: both;
  content: "";
  display: block;
}

/* line 129, app/assets/stylesheets/board_edit.css.scss */
.board-option-title-block {
  display: block;
  float: left;
  margin: 20px 0 10px;
}

/* line 134, app/assets/stylesheets/board_edit.css.scss */
.board-option-title-block h3 {
  color: #34b5b0;
  font-size: 22px;
  letter-spacing: 0.02em;
  margin: 26px 0 0;
}

/* line 141, app/assets/stylesheets/board_edit.css.scss */
.board-option-title-block h3 label {
  top: -3px;
}

/* line 144, app/assets/stylesheets/board_edit.css.scss */
.board-option-description {
  clear: both;
  color: #34b5b0;
  margin: 0 0 25px 30px;
}

/* line 149, app/assets/stylesheets/board_edit.css.scss */
.board-option-summary-block {
  background: #eff8f9;
  border: 2px solid #4cb4b9;
  border-radius: 12px;
  display: block;
  float: right;
  margin: 28px 0;
  padding: 28px 40px;
  text-align: left;
  width: 400px;
}

/* line 160, app/assets/stylesheets/board_edit.css.scss */
.board-option-summary-block h4 {
  color: #333;
  margin: 12px 0;
  padding: 0 0 0 16px;
  position: relative;
}

/* line 166, app/assets/stylesheets/board_edit.css.scss */
.board-option-summary-block h4::after {
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #3f9a9e;
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  top: 7px;
  left: 0;
}

/* line 178, app/assets/stylesheets/board_edit.css.scss */
.board-option-summary-row {
  clear: both;
  border-bottom: 1px dotted #ccc;
  margin: 0 0 0 30px;
}

/* line 182, app/assets/stylesheets/board_edit.css.scss */
.board-option-summary-row h4 {
  color: #666;
  position: relative;
  font-size: 16px;
  margin: 5px 0;
}

/* line 187, app/assets/stylesheets/board_edit.css.scss */
.board-option-summary-row h4 .board-option-help-button {
  display: inline-block;
  margin: auto 0 auto 15px;
  vertical-align: bottom;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 300px;
}

/* line 195, app/assets/stylesheets/board_edit.css.scss */
.board-option-summary-row h4 .board-option-help-button img {
  width: 20px;
}

/* line 200, app/assets/stylesheets/board_edit.css.scss */
.board-option-summary-row:last-child {
  border-bottom: 1px dotted #ccc;
}

/* line 204, app/assets/stylesheets/board_edit.css.scss */
.board-option-price {
  background: #fff;
  border: 10px solid #f2f2f2;
  border-radius: 12px;
  color: #e46d35;
  display: inline-block;
  font-size: 20px;
  margin: 22px 0 0;
  padding: 15px 30px;
  position: relative;
  width: 240px;
}

/* line 216, app/assets/stylesheets/board_edit.css.scss */
.board-option-price span {
  font-size: 25px;
  margin: 0 10px 0 0;
}

/* line 220, app/assets/stylesheets/board_edit.css.scss */
.board-option-price::after {
  color: #ccc;
  content: "...";
  display: block;
  font-size: 32px;
  position: absolute;
  top: 7px;
  right: -74px;
}

/* line 229, app/assets/stylesheets/board_edit.css.scss */
.board-option-help-button {
  display: inline-block;
  margin: 0 0 0 15px;
  vertical-align: bottom;
}

/* line 234, app/assets/stylesheets/board_edit.css.scss */
.board-option-radio-block {
  padding: 20px 20px 0;
}

/* line 237, app/assets/stylesheets/board_edit.css.scss */
.board-option-radio-block h3 {
  font-size: 16px;
  letter-spacing: 0.05em;
  margin: 0 0 15px;
}

/* line 242, app/assets/stylesheets/board_edit.css.scss */
.board-option-radio-block .radio-wrapper {
  margin: 0 0 5px 50px;
  width: 110px;
}

/* line 247, app/assets/stylesheets/board_edit.css.scss */
.option-detailed-description-wrapper {
  margin-top: 25px;
}

/* line 249, app/assets/stylesheets/board_edit.css.scss */
.option-detailed-description-wrapper h3 {
  font-size: 15px;
}

/* line 253, app/assets/stylesheets/board_edit.css.scss */
.add_choice .icon-plus {
  margin: -3px 0 0;
}

/* line 255, app/assets/stylesheets/board_edit.css.scss */
.input-other-choice span {
  width: 47px;
}

/* line 256, app/assets/stylesheets/board_edit.css.scss */
.input-other-choice input {
  max-width: 450px !important;
  font-size: 13px !important;
}
@charset "UTF-8";
/* 参加者の属性限定オプション */
/* line 4, app/assets/stylesheets/boards.css.scss */
#board_is_targeted_table .notice {
  margin: 0 0 10px;
}

/*トライアル期間*/
/* line 7, app/assets/stylesheets/boards.css.scss */
.strikethrough {
  font-size: 18px;
  text-decoration: line-through;
}

/* line 8, app/assets/stylesheets/boards.css.scss */
.trial {
  font-size: 18px;
  font-weight: bold;
}

/* 掲示板詳細 */
/* line 11, app/assets/stylesheets/boards.css.scss */
#doc-download-banner {
  margin-top: 20px;
}

/* 補足説明画像 */
/* line 14, app/assets/stylesheets/boards.css.scss */
.board_description_image_area_show {
  margin-top: 15px;
}

/* line 15, app/assets/stylesheets/boards.css.scss */
.board_description_image_show {
  max-width: 200px;
  max-height: 300px;
  margin-right: 5px;
  margin-bottom: 10px;
}

/* 掲示板回答 */
/* line 18, app/assets/stylesheets/boards.css.scss */
.board_questionnaire_image_show {
  max-width: 180px;
  max-height: 180px;
  margin: 0px 5px;
  text-align: left;
}

/* line 19, app/assets/stylesheets/boards.css.scss */
.board_quesionnaire_comment_show {
  max-width: 180px;
  text-align: left;
  vertical-align: top;
  padding: 5px 5px 15px 5px;
}

/* line 20, app/assets/stylesheets/boards.css.scss */
#board_image_question_choice_table {
  margin-left: auto;
  margin-right: auto;
}

/* line 21, app/assets/stylesheets/boards.css.scss */
#board_image_question_choice_table td {
  width: 190px;
  text-align: left;
}

/* line 22, app/assets/stylesheets/boards.css.scss */
#board_image_question_choice_table th {
  text-align: left;
  height: 30px;
  vertical-align: top;
  padding-left: 5px;
}

/* line 23, app/assets/stylesheets/boards.css.scss */
#board_image_question_choice_display_only {
  padding-top: 15px;
  border-bottom: 1px solid #eee;
}

/* テキストマイニング */
/* line 26, app/assets/stylesheets/boards.css.scss */
#open_text_mining {
  background-color: #ff7f00;
  color: white;
  font-size: 15px;
  border-bottom-color: #ff3300;
}

/* line 27, app/assets/stylesheets/boards.css.scss */
#close_text_mining {
  background-color: #33b4bc;
  color: white;
  font-size: 15px;
  border-bottom-color: #097e89;
}

/* line 28, app/assets/stylesheets/boards.css.scss */
#upgrade_text_mining_pro {
  background-color: #ff7f00;
  color: white;
  font-size: 15px;
  border-bottom-color: #ff3300;
}

/* line 29, app/assets/stylesheets/boards.css.scss */
.text_mining_button_icon {
  vertical-align: middle;
  margin-right: 5px;
}

/* line 30, app/assets/stylesheets/boards.css.scss */
li.text-mining-logo-area {
  vertical-align: bottom;
  color: #30b3bb;
  border-left: 0px;
}

/* line 31, app/assets/stylesheets/boards.css.scss */
#text-mining-banner {
  margin-top: 20px;
}
@charset "UTF-8";
/* アクションボタン色 */
/* paginationボタン色 */
/* ソート、検索、選択等ボタン色 */
/* もっとみるボタン色 */
/* 招待・通知ボタン色 */
/* 画像リンク */
/* 共通 */
/* line 6, app/assets/stylesheets/common.css.scss */
.container {
  margin: 30px auto 100px;
  overflow: hidden;
  min-height: 60%;
  width: 990px;
}

/* line 7, app/assets/stylesheets/common.css.scss */
.container-inner {
  margin: 0 auto;
  width: 970px;
}

/* line 8, app/assets/stylesheets/common.css.scss */
a:link {
  text-decoration: none;
}

/* line 9, app/assets/stylesheets/common.css.scss */
a:hover {
  text-decoration: underline;
}

/* 2カラム用 */
/* line 12, app/assets/stylesheets/common.css.scss */
.contents-block {
  margin: 0 auto 20px;
  overflow: hidden;
}

/* line 13, app/assets/stylesheets/common.css.scss */
.sub-block {
  float: left;
  width: 280px;
}

/* line 14, app/assets/stylesheets/common.css.scss */
.main-block {
  float: right;
  position: relative;
  width: 680px;
}

/* line 15, app/assets/stylesheets/common.css.scss */
.main-block.top {
  width: 710px;
}

/* line 16, app/assets/stylesheets/common.css.scss */
.main-block-inner {
  width: auto;
}

/* line 17, app/assets/stylesheets/common.css.scss */
.main-block-inner.room {
  float: left;
  width: 560px;
}

/* 1カラム用 */
/* line 20, app/assets/stylesheets/common.css.scss */
.main-block-center {
  margin: auto;
  position: relative;
  width: 680px;
}

/* 汎用 */
/* line 23, app/assets/stylesheets/common.css.scss */
.wrapper {
  overflow: hidden;
}

/* line 24, app/assets/stylesheets/common.css.scss */
.float-right {
  float: right;
}

/* line 25, app/assets/stylesheets/common.css.scss */
.float-left {
  float: left;
}

/* ラジオボタン */
@media (min-width: 1px) {
  /* line 29, app/assets/stylesheets/common.css.scss */
  input.radiobutton {
    display: none;
    height: 0;
    opacity: 0;
    width: 0;
  }
  /* line 30, app/assets/stylesheets/common.css.scss */
  input.radiobutton + label {
    cursor: pointer;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 14px;
    line-height: 30px;
    margin: 0 12px 0 0;
    padding: 0 0 0 24px;
    position: relative;
  }
  /* line 31, app/assets/stylesheets/common.css.scss */
  input.radiobutton + label:before {
    background: #fff;
    border: 2px solid #ccc;
    border-radius: 30px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    content: "";
    margin-top: -9px;
    display: block;
    height: 18px;
    position: absolute;
    top: 50%;
    left: 0;
    width: 18px;
  }
  /* line 32, app/assets/stylesheets/common.css.scss */
  input.radiobutton:checked + label:after {
    background: #31b3bb;
    border-radius: 8px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    content: "";
    display: block;
    margin-top: -4px;
    position: absolute;
    top: 50%;
    left: 5px;
    height: 8px;
    width: 8px;
  }
}

/* チェックボックス */
@media (min-width: 1px) {
  /* line 37, app/assets/stylesheets/common.css.scss */
  input.checkbox {
    display: none;
    height: 0;
    opacity: 0;
    width: 0;
  }
  /* line 38, app/assets/stylesheets/common.css.scss */
  input.checkbox + label {
    cursor: pointer;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 14px;
    line-height: 30px;
    margin: 0 12px 0 0;
    padding: 0 0 0 24px;
    position: relative;
  }
  /* line 39, app/assets/stylesheets/common.css.scss */
  input.checkbox + label:before {
    background: #fff;
    border: 2px solid #ccc;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    content: "";
    margin-top: -9px;
    display: block;
    height: 18px;
    position: absolute;
    top: 50%;
    left: 0;
    width: 18px;
  }
  /* line 40, app/assets/stylesheets/common.css.scss */
  p.block input.checkbox:first-child + label:before {
    background: #dcf1f4;
    border: 2px solid #dcf1f4;
  }
  /* line 41, app/assets/stylesheets/common.css.scss */
  p.align-center input.checkbox + label:before {
    background: #fffcc5;
    border: 2px solid #fffcc5;
  }
  /* line 42, app/assets/stylesheets/common.css.scss */
  input.checkbox:checked + label:after {
    border-left: 4px solid #31b3bb;
    border-bottom: 4px solid #31b3bb;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    content: "";
    display: block;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    left: 3px;
    height: 8px;
    width: 16px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

/* チェックボックス 小 */
@media (min-width: 1px) {
  /* line 47, app/assets/stylesheets/common.css.scss */
  input.checkbox-mini {
    display: none;
    height: 0;
    opacity: 0;
    width: 0;
  }
  /* line 48, app/assets/stylesheets/common.css.scss */
  input.checkbox-mini + label {
    cursor: pointer;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 14px;
    line-height: 22px;
    margin: 0 12px 0 0;
    padding: 0 0 0 20px;
    position: relative;
  }
  /* line 49, app/assets/stylesheets/common.css.scss */
  input.checkbox-mini + label:before {
    background: #eaeaea;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    content: "";
    margin-top: -9px;
    display: block;
    height: 13px;
    position: absolute;
    top: 13px;
    left: 0;
    width: 13px;
  }
  /* line 50, app/assets/stylesheets/common.css.scss */
  p.block input.checkbox-mini:first-child + label:before {
    background: #dcf1f4;
    border: 2px solid #dcf1f4;
  }
  /* line 51, app/assets/stylesheets/common.css.scss */
  p.align-center input.checkbox-mini + label:before {
    background: #fffcc5;
    border: 2px solid #fffcc5;
  }
  /* line 52, app/assets/stylesheets/common.css.scss */
  input.checkbox-mini:checked + label:after {
    border-left: 2px solid #22a6aa;
    border-bottom: 2px solid #22a6aa;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    content: "";
    display: block;
    margin-top: -8px;
    position: absolute;
    top: 13px;
    left: 2px;
    height: 7px;
    width: 12px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

/* カテゴリー選択用チェックボックス */
@media (min-width: 1px) {
  /* line 57, app/assets/stylesheets/common.css.scss */
  input.hidden-checkbox {
    display: none;
    height: 0;
    opacity: 0;
    width: 0;
  }
  /* line 58, app/assets/stylesheets/common.css.scss */
  input.hidden-checkbox + label {
    background: #30b3bb;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 15px;
    margin: 4px 2px;
    padding: 6px 15px 5px;
  }
  /* line 59, app/assets/stylesheets/common.css.scss */
  input.hidden-checkbox + label:hover {
    background: #4dcad1;
  }
  /* line 60, app/assets/stylesheets/common.css.scss */
  input.hidden-checkbox:checked + label {
    background: #1f8291;
  }
}

/* IE8 */
/* line 64, app/assets/stylesheets/common.css.scss */
label {
  display: inline-block\9;
  margin: 0 20px 0 4px\9;
}

/* line 65, app/assets/stylesheets/common.css.scss */
.common-list-users input.checkbox {
  margin: 0 0 0 10px\9;
}

/* アイコン */
/* line 68, app/assets/stylesheets/common.css.scss */
[class^="icon-"],
[class*=" icon-"] {
  background: url(/assets/icon-mini-e5cc3355ab9f2701b583fbd87dc33d827c0944e3348a7a015103910b039cdc43.png) no-repeat transparent;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  overflow: hidden;
  text-indent: 100%;
  vertical-align: text-top;
  white-space: nowrap;
}

/* line 70, app/assets/stylesheets/common.css.scss */
.icon-info-w {
  background-position: 0 1px;
  height: 18px;
  width: 18px;
}

/* line 71, app/assets/stylesheets/common.css.scss */
.icon-bell-w {
  background-position: -32px 1px;
  height: 18px;
  width: 18px;
}

/* line 72, app/assets/stylesheets/common.css.scss */
.icon-q-w {
  background-position: -60px 1px;
  height: 18px;
  width: 18px;
}

/* line 73, app/assets/stylesheets/common.css.scss */
.icon-talk-w {
  background-position: -92px 2px;
  height: 20px;
  width: 22px;
}

/* line 74, app/assets/stylesheets/common.css.scss */
.icon-thanks-w {
  background-position: -127px -3px;
  height: 16px;
  width: 20px;
}

/* line 75, app/assets/stylesheets/common.css.scss */
.icon-wakaru-w {
  background-position: -160px -2px;
  height: 18px;
  width: 20px;
}

/* line 76, app/assets/stylesheets/common.css.scss */
.icon-hitokoto-w {
  background-position: -192px 0px;
  height: 20px;
  width: 23px;
}

/* line 77, app/assets/stylesheets/common.css.scss */
.icon-talkmini-w {
  background-position: -228px 0px;
  height: 20px;
  width: 18px;
}

/* line 78, app/assets/stylesheets/common.css.scss */
.icon-monitor-w {
  background-position: -260px 0px;
  height: 20px;
  width: 18px;
}

/* line 79, app/assets/stylesheets/common.css.scss */
.icon-mike-w {
  background-position: -291px 0px;
  height: 20px;
  width: 20px;
}

/* line 80, app/assets/stylesheets/common.css.scss */
.icon-plus-w {
  background-position: -327px -1px;
  height: 19px;
  width: 20px;
}

/* line 81, app/assets/stylesheets/common.css.scss */
.icon-pen-w {
  background-position: -362px -1px;
  height: 20px;
  width: 20px;
}

/* line 82, app/assets/stylesheets/common.css.scss */
.icon-user-w {
  background-position: -396px -2px;
  height: 20px;
  width: 20px;
}

/* line 83, app/assets/stylesheets/common.css.scss */
.icon-dustbox-w {
  background-position: -426px -1px;
  height: 20px;
  width: 20px;
}

/* line 84, app/assets/stylesheets/common.css.scss */
.icon-thanksmini-w {
  background-position: -460px -5px;
  height: 16px;
  width: 18px;
}

/* line 85, app/assets/stylesheets/common.css.scss */
.icon-report-w {
  background-position: -492px -2px;
  height: 17px;
  width: 17px;
}

/* line 86, app/assets/stylesheets/common.css.scss */
.icon-csv-w {
  background-position: -562px -3px;
  height: 18px;
  width: 16px;
}

/* line 87, app/assets/stylesheets/common.css.scss */
.icon-notification-off {
  background-position: -607px -2px;
  height: 20px;
  width: 24px;
}

/* line 88, app/assets/stylesheets/common.css.scss */
.icon-notification-on {
  background-position: -607px -30px;
  height: 20px;
  width: 24px;
}

/* line 89, app/assets/stylesheets/common.css.scss */
.icon-invitation-off {
  background-position: -644px -2px;
  height: 18px;
  width: 30px;
}

/* line 90, app/assets/stylesheets/common.css.scss */
.icon-invitation-on {
  background-position: -644px -30px;
  height: 18px;
  width: 30px;
}

/* line 92, app/assets/stylesheets/common.css.scss */
.icon-info {
  background-position: 0 -31px;
  height: 18px;
  width: 18px;
}

/* line 93, app/assets/stylesheets/common.css.scss */
.icon-bell {
  background-position: -32px -31px;
  height: 18px;
  width: 18px;
}

/* line 94, app/assets/stylesheets/common.css.scss */
.icon-q {
  background-position: -60px -31px;
  height: 18px;
  width: 18px;
}

/* line 95, app/assets/stylesheets/common.css.scss */
.icon-talk {
  background-position: -92px -31px;
  height: 20px;
  width: 22px;
}

/* line 96, app/assets/stylesheets/common.css.scss */
.icon-thanks {
  background-position: -127px -34px;
  height: 16px;
  width: 20px;
}

/* line 97, app/assets/stylesheets/common.css.scss */
.icon-wakaru {
  background-position: -160px -33px;
  height: 18px;
  width: 20px;
}

/* line 98, app/assets/stylesheets/common.css.scss */
.icon-hitokoto {
  background-position: -192px -31px;
  height: 20px;
  width: 23px;
}

/* line 99, app/assets/stylesheets/common.css.scss */
.icon-talkmini {
  background-position: -228px -31px;
  height: 20px;
  width: 18px;
}

/* line 100, app/assets/stylesheets/common.css.scss */
.icon-monitor {
  background-position: -260px -31px;
  height: 20px;
  width: 18px;
}

/* line 101, app/assets/stylesheets/common.css.scss */
.icon-mike {
  background-position: -292px -31px;
  height: 20px;
  width: 20px;
}

/* line 102, app/assets/stylesheets/common.css.scss */
.icon-plus {
  background-position: -327px -30px;
  height: 21px;
  width: 20px;
}

/* line 103, app/assets/stylesheets/common.css.scss */
.icon-pen {
  background-position: -362px -31px;
  height: 20px;
  width: 20px;
}

/* line 104, app/assets/stylesheets/common.css.scss */
.icon-user {
  background-position: -396px -32px;
  height: 20px;
  width: 20px;
}

/* line 105, app/assets/stylesheets/common.css.scss */
.icon-dustbox {
  background-position: -426px -31px;
  height: 20px;
  width: 20px;
}

/* line 106, app/assets/stylesheets/common.css.scss */
.icon-thanksmini {
  background-position: -460px -34px;
  height: 16px;
  width: 18px;
}

/* line 107, app/assets/stylesheets/common.css.scss */
.icon-report {
  background-position: -492px -33px;
  height: 16px;
  width: 16px;
}

/* line 108, app/assets/stylesheets/common.css.scss */
.icon-board {
  background-position: -562px -33px;
  height: 18px;
  width: 16px;
}

/* line 109, app/assets/stylesheets/common.css.scss */
.icon-mike-l {
  background-position: -526px -2px;
  height: 18px;
  width: 17px;
}

/* line 110, app/assets/stylesheets/common.css.scss */
.icon-notification-l {
  background-position: -520px -31px;
  height: 20px;
  width: 28px;
}

/* line 111, app/assets/stylesheets/common.css.scss */
.icon-answer {
  background-position: -292px -62px;
  height: 20px;
  width: 20px;
}

/* line 113, app/assets/stylesheets/common.css.scss */
.icon-folder {
  background-position: 0 -68px;
  height: 13px;
  width: 14px;
}

/* line 114, app/assets/stylesheets/common.css.scss */
.icon-folder-s {
  background-position: -31px -64px;
  height: 18px;
  width: 20px;
}

/* line 115, app/assets/stylesheets/common.css.scss */
.icon-cup-s {
  background-position: -64px -64px;
  height: 19px;
  width: 20px;
}

/* line 116, app/assets/stylesheets/common.css.scss */
.icon-flag-s {
  background-position: -96px -64px;
  height: 19px;
  width: 20px;
}

/* line 117, app/assets/stylesheets/common.css.scss */
.icon-best-s {
  background-position: -128px -61px;
  height: 22px;
  width: 20px;
}

/* line 118, app/assets/stylesheets/common.css.scss */
.icon-wakaru-s {
  background-position: -161px -63px;
  height: 20px;
  width: 21px;
}

/* line 119, app/assets/stylesheets/common.css.scss */
.icon-trend-s {
  background-position: -194px -65px;
  height: 18px;
  width: 20px;
}

/* line 121, app/assets/stylesheets/common.css.scss */
.icon-inner {
  background: none;
}

/* line 123, app/assets/stylesheets/common.css.scss */
[class^="icon-large-"],
[class*=" icon-large-"],
[class^="icon-middle-"],
[class*=" icon-middle-"] {
  background: url(/assets/icon-large-2796bf0218e1cdc0eee0d26e9a8d04b0047bfac2ec99f562431862bbb884220d.png) no-repeat transparent;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  overflow: hidden;
  text-indent: 100%;
  vertical-align: text-top;
  white-space: nowrap;
}

/* line 127, app/assets/stylesheets/common.css.scss */
.icon-large-board-w {
  background-position: 1px -50px;
  height: 34px;
  width: 34px;
}

/* line 128, app/assets/stylesheets/common.css.scss */
.icon-large-wakaru-w {
  background-position: -48px -50px;
  height: 34px;
  width: 34px;
}

/* line 129, app/assets/stylesheets/common.css.scss */
.icon-large-hitokoto-w {
  background-position: -103px -50px;
  height: 34px;
  width: 36px;
}

/* line 130, app/assets/stylesheets/common.css.scss */
.icon-large-user-w {
  background-position: -161px -51px;
  height: 34px;
  width: 34px;
}

/* line 131, app/assets/stylesheets/common.css.scss */
.icon-large-thanks-w {
  background-position: -220px -54px;
  height: 28px;
  width: 31px;
}

/* line 132, app/assets/stylesheets/common.css.scss */
.icon-large-talk-w {
  background-position: -280px -50px;
  height: 34px;
  width: 34px;
}

/* line 133, app/assets/stylesheets/common.css.scss */
.icon-large-user-join-w {
  background-position: -402px -51px;
  height: 34px;
  width: 34px;
}

/* line 134, app/assets/stylesheets/common.css.scss */
.icon-large-kiitemiru-w {
  background-position: -280px -106px;
  height: 34px;
  width: 34px;
}

/* line 135, app/assets/stylesheets/common.css.scss */
.icon-large-milltalkplus-w {
  background-position: -343px -107px;
  height: 34px;
  width: 34px;
}

/* line 136, app/assets/stylesheets/common.css.scss */
.icon-large-sonota-w {
  background-position: -402px -106px;
  height: 34px;
  width: 34px;
}

/* line 138, app/assets/stylesheets/common.css.scss */
.icon-large-board {
  background-position: 1px 1px;
  height: 34px;
  width: 34px;
}

/* line 139, app/assets/stylesheets/common.css.scss */
.icon-large-wakaru {
  background-position: -48px 0px;
  height: 34px;
  width: 34px;
}

/* line 140, app/assets/stylesheets/common.css.scss */
.icon-large-hitokoto {
  background-position: -103px 1px;
  height: 34px;
  width: 36px;
}

/* line 141, app/assets/stylesheets/common.css.scss */
.icon-large-user {
  background-position: -161px 2px;
  height: 34px;
  width: 34px;
}

/* line 142, app/assets/stylesheets/common.css.scss */
.icon-large-thanks {
  background-position: -220px -4px;
  height: 28px;
  width: 31px;
}

/* line 143, app/assets/stylesheets/common.css.scss */
.icon-large-talk {
  background-position: -280px 0px;
  height: 34px;
  width: 34px;
}

/* line 144, app/assets/stylesheets/common.css.scss */
.icon-large-company {
  background-position: -340px -1px;
  height: 34px;
  width: 34px;
}

/* line 145, app/assets/stylesheets/common.css.scss */
.icon-large-company-join {
  background-position: -343px -51px;
  height: 34px;
  width: 34px;
}

/* line 146, app/assets/stylesheets/common.css.scss */
.icon-large-user-join {
  background-position: -402px 2px;
  height: 34px;
  width: 34px;
}

/* line 148, app/assets/stylesheets/common.css.scss */
.icon-middle-board-w {
  background-position: 1px -154px;
  height: 25px;
  width: 24px;
}

/* line 149, app/assets/stylesheets/common.css.scss */
.icon-middle-talk-w {
  background-position: -83px -154px;
  height: 24px;
  width: 25px;
}

/* line 150, app/assets/stylesheets/common.css.scss */
.icon-middle-user-w {
  background-position: -129px -154px;
  height: 24px;
  width: 24px;
}

/* line 151, app/assets/stylesheets/common.css.scss */
.icon-middle-board {
  background-position: 1px -106px;
  height: 25px;
  width: 24px;
}

/* line 152, app/assets/stylesheets/common.css.scss */
.icon-middle-company {
  background-position: -38px -106px;
  height: 24px;
  width: 25px;
}

/* line 153, app/assets/stylesheets/common.css.scss */
.icon-middle-talk {
  background-position: -83px -106px;
  height: 24px;
  width: 25px;
}

/* line 154, app/assets/stylesheets/common.css.scss */
.icon-middle-user {
  background-position: -129px -106px;
  height: 24px;
  width: 24px;
}

/* line 156, app/assets/stylesheets/common.css.scss */
[class^="icon-room"],
[class*=" icon-room"] {
  background: url(/assets/icon-room-289e2c667df02b59a962e65ff4fb0ec50c1747dc66c208943c7e23d60f5c8117.png) no-repeat transparent;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  overflow: hidden;
  text-indent: 100%;
  vertical-align: text-top;
  white-space: nowrap;
}

/* line 158, app/assets/stylesheets/common.css.scss */
.icon-room-user {
  background-position: 1px 2px;
  height: 17px;
  width: 17px;
}

/* line 159, app/assets/stylesheets/common.css.scss */
.icon-room-heart {
  background-position: -18px 1px;
  height: 20px;
  width: 22px;
}

/* line 160, app/assets/stylesheets/common.css.scss */
.icon-room-comment {
  background-position: -44px 1px;
  height: 17px;
  width: 15px;
}

/* line 161, app/assets/stylesheets/common.css.scss */
.icon-room-thanks {
  background-position: -62px 0;
  height: 18px;
  width: 18px;
}

/* line 162, app/assets/stylesheets/common.css.scss */
.icon-room-camera {
  background-position: -80px 1px;
  height: 20px;
  width: 22px;
}

/* ポップアップ - 基本 */
/* line 165, app/assets/stylesheets/common.css.scss */
.common-popup {
  background: #ffffff;
  margin: 0 0 0 -450px;
  padding: 20px 0;
  position: fixed;
  top: 30px;
  left: 50%;
  height: 520px;
  width: 900px;
  z-index: 999;
}

/* line 166, app/assets/stylesheets/common.css.scss */
.common-popup .close {
  background: url(/assets/icon-close-1dcbc7536c038618407dc0380ff1f7fac7f96a6c32640afe1660fbb040e0b292.png) no-repeat 0 0;
  display: block;
  overflow: hidden;
  text-indent: -400%;
  white-space: nowrap;
  height: 27px;
  width: 27px;
  position: absolute;
  top: -10px;
  right: -10px;
}

/* line 167, app/assets/stylesheets/common.css.scss */
.disable-cover {
  background: rgba(0, 0, 0, 0.6);
  background: url(/assets/disable-cover-be255efc5ceb152e058dc735610718cac95488adfef76247ba985519990189b8.png) repeat 0 0\9;
  height: 100%;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 800;
}

/* line 168, app/assets/stylesheets/common.css.scss */
.hidden {
  display: none;
}

/* line 169, app/assets/stylesheets/common.css.scss */
.common-popup-inner {
  height: 520px;
  overflow-y: auto;
  padding: 0 20px;
  width: 860px;
}

/* line 170, app/assets/stylesheets/common.css.scss */
.common-popup-inner h4 {
  margin: 20px 0 5px;
}

/* ポップアップ - 狭 */
/* line 173, app/assets/stylesheets/common.css.scss */
.common-popup.narrow {
  margin: 0 0 0 -250px;
  height: 520px;
  width: 500px;
}

/* line 174, app/assets/stylesheets/common.css.scss */
.common-popup.narrow .common-popup-inner {
  height: 520px;
  width: 460px;
}

/* line 175, app/assets/stylesheets/common.css.scss */
.common-popup.narrow .message {
  font-size: 20px;
  margin: 250px auto 0;
  text-align: center;
}

/* ポップアップ - 微小さめ */
/* line 178, app/assets/stylesheets/common.css.scss */
.common-popup.middle {
  margin: 0 0 0 -300px;
  height: 360px;
  width: 600px;
}

/* line 179, app/assets/stylesheets/common.css.scss */
.common-popup.middle .common-popup-inner {
  height: 360px;
  width: 560px;
}

/* ポップアップ - フェードアウト */
/* line 182, app/assets/stylesheets/common.css.scss */
.common-popup.fade {
  background: #e6f5f8;
  margin: 0 0 0 -200px;
  top: 180px;
  left: 50%;
  height: 180px;
  width: 400px;
}

/* line 183, app/assets/stylesheets/common.css.scss */
.common-popup.fade .common-popup-inner {
  height: 180px;
  width: 360px;
}

/* line 184, app/assets/stylesheets/common.css.scss */
.common-popup.fade .message {
  font-size: 20px;
  margin: 20px auto 0;
  text-align: center;
}

/* ポップアップ - フェードアウト 高さが長め */
/* line 187, app/assets/stylesheets/common.css.scss */
.common-popup.fade.long {
  height: 330px;
}

/* line 188, app/assets/stylesheets/common.css.scss */
.common-popup.fade.long .common-popup-inner {
  height: 330px;
}

/* line 190, app/assets/stylesheets/common.css.scss */
.modal-wrapper {
  position: relative;
}

/* line 191, app/assets/stylesheets/common.css.scss */
.common-modal {
  background: rgba(0, 0, 0, 0.6);
  background: url(/assets/disable-cover-be255efc5ceb152e058dc735610718cac95488adfef76247ba985519990189b8.png) repeat 0 0\9;
  border-radius: 20px;
  margin: 0 0 0 -140px;
  padding: 20px 0;
  position: absolute;
  top: 40px;
  right: 10px;
  width: 280px;
  z-index: 999;
}

/* ユーザー一覧系リスト */
/* line 194, app/assets/stylesheets/common.css.scss */
.common-list-users li {
  background: #e6f5f8;
  overflow: hidden;
  margin: 4px 0;
  min-height: 64px;
  position: relative;
}

/* line 195, app/assets/stylesheets/common.css.scss */
.common-list-users p {
  font-size: 12px;
  margin: 8px 0;
}

/* line 196, app/assets/stylesheets/common.css.scss */
.common-list-users .img-profile {
  float: left;
  margin: 5px 10px 5px 5px;
}

/* line 197, app/assets/stylesheets/common.css.scss */
.common-list-users .img-profile input + label {
  margin: 0 0 0 8px;
}

/* line 198, app/assets/stylesheets/common.css.scss */
.common-list-users .img-profile a img:hover {
  opacity: 0.8;
  filter: alpha(opacity=0.8);
  -moz-filter: alpha(opacity=0.8);
  -o-filter: alpha(opacity=0.8);
  -ms-filter: alpha(opacity=0.8);
}

/* line 199, app/assets/stylesheets/common.css.scss */
.common-list-users .summary {
  float: left;
  max-width: 360px;
  margin: 0;
}

/* line 200, app/assets/stylesheets/common.css.scss */
.common-list-users .follow-button {
  position: absolute;
  top: 8px;
  right: 15px;
}

/* line 201, app/assets/stylesheets/common.css.scss */
.common-list-users .follow-button.rename-tag {
  right: 100px;
}

/* line 202, app/assets/stylesheets/common.css.scss */
.common-list-users .follow-button.active .common-button, .common-list-users .follow-button.active .button-more-comments {
  background: #999;
}

/* line 203, app/assets/stylesheets/common.css.scss */
.common-list-users .follow-button.active .common-button:hover, .common-list-users .follow-button.active .button-more-comments:hover {
  background: #bababa;
}

/* line 204, app/assets/stylesheets/common.css.scss */
.common-list-users .user-name {
  color: #30b3bb;
  margin: 0 10px 0 0;
  text-decoration: none;
}

/* line 205, app/assets/stylesheets/common.css.scss */
.common-list-users .user-name:hover {
  border-bottom: 1px solid #30b3bb;
}

/* line 206, app/assets/stylesheets/common.css.scss */
.common-list-users .user-name span {
  font-size: 16px;
  height: 18px;
  overflow: hidden;
  max-width: 120px;
}

/* line 207, app/assets/stylesheets/common.css.scss */
.common-list-users .tag-icon {
  float: left;
  margin-left: 10px;
}

/* line 208, app/assets/stylesheets/common.css.scss */
.common-list-users .tag-icon i {
  margin-top: 8px;
}

/* line 209, app/assets/stylesheets/common.css.scss */
.common-list-users .monitor_tags {
  float: left;
  max-width: 400px;
  margin-left: 5px;
}

/* 作成登録系テーブル枠 */
/* line 212, app/assets/stylesheets/common.css.scss */
.common-box-table {
  border: 1px solid #ccc;
  margin: 30px 0;
}

/* line 213, app/assets/stylesheets/common.css.scss */
.common-box-table .headline-style2 {
  border-top: none;
  border-right: none;
  border-bottom: 1px solid #30b4b9;
  padding: 14px 15px 12px;
}

/* line 214, app/assets/stylesheets/common.css.scss */
.common-box-table .common-box-table-inner {
  margin: 30px;
  position: relative;
}

/* line 217, app/assets/stylesheets/common.css.scss */
.common-box-table .common-box-table-inner h3 span.basic {
  display: none;
}

/* line 218, app/assets/stylesheets/common.css.scss */
.common-box-table .common-box-table-inner h3 span.premium {
  display: none;
}

/* line 219, app/assets/stylesheets/common.css.scss */
.common-box-table .common-box-table-inner h3 span.professional {
  display: none;
}

/* line 223, app/assets/stylesheets/common.css.scss */
.common-box-table .common-box-table-inner.board-option h3 span {
  margin: 0 0 0 15px;
  color: #fff;
  padding: 6px 15px 5px;
  display: none;
}

/* line 225, app/assets/stylesheets/common.css.scss */
.common-box-table .common-box-table-inner.board-option h3 span.basic {
  background: #2fb4b9;
  border: 1px solid #2fb4b9;
  display: inline-block;
}

/* line 226, app/assets/stylesheets/common.css.scss */
.common-box-table .common-box-table-inner.board-option h3 span.premium {
  background: #afafb1;
  border: 1px solid #afafb1;
  display: inline-block;
}

/* line 227, app/assets/stylesheets/common.css.scss */
.common-box-table .common-box-table-inner.board-option h3 span.professional {
  background: #c6a440;
  border: 1px solid #c6a440;
  display: inline-block;
}

/* line 230, app/assets/stylesheets/common.css.scss */
.common-box-table .common-box-table-inner.board-option.without_border {
  margin: 15px;
}

/* line 233, app/assets/stylesheets/common.css.scss */
.common-box-table-inner .table-style1 {
  margin: 0 0 30px;
}

/* line 234, app/assets/stylesheets/common.css.scss */
.common-box-table-inner .table-style1 textarea {
  height: 15em;
}

/* line 235, app/assets/stylesheets/common.css.scss */
.common-box-table-inner .table-style1 .button-1 {
  padding: 7px 15px;
  vertical-align: bottom;
}

/* line 236, app/assets/stylesheets/common.css.scss */
.common-box-table-inner .table-style1 input + .button-1 {
  margin: 0 0 0 -4px;
}

/* line 237, app/assets/stylesheets/common.css.scss */
.common-box-table-inner .table-style1 img {
  display: block;
  margin: 5px 0;
}

/* line 238, app/assets/stylesheets/common.css.scss */
.common-box-table-inner .table-style1 p {
  margin: 10px 0 0;
}

/* line 239, app/assets/stylesheets/common.css.scss */
.common-box-table-inner h3 input.checkbox + label,
.common-box-table-inner h4 input.checkbox + label {
  margin: 0;
}

/* line 241, app/assets/stylesheets/common.css.scss */
.common-box-table-inner h3 input.checkbox + label:before,
.common-box-table-inner h4 input.checkbox + label:before {
  margin-top: -14px;
}

/* line 243, app/assets/stylesheets/common.css.scss */
.common-box-table-inner h3 input.checkbox + label:after,
.common-box-table-inner h4 input.checkbox + label:after {
  margin-top: -13px;
}

/* 見出し */
/* line 247, app/assets/stylesheets/common.css.scss */
.headline-style1 {
  background: #30b3bb;
  border-bottom: 2px solid #30b3bb;
  box-shadow: 0 -1px 0 0 #fff inset;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 10px 20px 8px;
}

/* line 248, app/assets/stylesheets/common.css.scss */
.headline-style2 {
  background: #fff;
  border: 1px solid #ccc;
  border-left: 5px solid #30b4b9;
  color: #222;
  font-size: 18px;
  font-weight: bold;
  overflow: hidden;
  padding: 10px 15px 8px;
  position: relative;
}

/* line 249, app/assets/stylesheets/common.css.scss */
.headline-style2 .red {
  font-size: 18px;
  font-weight: bold;
}

/* line 250, app/assets/stylesheets/common.css.scss */
.headline-style2 .sub {
  display: block;
  color: #aaa;
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 6px;
}

/* line 251, app/assets/stylesheets/common.css.scss */
.room .headline-style2 {
  padding: 10px 100px 8px 15px;
}

/* line 252, app/assets/stylesheets/common.css.scss */
.headline-style2 img {
  padding: 0 10px 2px 0;
}

/* line 253, app/assets/stylesheets/common.css.scss */
.headline-style2 div.user-icon {
  padding: 0 10px 2px 0;
}

/* line 254, app/assets/stylesheets/common.css.scss */
.headline-style2 .link-report {
  position: absolute;
  bottom: 0px;
  right: 10px;
}

/* line 255, app/assets/stylesheets/common.css.scss */
.headline-style2 .link-board {
  position: absolute;
  top: 8px;
  right: 10px;
}

/* line 256, app/assets/stylesheets/common.css.scss */
.headline-style2 .link-csv {
  position: absolute;
  bottom: 8px;
  right: 10px;
}

/* line 257, app/assets/stylesheets/common.css.scss */
.headline-style2 .icon-thanks {
  vertical-align: baseline;
}

/* line 258, app/assets/stylesheets/common.css.scss */
.headline-style2 .room-title {
  font-size: 18px;
  font-weight: bold;
}

/* line 259, app/assets/stylesheets/common.css.scss */
.headline-style3 {
  border-bottom: 2px solid #ddf1f2;
  color: #30b3bb;
  font-size: 16px;
  font-weight: bold;
  padding: 6px;
}

/* line 260, app/assets/stylesheets/common.css.scss */
.headline-style4 {
  border-bottom: 2px solid #333;
  color: #333;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 15px;
  padding: 0 0 4px;
}

/* line 261, app/assets/stylesheets/common.css.scss */
.headline-style5 {
  background: #30b3bb;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  padding: 10px 20px 8px;
}

/* line 262, app/assets/stylesheets/common.css.scss */
.headline-style6 {
  color: #30b3bb;
  font-size: 18px;
  font-weight: normal;
  padding: 0;
  position: relative;
}

/* line 263, app/assets/stylesheets/common.css.scss */
.headline-style6:before {
  background: #30b3bb;
  content: " ";
  display: block;
  height: 3px;
  width: 20px;
  position: absolute;
  top: 50%;
  left: -30px;
}

/* line 264, app/assets/stylesheets/common.css.scss */
.headline-style7 {
  border-bottom: 2px solid #333;
  color: #333;
  font-size: 15px;
  font-weight: bold;
  margin: 0 0 15px;
  padding: 0 0 4px;
}

/* line 265, app/assets/stylesheets/common.css.scss */
.headline-style8 {
  border-bottom: 2px solid #ddf1f2;
  color: #30b3bb;
  font-size: 14px;
  font-weight: bold;
  padding: 6px;
}

/* line 266, app/assets/stylesheets/common.css.scss */
.headline-table {
  background: #f2f3ed;
  font-size: 14px;
  font-weight: bold;
  margin: 10px 0;
  overflow: hidden;
  padding: 10px 16px;
}

/* line 267, app/assets/stylesheets/common.css.scss */
.headline-table2 {
  background: #f2f3ed;
  font-size: 14px;
  margin: 10px 0;
  overflow: hidden;
  padding: 10px 16px;
}

/* テーブル */
/* line 270, app/assets/stylesheets/common.css.scss */
.table-style1 {
  margin: 10px 0;
  width: 100%;
}

/* line 271, app/assets/stylesheets/common.css.scss */
.table-style1 th {
  background: #dcf1f4;
  border: 1px solid #ddd;
  font-weight: bold;
  padding: 6px 8px 5px;
  text-align: left;
}

/* line 272, app/assets/stylesheets/common.css.scss */
.table-style1 td {
  border: 1px solid #ddd;
  font-size: 13px;
  padding: 6px 8px 5px;
  text-align: left;
}

/* line 273, app/assets/stylesheets/common.css.scss */
.table-style1 td a {
  font-size: 13px;
}

/* line 274, app/assets/stylesheets/common.css.scss */
.table-style1 td input {
  max-width: 500px;
}

/* line 275, app/assets/stylesheets/common.css.scss */
.table-style1 td p.description {
  font-size: 13px;
  color: #333;
  margin: 5px 10px;
}

/* line 276, app/assets/stylesheets/common.css.scss */
.container-inner .table-style1 {
  margin: 30px 0 20px;
}

/* line 277, app/assets/stylesheets/common.css.scss */
.main-block-table .table-style1 th {
  width: 140px;
}

/* line 278, app/assets/stylesheets/common.css.scss */
.common-box-table-inner .table-style1 th,
.common-box-table-inner .table-style1 td {
  padding: 12px 15px;
}

/* line 280, app/assets/stylesheets/common.css.scss */
.common-box-table-inner .table-style1 th {
  width: 160px;
}

/* line 282, app/assets/stylesheets/common.css.scss */
.table-style1.pattern2 {
  margin: 40px 0;
}

/* line 283, app/assets/stylesheets/common.css.scss */
.table-style1.pattern2 th {
  background: #dcf1f4;
  border-bottom: 1px solid #30b3bb;
  padding: 14px 0 12px;
  text-align: center;
}

/* line 284, app/assets/stylesheets/common.css.scss */
.table-style1.pattern2 td {
  border: 1px solid #ddd;
  font-size: 13px;
  padding: 8px 18px 7px;
}

/* line 285, app/assets/stylesheets/common.css.scss */
.table-style1.pattern2 td a {
  font-size: 13px;
}

/* line 286, app/assets/stylesheets/common.css.scss */
.main-block-table .table-style1.pattern2.demand {
  margin: 15px 0;
}

/* line 287, app/assets/stylesheets/common.css.scss */
.main-block-table .table-style1.pattern2.demand a {
  color: #30b3bb;
}

/* line 288, app/assets/stylesheets/common.css.scss */
.main-block-table .table-style1.pattern2.demand th {
  padding: 6px 0 5px;
}

/* line 289, app/assets/stylesheets/common.css.scss */
.main-block-table .table-style1.pattern2.demand td {
  padding: 6px 10px 5px;
}

/* line 290, app/assets/stylesheets/common.css.scss */
.main-block-table .table-style1.pattern2.demand .demand-id,
.main-block-table .table-style1.pattern2.demand .price,
.main-block-table .table-style1.pattern2.demand .demand {
  width: 40px;
}

/* line 293, app/assets/stylesheets/common.css.scss */
.main-block-table .table-style1.pattern2.demand .date {
  width: 46px;
}

/* line 295, app/assets/stylesheets/common.css.scss */
.table-style2 {
  width: 100%;
}

/* line 296, app/assets/stylesheets/common.css.scss */
.table-style2 tr {
  border: 1px solid #e6f5f8;
}

/* line 297, app/assets/stylesheets/common.css.scss */
.table-style2 th {
  background: #000;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  padding: 7px 2px 6px;
  text-align: center;
}

/* line 298, app/assets/stylesheets/common.css.scss */
.table-style2 td {
  background: #fff;
  padding: 6px 10px 5px;
}

/* line 299, app/assets/stylesheets/common.css.scss */
.table-style2 span {
  font-size: 18px;
  font-weight: bold;
}

/* line 301, app/assets/stylesheets/common.css.scss */
.table-style3 {
  margin: 5px auto 20px;
  width: 240px;
}

/* line 302, app/assets/stylesheets/common.css.scss */
.table-style3 tr {
  border-top: 1px solid #30b3bb;
  border-bottom: 1px solid #30b3bb;
}

/* line 303, app/assets/stylesheets/common.css.scss */
.table-style3 th {
  background: #f3fcfb;
  color: #30b3bb;
  font-size: 12px;
  font-weight: bold;
  padding: 7px 8px 6px;
  text-align: left;
  width: 70px;
}

/* line 304, app/assets/stylesheets/common.css.scss */
.table-style3 td {
  background: #e6f5f8;
  font-size: 12px;
  padding: 6px 10px 5px;
}

/* line 305, app/assets/stylesheets/common.css.scss */
.table-style3 td a {
  font-size: 12px;
}

/* リスト */
/* line 308, app/assets/stylesheets/common.css.scss */
.list-line li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/* line 309, app/assets/stylesheets/common.css.scss */
.list-line.users {
  margin: 10px 0;
}

/* line 310, app/assets/stylesheets/common.css.scss */
.list-line.users li {
  margin: 8px 4px;
}

/* line 311, app/assets/stylesheets/common.css.scss */
.list-line.users span.user-icon {
  border: 1px solid #ddd;
}

/* line 312, app/assets/stylesheets/common.css.scss */
.list-line.users span.user-icon a img:hover {
  opacity: 0.8;
  filter: alpha(opacity=0.8);
  -moz-filter: alpha(opacity=0.8);
  -o-filter: alpha(opacity=0.8);
  -ms-filter: alpha(opacity=0.8);
}

/* line 313, app/assets/stylesheets/common.css.scss */
.list-icon {
  margin: 20px 0;
}

/* line 314, app/assets/stylesheets/common.css.scss */
.list-icon li {
  background: url(/assets/icon-arrow-f8a0595f609272c9b4705f3a40cfd52fb5633efac985b066ee80ae5316ce30c0.png) no-repeat 0 7px;
  margin: 0 0 5px 0;
  padding: 0 0 0 12px;
}

/* リンク */
/* line 317, app/assets/stylesheets/common.css.scss */
.link-arrow a {
  background: url(/assets/icon-arrow-f8a0595f609272c9b4705f3a40cfd52fb5633efac985b066ee80ae5316ce30c0.png) no-repeat 0 -44px;
  color: #31b3bb;
  padding: 0 0 0 12px;
}

/* line 318, app/assets/stylesheets/common.css.scss */
.link-report {
  margin: 10px 0;
  text-align: right;
}

/* line 319, app/assets/stylesheets/common.css.scss */
.link-report a {
  color: #ff4103;
  font-size: 12px;
}

/* line 320, app/assets/stylesheets/common.css.scss */
.link-show-all {
  margin: 0 0 10px;
  text-align: right;
}

/* line 321, app/assets/stylesheets/common.css.scss */
.link-show-all a {
  background: url(/assets/icon-arrow-f8a0595f609272c9b4705f3a40cfd52fb5633efac985b066ee80ae5316ce30c0.png) no-repeat 0 -44px;
  color: #31b3bb;
  font-size: 12px;
  padding: 0 0 0 12px;
}

/* ページネーション */
/* line 324, app/assets/stylesheets/common.css.scss */
.pagination {
  position: relative;
  overflow: hidden;
  background: #ffffff;
  padding: 10px;
  overflow: hidden;
  position: relative;
  text-align: center;
}

/* line 325, app/assets/stylesheets/common.css.scss */
.pagination ul {
  float: left;
  position: relative;
  left: 50%;
}

/* line 326, app/assets/stylesheets/common.css.scss */
.pagination li {
  float: left;
  position: relative;
  left: -50%;
}

/* line 327, app/assets/stylesheets/common.css.scss */
.pagination a,
.pagination span {
  background: #fff;
  border: 1px solid #30b4b9;
  color: #333;
  display: block;
  font-size: 14px;
  padding: 4px 10px;
  margin: 0 0 0 -1px;
  text-decoration: none;
}

/* line 329, app/assets/stylesheets/common.css.scss */
.pagination a:hover {
  background: #eefafa;
}

/* line 330, app/assets/stylesheets/common.css.scss */
.pagination .current {
  background: #30b4b9;
  color: #fff;
}

/* line 331, app/assets/stylesheets/common.css.scss */
.pagination .arrow {
  background: #30b4b9;
  color: #fff;
}

/* line 332, app/assets/stylesheets/common.css.scss */
.pagination .arrow:hover {
  background: #4cccd0;
}

/* line 333, app/assets/stylesheets/common.css.scss */
nav.pagination {
  position: relative;
  left: 50%;
  float: left;
  padding: 0;
  overflow: initial;
}

/* line 334, app/assets/stylesheets/common.css.scss */
nav.pagination span {
  float: left;
  position: relative;
  left: -50%;
}

/* line 335, app/assets/stylesheets/common.css.scss */
nav.pagination a {
  padding: 0;
  border: none;
}

/* line 336, app/assets/stylesheets/common.css.scss */
nav.pagination .first,
nav.pagination .last {
  display: none;
}

/* line 338, app/assets/stylesheets/common.css.scss */
nav.pagination .prev,
nav.pagination .next {
  background: #30b4b9;
  color: #fff;
}

/* line 340, app/assets/stylesheets/common.css.scss */
nav.pagination .prev a,
nav.pagination .next a {
  background: none;
  color: #fff;
}

/* ボタン類 */
/* line 344, app/assets/stylesheets/common.css.scss */
.common-button, .button-more-comments {
  border: none;
  cursor: pointer;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 3px 10px 2px;
  text-decoration: none;
  text-align: center;
  line-height: 20px;
  vertical-align: baseline;
  width: auto;
}

/* line 345, app/assets/stylesheets/common.css.scss */
.common-button:hover, .button-more-comments:hover {
  background: #ededed;
}

/* line 346, app/assets/stylesheets/common.css.scss */
a.common-button:hover, a.button-more-comments:hover {
  text-decoration: none;
}

/* line 347, app/assets/stylesheets/common.css.scss */
.button-submit {
  background: #ff7f00;
  border-radius: 3px;
  color: #fff;
  font-weight: bold;
  padding: 8px 20px 7px;
}

/* line 348, app/assets/stylesheets/common.css.scss */
.button-submit:hover {
  background: #ffa500;
}

/* line 349, app/assets/stylesheets/common.css.scss */
.button-reserve {
  background: #ffa54d;
  border-radius: 3px;
  color: #fff;
  font-weight: bold;
  padding: 8px 20px 7px;
}

/* line 350, app/assets/stylesheets/common.css.scss */
.button-reserve:hover {
  background: #ffc966;
}

/* line 351, app/assets/stylesheets/common.css.scss */
.button-cancel {
  background: #ababab;
  border-radius: 3px;
  color: #fff;
  font-weight: bold;
  padding: 8px 20px 7px;
}

/* line 352, app/assets/stylesheets/common.css.scss */
.button-cancel:hover {
  background: #bababa;
}

/* line 353, app/assets/stylesheets/common.css.scss */
.button-edit {
  background: #ff7f00;
  border-radius: 3px;
  color: #fff;
  padding: 8px 20px 6px;
}

/* line 354, app/assets/stylesheets/common.css.scss */
.button-edit:hover {
  background: #ffa500;
}

/* line 355, app/assets/stylesheets/common.css.scss */
.button-delete {
  background: #ff4001;
  border-radius: 3px;
  color: #fff;
  padding: 8px 20px 6px;
}

/* line 356, app/assets/stylesheets/common.css.scss */
.button-delete:hover {
  background: #ffa500;
}

/* line 357, app/assets/stylesheets/common.css.scss */
.button-download {
  background: #ff4001;
  border-radius: 3px;
  color: #fff;
  padding: 8px 20px 6px;
}

/* line 358, app/assets/stylesheets/common.css.scss */
.button-download:hover {
  background: #ffa500;
}

/* line 359, app/assets/stylesheets/common.css.scss */
.button-signup {
  background: #ff7f00;
  border: 1px solid #fff;
  color: #fff;
  font-weight: normal;
  padding: 4px 12px 6px;
}

/* line 360, app/assets/stylesheets/common.css.scss */
.button-signup:hover {
  background: #ffa500;
}

/* line 361, app/assets/stylesheets/common.css.scss */
.button-signup i {
  vertical-align: -4px;
}

/* line 362, app/assets/stylesheets/common.css.scss */
.button-1 {
  background: #30b3bb;
  border: 1px solid #30b3bb;
  color: #fff;
  padding: 6px 15px 5px;
}

/* line 363, app/assets/stylesheets/common.css.scss */
.button-1:hover {
  background: #4dcad1;
}

/* line 364, app/assets/stylesheets/common.css.scss */
.button-2 {
  background: url(/assets/icon-arrow-f8a0595f609272c9b4705f3a40cfd52fb5633efac985b066ee80ae5316ce30c0.png) no-repeat 8px -37px #fff;
  border: 1px solid #30b3bb;
  color: #30b3bb;
  padding: 5px 8px 4px 16px;
}

/* line 365, app/assets/stylesheets/common.css.scss */
.button-2:hover {
  background: #effafb;
}

/* line 366, app/assets/stylesheets/common.css.scss */
.button-3, .button-more-comments {
  background: #ffe868;
  border: 1px solid #eccc5d;
  color: #222;
  padding: 5px 15px 4px;
}

/* line 367, app/assets/stylesheets/common.css.scss */
.button-3:hover, .button-more-comments:hover {
  background: #fafad2;
}

/* line 368, app/assets/stylesheets/common.css.scss */
.button-4 {
  background: #ff7f00;
  border: 1px solid #ff7f00;
  color: #fff;
  padding: 6px 15px 5px;
}

/* line 369, app/assets/stylesheets/common.css.scss */
.button-4:hover {
  background: #ffa500;
}

/* line 370, app/assets/stylesheets/common.css.scss */
.button-disabled {
  background: #ababab;
  border: 1px solid #ababab;
  color: #fff;
  padding: 6px 15px 5px;
}

/* line 371, app/assets/stylesheets/common.css.scss */
.button-disabled:hover {
  background: #ababab;
  cursor: default;
}

/* line 372, app/assets/stylesheets/common.css.scss */
.common-button.short, .short.button-more-comments {
  font-size: 12px;
  padding: 2px 8px 1px;
}

/* line 373, app/assets/stylesheets/common.css.scss */
.common-button.short.button-2, .short.button-2.button-more-comments {
  background-position: 6px -40px;
  padding: 2px 5px 1px 14px;
}

/* line 374, app/assets/stylesheets/common.css.scss */
.common-button.large, .large.button-more-comments {
  border-radius: 3px;
  font-size: 15px;
  padding: 15px 30px 14px;
}

/* line 375, app/assets/stylesheets/common.css.scss */
.common-button.wide, .wide.button-more-comments {
  font-size: 18px;
  display: block;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}

/* line 376, app/assets/stylesheets/common.css.scss */
.common-button.wide.button-3, .wide.button-more-comments {
  font-size: 14px;
}

/* line 377, app/assets/stylesheets/common.css.scss */
.common-button.mini, .mini.button-more-comments {
  background-image: none;
  font-size: 12px;
  padding: 3px 8px;
  vertical-align: middle;
}

/* line 378, app/assets/stylesheets/common.css.scss */
.buttons-wrapper {
  margin: 30px 0;
  text-align: center;
}

/* line 379, app/assets/stylesheets/common.css.scss */
.buttons-wrapper a:hover {
  text-decoration: none;
}

/* line 380, app/assets/stylesheets/common.css.scss */
.buttons-wrapper .common-button, .buttons-wrapper .button-more-comments {
  font-size: 16px;
  font-weight: bold;
  margin: 0 10px;
  padding: 15px 40px 14px;
}

/* line 381, app/assets/stylesheets/common.css.scss */
.button-submit:disabled {
  background: #ffc4a0;
}

/* line 382, app/assets/stylesheets/common.css.scss */
.button-submit.disabled {
  background: #ffc4a0;
}

/* line 383, app/assets/stylesheets/common.css.scss */
.button-download:disabled {
  background: #ffc4a0;
}

/* line 384, app/assets/stylesheets/common.css.scss */
.button-more-wrapper {
  margin-bottom: 20px;
  text-align: center;
}

/* line 385, app/assets/stylesheets/common.css.scss */
.button-more-comments {
  font-size: 14px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

/* line 386, app/assets/stylesheets/common.css.scss */
.button-more-comments.disabled {
  background: #ddd;
  border-color: #ccc;
  color: #aaa;
}

/* line 387, app/assets/stylesheets/common.css.scss */
.button-finish-room {
  position: absolute;
  bottom: 8px;
  right: 10px;
  font-size: 12px;
  color: #fff;
  background-color: #ff7f00;
  text-decoration: none;
  padding: 3px 6px 3px 6px;
}

/* line 388, app/assets/stylesheets/common.css.scss */
.button-finish-room .close {
  font-size: 14px;
}

/* 文章 */
/* line 391, app/assets/stylesheets/common.css.scss */
.article {
  margin: 40px 20px;
}

/* line 392, app/assets/stylesheets/common.css.scss */
.article .float-right {
  margin: 0 0 0 24px;
}

/* line 393, app/assets/stylesheets/common.css.scss */
.article .float-left {
  margin: 0 24px 0 0;
}

/* line 394, app/assets/stylesheets/common.css.scss */
.article img {
  border: 1px solid #ddd;
}

/* line 395, app/assets/stylesheets/common.css.scss */
.article pre {
  white-space: pre-wrap;
  /* css-3 */
  white-space: -moz-pre-wrap;
  /* Mozilla, since 1999 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */
}

/* line 400, app/assets/stylesheets/common.css.scss */
.common-box-text {
  background: #f2f3ed;
  font-size: 13px;
  margin: 10px 0;
}

/* line 401, app/assets/stylesheets/common.css.scss */
.common-box-text p {
  padding: 15px;
  text-align: left;
}

/* line 402, app/assets/stylesheets/common.css.scss */
.common-box-text2 {
  background: #e6f5f8;
  border: 1px solid #30b3bb;
  font-size: 13px;
  margin: 10px 0;
}

/* line 403, app/assets/stylesheets/common.css.scss */
.common-box-text2 p {
  color: #30b3bb;
  padding: 15px;
  text-align: left;
}

/* line 404, app/assets/stylesheets/common.css.scss */
.read-copy {
  color: #30b3bb;
  font-size: 24px;
  font-weight: bold;
  margin: 0;
}

/* line 405, app/assets/stylesheets/common.css.scss */
.text {
  font-size: 14px;
  line-height: 1.6;
  margin: 20px 0;
}

/* line 406, app/assets/stylesheets/common.css.scss */
.text2 {
  font-size: 16px;
  line-height: 1.7;
  margin: 20px 0;
}

/* line 407, app/assets/stylesheets/common.css.scss */
.note {
  color: #30b3bb;
  font-size: 12px;
  font-weight: bold;
}

/* line 408, app/assets/stylesheets/common.css.scss */
.note2, .note2 a {
  color: #333;
  font-size: 12px;
  font-weight: normal;
}

/* line 409, app/assets/stylesheets/common.css.scss */
.notice {
  font-size: 15px;
  font-weight: bold;
  margin: 20px 0;
}

/* line 410, app/assets/stylesheets/common.css.scss */
.notice.error {
  color: #cf0017;
}

/* line 411, app/assets/stylesheets/common.css.scss */
.notice.message {
  color: #31b3bb;
}

/* line 412, app/assets/stylesheets/common.css.scss */
.new {
  background: #ff3b07;
  color: #fff;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 11px;
  padding: 1px 5px 0;
}

/* line 413, app/assets/stylesheets/common.css.scss */
.finished {
  background: #808080;
  color: #fff;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 11px;
  padding: 1px 5px 0;
}

/* line 414, app/assets/stylesheets/common.css.scss */
.align-right {
  text-align: right !important;
}

/* line 415, app/assets/stylesheets/common.css.scss */
.align-left {
  text-align: left !important;
}

/* line 416, app/assets/stylesheets/common.css.scss */
.align-center {
  text-align: center !important;
}

/* line 417, app/assets/stylesheets/common.css.scss */
.red {
  color: #cf0017;
}

/* line 418, app/assets/stylesheets/common.css.scss */
.bold {
  font-weight: bold;
}

/* line 419, app/assets/stylesheets/common.css.scss */
.disabled {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}

/* line 420, app/assets/stylesheets/common.css.scss */
.article img.img-sorry {
  border: 0;
}

/* マージン・幅調整 */
/* line 424, app/assets/stylesheets/common.css.scss */
.m0auto {
  margin: 0 auto !important;
}

/* line 425, app/assets/stylesheets/common.css.scss */
.mt10b10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

/* line 426, app/assets/stylesheets/common.css.scss */
.mt20b20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

/* line 427, app/assets/stylesheets/common.css.scss */
.mt30b30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

/* line 428, app/assets/stylesheets/common.css.scss */
.mt40b40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

/* line 429, app/assets/stylesheets/common.css.scss */
.mt50b50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

/* line 430, app/assets/stylesheets/common.css.scss */
.mt10 {
  margin-top: 10px !important;
}

/* line 431, app/assets/stylesheets/common.css.scss */
.mt20 {
  margin-top: 20px !important;
}

/* line 432, app/assets/stylesheets/common.css.scss */
.mt30 {
  margin-top: 30px !important;
}

/* line 433, app/assets/stylesheets/common.css.scss */
.mt40 {
  margin-top: 40px !important;
}

/* line 434, app/assets/stylesheets/common.css.scss */
.mt50 {
  margin-top: 50px !important;
}

/* line 435, app/assets/stylesheets/common.css.scss */
.mb10 {
  margin-bottom: 10px !important;
}

/* line 436, app/assets/stylesheets/common.css.scss */
.mb20 {
  margin-bottom: 20px !important;
}

/* line 437, app/assets/stylesheets/common.css.scss */
.mb30 {
  margin-bottom: 30px !important;
}

/* line 438, app/assets/stylesheets/common.css.scss */
.mb40 {
  margin-bottom: 40px !important;
}

/* line 439, app/assets/stylesheets/common.css.scss */
.mb50 {
  margin-bottom: 50px !important;
}

/* line 440, app/assets/stylesheets/common.css.scss */
.ml10r10 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

/* line 441, app/assets/stylesheets/common.css.scss */
.ml15r15 {
  margin-left: 15px !important;
  margin-right: 15px !important;
}

/* line 442, app/assets/stylesheets/common.css.scss */
.ml20r20 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

/* line 443, app/assets/stylesheets/common.css.scss */
.ml30r30 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}

/* line 444, app/assets/stylesheets/common.css.scss */
.p10 {
  padding: 10px !important;
}

/* line 446, app/assets/stylesheets/common.css.scss */
.w50 {
  width: 50px !important;
}

/* line 447, app/assets/stylesheets/common.css.scss */
.w80 {
  width: 80px !important;
}

/* line 448, app/assets/stylesheets/common.css.scss */
.w100 {
  width: 100px !important;
}

/* line 449, app/assets/stylesheets/common.css.scss */
.w170 {
  width: 170px !important;
}

/* line 450, app/assets/stylesheets/common.css.scss */
.w200 {
  width: 200px !important;
}

/* line 451, app/assets/stylesheets/common.css.scss */
.w300 {
  width: 300px !important;
}

/* line 452, app/assets/stylesheets/common.css.scss */
.w400 {
  width: 400px !important;
}

/* line 453, app/assets/stylesheets/common.css.scss */
.w500 {
  width: 500px !important;
}

/* line 454, app/assets/stylesheets/common.css.scss */
.w600 {
  width: 600px !important;
}

/* line 455, app/assets/stylesheets/common.css.scss */
.w700 {
  width: 700px !important;
}

/* line 456, app/assets/stylesheets/common.css.scss */
.w800 {
  width: 800px !important;
}

/* line 457, app/assets/stylesheets/common.css.scss */
.h50 {
  height: 50px !important;
}

/* line 458, app/assets/stylesheets/common.css.scss */
.h100 {
  height: 100px !important;
}

/* line 459, app/assets/stylesheets/common.css.scss */
.h150 {
  height: 150px !important;
}

/* line 460, app/assets/stylesheets/common.css.scss */
.h200 {
  height: 200px !important;
}

/* line 461, app/assets/stylesheets/common.css.scss */
.h300 {
  height: 300px !important;
}

/* line 462, app/assets/stylesheets/common.css.scss */
.h400 {
  height: 400px !important;
}

/* line 463, app/assets/stylesheets/common.css.scss */
.h500 {
  height: 500px !important;
}

/* line 464, app/assets/stylesheets/common.css.scss */
.h600 {
  height: 600px !important;
}

/* line 465, app/assets/stylesheets/common.css.scss */
.h700 {
  height: 700px !important;
}

/* line 466, app/assets/stylesheets/common.css.scss */
.h800 {
  height: 800px !important;
}

/* line 468, app/assets/stylesheets/common.css.scss */
span.list-limit-notice {
  font-size: 13px;
  vertical-align: 2px;
  padding-left: 2px;
}

/* line 470, app/assets/stylesheets/common.css.scss */
.back-from-board-page {
  text-align: right;
  font-size: 14px;
  margin-bottom: 10px;
}

/* line 472, app/assets/stylesheets/common.css.scss */
.payjp-input-area {
  max-width: 500px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  padding: 6px 8px;
  min-height: 30px;
}

/* line 473, app/assets/stylesheets/common.css.scss */
.payjp-form-table {
  /* 旧edge対応 */
  /* IE対応 */
}

/* line 474, app/assets/stylesheets/common.css.scss */
.payjp-form-table input::placeholder {
  color: #999;
}

/* line 475, app/assets/stylesheets/common.css.scss */
.payjp-form-table input::-ms-input-placeholder {
  color: #999;
}

/* line 476, app/assets/stylesheets/common.css.scss */
.payjp-form-table input:-ms-input-placeholder {
  color: #999;
}
/* line 4, app/assets/stylesheets/company_usage.css.scss */
.company-usage-headline {
  margin: 17px 0;
}

/* line 6, app/assets/stylesheets/company_usage.css.scss */
.company-usage-header-title {
  font-size: 20px;
  display: inline-block;
  position: relative;
}

/* line 7, app/assets/stylesheets/company_usage.css.scss */
.company-usage-header-title:before {
  content: " ";
  background: url(/assets/icon-large-2796bf0218e1cdc0eee0d26e9a8d04b0047bfac2ec99f562431862bbb884220d.png) no-repeat transparent;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  overflow: hidden;
  text-indent: 100%;
  vertical-align: middle;
  white-space: nowrap;
  padding-right: 10px;
}

/* line 19, app/assets/stylesheets/company_usage.css.scss */
.company-usage-header-board:before {
  background-position: -280px -106px;
  height: 34px;
  width: 34px;
}

/* line 20, app/assets/stylesheets/company_usage.css.scss */
.company-usage-header-room:before {
  background-position: -280px -50px;
  height: 34px;
  width: 34px;
}

/* line 21, app/assets/stylesheets/company_usage.css.scss */
.company-usage-header-milltalk:before {
  background-position: -343px -107px;
  height: 34px;
  width: 34px;
}

/* line 22, app/assets/stylesheets/company_usage.css.scss */
.company-usage-header-other:before {
  background-position: -402px -106px;
  height: 34px;
  width: 34px;
}

/* line 24, app/assets/stylesheets/company_usage.css.scss */
.company_usage-content {
  margin: 20px 20px 30px 20px;
  width: 970px;
}

/* line 25, app/assets/stylesheets/company_usage.css.scss */
.company-usage-banner {
  width: 500px;
}

/* line 26, app/assets/stylesheets/company_usage.css.scss */
.company-usage-banner-area {
  margin-top: 30px;
  text-align: center;
}

/* line 28, app/assets/stylesheets/company_usage.css.scss */
.usage-breadcrumb-list {
  margin-bottom: 20px;
}

/* line 29, app/assets/stylesheets/company_usage.css.scss */
.usage-breadcrumb-list-separator {
  margin: 0 10px;
}

/* line 31, app/assets/stylesheets/company_usage.css.scss */
.usage-procedure-list {
  padding-left: 25px;
  list-style-type: decimal;
}

/* line 32, app/assets/stylesheets/company_usage.css.scss */
.usage-procedure-list li {
  list-style-type: decimal;
  line-height: 1.7;
  margin-bottom: 10px;
}

/* line 33, app/assets/stylesheets/company_usage.css.scss */
.usage-procedure-image {
  margin: 20px 0;
  display: block;
}

/* line 34, app/assets/stylesheets/company_usage.css.scss */
.usage-content {
  margin: 0px 20px;
  line-height: 1.5;
}

/* line 35, app/assets/stylesheets/company_usage.css.scss */
.usage-content p {
  margin-bottom: 20px;
}

/* line 36, app/assets/stylesheets/company_usage.css.scss */
.usage-content span {
  display: inline;
}

/* line 37, app/assets/stylesheets/company_usage.css.scss */
.usage-content ul {
  margin-left: 20px;
}

/* line 38, app/assets/stylesheets/company_usage.css.scss */
.usage-content ul li {
  list-style-type: disc;
}

/* line 40, app/assets/stylesheets/company_usage.css.scss */
.usage-list-disc {
  list-style-type: disc;
  padding-left: 20px;
}

/* line 41, app/assets/stylesheets/company_usage.css.scss */
ul.usage-list-disc li {
  list-style-type: disc;
  margin-bottom: 10px;
}

/* line 42, app/assets/stylesheets/company_usage.css.scss */
.usage-list-disc1 {
  list-style-type: disc;
  padding-left: 17px;
}

/* line 43, app/assets/stylesheets/company_usage.css.scss */
ul.usage-list-disc1 li {
  list-style-type: disc;
}

/* line 45, app/assets/stylesheets/company_usage.css.scss */
.use-case-image-block {
  margin: 20px 0;
}

/* line 46, app/assets/stylesheets/company_usage.css.scss */
.use-case-image-block:after {
  content: "";
  display: block;
  clear: both;
}

/* line 47, app/assets/stylesheets/company_usage.css.scss */
.use-case-person-image {
  float: left;
  margin-right: 40px;
}

/* line 48, app/assets/stylesheets/company_usage.css.scss */
.use-case-person-description {
  padding-top: 10px;
}

/* line 49, app/assets/stylesheets/company_usage.css.scss */
.use-case-left-image {
  margin-right: 10px;
  float: left;
}

/* line 50, app/assets/stylesheets/company_usage.css.scss */
.use-case-right-image {
  margin-left: 10px;
  float: right;
}
/* line 2, app/assets/stylesheets/coupons.css.scss */
input.coupon_code {
  width: 300px;
  margin-right: 5px;
}

/* line 3, app/assets/stylesheets/coupons.css.scss */
input.coupon_code_sp {
  width: 200px;
  margin-right: 5px;
}

/* line 4, app/assets/stylesheets/coupons.css.scss */
#coupon_message {
  padding: 0px;
  margin-top: 5px;
}

/* line 5, app/assets/stylesheets/coupons.css.scss */
#coupon_error {
  color: red;
}

/* line 6, app/assets/stylesheets/coupons.css.scss */
#coupon_success {
  color: #34b5b0;
}

/* line 7, app/assets/stylesheets/coupons.css.scss */
.box-coupon {
  margin-bottom: 30px;
  margin-top: 10px;
}
/* line 5, app/assets/stylesheets/loader.css.scss */
#nprogress .bar {
  background: #ff7f00;
}

/* line 8, app/assets/stylesheets/loader.css.scss */
#nprogress .spinner-icon {
  border-top-color: #ff7f00;
  border-left-color: #ff7f00;
}

/* Make clicks pass-through */
/* line 6, bundle/ruby/3.2.0/gems/nprogress-rails-0.2.0.2/app/assets/stylesheets/nprogress.scss */
#nprogress {
  pointer-events: none;
}

/* line 10, bundle/ruby/3.2.0/gems/nprogress-rails-0.2.0.2/app/assets/stylesheets/nprogress.scss */
#nprogress .bar {
  background: #ff7f00;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}

/* Fancy blur effect */
/* line 23, bundle/ruby/3.2.0/gems/nprogress-rails-0.2.0.2/app/assets/stylesheets/nprogress.scss */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #ff7f00, 0 0 5px #ff7f00;
  opacity: 1.0;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}

/* Remove these to get rid of the spinner */
/* line 38, bundle/ruby/3.2.0/gems/nprogress-rails-0.2.0.2/app/assets/stylesheets/nprogress.scss */
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 100;
  top: 15px;
  right: 15px;
}

/* line 46, bundle/ruby/3.2.0/gems/nprogress-rails-0.2.0.2/app/assets/stylesheets/nprogress.scss */
#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #ff7f00;
  border-left-color: #ff7f00;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner 400ms linear infinite;
  animation: nprogress-spinner 400ms linear infinite;
}

/* line 60, bundle/ruby/3.2.0/gems/nprogress-rails-0.2.0.2/app/assets/stylesheets/nprogress.scss */
.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}

/* line 65, bundle/ruby/3.2.0/gems/nprogress-rails-0.2.0.2/app/assets/stylesheets/nprogress.scss */
.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}

@-webkit-keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes nprogress-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* line 17, app/assets/stylesheets/loader.css.scss */
#nprogress .bar {
  transform: translate3d(0%, 0px, 0px);
}

/* line 20, app/assets/stylesheets/loader.css.scss */
#nprogress .bar {
  background: transparent;
  z-index: -9999;
}

/* line 25, app/assets/stylesheets/loader.css.scss */
#nprogress .spinner {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 120px;
  height: 120px;
  background-color: transparent;
  z-index: 10;
}

/* line 38, app/assets/stylesheets/loader.css.scss */
#nprogress .spinner .spinner-icon {
  position: relative;
  top: 25%;
  left: 25%;
  width: 60px;
  height: 60px;
  border-width: 5px;
}
/* line 5, app/assets/stylesheets/messages.css.scss */
#message_form {
  float: left;
  witdth: 30%;
  margin-left: 100px;
}

/* line 11, app/assets/stylesheets/messages.css.scss */
#message_list {
  float: right;
  width: 60%;
}

/* line 16, app/assets/stylesheets/messages.css.scss */
.search_type {
  background: greenyellow;
  width: 170px;
  margin: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

/* line 24, app/assets/stylesheets/messages.css.scss */
.comment {
  margin-left: 70%;
}

/* line 27, app/assets/stylesheets/messages.css.scss */
.message_list_border {
  border-bottom: 3px inset;
}

/* line 31, app/assets/stylesheets/messages.css.scss */
.message_word_baloon {
  margin-bottom: 8px;
}
@charset "UTF-8";
/* チェックボックス */
@media (min-width: 1px) {
  /* line 3, app/assets/stylesheets/other_site_form.css.scss */
  input.checkbox {
    display: none;
    height: 0;
    opacity: 0;
    width: 0;
  }
  /* line 4, app/assets/stylesheets/other_site_form.css.scss */
  input.checkbox + label {
    cursor: pointer;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 14px;
    line-height: 30px;
    margin: 0 12px 0 0;
    padding: 0 0 0 24px;
    position: relative;
  }
  /* line 5, app/assets/stylesheets/other_site_form.css.scss */
  input.checkbox + label:before {
    background: #fff;
    border: 2px solid #ccc;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    content: "";
    margin-top: -9px;
    display: block;
    height: 18px;
    position: absolute;
    top: 50%;
    left: 0;
    width: 18px;
  }
  /* line 6, app/assets/stylesheets/other_site_form.css.scss */
  p.block input.checkbox:first-child + label:before {
    background: #dcf1f4;
    border: 2px solid #dcf1f4;
  }
  /* line 7, app/assets/stylesheets/other_site_form.css.scss */
  p.align-center input.checkbox + label:before {
    background: #fffcc5;
    border: 2px solid #fffcc5;
  }
  /* line 8, app/assets/stylesheets/other_site_form.css.scss */
  input.checkbox:checked + label:after {
    border-left: 4px solid #31b3bb;
    border-bottom: 4px solid #31b3bb;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    content: "";
    display: block;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    left: 3px;
    height: 8px;
    width: 16px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

/* チェックボックス 小 */
@media (min-width: 1px) {
  /* line 13, app/assets/stylesheets/other_site_form.css.scss */
  input.checkbox-mini {
    display: none;
    height: 0;
    opacity: 0;
    width: 0;
  }
  /* line 14, app/assets/stylesheets/other_site_form.css.scss */
  input.checkbox-mini + label {
    cursor: pointer;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 14px;
    line-height: 22px;
    margin: 0 12px 0 0;
    padding: 0 0 0 20px;
    position: relative;
  }
  /* line 15, app/assets/stylesheets/other_site_form.css.scss */
  input.checkbox-mini + label:before {
    background: #eaeaea;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    content: "";
    margin-top: -9px;
    display: block;
    height: 13px;
    position: absolute;
    top: 13px;
    left: 0;
    width: 13px;
  }
  /* line 16, app/assets/stylesheets/other_site_form.css.scss */
  p.block input.checkbox-mini:first-child + label:before {
    background: #dcf1f4;
    border: 2px solid #dcf1f4;
  }
  /* line 17, app/assets/stylesheets/other_site_form.css.scss */
  p.align-center input.checkbox-mini + label:before {
    background: #fffcc5;
    border: 2px solid #fffcc5;
  }
  /* line 18, app/assets/stylesheets/other_site_form.css.scss */
  input.checkbox-mini:checked + label:after {
    border-left: 2px solid #22a6aa;
    border-bottom: 2px solid #22a6aa;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    content: "";
    display: block;
    margin-top: -8px;
    position: absolute;
    top: 13px;
    left: 2px;
    height: 7px;
    width: 12px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

/* line 20, app/assets/stylesheets/other_site_form.css.scss */
.other-site .notice {
  font-size: 15px;
  font-weight: bold;
}

/* line 21, app/assets/stylesheets/other_site_form.css.scss */
.other-site .notice.error {
  color: #cf0017;
}

/* line 22, app/assets/stylesheets/other_site_form.css.scss */
.other-site .notice.message {
  color: #31b3bb;
}

/* line 23, app/assets/stylesheets/other_site_form.css.scss */
.other-site #popup-temporary-register-company-form p.error-email {
  height: 32px;
  padding: 0px;
  margin: 0px;
  color: #6495ED;
  font-size: 12px;
  font-weight: bold;
}

/* line 24, app/assets/stylesheets/other_site_form.css.scss */
.other-site #popup-temporary-register-company-form p.error-password {
  height: 32px;
  padding: 0px;
  margin: 0px;
  color: #6495ED;
  font-size: 12px;
  font-weight: bold;
}

/* line 25, app/assets/stylesheets/other_site_form.css.scss */
.other-site #popup-temporary-register-company-form .i-error-email {
  color: #d40d12;
}

/* line 26, app/assets/stylesheets/other_site_form.css.scss */
.other-site #popup-temporary-register-company-form .i-error-password {
  color: #d40d12;
}

/* line 27, app/assets/stylesheets/other_site_form.css.scss */
.other-site a:link {
  text-decoration: none;
}

/* line 28, app/assets/stylesheets/other_site_form.css.scss */
.other-site a:visited {
  text-decoration: none;
}

/* line 29, app/assets/stylesheets/other_site_form.css.scss */
.other-site a:hover {
  text-decoration: none;
}

/* line 30, app/assets/stylesheets/other_site_form.css.scss */
.other-site a:active {
  text-decoration: none;
}
/* line 5, app/assets/stylesheets/popup_description.css.scss */
.common-popup.popup-description {
  width: 700px;
  height: auto;
  margin-left: -350px;
  padding-left: 20px;
  padding-right: 20px;
}

/* line 12, app/assets/stylesheets/popup_description.css.scss */
.common-popup.popup-description .common-popup-inner {
  width: 660px;
  height: auto;
  max-height: 520px;
}

/* line 17, app/assets/stylesheets/popup_description.css.scss */
.common-popup.popup-description .common-popup-inner h3 {
  color: #30b3bb;
  margin: 20px 0 20px;
}

/* line 22, app/assets/stylesheets/popup_description.css.scss */
.common-popup.popup-description .common-popup-inner .popup-description-content {
  min-height: 380px;
  margin-bottom: 20px;
}

/* line 27, app/assets/stylesheets/popup_description.css.scss */
.common-popup.popup-description .common-popup-inner img {
  margin-top: 20px;
  margin-bottom: 20px;
  max-width: 100%;
}
@charset "UTF-8";
/* textarea */
/* line 4, app/assets/stylesheets/premium_board_edit.css.scss */
textarea#board_description {
  height: 5em;
}

/* line 5, app/assets/stylesheets/premium_board_edit.css.scss */
textarea#board_question {
  height: 5em;
}

/* line 6, app/assets/stylesheets/premium_board_edit.css.scss */
textarea#board_title {
  height: 7em;
}

/* line 7, app/assets/stylesheets/premium_board_edit.css.scss */
textarea#board_lede {
  height: 7em;
}

/* line 8, app/assets/stylesheets/premium_board_edit.css.scss */
div.premium-board-instruction {
  margin: 30px 15px 0 120px;
  position: relative;
}

/* line 10, app/assets/stylesheets/premium_board_edit.css.scss */
div.premium-board-instruction p {
  padding: 0;
}

/* line 11, app/assets/stylesheets/premium_board_edit.css.scss */
div.premium-board-instruction li {
  list-style-type: disc;
  text-align: left;
  display: block;
  width: 300px;
}

/* line 12, app/assets/stylesheets/premium_board_edit.css.scss */
div.premium-board-instruction .buttons-wrapper {
  position: absolute;
  margin: 0;
  bottom: 0;
  right: 0;
}

/* 招待メール設定 ポップアップ */
/* line 16, app/assets/stylesheets/premium_board_edit.css.scss */
.popup_premium_board_invitation_mail .premium_board_invitation_mail_format_notice {
  width: 333px;
  padding: 10px 0 0 0;
  float: left;
}

/* line 17, app/assets/stylesheets/premium_board_edit.css.scss */
.popup_premium_board_invitation_mail .premium_board_invitation_mail_format_notice p {
  margin: 10px;
}

/* line 18, app/assets/stylesheets/premium_board_edit.css.scss */
.popup_premium_board_invitation_mail .premium_board_invitation_mail_format {
  width: 120px;
  background: #eee;
  margin: 10px 90px 20px 20px;
  padding: 20px 5px 20px 15px;
  float: right;
}

/* line 20, app/assets/stylesheets/premium_board_edit.css.scss */
.popup_premium_board_invitation_mail .premium_board_invitation_mail_body p {
  margin: 10px 0;
}

/* line 21, app/assets/stylesheets/premium_board_edit.css.scss */
.popup_premium_board_invitation_mail .premium_board_invitation_mail_body textarea {
  height: 400px;
}

/* line 22, app/assets/stylesheets/premium_board_edit.css.scss */
.popup_premium_board_invitation_mail .premium_board_invitation_mail_body_footer p {
  margin: 10px 0;
  padding: 10px;
  background-color: #eeeeee;
}

/* line 24, app/assets/stylesheets/premium_board_edit.css.scss */
.premium-board-setting-warning {
  font-weight: bold;
  color: #d90000;
}
/* line 2, app/assets/stylesheets/premium_boards.css.scss */
.container-inner.premium-board-article {
  padding: 0;
  width: 990px;
}

/* line 5, app/assets/stylesheets/premium_boards.css.scss */
.premium-board-article-header {
  position: relative;
  width: 990px;
  height: 500px;
  box-sizing: border-box;
  border: 3px solid #cca002;
}

/* line 6, app/assets/stylesheets/premium_boards.css.scss */
.premium-board-article-header .premium-board-main-image {
  width: 984px;
  height: 494px;
  overflow: hidden;
}

/* line 7, app/assets/stylesheets/premium_boards.css.scss */
.premium-board-article-header .premium-board-summary {
  position: absolute;
  width: 984px;
  height: 90px;
  bottom: 0;
  background-color: rgba(163, 128, 2, 0.8);
  overflow: hidden;
}

/* line 8, app/assets/stylesheets/premium_boards.css.scss */
.premium-board-article-header .premium-board-comment-box {
  float: left;
}

/* line 9, app/assets/stylesheets/premium_boards.css.scss */
.premium-board-article-header .premium-board-comments-total {
  position: relative;
  width: 105px;
  height: 90px;
  background: #cca002;
  padding: 0;
  text-align: center;
}

/* line 10, app/assets/stylesheets/premium_boards.css.scss */
.premium-board-article-header .premium-board-comments-total span {
  padding-top: 42px;
  color: #59390E;
  font-size: 28px;
}

/* line 11, app/assets/stylesheets/premium_boards.css.scss */
.premium-board-article-header .premium-board-comments-total::before {
  position: absolute;
  background: url(/assets/icon-speech-bubble-c6a4fe28d88c6681676a3bb8a47a89a6fbbf9f33ff77a249fb9ff08e064ed7d1.png) no-repeat;
  display: block;
  content: " ";
  height: 23px;
  width: 28px;
  top: 20px;
  left: 40px;
}

/* line 12, app/assets/stylesheets/premium_boards.css.scss */
.premium-board-article-header .premium-board-title-box {
  position: relative;
  float: right;
}

/* line 13, app/assets/stylesheets/premium_boards.css.scss */
.premium-board-article-header .premium-board-title {
  color: #fff;
  width: 865px;
}

/* line 14, app/assets/stylesheets/premium_boards.css.scss */
.premium-board-article-header .premium-board-title p {
  padding: 45px 10px 10px 0;
  font-size: 17px;
}

/* line 15, app/assets/stylesheets/premium_boards.css.scss */
.premium-board-article-header .premium-board-category-description {
  position: absolute;
  top: 15px;
  background: #fff;
  border: 1px solid #cca002;
  border-radius: 20px;
  color: #cca002;
  height: 1.4em;
  max-width: 260px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 16, app/assets/stylesheets/premium_boards.css.scss */
.premium-board-article-header .premium-board-category-description p {
  font-size: 11px;
  font-weight: bold;
  padding: 2px 4px 0 22px;
}

/* line 17, app/assets/stylesheets/premium_boards.css.scss */
.premium-board-article-header .premium-board-category-description p:after {
  background: url(/assets/icon-folder-premium-c31156eb3e39a7559ccf74f9a7f96201467ecc194590e6649b068ed8119067b9.png) no-repeat;
  display: block;
  content: " ";
  height: 13px;
  width: 14px;
  top: 5px;
  left: 6px;
  position: absolute;
}

/* line 18, app/assets/stylesheets/premium_boards.css.scss */
.premium-board-article-header .buttons-wrapper {
  position: absolute;
  z-index: 1;
  margin: 0;
  bottom: 105px;
  right: 20px;
}

/* line 20, app/assets/stylesheets/premium_boards.css.scss */
.premium-board-article-header .buttons-wrapper .button-submit {
  margin: 0;
}

/* line 21, app/assets/stylesheets/premium_boards.css.scss */
.premium-board-article-header .buttons-wrapper.for-board-owner {
  width: 230px;
}

/* line 23, app/assets/stylesheets/premium_boards.css.scss */
.premium-board-article-header .buttons-wrapper.for-board-owner .button-submit {
  width: 145px;
}

/* line 24, app/assets/stylesheets/premium_boards.css.scss */
.premium-board-article-header .buttons-wrapper.for-board-owner .button-submit:first-child {
  margin: 0 0 10px 0;
}

/* line 29, app/assets/stylesheets/premium_boards.css.scss */
.premium-board-article-sub-header {
  width: 990px;
  height: 100%;
  margin-bottom: 50px;
}

/* line 30, app/assets/stylesheets/premium_boards.css.scss */
.premium-board-article-sub-header .premium-board-logo-image {
  margin: 20px auto 20px;
  text-align: center;
}

/* line 31, app/assets/stylesheets/premium_boards.css.scss */
.premium-board-article-sub-header .premium-board-lede {
  position: relative;
  min-height: 100px;
  background: #eee;
  color: #000;
  width: 100%;
}

/* line 33, app/assets/stylesheets/premium_boards.css.scss */
.premium-board-article-sub-header .premium-board-lede a {
  color: #cca002;
}

/* line 35, app/assets/stylesheets/premium_boards.css.scss */
.premium-board-article-sub-header .premium-board-lede p {
  line-height: 1.8;
  padding: 40px 40px 50px;
}

/* line 36, app/assets/stylesheets/premium_boards.css.scss */
.premium-board-article-sub-header .premium-board-lede-fb-like {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

/* line 37, app/assets/stylesheets/premium_boards.css.scss */
.premium-board-article-sub-header .premium-board-lede:before {
  position: absolute;
  left: 470px;
  content: "";
  border: 20px solid transparent;
  border-top: 15px solid #fff;
  top: 0;
}

/* line 40, app/assets/stylesheets/premium_boards.css.scss */
.premium-board-contents {
  width: 990px;
}

/* line 41, app/assets/stylesheets/premium_boards.css.scss */
.premium-board-contents .premium-board-article {
  margin-bottom: 50px;
}

/* line 42, app/assets/stylesheets/premium_boards.css.scss */
.premium-board-contents .premium-board-article:after {
  content: "";
  display: block;
  clear: both;
}

/* line 43, app/assets/stylesheets/premium_boards.css.scss */
.premium-board-contents .premium-board-article .premium-board-article-images {
  width: 465px;
}

/* line 44, app/assets/stylesheets/premium_boards.css.scss */
.premium-board-contents .premium-board-article .premium-board-article-images img {
  width: 100%;
  margin-bottom: 30px;
}

/* line 45, app/assets/stylesheets/premium_boards.css.scss */
.premium-board-contents .premium-board-article .premium-board-article-contents {
  width: 465px;
  margin: 0 60px 0 0;
  float: left;
}

/* line 46, app/assets/stylesheets/premium_boards.css.scss */
.premium-board-contents .premium-board-article .premium-board-article-contents.last {
  width: 465px;
  margin: 0;
  float: right;
}

/* line 47, app/assets/stylesheets/premium_boards.css.scss */
.premium-board-contents .premium-board-article .premium-board-article-title {
  margin-bottom: 20px;
}

/* line 48, app/assets/stylesheets/premium_boards.css.scss */
.premium-board-contents .premium-board-article .premium-board-article-title p {
  color: #cca002;
  font-size: 20px;
  font-weight: bold;
}

/* line 50, app/assets/stylesheets/premium_boards.css.scss */
.premium-board-contents .premium-board-article .premium-board-article-description p {
  line-height: 1.8;
}

/* line 51, app/assets/stylesheets/premium_boards.css.scss */
.premium-board-contents .premium-board-article .premium-board-article-description a {
  color: #cca002;
}

/* line 53, app/assets/stylesheets/premium_boards.css.scss */
.premium-board-contents .premium-board-article .premium-board-article-image-slider {
  width: 465px;
}

/* line 54, app/assets/stylesheets/premium_boards.css.scss */
.premium-board-contents .premium-board-article .premium-board-article-image-slider li {
  width: 465px;
}

/* line 55, app/assets/stylesheets/premium_boards.css.scss */
.premium-board-contents .premium-board-article-d .premium-board-article-contents {
  width: 790px;
  margin: 0px;
  padding: 0 100px 0 100px;
}

/* line 58, app/assets/stylesheets/premium_boards.css.scss */
.premium-board-article-footer {
  width: 990px;
  height: 100px;
  background: #666;
}

/* line 59, app/assets/stylesheets/premium_boards.css.scss */
.premium-board-article-footer .premium-board-article-footer-notice {
  width: 700px;
  float: left;
  margin: 10px 0 0 10px;
}

/* line 60, app/assets/stylesheets/premium_boards.css.scss */
.premium-board-article-footer .premium-board-article-footer-notice.invitee {
  width: 700px;
}

/* line 61, app/assets/stylesheets/premium_boards.css.scss */
.premium-board-article-footer .premium-board-article-footer-notice.guest {
  width: 450px;
}

/* line 62, app/assets/stylesheets/premium_boards.css.scss */
.premium-board-article-footer .premium-board-article-footer-notice p {
  color: #fff;
  font-size: 16px;
}

/* line 63, app/assets/stylesheets/premium_boards.css.scss */
.premium-board-article-footer .buttons-wrapper {
  margin: 20px 0;
  padding: 0 10px 0;
  float: right;
}

/* line 64, app/assets/stylesheets/premium_boards.css.scss */
.premium-board-article-footer .buttons-wrapper .button-submit {
  background: #cca002;
}

/* line 65, app/assets/stylesheets/premium_boards.css.scss */
.premium-board-article-footer .buttons-wrapper .button-submit-premium-board-comment-post {
  position: relative;
  background: #32b5bd;
  width: 130px;
  padding-left: 50px;
}

/* line 66, app/assets/stylesheets/premium_boards.css.scss */
.premium-board-article-footer .buttons-wrapper .button-submit-premium-board-comment-post::before {
  background: url(/assets/icon-memo-2ef09aeca16a9256516208efc31dbfae1b8285da11766b6c0d11ee7e0f3bd66f.png) no-repeat;
  display: block;
  content: " ";
  width: 48px;
  height: 36px;
  top: 8px;
  left: 12px;
  position: absolute;
}

/* line 67, app/assets/stylesheets/premium_boards.css.scss */
.premium-board.buttons-wrapper .button-submit {
  background: #cca002;
}

/* line 70, app/assets/stylesheets/premium_boards.css.scss */
.premium-board-article-link-area {
  margin: 15px 0 10px 0;
}
/* line 3, app/assets/stylesheets/price.scss */
.pricePlan {
  margin: 30px auto 0;
}

/* line 6, app/assets/stylesheets/price.scss */
.pricePlan__plans {
  background: #40babc;
  padding: 30px 40px;
}

/* line 10, app/assets/stylesheets/price.scss */
.pricePlan__plans--bottom {
  padding: 5px 40px 20px;
}

/* line 13, app/assets/stylesheets/price.scss */
.pricePlan__plans--bottom .plans__item__block {
  height: 180px;
}

/* line 16, app/assets/stylesheets/price.scss */
.pricePlan__plans--bottom .plans__item__block .plans__item__price .price_amount {
  font-size: 50px;
}

/* line 19, app/assets/stylesheets/price.scss */
.pricePlan__table {
  margin: 60px auto;
}

/* line 22, app/assets/stylesheets/price.scss */
.pricePlan__options {
  margin: 60px auto 0;
}

/* line 26, app/assets/stylesheets/price.scss */
.plans {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

/* line 31, app/assets/stylesheets/price.scss */
.plans__title {
  color: #fff;
  font-size: 30px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

/* line 38, app/assets/stylesheets/price.scss */
.plans__item {
  margin: 0 20px;
}

/* line 41, app/assets/stylesheets/price.scss */
.plans__item.plan--basic .plans__item__price {
  margin: 0;
  padding: 5px 0;
}

/* line 45, app/assets/stylesheets/price.scss */
.plans__item.plan--basic .plans__item__price .price_amount {
  font-size: 28px;
}

/* line 48, app/assets/stylesheets/price.scss */
.plans__item.plan--basic .plans__item__price .plans__item__badge {
  font-size: 10px;
}

/* line 51, app/assets/stylesheets/price.scss */
.plans__item.plan--premium .plans__item__price {
  margin: 0;
  padding: 5px 0;
}

/* line 55, app/assets/stylesheets/price.scss */
.plans__item.plan--premium .plans__item__price .price_amount {
  font-size: 28px;
}

/* line 58, app/assets/stylesheets/price.scss */
.plans__item.plan--premium .plans__item__price .plans__item__badge {
  font-size: 10px;
}

/* line 61, app/assets/stylesheets/price.scss */
.plans__item__block {
  background: #fff;
  border-radius: 16px;
  height: 270px;
  width: 274px;
}

/* line 67, app/assets/stylesheets/price.scss */
.plans__item__name {
  background: #efefef;
  border-radius: 16px 16px 0 0;
  color: #666;
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 0.05em;
  padding: 15px 0;
  text-align: center;
}

/* line 77, app/assets/stylesheets/price.scss */
.plans__item__price {
  font-size: 14px;
  line-height: 1.0;
  text-align: center;
  max-height: 60px;
  margin: 35px 0;
}

/* line 84, app/assets/stylesheets/price.scss */
.plans__item__price .price_amount {
  color: #666;
  font-size: 60px;
  font-weight: bold;
}

/* line 89, app/assets/stylesheets/price.scss */
.plans__item__price .plans__item__badge {
  background: url(/assets/icon_price_off-a42dc3049c2795179b260c8af22f9fcd4590c55600bb592fb94028469331e56b.png) 50% 50% no-repeat transparent;
  background-size: 52px 52px;
  color: #fff;
  font-size: 10px;
  line-height: 1.0;
  padding: 29px 0 0;
  transform: rotate(15deg);
  height: 52px;
  width: 52px;
}

/* line 100, app/assets/stylesheets/price.scss */
.plans__item__note {
  color: #999;
  font-size: 15px;
  text-align: center;
}

/* line 105, app/assets/stylesheets/price.scss */
.plans__item__button {
  background: #a9e5e8;
  border-bottom: 4px solid #79d6db;
  color: #555;
  display: block;
  border-radius: 8px;
  font-size: 20px;
  line-height: 54px;
  margin: 12px 0;
  text-align: center;
  text-decoration: none !important;
  height: 54px;
  width: 100%;
}

/* line 119, app/assets/stylesheets/price.scss */
.plans__item__button:hover {
  opacity: 0.8;
}

/* line 122, app/assets/stylesheets/price.scss */
.plans__item__button.disabled {
  background: #bbb;
  border-bottom: 4px solid #a2a2a2;
  color: #eee;
}

/* line 127, app/assets/stylesheets/price.scss */
.plans__item .plans__item__price .price_before_discounted {
  font-size: 10px;
  display: inline-block;
  padding: 0 6px 0 0;
  position: relative;
  text-align: center;
  width: 60px;
}

/* line 135, app/assets/stylesheets/price.scss */
.plans__item .plans__item__price .price_before_discounted:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #e86a60;
  position: absolute;
  right: -1px;
  bottom: 2px;
}

/* line 147, app/assets/stylesheets/price.scss */
.plans__item .plans__item__price .price_before_discounted:after {
  background: #e86a60;
  content: "";
  display: block;
  width: 45px;
  height: 2px;
  position: absolute;
  left: 8px;
  top: 24px;
  transform: rotate(15deg);
}

/* line 158, app/assets/stylesheets/price.scss */
.plans__item .plans__item__price .price_before_discounted .price_label {
  background: #666;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 10px;
  margin: 0 auto 3px;
  padding: 2px 4px;
}

/* line 167, app/assets/stylesheets/price.scss */
.plans__item .plans__item__price .price_before_discounted .price_amount {
  font-size: 14px;
}

/* line 171, app/assets/stylesheets/price.scss */
.table--price {
  margin: 30px 0 0;
  table-layout: fixed;
  width: 100%;
}

/* line 176, app/assets/stylesheets/price.scss */
.table--price tr:hover {
  background: #f2f9f8;
}

/* line 179, app/assets/stylesheets/price.scss */
.table--price tr th {
  background: #4cb4b9;
  color: #fff;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.03em;
  padding: 8px 0;
}

/* line 187, app/assets/stylesheets/price.scss */
.table--price tr th.table--price__service {
  border-radius: 8px 0 0 8px;
  width: 310px;
}

/* line 191, app/assets/stylesheets/price.scss */
.table--price tr th:last-child {
  border-radius: 0 8px 8px 0;
}

/* line 194, app/assets/stylesheets/price.scss */
.table--price tr td {
  border: 1px dashed #ddd;
  border-top: none;
  color: #555;
  font-weight: 900;
  line-height: 1.0;
  padding: 15px;
  position: relative;
  text-align: center;
  vertical-align: middle;
}

/* line 205, app/assets/stylesheets/price.scss */
.table--price tr td .i-times {
  color: #888;
  display: inline-block;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  margin: 0 10px;
}

/* line 213, app/assets/stylesheets/price.scss */
.table--price tr td .i-circle {
  color: #666;
  display: inline-block;
  font-size: 18px;
  font-style: normal;
  font-weight: 900;
  padding: 2px 0 0;
}

/* line 221, app/assets/stylesheets/price.scss */
.table--price tr td.table--price__service {
  border-left: none;
  color: #333;
  font-size: 15px;
  font-weight: normal;
  text-align: left;
  width: 310px;
}

/* line 229, app/assets/stylesheets/price.scss */
.table--price__note {
  margin: 20px 0 0;
  text-align: right;
}

/* line 233, app/assets/stylesheets/price.scss */
.table--price__help-button {
  position: absolute;
  top: 12px;
  right: 15px;
}

/* line 239, app/assets/stylesheets/price.scss */
.options {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin: 30px 0 0;
}

/* line 245, app/assets/stylesheets/price.scss */
.options__title {
  background: #e6e6e6;
  border-radius: 6px;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  margin: 50px 0 0;
  padding: 10px 0;
  text-align: center;
}

/* line 255, app/assets/stylesheets/price.scss */
.options__item {
  margin: 0 20px;
}

/* line 258, app/assets/stylesheets/price.scss */
.options__item__block {
  background: #fff;
  border: 3px solid #ccc;
  border-radius: 14px;
  height: 260px;
  width: 270px;
}

/* line 265, app/assets/stylesheets/price.scss */
.options__item__name {
  background: #efefef;
  border-radius: 12px 12px 0 0;
  color: #666;
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 0.05em;
  margin: 0;
  padding: 15px 0;
  text-align: center;
}

/* line 276, app/assets/stylesheets/price.scss */
.options__item__price {
  color: #666;
  font-size: 17px;
  line-height: 1.0;
  text-align: center;
  max-height: 60px;
  margin: 25px 0;
}

/* line 284, app/assets/stylesheets/price.scss */
.options__item__price span {
  color: #666;
  font-size: 40px;
  font-weight: bold;
}

/* line 289, app/assets/stylesheets/price.scss */
.options__item__note {
  color: #999;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
  height: 90px;
}

/* line 300, app/assets/stylesheets/price.scss */
.options__button {
  background: #a9e5e8;
  border-bottom: 4px solid #79d6db;
  color: #555;
  display: block;
  border-radius: 6px;
  font-size: 20px;
  line-height: 54px;
  margin: 20px auto;
  text-align: center;
  text-decoration: none !important;
  height: 54px;
  width: 908px;
}

/* line 314, app/assets/stylesheets/price.scss */
.options__button:hover {
  opacity: 0.8;
}

/* line 317, app/assets/stylesheets/price.scss */
.options__list {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 322, app/assets/stylesheets/price.scss */
.options__list dl {
  background: #fff;
  border: 3px solid #ccc;
  border-radius: 14px;
  color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 30px 0;
}

/* line 332, app/assets/stylesheets/price.scss */
.options__list dl dt {
  font-size: 18px;
  padding: 16px 24px;
}

/* line 336, app/assets/stylesheets/price.scss */
.options__list dl dd {
  font-size: 16px;
  padding: 16px 24px;
}

/* line 340, app/assets/stylesheets/price.scss */
.options__list dl dd span {
  font-size: 24px;
}
/* line 3, app/assets/stylesheets/select_option_box.css.scss */
.select-option-title {
  background: #fff;
  border-bottom: 1px solid #30b4b9;
  border-left: 7px solid #30b4b9;
  color: #222;
  font-size: 22px;
  font-weight: bold;
  line-height: 54px;
  margin: 40px 0 20px;
  height: 54px;
  overflow: hidden;
  padding: 0 20px;
  position: relative;
}

/* line 18, app/assets/stylesheets/select_option_box.css.scss */
.select-option-description {
  margin-left: 25px;
}

/* line 24, app/assets/stylesheets/select_option_box.css.scss */
.select-option-box .select-option-box-inner.select-option-box1 {
  border: 2px solid #30b4b9;
}

/* line 26, app/assets/stylesheets/select_option_box.css.scss */
.select-option-box .select-option-box-inner.select-option-box1.hide {
  display: none;
}

/* line 30, app/assets/stylesheets/select_option_box.css.scss */
.select-option-box .select-option-box-inner.select-option-box2 {
  border: 2px solid #f27500;
}

/* line 32, app/assets/stylesheets/select_option_box.css.scss */
.select-option-box .select-option-box-inner.select-option-box2.hide {
  display: none;
}

/* line 37, app/assets/stylesheets/select_option_box.css.scss */
.select-option-box .select-option-box-inner.select-option-box3.hide {
  display: none;
}

/* line 41, app/assets/stylesheets/select_option_box.css.scss */
.select-option-box .select-option-box-inner .common-box-table {
  border: none;
  margin: 0 auto;
  width: 966px;
}

/* line 45, app/assets/stylesheets/select_option_box.css.scss */
.select-option-box .select-option-box-inner .common-box-table .headline-style2 {
  border-left: none;
}
@charset "UTF-8";
/* アクションボタン色 */
/* paginationボタン色 */
/* ソート、検索、選択等ボタン色 */
/* もっとみるボタン色 */
/* 招待・通知ボタン色 */
/* 画像リンク */
/* ヘッダー */
/* line 6, app/assets/stylesheets/style.css.scss */
.header {
  min-width: 1350px;
}

/* line 7, app/assets/stylesheets/style.css.scss */
.header-headline {
  background: #30b4b9;
}

/* line 8, app/assets/stylesheets/style.css.scss */
.header-headline p.milltalk-logo {
  float: left;
  padding: 0;
}

/* line 9, app/assets/stylesheets/style.css.scss */
.header-headline p.milltalk-logo a {
  color: #fff;
  font-size: 12px;
  letter-spacing: 1px;
}

/* line 10, app/assets/stylesheets/style.css.scss */
.header-headline .float-right a {
  color: #fff;
  font-size: 12px;
}

/* line 11, app/assets/stylesheets/style.css.scss */
.header-headline .list-line {
  margin: 8px 0 6px;
}

/* line 12, app/assets/stylesheets/style.css.scss */
.header-headline .list-line li {
  margin: 0 12px 0 0;
}

/* line 14, app/assets/stylesheets/style.css.scss */
.header-message {
  background-color: #2b9ea5;
  overflow: hidden;
}

/* line 15, app/assets/stylesheets/style.css.scss */
.header-message p, .header-message h1 {
  float: left;
  font-size: 14px;
  font-weight: normal;
  padding: 5px 10px;
  color: white;
}

/* line 16, app/assets/stylesheets/style.css.scss */
.header-message .news-update {
  background: #e27e3b;
  color: #fff;
  float: right;
  font-size: 12px;
  overflow: hidden;
  padding: 3px 8px;
  text-align: left;
  width: auto;
}

/* line 17, app/assets/stylesheets/style.css.scss */
.header-message .news-update a {
  color: #fff;
  font-size: 12px;
  text-decoration: underline;
}

/* line 18, app/assets/stylesheets/style.css.scss */
.header-message .news-update a:hover {
  text-decoration: none;
}

/* line 19, app/assets/stylesheets/style.css.scss */
.header-message .news-update span {
  display: block;
  float: right;
  margin: 0 0 0 5px;
  width: 260px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 20, app/assets/stylesheets/style.css.scss */
.header-message .news-update span.news-update__button {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 2px;
  display: block;
  float: left;
  font-size: 12px;
  margin: 0.5px 5px 1px 0;
  padding: 3px 5px 2px 25px;
  position: relative;
  width: 55px;
}

/* line 21, app/assets/stylesheets/style.css.scss */
.header-message .news-update span.news-update__button:hover {
  opacity: 0.7;
}

/* line 22, app/assets/stylesheets/style.css.scss */
.header-message .news-update span.news-update__button a {
  display: block;
  text-decoration: none;
}

/* line 23, app/assets/stylesheets/style.css.scss */
.header-message .news-update .icon-bell-w {
  position: absolute;
  top: 0;
  left: 6px;
}

/* line 25, app/assets/stylesheets/style.css.scss */
.count-total {
  color: #2bb7c6;
  margin: 0 8px 0 0;
}

/* line 26, app/assets/stylesheets/style.css.scss */
.count-total p {
  background: #fffcc5;
  border-right: 1px solid #30b4b9;
  font-size: 12px;
  font-weight: bold;
  padding: 2px 10px 1px;
}

/* line 27, app/assets/stylesheets/style.css.scss */
.count-total span {
  color: #41a19d;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 0 10px;
  vertical-align: middle;
}

/* line 29, app/assets/stylesheets/style.css.scss */
.header-navigation {
  background: #5bc2c9;
  padding: 0 10px 0 0;
}

/* line 30, app/assets/stylesheets/style.css.scss */
.header-navigation:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  width: 0;
}

/* line 31, app/assets/stylesheets/style.css.scss */
.header-navigation .list-line > li {
  height: 28px;
  padding: 7px 8px 0 8px;
}

/* line 32, app/assets/stylesheets/style.css.scss */
.header-navigation a {
  color: #fff;
}

/* line 33, app/assets/stylesheets/style.css.scss */
.header-navigation .float-right {
  padding: 0;
}

/* line 34, app/assets/stylesheets/style.css.scss */
.header-navigation .list-line a {
  text-decoration: none;
}

/* line 35, app/assets/stylesheets/style.css.scss */
.header-navigation .user-icon-inner {
  display: none;
}

/* line 36, app/assets/stylesheets/style.css.scss */
.header-navigation-tab {
  float: left;
  overflow: hidden;
  padding: 0 20px;
}

/* line 37, app/assets/stylesheets/style.css.scss */
.header-navigation-tab li {
  float: left;
}

/* line 38, app/assets/stylesheets/style.css.scss */
.header-navigation-tab a {
  background: url(/assets/header-navigation-tab-c78110c331dde376fde1a670d88f56cfba081c554e8cc7de8e9dca4d6fce29ab.png) no-repeat;
  display: block;
  height: 45px;
  overflow: hidden;
  text-indent: -100%;
  white-space: nowrap;
}

/* line 39, app/assets/stylesheets/style.css.scss */
.header-navigation-tab .tab1 {
  background-position: -6px 0;
  width: 142px;
}

/* line 40, app/assets/stylesheets/style.css.scss */
.header-navigation-tab .tab2 {
  background-position: -160px 0;
  width: 164px;
}

/* line 41, app/assets/stylesheets/style.css.scss */
.header-navigation-tab .tab3 {
  background-position: -332px 0;
  width: 180px;
}

/* line 42, app/assets/stylesheets/style.css.scss */
.header-navigation-tab .tab4 {
  background-position: -522px 0;
  width: 144px;
}

/* line 43, app/assets/stylesheets/style.css.scss */
.header-navigation-tab .tab1[href^="/"]:hover,
.header-navigation-tab .tab1.active {
  background-position: -6px -45px;
}

/* line 45, app/assets/stylesheets/style.css.scss */
.header-navigation-tab .tab2[href^="/"]:hover,
.header-navigation-tab .tab2.active {
  background-position: -160px -45px;
}

/* line 47, app/assets/stylesheets/style.css.scss */
.header-navigation-tab .tab3[href^="/"]:hover,
.header-navigation-tab .tab3.active {
  background-position: -332px -45px;
}

/* line 49, app/assets/stylesheets/style.css.scss */
.header-navigation-tab .tab4[href^="/"]:hover,
.header-navigation-tab .tab4.active {
  background-position: -522px -45px;
}

/* ヘッダーパーツ */
/* line 53, app/assets/stylesheets/style.css.scss */
.header-plan {
  clear: right;
  float: right;
}

/* line 54, app/assets/stylesheets/style.css.scss */
.header-plan__block {
  background: #d3eded;
  line-height: 1.0;
  margin: 5px 10px 0 0;
  padding: 6px 10px 5px;
}

/* line 55, app/assets/stylesheets/style.css.scss */
.header-plan__block b {
  color: #555;
  font-size: 12px;
  font-weight: bold;
}

/* line 56, app/assets/stylesheets/style.css.scss */
.header-plan__name {
  color: #666;
  font-size: 10px;
  line-height: 1.0;
  margin: 0 10px 0 0;
  vertical-align: middle;
}

/* line 57, app/assets/stylesheets/style.css.scss */
.header-plan__timelimit {
  color: #333;
  font-size: 12px;
  line-height: 1.0;
  vertical-align: middle;
}

/* line 58, app/assets/stylesheets/style.css.scss */
.header-plan__timelimit.near {
  color: #e23c23;
}

/* line 59, app/assets/stylesheets/style.css.scss */
.header-plan__button {
  background: #ffe3dd;
  border: 1px solid #db7269;
  border-bottom-width: 2px;
  border-radius: 4px;
  box-shadow: 0 -1px 0 0 #db7269 inset;
  color: #434343;
  display: inline-block;
  font-size: 10px;
  margin: 0 0 0 10px;
  padding: 3px 10px 4px;
  text-decoration: none;
}

/* line 60, app/assets/stylesheets/style.css.scss */
.header-plan__button:hover {
  text-decoration: none;
}

/* line 61, app/assets/stylesheets/style.css.scss */
.i-plan-w {
  background: url(/assets/icon-plan-c132b0f72192ff4a0e70583c9ca99d5d9bb6d87899314dfa272206be0b9e325b.png) no-repeat;
  display: inline-block;
  height: 18px;
  margin: 0 4px -4px 0;
  overflow: hidden;
  text-indent: -100%;
  white-space: nowrap;
  width: 15px;
}

/* line 63, app/assets/stylesheets/style.css.scss */
.box-price {
  background: #fff;
  border: 1px solid #fff;
  color: #5bc2c9;
  font-size: 12px;
  font-weight: bold;
  padding: 0 0 0 8px;
}

/* line 64, app/assets/stylesheets/style.css.scss */
.box-price span {
  background: #5bc2c9;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 0 8px;
  padding: 3px 5px 2px;
}

/* line 65, app/assets/stylesheets/style.css.scss */
.box-plan {
  background: #fff;
  border: 1px solid #fff;
  color: #5bc2c9;
  font-size: 12px;
  font-weight: bold;
  padding: 0 8px 0 8px;
}

/* line 66, app/assets/stylesheets/style.css.scss */
.user-icon {
  position: relative;
}

/* line 67, app/assets/stylesheets/style.css.scss */
.user-icon a {
  font-size: 10px;
  text-decoration: underline;
}

/* line 68, app/assets/stylesheets/style.css.scss */
.user-icon a span {
  font-size: 14px;
  margin: 0 0 0 5px;
  overflow: hidden;
  text-decoration: underline;
  vertical-align: middle;
  height: 20px;
  max-width: 16em;
}

/* line 69, app/assets/stylesheets/style.css.scss */
.user-icon a:link span {
  text-decoration: none;
}

/* line 70, app/assets/stylesheets/style.css.scss */
.user-icon a:hover span {
  text-decoration: underline;
}

/* .user-icon img { height: 32px; width: 32px; } */
/* line 73, app/assets/stylesheets/style.css.scss */
.notification-count {
  background: #ff3b07;
  border: 1px solid #5bc2c9;
  border-radius: 12px;
  color: #fff;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 11px;
  font-weight: bold;
  padding: 2px 6px 1px;
  z-index: 1;
}

/* line 74, app/assets/stylesheets/style.css.scss */
.notification, .invitation {
  position: relative;
}

/* line 75, app/assets/stylesheets/style.css.scss */
.header-navigation .list-line li.invitation {
  padding: 11px 8px 6px 8px;
}

/* line 76, app/assets/stylesheets/style.css.scss */
.header-navigation .list-line li.notification {
  padding: 11px 8px 6px 8px;
}

/* line 77, app/assets/stylesheets/style.css.scss */
.notification .notification-count,
.invitation .notification-count {
  position: absolute;
  top: 2px;
  right: -2px;
}

/* line 79, app/assets/stylesheets/style.css.scss */
.invitation .icon,
.notification .icon {
  background: url(/assets/icon-mini-e5cc3355ab9f2701b583fbd87dc33d827c0944e3348a7a015103910b039cdc43.png) no-repeat transparent;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  overflow: hidden;
  text-indent: 100%;
  vertical-align: text-top;
  white-space: nowrap;
  height: 20px;
  width: 22px;
}

/* line 81, app/assets/stylesheets/style.css.scss */
.notification .icon {
  background-position: -644px -2px;
  height: 18px;
  width: 30px;
}

/* line 82, app/assets/stylesheets/style.css.scss */
.notification .icon.on {
  background-position: -644px -30px;
  height: 18px;
  width: 30px;
}

/* line 83, app/assets/stylesheets/style.css.scss */
.invitation .icon {
  background-position: -607px -2px;
  height: 20px;
  width: 24px;
}

/* line 84, app/assets/stylesheets/style.css.scss */
.invitation .icon.on {
  background-position: -607px -30px;
  height: 20px;
  width: 24px;
}

/* line 85, app/assets/stylesheets/style.css.scss */
.invitation:hover, .notification:hover {
  background-color: #81d0d6;
}

/* line 88, app/assets/stylesheets/style.css.scss */
.invitation .notice-message:hover {
  text-decoration: underline;
}

/* line 89, app/assets/stylesheets/style.css.scss */
.notification .notice-message:hover {
  text-decoration: underline;
}

/* line 90, app/assets/stylesheets/style.css.scss */
.notification .notice-message.no-link:hover {
  text-decoration: none;
}

/* line 92, app/assets/stylesheets/style.css.scss */
.notice-popup {
  border: 2px solid #30b4b9;
  background: #fff;
  margin: 0;
  position: absolute;
  top: 24px;
  right: -60px;
  height: 360px;
  width: 250px;
  z-index: 999;
}

/* line 93, app/assets/stylesheets/style.css.scss */
.notice-popup:after {
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #30b4b9 transparent;
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  right: 60px;
  margin-left: -10px;
  width: 0;
  height: 0;
  z-index: -1;
}

/* line 94, app/assets/stylesheets/style.css.scss */
.notice-popup ul {
  overflow-y: scroll;
  padding: 3px 0;
  height: 354px;
  width: 250px;
}

/* line 95, app/assets/stylesheets/style.css.scss */
.notice-popup li {
  border-bottom: 1px solid #eee;
  overflow: hidden;
  position: relative;
  width: 232px;
}

/* line 96, app/assets/stylesheets/style.css.scss */
.notice-popup a {
  color: #333;
  display: block;
  height: 100%;
  padding: 5px 8px;
  width: 100%;
}

/* line 97, app/assets/stylesheets/style.css.scss */
.notice-popup .notice-img {
  vertical-align: top;
}

/* line 98, app/assets/stylesheets/style.css.scss */
.notice-popup .notice-message {
  font-size: 13px;
  margin: 0 0 0 8px;
  width: 140px;
}

/* line 99, app/assets/stylesheets/style.css.scss */
.notice-popup .notice-timestamp {
  color: #888;
  font-size: 11px;
  position: absolute;
  top: 3px;
  right: 2px;
}

/* フッター */
/* line 102, app/assets/stylesheets/style.css.scss */
footer {
  min-width: 1350px;
}

/* line 103, app/assets/stylesheets/style.css.scss */
.footer-navigation {
  background: #5bc2c9;
  padding: 10px 0;
  text-align: center;
}

/* line 104, app/assets/stylesheets/style.css.scss */
.footer-navigation ul {
  margin: 4px 0;
}

/* line 105, app/assets/stylesheets/style.css.scss */
.footer-navigation li {
  background: url(/assets/icon-arrow-f8a0595f609272c9b4705f3a40cfd52fb5633efac985b066ee80ae5316ce30c0.png) no-repeat 0 -17px;
  margin: 0 5px;
  padding: 0 0 0 10px;
}

/* line 106, app/assets/stylesheets/style.css.scss */
.footer-navigation a {
  color: #fff;
  font-size: 12px;
}

/* line 108, app/assets/stylesheets/style.css.scss */
.footer-copyright {
  background: #30b4b9;
  padding: 10px 0;
}

/* line 109, app/assets/stylesheets/style.css.scss */
.footer-copyright p {
  color: #fff;
  font-size: 10px;
  text-align: center;
}

/* line 110, app/assets/stylesheets/style.css.scss */
.footer-copyright a {
  color: #fff;
  font-size: 10px;
  text-decoration: none;
}

/* line 111, app/assets/stylesheets/style.css.scss */
.footer-copyright a:link {
  text-decoration: none;
}

/* line 112, app/assets/stylesheets/style.css.scss */
.footer-copyright a:hover {
  text-decoration: underline;
}

/* 掲示板作成ボタン*/
/* line 115, app/assets/stylesheets/style.css.scss */
.board-new-buttons-wrapper .button-premium-board-new.large {
  width: 270px;
  background: #bf9001;
  font-size: 18px;
  float: right;
}

/* line 116, app/assets/stylesheets/style.css.scss */
.board-new-buttons-wrapper .button-premium-board-new:hover {
  background: #644d06;
}

/* line 117, app/assets/stylesheets/style.css.scss */
.board-new-buttons-wrapper .common-button.button-submit.wide {
  box-sizing: border-box;
  padding: 12px 0 11px;
}

/* 掲示板一覧 */
/* line 120, app/assets/stylesheets/style.css.scss */
.wrapper-box-board {
  overflow: hidden;
}

/* line 121, app/assets/stylesheets/style.css.scss */
.box-board-header {
  padding: 0 10px 20px;
}

/* line 122, app/assets/stylesheets/style.css.scss */
.box-board-header .box-board-count {
  float: right;
  color: #39bbbd;
  font-size: 14px;
  font-weight: bold;
  overflow: hidden;
  margin-right: 5px;
}

/* line 123, app/assets/stylesheets/style.css.scss */
.box-board-header .box-board-count:after {
  content: "";
  display: block;
  clear: both;
}

/* line 124, app/assets/stylesheets/style.css.scss */
.box-board-part a:hover {
  opacity: 0.8;
  filter: alpha(opacity=0.8);
  -moz-filter: alpha(opacity=0.8);
  -o-filter: alpha(opacity=0.8);
  -ms-filter: alpha(opacity=0.8);
}

/* line 125, app/assets/stylesheets/style.css.scss */
.box-board {
  background: #fff;
  border: 1px solid #ccc;
  float: left;
  height: 300px;
  margin: 0 0 18px 22px;
  position: relative;
  width: 324px;
}

/* line 126, app/assets/stylesheets/style.css.scss */
.board-img {
  margin: 2px;
  overflow: hidden;
  height: 176px;
  width: 320px;
}

/* line 127, app/assets/stylesheets/style.css.scss */
.board-summary {
  overflow: hidden;
}

/* line 128, app/assets/stylesheets/style.css.scss */
.board-summary .float-left {
  padding: 8px;
}

/* line 129, app/assets/stylesheets/style.css.scss */
.board-summary .float-right {
  padding: 8px 8px 8px 0;
  width: 214px;
}

/* line 130, app/assets/stylesheets/style.css.scss */
.board-summary .comments-total {
  color: #000;
}

/* line 131, app/assets/stylesheets/style.css.scss */
.board-summary .board-title {
  color: #555;
}

/* line 132, app/assets/stylesheets/style.css.scss */
.board-title {
  height: 82px;
  overflow: hidden;
}

/* line 133, app/assets/stylesheets/style.css.scss */
.board-title a {
  color: #555;
}

/* line 134, app/assets/stylesheets/style.css.scss */
.board-owner {
  position: absolute;
  top: 150px;
  left: 10px;
  background: #fff;
  border: 1px solid #31b2b8;
  border-radius: 20px;
  color: #31b2b8;
  font-size: 11px;
  font-weight: bold;
  padding: 2px 4px 0 22px;
  height: 1.4em;
  max-width: 260px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 135, app/assets/stylesheets/style.css.scss */
.board-owner a {
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
}

/* line 136, app/assets/stylesheets/style.css.scss */
.board-owner:after {
  background: url(/../images/icon-mini.png) no-repeat 0 -68px transparent;
  display: block;
  content: " ";
  height: 13px;
  width: 14px;
  top: 3px;
  left: 6px;
  position: absolute;
}

/* line 137, app/assets/stylesheets/style.css.scss */
.board-category {
  display: inline-block;
  background: url(/assets/icon-folder-fbc7702a6c896ddbf848c80dd227ceb7e0047b3d95c7a3c3c589f79b1b2da18a.png) 7px 4px no-repeat #fff;
  background-size: 12px 10px;
  border: 1px solid #31b2b8;
  border-radius: 20px;
  color: #31b2b8;
  font-size: 11px;
  font-weight: bold;
  padding: 2px 6px 2px 22px;
  height: 1.4em;
  max-width: 260px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 138, app/assets/stylesheets/style.css.scss */
.comments-total {
  background: #ededed;
  border-radius: 4px;
  font-size: 10px;
  padding: 3px 8px 4px;
  text-align: center;
}

/* line 139, app/assets/stylesheets/style.css.scss */
.comments-total span {
  color: #ff3b07;
  display: block;
  font-size: 18px;
  font-weight: bold;
}

/* line 140, app/assets/stylesheets/style.css.scss */
.board-reward-box {
  padding: 0;
}

/* line 141, app/assets/stylesheets/style.css.scss */
.board-reward {
  color: #000;
  background: url(/assets/icon-camera-gray-4837f07a1397f0828b35e122443ac0b40909a58e9298fb6d448d4089f0ffdb7e.png) 15px 6px no-repeat #fff;
  background-size: 26px 22px;
  border-radius: 4px;
  font-size: 10px;
  padding: 25px 8px 2px;
  text-align: center;
}

/* line 142, app/assets/stylesheets/style.css.scss */
.board-reward span {
  color: #ff3b07;
  font-size: 14px;
  font-weight: bold;
}

/* line 143, app/assets/stylesheets/style.css.scss */
.board-summary .icon {
  margin: 5px 0 0;
  overflow: hidden;
}

/* line 144, app/assets/stylesheets/style.css.scss */
.board-summary .icon [class^="icon-"],
.board-summary .icon [class*=" icon-"] {
  float: left;
  margin: 0 2px 0 0;
}

/* line 146, app/assets/stylesheets/style.css.scss */
.box-board.premium {
  width: 672px;
  height: 437px;
  background: #fff3d4;
  border: 1px solid #cca002;
}

/* line 147, app/assets/stylesheets/style.css.scss */
.box-board.premium .board-img {
  width: 668px;
  height: 365px;
}

/* line 148, app/assets/stylesheets/style.css.scss */
.box-board.premium .comments-total {
  background: #fff;
}

/* line 149, app/assets/stylesheets/style.css.scss */
.box-board.premium .board-summary .board-comment-box {
  float: left;
  padding: 8px;
}

/* line 150, app/assets/stylesheets/style.css.scss */
.box-board.premium .board-summary .board-title-box {
  float: left;
  width: 520px;
  padding: 8px;
}

/* line 151, app/assets/stylesheets/style.css.scss */
.box-board.premium .board-summary .board-reward-box {
  float: right;
  padding: 8px;
}

/* line 152, app/assets/stylesheets/style.css.scss */
.box-board.premium .board-category {
  position: absolute;
  top: 328px;
  left: 6px;
  border: 1px solid #cca002;
  color: #cca002;
  background: url(/assets/icon-folder-premium-c31156eb3e39a7559ccf74f9a7f96201467ecc194590e6649b068ed8119067b9.png) 7px 4px no-repeat #fff;
}

/* line 153, app/assets/stylesheets/style.css.scss */
.box-board.premium .board-reward {
  color: #000;
  background: #fff;
  border-radius: 4px;
  font-size: 10px;
  padding: 3px 8px 4px;
  text-align: center;
}

/* line 154, app/assets/stylesheets/style.css.scss */
.box-board.premium .board-reward span {
  color: #2b9ea5;
  display: block;
  font-size: 18px;
  font-weight: bold;
}

/* line 155, app/assets/stylesheets/style.css.scss */
.box-board.recommend {
  background: #ddf1f2;
  border: 1px solid #3eb0ba;
}

/* line 156, app/assets/stylesheets/style.css.scss */
.box-board.recommend .board-img a img:hover {
  opacity: 0.8;
  filter: alpha(opacity=0.8);
  -moz-filter: alpha(opacity=0.8);
  -o-filter: alpha(opacity=0.8);
  -ms-filter: alpha(opacity=0.8);
}

/* line 157, app/assets/stylesheets/style.css.scss */
.box-board.recommend .comments-total {
  background: #fff;
  margin: 0 0 10px;
}

/* line 158, app/assets/stylesheets/style.css.scss */
.box-board .ribbon-premium {
  background: url(/assets/ribbon-premium-d6d41fe89268793c9c732ef5f44a3677e534555a6f003f35b3f1210308f7d4a9.png) no-repeat;
  display: block;
  height: 49px;
  position: absolute;
  top: 20px;
  left: -6px;
  width: 139px;
  z-index: 1;
}

/* line 159, app/assets/stylesheets/style.css.scss */
.box-board .ribbon-recommend {
  background: url(/assets/ribbon-recommend-758539e10561c2240c7ecb192e5c2fc7a6f5ac0f2b63eb641c1e898acaab9198.png) no-repeat;
  display: block;
  height: 30px;
  position: absolute;
  top: 15px;
  left: -6px;
  width: 78px;
  z-index: 1;
}

/* line 160, app/assets/stylesheets/style.css.scss */
.box-board .ribbon-recommend-gold {
  background: url(/assets/ribbon-recommend_gold-758a9390e93a278ef052624e5a3b524331797446d8b8de858d7ad982d03ec04f.gif) no-repeat;
  display: block;
  height: 31px;
  position: absolute;
  top: 15px;
  left: -6px;
  width: 83px;
  z-index: 1;
}

/* line 161, app/assets/stylesheets/style.css.scss */
.box-board .ribbon-recommend-for-you {
  background: url(/assets/ribbon-recommend_for_you-b79a06e816b9faecc67cbe12ad4188f9f6970ce819c82218752de0af140ac588.png) no-repeat;
  display: block;
  height: 31px;
  position: absolute;
  top: 15px;
  left: -6px;
  width: 83px;
  z-index: 1;
}

/* line 162, app/assets/stylesheets/style.css.scss */
.box-board.ended {
  background: #aaa;
}

/* line 163, app/assets/stylesheets/style.css.scss */
.box-board.ended .board-title a {
  color: #fff;
}

/* line 164, app/assets/stylesheets/style.css.scss */
.box-board.ended:after,
.box-board.recommend.ended:after {
  background: rgba(0, 0, 0, 0.6);
  content: "終了しました";
  color: #fff;
  display: block;
  font-weight: bold;
  padding: 8px 15px;
  position: absolute;
  top: 2px;
  right: 2px;
  left: auto;
  height: auto;
  width: auto;
}

/* line 166, app/assets/stylesheets/style.css.scss */
.star {
  display: block;
  position: absolute;
  top: 6px;
  right: 10px;
  height: 34px;
  width: 31px;
}

/* line 167, app/assets/stylesheets/style.css.scss */
.star.monitor {
  position: absolute;
  top: 6px;
  right: 41px;
}

/* line 168, app/assets/stylesheets/style.css.scss */
.star span {
  background: url(/assets/icon-star-2bb882ba5c63aa7b1cc1414d12f8d4c07ca6a4be868bb5b0df1ac524dc4fd213.png) no-repeat 0 0 transparent;
  display: block;
  margin: 3px 0 0 2px;
  overflow: hidden;
  text-indent: -400%;
  vertical-align: text-top;
  white-space: nowrap;
  height: 27px;
  width: 27px;
}

/* line 169, app/assets/stylesheets/style.css.scss */
.star:hover span {
  opacity: 0.8;
  filter: alpha(opacity=0.8);
  -moz-filter: alpha(opacity=0.8);
  -o-filter: alpha(opacity=0.8);
  -ms-filter: alpha(opacity=0.8);
}

/* line 170, app/assets/stylesheets/style.css.scss */
.star.active span {
  background-position: -27px 0;
}

/* line 171, app/assets/stylesheets/style.css.scss */
.box-board.premium .star {
  position: absolute;
  top: 4px;
  right: 8px;
  height: 46px;
  width: 38px;
}

/* line 172, app/assets/stylesheets/style.css.scss */
.box-board.premium .star span {
  background: url(/assets/icon-star-premium-fa3c077752c193c7e194c6a59cf2fef80be377dbc3e3c58e0e1bc62c7a25d76c.png) no-repeat 0 0 transparent;
  display: block;
  margin: 7px 0 0 3px;
  overflow: hidden;
  text-indent: -400%;
  vertical-align: text-top;
  white-space: nowrap;
  height: 32px;
  width: 32px;
}

/* line 173, app/assets/stylesheets/style.css.scss */
.box-board.premium .star.monitor {
  position: absolute;
  top: 4px;
  right: 46px;
}

/* line 174, app/assets/stylesheets/style.css.scss */
.box-board.premium .star.active span {
  background-position: -32px 0;
}

/* line 175, app/assets/stylesheets/style.css.scss */
.mute {
  display: block;
  position: absolute;
  top: 6px;
  right: 10px;
  height: 34px;
  width: 31px;
}

/* line 176, app/assets/stylesheets/style.css.scss */
.mute span {
  background: url(/assets/icon-mute-ddaa56d1cd021312b9d0e3ad9637eda9d0bd1c157a2e6d72843ee2c942a7d8bd.png) no-repeat 0 0 transparent;
  display: block;
  margin: 3px 0 0 2px;
  overflow: hidden;
  text-indent: -400%;
  vertical-align: text-top;
  white-space: nowrap;
  height: 27px;
  width: 27px;
}

/* line 177, app/assets/stylesheets/style.css.scss */
.mute:hover span {
  opacity: 0.8;
  filter: alpha(opacity=0.8);
  -moz-filter: alpha(opacity=0.8);
  -o-filter: alpha(opacity=0.8);
  -ms-filter: alpha(opacity=0.8);
}

/* line 178, app/assets/stylesheets/style.css.scss */
.mute.active span {
  background-position: -27px 0;
}

/* line 179, app/assets/stylesheets/style.css.scss */
.box-board.premium .mute {
  position: absolute;
  top: 4px;
  right: 8px;
  height: 46px;
  width: 38px;
}

/* line 180, app/assets/stylesheets/style.css.scss */
.box-board.premium .mute span {
  background: url(/assets/icon-mute-premium-125ea56c32380f81b7d0a2d8ae508709b9af39223ef4b319742c2f7ed1e0eaa2.png) no-repeat 0 0 transparent;
  display: block;
  margin: 7px 0 0 3px;
  overflow: hidden;
  text-indent: -400%;
  vertical-align: text-top;
  white-space: nowrap;
  height: 32px;
  width: 32px;
}

/* line 181, app/assets/stylesheets/style.css.scss */
.box-board.premium .mute.active span {
  background-position: -32px 0;
}

/* line 182, app/assets/stylesheets/style.css.scss */
.box-board.short {
  height: 148px;
}

/* line 183, app/assets/stylesheets/style.css.scss */
.box-board.short .board-img {
  margin: 36px 0 0 8px;
  height: 68px;
  width: 120px;
}

/* line 184, app/assets/stylesheets/style.css.scss */
.box-board.short .board-img a img:hover {
  opacity: 0.8;
  filter: alpha(opacity=0.8);
  -moz-filter: alpha(opacity=0.8);
  -o-filter: alpha(opacity=0.8);
  -ms-filter: alpha(opacity=0.8);
}

/* line 185, app/assets/stylesheets/style.css.scss */
.box-board.short .board-title {
  height: auto;
}

/* line 186, app/assets/stylesheets/style.css.scss */
.box-board.short .board-summary .float-left {
  position: absolute;
  top: 100px;
  left: 0;
}

/* line 187, app/assets/stylesheets/style.css.scss */
.box-board.short .board-summary .float-right {
  position: absolute;
  top: 30px;
  right: 0;
  width: 170px;
}

/* line 188, app/assets/stylesheets/style.css.scss */
.box-board.short .comments-total {
  box-sizing: border-box;
  width: 120px;
  text-align: center;
}

/* line 189, app/assets/stylesheets/style.css.scss */
.box-board.short .comments-total span {
  display: inline;
  font-size: 17px;
  font-weight: bold;
  vertical-align: middle;
}

/* line 190, app/assets/stylesheets/style.css.scss */
.box-board.short .board-category {
  position: absolute;
  top: 8px;
  left: 8px;
  max-width: 200px;
}

/* line 191, app/assets/stylesheets/style.css.scss */
.box-board.short .star {
  top: 3px;
  right: 6px;
}

/* line 192, app/assets/stylesheets/style.css.scss */
.box-board.short .star.monitor {
  top: 3px;
  right: 36px;
}

/* line 193, app/assets/stylesheets/style.css.scss */
.box-board.short .mute {
  top: 3px;
  right: 6px;
}

/* line 194, app/assets/stylesheets/style.css.scss */
.board-recommends {
  margin: -90px auto 100px;
  width: 1040px;
}

/* line 195, app/assets/stylesheets/style.css.scss */
.board-recommends .headline-style4 {
  background: url(/assets/img-milltalk-227ba11033571f5391997bc1dada311bbf15902f65f616e80286af18cb66aca7.png) no-repeat 0 50% transparent;
  padding: 12px 0 6px 45px;
}

/* line 196, app/assets/stylesheets/style.css.scss */
.board-recommends .box-board {
  margin: 0 15px 0 5px;
}

/* line 197, app/assets/stylesheets/style.css.scss */
.main-block-inner .headline-style2 {
  padding-right: 90px;
}

/* line 198, app/assets/stylesheets/style.css.scss */
.main-block-inner .headline-style2 .board-owner {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
  top: auto;
  left: auto;
  vertical-align: middle;
  margin-left: 10px;
}

/* line 199, app/assets/stylesheets/style.css.scss */
.main-block-inner .headline-style2 .comments-total {
  background: #fff;
  border: 1px solid #ff3b07;
  color: #ff3b07;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 9px;
  position: absolute;
  bottom: 5px;
  right: 5px;
  width: auto;
}

/* line 200, app/assets/stylesheets/style.css.scss */
.main-block-inner .headline-style2 .comments-total span {
  font-size: 16px;
}

/* line 201, app/assets/stylesheets/style.css.scss */
.boards-not-found {
  margin-top: 60px;
}

/* line 202, app/assets/stylesheets/style.css.scss */
.boards-not-found .description {
  text-align: center;
  margin: 20px 0px;
}

/* line 203, app/assets/stylesheets/style.css.scss */
.boards-not-found .description p {
  font-size: 18px;
}

/* line 204, app/assets/stylesheets/style.css.scss */
.boards-not-found .image {
  text-align: center;
}

/* line 205, app/assets/stylesheets/style.css.scss */
.boards-not-found .image img {
  width: 220px;
}

/* 掲示板一覧 ヘッダー */
/* line 208, app/assets/stylesheets/style.css.scss */
.board-list-header {
  padding: 0 15px 0 0;
}

/* 掲示板一覧 フッター */
/* line 211, app/assets/stylesheets/style.css.scss */
.board-list-footer {
  padding: 0 15px 0 0;
}

/* 並べ替え・検索 */
/* line 214, app/assets/stylesheets/style.css.scss */
.sort-search {
  padding: 0 0 10px;
}

/* line 215, app/assets/stylesheets/style.css.scss */
.sort-search select {
  font-size: 12px;
  margin: 0 12px 0 0;
}

/* line 216, app/assets/stylesheets/style.css.scss */
.sort-search span {
  color: #39bbbd;
  font-size: 14px;
  font-weight: bold;
}

/* line 217, app/assets/stylesheets/style.css.scss */
input.form-search-text {
  padding: 4px;
  width: 240px;
}

/* line 218, app/assets/stylesheets/style.css.scss */
.board-list-search .common-button.search {
  height: 100%;
  width: 48px;
  font-size: 13px;
  padding: 4px 10px 5px;
  margin-right: 23px;
}

/* line 219, app/assets/stylesheets/style.css.scss */
.board-list-search {
  padding: 0 0 20px;
  width: auto;
  float: left;
}

/* line 220, app/assets/stylesheets/style.css.scss */
.board-list-search .form-search {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  height: 36px;
  width: 100%;
}

/* line 221, app/assets/stylesheets/style.css.scss */
.board-list-search .form-search input.form-search-text {
  height: 100%;
  width: 232px;
}

/* 掲示板一覧 ページネーション */
/* line 224, app/assets/stylesheets/style.css.scss */
.board-list-header .board-list-pagination {
  padding: 3px 0 20px;
  float: right;
}

/* line 225, app/assets/stylesheets/style.css.scss */
.board-list-header .board-list-pagination .pagination {
  padding: 0;
}

/* line 226, app/assets/stylesheets/style.css.scss */
.board-list-footer .board-list-pagination {
  padding: 0 0 20px;
  float: right;
}

/* line 227, app/assets/stylesheets/style.css.scss */
.board-list-footer .board-list-pagination .pagination {
  padding: 0;
}

/* 掲示板ミュート・ミュート解除ボタン 掲示場ミュート・ミュート解除確認ポップアップ  */
/* line 230, app/assets/stylesheets/style.css.scss */
.confirm_board_mute.common-popup {
  height: 230px;
  width: 640px;
  margin: 0 0 0 -320px;
}

/* line 231, app/assets/stylesheets/style.css.scss */
.confirm_board_mute.common-popup .common-popup-inner {
  height: 235px;
  width: 600px;
}

/* line 232, app/assets/stylesheets/style.css.scss */
.confirm_board_mute.common-popup .text {
  color: #333;
  font-size: 16px;
  margin: 0 0 15px;
  padding: 0 0 4px;
}

/* 掲示板を作成ボタン 法人ユーザー情報不十分ポップアップ */
/* line 235, app/assets/stylesheets/style.css.scss */
.alert_for_lack_of_profile_popup.common-popup {
  height: 300px;
}

/* line 236, app/assets/stylesheets/style.css.scss */
.alert_for_lack_of_profile_popup.common-popup .common-popup-inner {
  height: 300px;
}

/* line 237, app/assets/stylesheets/style.css.scss */
.alert_for_lack_of_profile_popup.common-popup .message {
  font-size: 20px;
  text-align: left;
}

/* お知らせバナー */
/* line 240, app/assets/stylesheets/style.css.scss */
.banner-info {
  max-width: 960px;
}

/* line 241, app/assets/stylesheets/style.css.scss */
.banner-info img {
  display: block;
  margin: 0px auto;
}

/* line 242, app/assets/stylesheets/style.css.scss */
.banner-info a img:hover {
  opacity: 0.8;
  filter: alpha(opacity=0.8);
  -moz-filter: alpha(opacity=0.8);
  -o-filter: alpha(opacity=0.8);
  -ms-filter: alpha(opacity=0.8);
}

/* トップページ定額プランおすすめ */
/* line 245, app/assets/stylesheets/style.css.scss */
.recommend-unlimited_use-top {
  background: #d3eded;
  box-sizing: border-box;
  margin: 0 0 30px;
  padding: 15px;
  width: 975px;
}

/* line 246, app/assets/stylesheets/style.css.scss */
.recommend-unlimited_use-top h3 {
  font-size: 24px;
  letter-spacing: 0.05em;
  margin: 0 0 20px;
}

/* line 247, app/assets/stylesheets/style.css.scss */
.recommend-unlimited_use-top__inner {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}

/* line 248, app/assets/stylesheets/style.css.scss */
.recommend-unlimited_use-top__block {
  overflow: hidden;
  width: 252px;
}

/* line 249, app/assets/stylesheets/style.css.scss */
.recommend-unlimited_use-top__block h4 {
  color: #555;
  font-size: 13px;
  font-weight: bold;
  margin: 0 0 10px 50px;
}

/* line 250, app/assets/stylesheets/style.css.scss */
.recommend-unlimited_use-top__block p {
  color: #333;
  font-size: 12px;
  margin: 0 0 0 50px;
}

/* line 251, app/assets/stylesheets/style.css.scss */
.recommend-unlimited_use-top__icon {
  background: #2bc5cc;
  border-radius: 4px;
  padding: 8px;
  float: left;
}

/* line 252, app/assets/stylesheets/style.css.scss */
.recommend-unlimited_use-top__button {
  background: #00a1a8;
  border-radius: 8px;
  color: #fff;
  display: block;
  font-size: 12px;
  font-weight: bold;
  padding: 20px 0;
  position: relative;
  text-align: center;
  width: 140px;
}

/* line 253, app/assets/stylesheets/style.css.scss */
.recommend-unlimited_use-top__button::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5.5px 0 5.5px 10px;
  border-color: transparent transparent transparent #fff;
  margin: 0 0 0 10px;
}

/* line 254, app/assets/stylesheets/style.css.scss */
.recommend-unlimited_use-top__button:hover {
  opacity: 0.8;
  text-decoration: none;
}

/* マイページお得な定額プラン・定額プランのお知らせ */
/* line 257, app/assets/stylesheets/style.css.scss */
.unlimited_use-mypage {
  background: #ffead8;
  margin: 0 0 15px;
  padding: 20px;
  position: relative;
}

/* line 258, app/assets/stylesheets/style.css.scss */
.unlimited_use-mypage.recommend {
  background: url(/assets/recommend-unlimited_use-mypage-822cdfe0c49bab59e2afbee7028593d4771b2f22ef92cb533438556628274cb3.png) 100% 100% no-repeat #ffead8;
}

/* line 259, app/assets/stylesheets/style.css.scss */
.unlimited_use-mypage h3 {
  color: #f26500;
  font-size: 18px;
  margin: 0;
}

/* line 260, app/assets/stylesheets/style.css.scss */
.unlimited_use-mypage p {
  color: #555;
  font-size: 15px;
  margin: 15px 0 0;
}

/* line 261, app/assets/stylesheets/style.css.scss */
.unlimited_use-mypage .unlimited_use-mypage__link {
  margin: 15px 40px 0 0;
  position: relative;
  text-align: right;
}

/* line 262, app/assets/stylesheets/style.css.scss */
.unlimited_use-mypage .unlimited_use-mypage__link a {
  color: #f26500;
  font-size: 16px;
  text-decoration: underline;
}

/* line 263, app/assets/stylesheets/style.css.scss */
.unlimited_use-mypage__link::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5.5px 0 5.5px 10px;
  border-color: transparent transparent transparent #f26500;
  margin: 0 0 0 5px;
}

/* line 264, app/assets/stylesheets/style.css.scss */
.unlimited_use-mypage .unlimited_use-mypage__button {
  margin: 15px 0 0 0;
  position: absolute;
  top: -3px;
  right: 15px;
}

/* line 265, app/assets/stylesheets/style.css.scss */
.unlimited_use-mypage .unlimited_use-mypage__button a {
  background: #ee7a12;
  border-radius: 8px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 0;
  position: relative;
  text-align: center;
  width: 140px;
}

/* line 266, app/assets/stylesheets/style.css.scss */
.unlimited_use-mypage .unlimited_use-mypage__button a::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5.5px 0 5.5px 10px;
  border-color: transparent transparent transparent #fff;
  margin: 0 0 0 10px;
}

/* line 267, app/assets/stylesheets/style.css.scss */
.unlimited_use-mypage .unlimited_use-mypage__button a:hover {
  opacity: 0.8;
  text-decoration: none;
}

/* トップページスライド部分 */
/* line 270, app/assets/stylesheets/style.css.scss */
.toppage-carousel {
  margin: 0 auto;
  overflow: hidden;
  height: 262px;
  width: 100%;
  position: relative;
}

/* line 271, app/assets/stylesheets/style.css.scss */
.toppage-carousel .carousel-button {
  margin: 0 auto;
  width: 990px;
  position: relative;
}

/* line 272, app/assets/stylesheets/style.css.scss */
.toppage-carousel .carousel-prev {
  cursor: pointer;
  position: absolute;
  top: 110px;
  left: -35px;
  z-index: 9999;
}

/* line 273, app/assets/stylesheets/style.css.scss */
.toppage-carousel .carousel-next {
  cursor: pointer;
  position: absolute;
  top: 110px;
  right: -25px;
  z-index: 9999;
}

/* line 274, app/assets/stylesheets/style.css.scss */
.toppage-carousel .toppage-carousel-outer {
  height: 262px;
  width: 1930px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  margin-left: -965px;
}

/* line 275, app/assets/stylesheets/style.css.scss */
.toppage-carousel .toppage-carousel-inner {
  height: 100%;
  width: 100%;
}

/* line 276, app/assets/stylesheets/style.css.scss */
.toppage-carousel .box-board {
  background: url(/assets/img-slide-33c35df293abff6a9f18b1b4bfb2ef618481908a5eb9579315b0dee41c1d18bb.png) no-repeat 0 0 transparent;
  border: none;
  box-sizing: border-box;
  float: left;
  margin: 0 4px 0 0;
  height: 262px;
  width: 478px;
}

/* line 277, app/assets/stylesheets/style.css.scss */
.toppage-carousel .box-board .comments-total {
  background: #ff8102;
  color: #fff;
}

/* line 278, app/assets/stylesheets/style.css.scss */
.toppage-carousel .box-board .comments-total span {
  color: #fff;
}

/* line 279, app/assets/stylesheets/style.css.scss */
.toppage-carousel .board-img {
  margin: 0;
  overflow: hidden;
  height: 262px;
  width: 478px;
}

/* line 280, app/assets/stylesheets/style.css.scss */
.toppage-carousel .board-summary {
  background: rgba(255, 255, 255, 0.8);
  background: #fff\9;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 478px;
}

/* line 281, app/assets/stylesheets/style.css.scss */
.toppage-carousel .board-summary .float-right {
  width: 360px;
}

/* line 282, app/assets/stylesheets/style.css.scss */
.toppage-carousel .board-title {
  height: 42px;
}

/* line 283, app/assets/stylesheets/style.css.scss */
.toppage-carousel .board-owner {
  bottom: 70px;
  top: auto;
  left: 8px;
  max-width: 400px;
  width: 400px\9;
}

/* 特集記事 */
/* line 286, app/assets/stylesheets/style.css.scss */
.feature-articles {
  width: 100%;
  height: 281px;
  position: relative;
  overflow: hidden;
}

/* line 287, app/assets/stylesheets/style.css.scss */
.feature-articles .slide-wrap {
  width: 2000px;
  position: absolute;
  left: 50%;
  margin-left: -1000px;
}

/* line 288, app/assets/stylesheets/style.css.scss */
.feature-articles .slide-wrap .slide .slide-caption {
  background: rgba(255, 255, 255, 0.8);
  bottom: 0;
  height: 20%;
  position: absolute;
  width: 100%;
  z-index: 1;
}

/* line 289, app/assets/stylesheets/style.css.scss */
.feature-articles .slide-wrap .slide .slide-caption .slide-comment {
  background-color: orange;
  border-radius: 5px;
  color: white;
  float: left;
  font-size: 10px;
  margin: 7px 0 7px 7px;
  padding: 3px 10px;
  text-align: center;
}

/* line 290, app/assets/stylesheets/style.css.scss */
.feature-articles .slide-wrap .slide .slide-caption .slide-comment span {
  display: block;
  font-size: 17px;
}

/* line 291, app/assets/stylesheets/style.css.scss */
.feature-articles .slide-wrap .slide .slide-caption .slide-title {
  color: #696969;
  float: left;
  font-size: 15px;
  margin: 7px;
  max-width: 418px;
  text-decoration: underline;
}

/* line 292, app/assets/stylesheets/style.css.scss */
.feature-articles .slide-wrap .slide .slide-category {
  background: #fff;
  border: 1px solid #31b2b8;
  border-radius: 20px;
  bottom: 22%;
  color: #31b2b8;
  position: absolute;
  left: 2%;
  font-size: 11px;
  font-weight: bold;
  padding: 2px 4px 0 22px;
  max-width: 456px;
  z-index: 1;
}

/* line 293, app/assets/stylesheets/style.css.scss */
.feature-articles .slide-wrap .slide .slide-category:after {
  background: url(/../images/icon-mini.png) no-repeat 0 -68px transparent;
  content: " ";
  display: block;
  height: 13px;
  left: 6px;
  position: absolute;
  top: 3px;
  width: 14px;
}

/* line 294, app/assets/stylesheets/style.css.scss */
.feature-articles .slide-wrap .bx-wrapper .bx-viewport {
  left: 0;
}

/* line 295, app/assets/stylesheets/style.css.scss */
.feature-articles .slide-wrap .bx-wrapper ul li {
  height: 281px;
}

/* line 296, app/assets/stylesheets/style.css.scss */
.feature-articles .slide-wrap .bx-wrapper .bx-prev {
  background: url(/images/btn_prev.png) no-repeat;
  left: 466px;
  top: 141px;
}

/* line 297, app/assets/stylesheets/style.css.scss */
.feature-articles .slide-wrap .bx-wrapper .bx-prev:hover {
  background: url(/images/btn_prev.png) no-repeat;
}

/* line 298, app/assets/stylesheets/style.css.scss */
.feature-articles .slide-wrap .bx-wrapper .bx-next {
  background: url(/images/btn_next.png) no-repeat;
  right: 450px;
  top: 141px;
}

/* line 299, app/assets/stylesheets/style.css.scss */
.feature-articles .slide-wrap .bx-wrapper .bx-next:hover {
  background: url(/images/btn_next.png) no-repeat;
}

/* line 300, app/assets/stylesheets/style.css.scss */
.feature-articles .slide-wrap .bx-wrapper .bx-controls-direction a {
  z-index: 99;
}

/* 法人マイページの特集記事 */
/* line 303, app/assets/stylesheets/style.css.scss */
.main-block .headline-table2.feature-articles {
  height: 186px !important;
  margin: 0 0 10px 0;
  padding: 0px;
}

/* line 304, app/assets/stylesheets/style.css.scss */
.main-block .headline-table2.feature-articles .slide-wrap {
  width: 680px;
  position: absolute;
  left: 50%;
  margin-left: -340px;
}

/* line 305, app/assets/stylesheets/style.css.scss */
.main-block .headline-table2.feature-articles .slide-wrap .slide .slide-caption {
  height: 24%;
}

/* line 306, app/assets/stylesheets/style.css.scss */
.main-block .headline-table2.feature-articles .slide-wrap .slide .slide-caption .slide-title {
  font-size: 13px;
  max-width: 320px;
}

/* line 307, app/assets/stylesheets/style.css.scss */
.main-block .headline-table2.feature-articles .slide-wrap .slide .slide-caption .slide-comment {
  font-size: 10px;
  margin: 5px 0 5px 5px;
  padding: 2px 10px;
}

/* line 308, app/assets/stylesheets/style.css.scss */
.main-block .headline-table2.feature-articles .slide-wrap .slide .slide-caption .slide-comment span {
  font-size: 13px;
}

/* line 309, app/assets/stylesheets/style.css.scss */
.main-block .headline-table2.feature-articles .slide-wrap .slide .slide-category {
  max-width: 320px;
  bottom: 25%;
}

/* line 310, app/assets/stylesheets/style.css.scss */
.main-block .headline-table2.feature-articles .slide-wrap .bx-wrapper {
  border: none;
}

/* 2カラム用 - サブ トップページ */
/* line 313, app/assets/stylesheets/style.css.scss */
.sub-box {
  border: 2px solid #aaa;
  margin: 0 0 10px;
  width: 270px;
}

/* line 314, app/assets/stylesheets/style.css.scss */
.sub-block .sub-box {
  margin: 20px 0 15px;
  width: 275px;
}

/* line 315, app/assets/stylesheets/style.css.scss */
.sub-box-title {
  padding: 4px 8px;
}

/* line 316, app/assets/stylesheets/style.css.scss */
.sub-box-title .title {
  color: #fff;
  display: inline;
  font-size: 16px;
  font-weight: bold;
  padding: 0 0 0 25px;
  position: relative;
}

/* line 317, app/assets/stylesheets/style.css.scss */
.sub-box-title .title:after {
  content: " ";
  display: block;
  background: url(/assets/icon-mini-e5cc3355ab9f2701b583fbd87dc33d827c0944e3348a7a015103910b039cdc43.png) no-repeat transparent;
  overflow: hidden;
  text-indent: 100%;
  vertical-align: text-top;
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 318, app/assets/stylesheets/style.css.scss */
.sub-box-title .title.category:after {
  background-position: -31px -64px;
  height: 20px;
  width: 20px;
}

/* line 319, app/assets/stylesheets/style.css.scss */
.sub-box-title .title.access-ranking:after {
  background-position: -64px -64px;
  height: 20px;
  width: 20px;
}

/* line 320, app/assets/stylesheets/style.css.scss */
.sub-box-title .title.attention-ranking:after {
  background-position: -96px -64px;
  height: 20px;
  width: 20px;
}

/* line 321, app/assets/stylesheets/style.css.scss */
.sub-box-title .title.many-like:after {
  background-position: -161px -63px;
  height: 20px;
  width: 20px;
}

/* line 322, app/assets/stylesheets/style.css.scss */
.sub-box-title .title.recently-trend:after {
  background-position: -194px -65px;
  height: 20px;
  width: 20px;
}

/* line 323, app/assets/stylesheets/style.css.scss */
.sub-box-inner {
  background: #fff;
  padding: 10px;
}

/* line 324, app/assets/stylesheets/style.css.scss */
.sub-box-inner a {
  color: #333;
}

/* line 325, app/assets/stylesheets/style.css.scss */
.sub-box.green .sub-box-title {
  background: #31b2b8;
}

/* line 326, app/assets/stylesheets/style.css.scss */
.sub-box.green {
  border-color: #31b2b8;
}

/* line 327, app/assets/stylesheets/style.css.scss */
.sub-box.orange .sub-box-title {
  background: #ff8102;
}

/* line 328, app/assets/stylesheets/style.css.scss */
.sub-box.orange {
  border-color: #ff8102;
}

/* line 329, app/assets/stylesheets/style.css.scss */
.sub-box.yellow .sub-box-title {
  background: #ecbe39;
}

/* line 330, app/assets/stylesheets/style.css.scss */
.sub-box.yellow {
  border-color: #ecbe39;
}

/* line 331, app/assets/stylesheets/style.css.scss */
.sub-box.purple .sub-box-title {
  background: #aa7add;
}

/* line 332, app/assets/stylesheets/style.css.scss */
.sub-box.purple {
  border-color: #aa7add;
}

/* line 333, app/assets/stylesheets/style.css.scss */
.sub-news {
  background: #ffffcc;
  border: 1px solid #ffcc00;
  margin: 0 0 10px;
  width: 270px;
}

/* line 334, app/assets/stylesheets/style.css.scss */
.sub-news-title {
  color: #31b2b8;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 8px 0;
}

/* line 335, app/assets/stylesheets/style.css.scss */
.sub-news-inner {
  padding: 5px 10px 10px;
}

/* line 336, app/assets/stylesheets/style.css.scss */
.sub-news-inner a {
  color: #333;
}

/* line 337, app/assets/stylesheets/style.css.scss */
.trend-tag {
  padding: 2px 6px 3px 17px;
  position: relative;
}

/* line 338, app/assets/stylesheets/style.css.scss */
.trend-tag:before {
  background: url(/assets/icon-mini-e5cc3355ab9f2701b583fbd87dc33d827c0944e3348a7a015103910b039cdc43.png) no-repeat -262px -66px transparent;
  display: block;
  content: " ";
  height: 16px;
  width: 16px;
  top: 3px;
  left: 0;
  position: absolute;
}

/* line 339, app/assets/stylesheets/style.css.scss */
.sub-ranking {
  overflow: hidden;
}

/* line 340, app/assets/stylesheets/style.css.scss */
.sub-ranking li {
  border-top: 1px solid #ccc;
  margin: -1px 0 0;
  padding: 10px 0 10px 45px;
  position: relative;
}

/* line 341, app/assets/stylesheets/style.css.scss */
.sub-ranking li.sub-ranking-1 {
  padding: 0 0 10px 45px;
}

/* line 342, app/assets/stylesheets/style.css.scss */
.sub-ranking li.sub-ranking-3 {
  padding: 10px 0 0 45px;
}

/* line 343, app/assets/stylesheets/style.css.scss */
.sub-ranking li.sub-ranking-1:before {
  background: url(/assets/icon-ranking-7033a9e3b302e043e7d9295a54925a495b001b5418684c45c921e43fb8b3b339.png) no-repeat 0 0 transparent;
  display: block;
  content: " ";
  height: 34px;
  width: 34px;
  top: 8px;
  left: 0;
  position: absolute;
}

/* line 344, app/assets/stylesheets/style.css.scss */
.sub-ranking li.sub-ranking-2:before {
  background: url(/assets/icon-ranking-7033a9e3b302e043e7d9295a54925a495b001b5418684c45c921e43fb8b3b339.png) no-repeat 0 -34px transparent;
  display: block;
  content: " ";
  height: 34px;
  width: 34px;
  top: 8px;
  left: 0;
  position: absolute;
}

/* line 345, app/assets/stylesheets/style.css.scss */
.sub-ranking li.sub-ranking-3:before {
  background: url(/assets/icon-ranking-7033a9e3b302e043e7d9295a54925a495b001b5418684c45c921e43fb8b3b339.png) no-repeat 0 -68px transparent;
  display: block;
  content: " ";
  height: 34px;
  width: 34px;
  top: 8px;
  left: 0;
  position: absolute;
}

/* line 346, app/assets/stylesheets/style.css.scss */
.sub-ranking span {
  color: #434343;
  display: block;
  font-size: 12px;
  margin: 8px 0 0;
}

/* line 347, app/assets/stylesheets/style.css.scss */
.sub-ranking .watch {
  background: #efefef;
  border-radius: 20px;
  color: #ff4000;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 15px;
  font-weight: bold;
  margin: 5px 0 0;
  position: relative;
  padding: 1px 10px 1px 36px;
}

/* line 348, app/assets/stylesheets/style.css.scss */
.sub-ranking .watch:before {
  background: url(/assets/icon-mini-e5cc3355ab9f2701b583fbd87dc33d827c0944e3348a7a015103910b039cdc43.png) no-repeat -224px -66px transparent;
  display: block;
  content: " ";
  height: 16px;
  width: 26px;
  top: 3px;
  left: 6px;
  position: absolute;
}

/* 2カラム用 - サブ */
/* line 351, app/assets/stylesheets/style.css.scss */
.sub-title-area {
  background: #fff;
  border: 2px solid #2fb4bd;
  color: #2fb4bd;
  font-size: 12px;
  padding: 14px 15px 12px;
}

/* line 352, app/assets/stylesheets/style.css.scss */
.sub-title-area span {
  font-size: 17px;
  font-weight: bold;
}

/* line 353, app/assets/stylesheets/style.css.scss */
.sub-title-area i {
  vertical-align: -5px;
}

/* line 354, app/assets/stylesheets/style.css.scss */
.sub-title-area a {
  color: #2fb4bd;
  font-size: 12px;
}

/* line 355, app/assets/stylesheets/style.css.scss */
.sub-title-area span,
.sub-title-area span a {
  font-size: 17px;
  font-weight: bold;
}

/* line 357, app/assets/stylesheets/style.css.scss */
.sub-title-area .title-with-icon {
  font-size: 17px;
  font-weight: bold;
  padding: 0 0 0 28px;
  margin: 0;
  height: 25px;
  line-height: 25px;
  position: relative;
}

/* line 358, app/assets/stylesheets/style.css.scss */
.sub-title-area .title-with-icon:after {
  content: " ";
  display: block;
  background: url(/assets/icon-large-2796bf0218e1cdc0eee0d26e9a8d04b0047bfac2ec99f562431862bbb884220d.png) no-repeat transparent;
  overflow: hidden;
  text-indent: 100%;
  vertical-align: text-top;
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 359, app/assets/stylesheets/style.css.scss */
.sub-title-area .title-with-icon.board-description:after {
  background-position: 1px -106px;
  height: 25px;
  width: 24px;
}

/* line 360, app/assets/stylesheets/style.css.scss */
.sub-title-area .title-with-icon.company-info:after {
  background-position: -38px -106px;
  height: 24px;
  width: 25px;
}

/* line 361, app/assets/stylesheets/style.css.scss */
.sub-title-area.hitokoto {
  overflow: hidden;
  padding: 14px 8px;
}

/* line 362, app/assets/stylesheets/style.css.scss */
.sub-title-area.hitokoto .user-icon {
  display: none;
}

/* line 363, app/assets/stylesheets/style.css.scss */
.sub-title-area.hitokoto img {
  float: left;
  margin: 0 10px 0 0;
}

/* line 364, app/assets/stylesheets/style.css.scss */
.sub-title-area.hitokoto p {
  color: #222;
  float: right;
  margin: 10px 0 0;
  width: 180px;
}

/* line 365, app/assets/stylesheets/style.css.scss */
.sub-title-area.hitokoto p.not_postable_message {
  float: none;
  width: auto;
  font-size: 13px;
  color: red;
}

/* line 366, app/assets/stylesheets/style.css.scss */
.sub-title-area.hitokoto p + a {
  float: right;
  margin: 0;
  width: 180px;
}

/* line 367, app/assets/stylesheets/style.css.scss */
.sub-title-area.hitokoto span {
  font-size: 16px;
  font-weight: bold;
}

/* line 368, app/assets/stylesheets/style.css.scss */
.sub-title-area.hitokoto textarea {
  background: #edf9f9;
  border: none;
  margin: 10px 0;
  padding: 10px;
}

/* line 369, app/assets/stylesheets/style.css.scss */
.sub-title-area.hitokoto select {
  background: #edf9f9;
  border: none;
  margin-bottom: 10px;
  width: 100%;
}

/* line 370, app/assets/stylesheets/style.css.scss */
.sub-title-area.hitokoto input {
  background: #edf9f9;
  border: none;
  margin-bottom: 10px;
}

/* line 371, app/assets/stylesheets/style.css.scss */
.sub-title-area.hitokoto .note {
  color: #2fb4bd;
  float: none;
  font-size: 12px;
  font-weight: normal;
  margin: 0 auto;
  text-indent: -10px;
  width: 68%;
}

/* line 372, app/assets/stylesheets/style.css.scss */
.hitokoto-form {
  clear: both;
  overflow: hidden;
}

/* line 373, app/assets/stylesheets/style.css.scss */
.board-entry .message-icon {
  display: none;
}

/* line 375, app/assets/stylesheets/style.css.scss */
.sub-block-box {
  background: #e6f5f8;
  border: 2px solid #2fb4bd;
}

/* line 376, app/assets/stylesheets/style.css.scss */
.sub-title-area + .sub-block-box {
  border-top: 1px solid #e6f5f8;
}

/* line 377, app/assets/stylesheets/style.css.scss */
.sub-block-box + .sub-title-area {
  border-top: 1px solid #e6f5f8;
}

/* line 378, app/assets/stylesheets/style.css.scss */
.sub-block-box + .sub-block-box {
  border-top: none;
}

/* line 379, app/assets/stylesheets/style.css.scss */
.sub-block-box .sub-head {
  padding: 0 0 0 15px;
  position: relative;
  color: #34b5b0;
  font-size: 14px;
  font-weight: bold;
}

/* line 380, app/assets/stylesheets/style.css.scss */
.sub-block-box .sub-head:after {
  border-top: 3px solid #34b5b0;
  content: "";
  display: block;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  top: -10px;
  left: -25px;
  width: 20px;
}

/* line 381, app/assets/stylesheets/style.css.scss */
.sub-block-box a img:hover {
  opacity: 0.8;
  filter: alpha(opacity=0.8);
  -moz-filter: alpha(opacity=0.8);
  -o-filter: alpha(opacity=0.8);
  -ms-filter: alpha(opacity=0.8);
}

/* line 384, app/assets/stylesheets/style.css.scss */
.sub-block-inner {
  margin: 0 auto;
  width: 260px;
}

/* line 385, app/assets/stylesheets/style.css.scss */
.sub-profile-img {
  text-align: center;
  margin: 15px 0;
  display: none;
}

/* line 386, app/assets/stylesheets/style.css.scss */
.sub-profile-img img {
  border: 1px solid #fff;
}

/* line 387, app/assets/stylesheets/style.css.scss */
.sub-board-img {
  margin: 10px 0 10px 2px;
  text-align: center;
  overflow: hidden;
  height: 140px;
  width: 255px;
}

/* line 388, app/assets/stylesheets/style.css.scss */
.sub-board-img img {
  border: 0 solid #ccc;
}

/* line 389, app/assets/stylesheets/style.css.scss */
.sub-block-inner .table-style2 th {
  width: 96px;
}

/* line 390, app/assets/stylesheets/style.css.scss */
.company-data {
  margin: 10px;
}

/* line 391, app/assets/stylesheets/style.css.scss */
.company-data dt {
  clear: left;
  color: #30b3bb;
  float: left;
  font-size: 12px;
  font-weight: bold;
  padding: 5px 0 4px;
  width: 100px;
}

/* line 392, app/assets/stylesheets/style.css.scss */
.company-data dd {
  color: #222;
  font-size: 14px;
  padding: 4px 0 3px 100px;
}

/* line 393, app/assets/stylesheets/style.css.scss */
.company-data .title {
  color: #30b3bb;
  font-size: 12px;
  font-weight: bold;
  padding: 5px 0 4px;
}

/* line 394, app/assets/stylesheets/style.css.scss */
.company-data .content {
  color: #222;
  font-size: 14px;
  padding: 4px 0 3px 10px;
}

/* line 395, app/assets/stylesheets/style.css.scss */
.charge-data {
  margin: 10px 10px 15px;
  overflow: hidden;
}

/* line 396, app/assets/stylesheets/style.css.scss */
.charge-data a {
  color: #30b3bb;
  font-size: 18px;
  display: inline-block;
  *display: inline-block;
  *zoom: 1;
  max-width: 160px;
  vertical-align: top;
}

/* line 397, app/assets/stylesheets/style.css.scss */
.charge-data img {
  margin: 0 10px 0 0;
  float: left;
}

/* line 398, app/assets/stylesheets/style.css.scss */
.area-sns {
  display: table;
  margin: 20px 20px 20px;
  overflow: hidden;
  height: 65px;
  width: 210px;
}

/* line 399, app/assets/stylesheets/style.css.scss */
.area-sns a img:hover {
  opacity: 0.8;
  filter: alpha(opacity=0.8);
  -moz-filter: alpha(opacity=0.8);
  -o-filter: alpha(opacity=0.8);
  -ms-filter: alpha(opacity=0.8);
}

/* line 402, app/assets/stylesheets/style.css.scss */
.area-sns .fb-share-area,
.area-sns .fb-like,
.area-sns .twitter-share-area {
  display: table-cell;
  vertical-align: bottom;
  text-align: center;
}

/* line 405, app/assets/stylesheets/style.css.scss */
.area-sns .fb-share-area {
  display: table-cell;
  vertical-align: bottom;
  text-align: center;
}

/* line 406, app/assets/stylesheets/style.css.scss */
.area-sns .hatebu-share-area {
  display: table-cell;
  vertical-align: bottom;
  text-align: center;
}

/* line 407, app/assets/stylesheets/style.css.scss */
.edit-delete {
  padding: 10px 0;
}

/* line 408, app/assets/stylesheets/style.css.scss */
.edit-delete .common-button {
  margin: 5px 0;
}

/* line 409, app/assets/stylesheets/style.css.scss */
.start-finish {
  padding: 10px 0;
  text-align: center;
}

/* line 410, app/assets/stylesheets/style.css.scss */
.start-finish li {
  font-size: 12px;
  margin: 0 4px;
}

/* line 411, app/assets/stylesheets/style.css.scss */
.start-finish label {
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 10px;
  text-align: right;
  padding: 1px 2px;
}

/* line 412, app/assets/stylesheets/style.css.scss */
.start-finish .start {
  background: #00b8bd;
}

/* line 413, app/assets/stylesheets/style.css.scss */
.start-finish .finish {
  background: #00b8bd;
}

/* line 414, app/assets/stylesheets/style.css.scss */
.start-finish .finish-time {
  color: #666;
  font-size: 11px;
}

/* line 415, app/assets/stylesheets/style.css.scss */
.rank {
  margin: 0 0 8px;
  padding: 0 0 0 38px;
  position: relative;
}

/* line 416, app/assets/stylesheets/style.css.scss */
.rank a {
  font-size: 17px;
  color: #333;
  text-decoration: none;
}

/* line 417, app/assets/stylesheets/style.css.scss */
.rank:after {
  background: url(/assets/icon-rank-7e4115f1aa9e608fc497c94c37acd6983164524f00f3b2ec1953d39b52ee9ef2.png) no-repeat 0 0 transparent;
  content: "";
  display: block;
  height: 31px;
  position: absolute;
  left: 0;
  top: -5px;
  width: 31px;
}

/* line 418, app/assets/stylesheets/style.css.scss */
.rank.gold:after {
  background-position: 0 0;
}

/* line 419, app/assets/stylesheets/style.css.scss */
.rank.silver:after {
  background-position: -31px 0;
}

/* line 420, app/assets/stylesheets/style.css.scss */
.rank.bronze:after {
  background-position: -62px 0;
}

/* line 421, app/assets/stylesheets/style.css.scss */
.rank.platinum:after {
  background-position: -93px 0;
}

/* line 422, app/assets/stylesheets/style.css.scss */
.rank.green:after {
  background-position: -124px 0;
}

/* line 423, app/assets/stylesheets/style.css.scss */
.signup-form {
  background: url(/assets/img-thanks-28274cf2523cf3acf096f0181c883ae7bd4fd79baa0308f909bc062fd237b60b.png) no-repeat 100% 100% #44bbc0;
  border-radius: 16px;
  padding: 10px 12px;
}

/* line 424, app/assets/stylesheets/style.css.scss */
.signup-form h2 {
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  margin: 0 0 14px 0;
}

/* line 425, app/assets/stylesheets/style.css.scss */
.signup-form input.email {
  box-sizing: border-box;
  border: 1px solid #d7d7d7;
  padding: 4px 6px;
  width: 170px;
  height: 28px;
  font-size: 12px;
  -moz-box-shadow: inset 1px 3px 9px -6px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 1px 3px 9px -6px rgba(0, 0, 0, 0.5);
  box-shadow: inset 1px 3px 9px -6px rgba(0, 0, 0, 0.5);
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Roboto','メイリオ','新ゴ Pro','ＭＳ Ｐゴシック',sans-serif;
}

/* line 432, app/assets/stylesheets/style.css.scss */
.signup-form input.password {
  box-sizing: border-box;
  border: 1px solid #d7d7d7;
  padding: 4px 6px;
  width: 170px;
  height: 28px;
  font-size: 12px;
  -moz-box-shadow: inset 1px 3px 9px -6px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 1px 3px 9px -6px rgba(0, 0, 0, 0.5);
  box-shadow: inset 1px 3px 9px -6px rgba(0, 0, 0, 0.5);
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Roboto','メイリオ','新ゴ Pro','ＭＳ Ｐゴシック',sans-serif;
}

/* line 439, app/assets/stylesheets/style.css.scss */
.signup-form input.button {
  box-sizing: border-box;
  background: #ff7f00;
  color: #fff;
  padding: 3px;
  text-align: center;
  border-radius: 1px;
  height: 35px;
  border: 1px solid #fff;
  width: 150px;
  margin-left: 10px;
  margin-top: 5px;
  margin-bottom: 10px;
}

/* line 443, app/assets/stylesheets/style.css.scss */
.signup-form input.button:hover {
  background: #ffa500;
}

/* line 444, app/assets/stylesheets/style.css.scss */
.signup-form p {
  color: #fff;
}

/* line 445, app/assets/stylesheets/style.css.scss */
.signup-form p.notice.error {
  background: #fff;
  font-size: 10px;
  width: 240px;
  border-radius: 4px;
  padding: 4px;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 446, app/assets/stylesheets/style.css.scss */
.signup-form .email-wrapper {
  margin-bottom: 10px;
}

/* line 447, app/assets/stylesheets/style.css.scss */
.signup-form .password-wrapper {
  margin-bottom: 10px;
}

/* line 448, app/assets/stylesheets/style.css.scss */
.signup-form p.error-email {
  height: 14px;
  font-size: 9px;
  font-weight: bold;
  color: #cf0017;
}

/* line 449, app/assets/stylesheets/style.css.scss */
.signup-form p.error-password {
  height: 14px;
  font-size: 9px;
  font-weight: bold;
  color: #cf0017;
}

/* line 450, app/assets/stylesheets/style.css.scss */
.signup-form a:link {
  color: #FFFFFF;
  text-decoration: none;
}

/* line 451, app/assets/stylesheets/style.css.scss */
.signup-form a:visited {
  color: #FFFFFF;
  text-decoration: none;
}

/* line 452, app/assets/stylesheets/style.css.scss */
.signup-form a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}

/* line 453, app/assets/stylesheets/style.css.scss */
.signup-form a:active {
  color: #FFFFFF;
  text-decoration: none;
}

/* line 454, app/assets/stylesheets/style.css.scss */
.signup-form label[for='rule'] {
  line-height: initial;
  color: #FFFFFF;
}

/* line 455, app/assets/stylesheets/style.css.scss */
.signup-form .rule-wrapper {
  margin-bottom: 10px;
}

/* line 456, app/assets/stylesheets/style.css.scss */
.signup-form .i-error-email {
  color: #d40d12;
}

/* line 457, app/assets/stylesheets/style.css.scss */
.signup-form .i-error-password {
  color: #d40d12;
}

/* line 459, app/assets/stylesheets/style.css.scss */
.modal-signup-form {
  background: url(/assets/img-thanks2-bbd537718b12ce9d5d8c12f7fd5aabfc10133086ecaeccc00fec266c431e579a.png) no-repeat transparent 100% 0;
  padding: 0 10px;
  min-height: 110px;
  background-size: 200px;
}

/* line 460, app/assets/stylesheets/style.css.scss */
.modal-signup-form h5 {
  color: #222;
  font-size: 17px;
  font-weight: bold;
  width: 200px;
  margin: 20px 0px;
  text-align: center;
}

/* line 461, app/assets/stylesheets/style.css.scss */
.modal-signup-form .email-wrapper {
  position: relative;
}

/* line 462, app/assets/stylesheets/style.css.scss */
.modal-signup-form .password-wrapper {
  position: relative;
}

/* line 463, app/assets/stylesheets/style.css.scss */
.modal-signup-form input.email {
  box-sizing: border-box;
  margin: 0px;
  padding: 4px 6px;
  width: 224px;
  font-size: 12px;
  border: 1px solid #d7d7d7;
  height: 35px;
  box-shadow: black 1px 3px 9px -6px inset;
  cursor: auto;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Roboto, メイリオ, '新ゴ Pro', 'ＭＳ Ｐゴシック', sans-serif;
}

/* line 469, app/assets/stylesheets/style.css.scss */
.modal-signup-form input.password {
  box-sizing: border-box;
  margin: 0px;
  padding: 4px 6px;
  width: 224px;
  font-size: 12px;
  border: 1px solid #d7d7d7;
  height: 35px;
  box-shadow: black 1px 3px 9px -6px inset;
  cursor: auto;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Roboto, メイリオ, '新ゴ Pro', 'ＭＳ Ｐゴシック', sans-serif;
}

/* line 475, app/assets/stylesheets/style.css.scss */
.modal-signup-form input.button {
  box-sizing: border-box;
  background: #ff7f00;
  border: 1px solid #fff;
  color: #fff;
  margin-bottom: 4px;
  padding: 3px;
  text-align: center;
  height: 50px;
  width: 160px;
  border-radius: 5px;
  font-size: 120%;
  margin-left: 30px;
}

/* line 479, app/assets/stylesheets/style.css.scss */
.modal-signup-form input.button:hover {
  background: #ffa500;
}

/* line 480, app/assets/stylesheets/style.css.scss */
.modal-signup-form p.notice.error {
  background-color: rgba(255, 255, 255, 0);
  font-size: 12px;
  width: 240px;
  border-radius: 4px;
  padding: 0px;
  margin-top: 0px;
  margin-bottom: 10px;
}

/* line 481, app/assets/stylesheets/style.css.scss */
.modal-signup-form p.error-email {
  height: 14px;
  padding: 0px;
  margin: 0px;
  color: #6495ED;
  font-size: 10px;
  font-weight: bold;
}

/* line 482, app/assets/stylesheets/style.css.scss */
.modal-signup-form p.error-password {
  height: 14px;
  padding: 0px;
  margin: 0px;
  color: #6495ED;
  font-size: 10px;
  font-weight: bold;
}

/* line 483, app/assets/stylesheets/style.css.scss */
.modal-signup-form .i-error-email {
  position: absolute;
  top: 11px;
  left: 228px;
  color: #d40d12;
}

/* line 484, app/assets/stylesheets/style.css.scss */
.modal-signup-form .i-error-password {
  position: absolute;
  top: 4px;
  left: 228px;
  margin-top: 6px;
  color: #d40d12;
}

/* line 485, app/assets/stylesheets/style.css.scss */
.modal-signup-form a:link {
  text-decoration: none;
}

/* line 486, app/assets/stylesheets/style.css.scss */
.modal-signup-form a:visited {
  text-decoration: none;
}

/* line 487, app/assets/stylesheets/style.css.scss */
.modal-signup-form a:hover {
  text-decoration: underline;
}

/* line 488, app/assets/stylesheets/style.css.scss */
.modal-signup-form a:active {
  text-decoration: none;
}

/* line 489, app/assets/stylesheets/style.css.scss */
.popup-wrapper-for-signup .common-popup.narrow {
  position: absolute;
  height: 220px;
  width: 460px;
  top: 50%;
  left: 50%;
  margin-top: -140px;
  margin-left: -230px;
}

/* line 490, app/assets/stylesheets/style.css.scss */
.popup-wrapper-for-signup .common-popup.narrow .common-popup-inner.modal-signup-form {
  height: 220px;
  width: 400px;
  margin: 10px;
  padding: 0px 20px;
}

/* line 491, app/assets/stylesheets/style.css.scss */
.popup-wrapper-for-signup #popup-temporary-register-company-submit {
  margin-top: 10px;
}

/* line 492, app/assets/stylesheets/style.css.scss */
.popup-wrapper-for-signup.for-iframe .common-popup.narrow {
  position: initial;
  margin: 0px;
}

/* line 493, app/assets/stylesheets/style.css.scss */
.popup-wrapper-for-signup.for-iframe .common-popup {
  position: initial;
  margin: 0px;
}

/* line 494, app/assets/stylesheets/style.css.scss */
.popup-wrapper-company-empty-login .disable-cover {
  background: url(/images/overlay.png) repeat 0 0;
  opacity: 0.9;
}

/* line 495, app/assets/stylesheets/style.css.scss */
.popup-wrapper-company-empty-login .common-popup {
  background-color: rgba(0, 0, 0, 0);
  width: 680px;
  margin-left: -340px;
  top: 20px;
}

/* line 496, app/assets/stylesheets/style.css.scss */
.popup-wrapper-company-empty-login .common-popup-inner {
  background-color: #FFFFFF;
  width: 640px;
  height: 353px;
  margin-top: 10px;
}

/* line 497, app/assets/stylesheets/style.css.scss */
.popup-wrapper-company-empty-login .common-popup-inner form {
  margin-top: 20px;
}

/* line 498, app/assets/stylesheets/style.css.scss */
.popup-wrapper-company-empty-login .common-popup .slider-main {
  position: absolute;
}

/* line 499, app/assets/stylesheets/style.css.scss */
.popup-wrapper-company-empty-login .common-popup .slider-prev {
  position: absolute;
  left: -1300px;
}

/* line 500, app/assets/stylesheets/style.css.scss */
.popup-wrapper-company-empty-login .common-popup .slider-next {
  position: absolute;
  left: 1300px;
}

/* line 501, app/assets/stylesheets/style.css.scss */
.popup-wrapper-company-empty-login .common-popup .slider-nav {
  position: absolute;
  width: 680px;
  top: 460px;
}

/* line 502, app/assets/stylesheets/style.css.scss */
.popup-wrapper-company-empty-login .information-title {
  color: #FFFFFF;
  height: 24px;
  font-size: 18px;
  text-align: center;
}

/* line 503, app/assets/stylesheets/style.css.scss */
.popup-wrapper-company-empty-login .information-comment {
  color: #FFFFFF;
  height: 24px;
  text-align: center;
}

/* line 504, app/assets/stylesheets/style.css.scss */
.popup-wrapper-company-empty-login .headline-style {
  color: #FFFFFF;
  font-size: 24px;
  text-align: center;
  margin: 10px 0px;
}

/* line 505, app/assets/stylesheets/style.css.scss */
.popup-wrapper-company-empty-login .description {
  height: 26px;
  margin-left: 10px;
}

/* line 506, app/assets/stylesheets/style.css.scss */
.popup-wrapper-company-empty-login p {
  color: #FFFFFF;
  font-size: 14px;
}

/* line 507, app/assets/stylesheets/style.css.scss */
.popup-wrapper-company-empty-login .buttons-wrapper {
  margin: 10px 0px;
}

/* line 508, app/assets/stylesheets/style.css.scss */
.popup-wrapper-company-empty-login table {
  width: 640px;
}

/* line 510, app/assets/stylesheets/style.css.scss */
.popup-wrapper-company-empty-login th {
  color: #555;
  text-align: left;
  vertical-align: top;
  position: relative;
  top: 10px;
}

/* line 511, app/assets/stylesheets/style.css.scss */
.popup-wrapper-company-empty-login td {
  padding: 0px 0px 20px 16px;
}

/* line 512, app/assets/stylesheets/style.css.scss */
.popup-wrapper-company-empty-login td input,
.popup-wrapper-company-empty-login td select {
  height: 40px;
  width: 500px;
  box-shadow: black 1px 3px 9px -6px inset;
  margin-bottom: 4px;
}

/* line 514, app/assets/stylesheets/style.css.scss */
.popup-wrapper-company-empty-login .common-popup-inner p {
  color: #555;
}

/* line 515, app/assets/stylesheets/style.css.scss */
.popup-wrapper-company-empty-login p.notice.error {
  color: #cf0017;
  margin: 0px 0px 10px 0px;
}

/* line 518, app/assets/stylesheets/style.css.scss */
#register-company-basic-form tr.company-name-input-container.hide {
  display: none;
}

/* line 519, app/assets/stylesheets/style.css.scss */
#register-company-basic-form tr.company-name-input-container th {
  top: 30px;
}

/* line 522, app/assets/stylesheets/style.css.scss */
#register-company-basic-form td.company-name-input-wrapper p.company-name-input-note {
  color: #cf0017;
  margin-bottom: 5px;
}

/* line 524, app/assets/stylesheets/style.css.scss */
#register-company-basic-form .ui-autocomplete {
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #fff;
}

/* line 527, app/assets/stylesheets/style.css.scss */
#register-company-basic-form ul.ui-autocomplete {
  position: absolute;
  list-style: none;
  margin: 0;
  padding: 0;
  border: solid 1px #999;
  z-index: 1100;
  cursor: default;
}

/* line 529, app/assets/stylesheets/style.css.scss */
#register-company-basic-form ul.ui-autocomplete li {
  background-color: #FFF;
  border-top: solid 1px #DDD;
  margin: 0;
  padding: 10px 15px;
}

/* line 530, app/assets/stylesheets/style.css.scss */
#register-company-basic-form ul.ui-autocomplete li a {
  color: #000;
  display: block;
  padding: 3px;
}

/* line 531, app/assets/stylesheets/style.css.scss */
#register-company-basic-form ul.ui-autocomplete li a.ui-state-hover, #register-company-basic-form ul.ui-autocomplete li a.ui-state-active {
  background-color: #FFFCB2;
}

/* line 534, app/assets/stylesheets/style.css.scss */
#register-company-basic-form td.phone-number-wrapper {
  border-bottom-style: none;
  padding-bottom: 4px;
}

/* line 535, app/assets/stylesheets/style.css.scss */
#register-company-basic-form td.error-phone-number-wrapper {
  height: 16px;
  border-top-style: none;
  padding: 0px 15px 4px 15px;
}

/* line 536, app/assets/stylesheets/style.css.scss */
#register-company-basic-form p.error-phone-number {
  height: 14px;
  padding: 0px;
  margin: 0px;
  color: #6495ED;
  font-size: 10px;
  font-weight: bold;
}

/* line 537, app/assets/stylesheets/style.css.scss */
#register-company-basic-form .i-error-phone-number {
  color: #d40d12;
}

/* line 538, app/assets/stylesheets/style.css.scss */
#register-company-basic-form td.phone-number-wrapper {
  border-bottom-style: none;
  padding-bottom: 4px;
}

/* line 539, app/assets/stylesheets/style.css.scss */
#register-company-personal-form td.email-wrapper {
  border-bottom-style: none;
  padding-bottom: 4px;
}

/* line 540, app/assets/stylesheets/style.css.scss */
#register-company-personal-form td.error-email-wrapper {
  height: 16px;
  border-top-style: none;
  padding: 0px 15px 4px 15px;
}

/* line 541, app/assets/stylesheets/style.css.scss */
#register-company-personal-form p.error-email {
  height: 14px;
  padding: 0px;
  margin: 0px;
  color: #6495ED;
  font-size: 10px;
  font-weight: bold;
}

/* line 542, app/assets/stylesheets/style.css.scss */
#register-company-personal-form .i-error-email {
  color: #d40d12;
}

/* line 543, app/assets/stylesheets/style.css.scss */
.register-company-steps-buttons input.common-button {
  width: 230px;
}

/* line 544, app/assets/stylesheets/style.css.scss */
.popup-wrapper-company-registration-complete .panel-close {
  color: #FFFFFF;
  font-size: 20px;
  float: right;
  z-index: 9999;
  position: fixed;
  right: 0px;
  margin: 20px 60px 0px 0px;
}

/* line 545, app/assets/stylesheets/style.css.scss */
.popup-wrapper-company-registration-complete .panel-close a {
  color: #FFFFFF;
  font-size: 32px;
  text-decoration: none;
  position: absolute;
  top: -8px;
  margin-left: 2px;
}

/* line 546, app/assets/stylesheets/style.css.scss */
.popup-wrapper-company-registration-complete .disable-cover {
  background: url(/images/overlay.png) repeat 0 0;
  opacity: 0.9;
}

/* line 547, app/assets/stylesheets/style.css.scss */
.popup-wrapper-company-registration-complete .common-popup {
  background-color: rgba(0, 0, 0, 0);
  width: 1024px;
  margin-left: -512px;
  top: 20px;
}

/* line 548, app/assets/stylesheets/style.css.scss */
.popup-wrapper-company-registration-complete .common-popup-inner {
  background-color: #FFFFFF;
  width: 640px;
  height: 340px;
  margin-top: 10px;
}

/* line 549, app/assets/stylesheets/style.css.scss */
.popup-wrapper-company-registration-complete .thanks-wrapper {
  position: relative;
}

/* line 550, app/assets/stylesheets/style.css.scss */
.popup-wrapper-company-registration-complete .thanks {
  position: absolute;
  margin-top: 50%;
  margin-left: 50%;
  top: -480px;
  left: -390px;
}

/* line 551, app/assets/stylesheets/style.css.scss */
.popup-wrapper-company-registration-complete .thanks .thanks-title {
  color: #FFFFFF;
  font-size: 24px;
  text-align: center;
  margin-bottom: 30px;
}

/* line 552, app/assets/stylesheets/style.css.scss */
.popup-wrapper-company-registration-complete .thanks .thanks-comment {
  color: #FFFFFF;
  font-size: 20px;
  text-align: center;
}

/* line 553, app/assets/stylesheets/style.css.scss */
.popup-wrapper-company-registration-complete .thanks .buttons-wrapper {
  margin-top: 30px;
}

/* line 554, app/assets/stylesheets/style.css.scss */
.popup-wrapper-company-registration-complete .new-board {
  height: 290px;
  width: 690px;
  border-style: solid;
  border-color: #cccccc;
  border-radius: 10px;
  text-align: center;
  padding-top: 20px;
  margin: 20px auto;
}

/* line 555, app/assets/stylesheets/style.css.scss */
.popup-wrapper-company-registration-complete .new-board .board-name {
  margin-top: 20px;
}

/* line 556, app/assets/stylesheets/style.css.scss */
.popup-wrapper-company-registration-complete .new-board .notice.error {
  margin: 0 0 4px;
  color: #ffd6d6;
  font-size: 14px;
}

/* line 557, app/assets/stylesheets/style.css.scss */
.popup-wrapper-company-registration-complete .new-board .new-board-content {
  position: relative;
}

/* line 558, app/assets/stylesheets/style.css.scss */
.popup-wrapper-company-registration-complete .new-board .new-board-content .change-button:hover {
  background: #ededed;
}

/* line 559, app/assets/stylesheets/style.css.scss */
#change-board-category-image {
  position: absolute;
  top: 191px;
  right: 10px;
}

/* line 560, app/assets/stylesheets/style.css.scss */
.common-button.change-button {
  background-color: #ababab;
  color: #444;
  font-size: 12px;
  font-weight: bold;
}

/* line 561, app/assets/stylesheets/style.css.scss */
.popup-wrapper-company-registration-complete .common-button.button-submit {
  width: 240px;
}

/* line 562, app/assets/stylesheets/style.css.scss */
.popup-wrapper-company-registration-complete .common-button.button-cancel {
  color: #444;
  width: 240px;
}

/* line 564, app/assets/stylesheets/style.css.scss */
.register-company-steps {
  text-align: center;
  margin-top: 20px;
}

/* line 565, app/assets/stylesheets/style.css.scss */
.register-company-steps span {
  height: 30px;
  width: 30px;
  border-radius: 15px;
  margin: 0px 10px;
  background-color: #ededed;
}

/* line 566, app/assets/stylesheets/style.css.scss */
.register-company-steps span.active {
  background-color: #ff7f00;
}

/* line 568, app/assets/stylesheets/style.css.scss */
.table-panel {
  margin: 10px 0;
  width: 100%;
}

/* line 569, app/assets/stylesheets/style.css.scss */
.table-panel tr {
  border: 1px solid #e6f5f8;
}

/* line 570, app/assets/stylesheets/style.css.scss */
.table-panel tr[data-link] {
  cursor: pointer;
}

/* line 571, app/assets/stylesheets/style.css.scss */
.table-panel th {
  background: #fff;
  color: #fff;
  height: 65px;
  padding: 0;
  width: 65px;
}

/* line 572, app/assets/stylesheets/style.css.scss */
.table-panel td {
  position: relative;
}

/* line 573, app/assets/stylesheets/style.css.scss */
.table-panel .icon-next {
  background: url(/images/icon-next.png) no-repeat -48px 0px;
  background-size: 94px;
  float: right;
  height: 28px;
  margin: 0px;
  position: absolute;
  right: 4px;
  top: 20px;
  width: 20px;
}

/* line 574, app/assets/stylesheets/style.css.scss */
.table-pannel th,
.table-pannel td {
  table-layout: fixed;
}

/* line 576, app/assets/stylesheets/style.css.scss */
tr.follower th {
  background: #eec95e;
}

/* line 577, app/assets/stylesheets/style.css.scss */
tr.wakaru th {
  background: #30b3bb;
}

/* line 578, app/assets/stylesheets/style.css.scss */
tr.post th {
  background: #ff7f00;
}

/* line 579, app/assets/stylesheets/style.css.scss */
tr.thanks th {
  background: #ff7373;
}

/* line 580, app/assets/stylesheets/style.css.scss */
tr.wakaru-p th {
  background: #fff;
}

/* line 581, app/assets/stylesheets/style.css.scss */
tr.invite-p th {
  background: #fff;
}

/* line 582, app/assets/stylesheets/style.css.scss */
tr.thanks-p th {
  background: #fff;
}

/* line 583, app/assets/stylesheets/style.css.scss */
tr.best-answer-p th {
  background: #fff;
}

/* line 584, app/assets/stylesheets/style.css.scss */
tr.wakaru-p td {
  background: #98d9dd;
}

/* line 585, app/assets/stylesheets/style.css.scss */
tr.invite-p td {
  background: #d4b4ff;
}

/* line 586, app/assets/stylesheets/style.css.scss */
tr.thanks-p td {
  background: #ffd6d6;
}

/* line 587, app/assets/stylesheets/style.css.scss */
tr.best-answer-p td {
  background: #fffcc5;
}

/* line 588, app/assets/stylesheets/style.css.scss */
.table-panel td {
  background: #fff;
  padding: 6px 15px 5px;
}

/* line 589, app/assets/stylesheets/style.css.scss */
.table-panel a {
  color: #333;
  font-size: 11px;
}

/* line 590, app/assets/stylesheets/style.css.scss */
.table-panel span {
  font-size: 20px;
  margin: 0 10px 0 0;
}

/* マイページ・プロフィールテーブル */
/* line 593, app/assets/stylesheets/style.css.scss */
.main-block-table {
  margin: 0 auto 20px;
  width: 660px;
}

/* line 594, app/assets/stylesheets/style.css.scss */
.macromill-note {
  margin: 20px auto;
  width: 660px;
}

/* line 595, app/assets/stylesheets/style.css.scss */
.button-go-back-to-mid-company {
  margin-top: 7px;
}

/* 法人マイページ掲示板一覧 */
/* line 598, app/assets/stylesheets/style.css.scss */
.main-block-boards {
  background: #f2f3ed;
  height: 800px;
  overflow-y: scroll;
  width: 680px;
}

/* line 599, app/assets/stylesheets/style.css.scss */
.main-block-boards .wrapper-box-board {
  margin: 0 auto;
  width: 660px;
}

/* line 600, app/assets/stylesheets/style.css.scss */
.main-block-boards .box-board {
  height: 270px;
  width: 304px;
}

/* line 601, app/assets/stylesheets/style.css.scss */
.boards-count {
  background: #f2f3ed;
  padding: 10px 24px;
}

/* line 602, app/assets/stylesheets/style.css.scss */
.boards-count p {
  background: #fff;
  color: #30b3bb;
  font-size: 15px;
  font-weight: bold;
  padding: 8px 10px 6px;
}

/* line 603, app/assets/stylesheets/style.css.scss */
.wrapper.boards .table-style1 {
  margin-bottom: 10px;
}

/* line 604, app/assets/stylesheets/style.css.scss */
.board-price-note {
  width: 500px;
  margin: 0px 0px 10px auto;
  color: #d40d12;
}

/* line 606, app/assets/stylesheets/style.css.scss */
.message-archive .description {
  margin-top: 20px;
}

/* line 607, app/assets/stylesheets/style.css.scss */
.message-archive table.table-style1.keywords {
  max-width: 400px;
  margin-top: 20px;
}

/* line 608, app/assets/stylesheets/style.css.scss */
.message-archive table.table-style1.keywords td input {
  max-width: 300px;
}

/* line 609, app/assets/stylesheets/style.css.scss */
.message-archive table.table-style1.keywords input[type='submit'] {
  width: 66px;
  font-size: 13px;
}

/* line 610, app/assets/stylesheets/style.css.scss */
.message-archive table.table-style1.keywords td {
  height: 35px;
  position: relative;
}

/* line 611, app/assets/stylesheets/style.css.scss */
.message-archive table.table-style1.keywords td .common-button {
  position: absolute;
  top: 5px;
  right: 10px;
}

/* フロー - 1234 */
/* line 614, app/assets/stylesheets/style.css.scss */
.box-boards-flow {
  margin: 40px 0;
  text-align: center;
}

/* line 615, app/assets/stylesheets/style.css.scss */
.common-popup-inner .box-boards-flow {
  margin: 30px auto;
  width: 800px;
}

/* line 616, app/assets/stylesheets/style.css.scss */
.box-boards-flow .common-box-text {
  padding: 20px 0;
}

/* line 617, app/assets/stylesheets/style.css.scss */
.img-flow {
  background: url(/assets/img-flow-31c80a919c0a77ca645a13d776d25915a9374dc7c0d644cb081287c0161d4932.png) no-repeat 0 0 transparent;
  height: 56px;
  margin: 0 auto;
  width: 623px;
}

/* line 618, app/assets/stylesheets/style.css.scss */
.img-flow1 {
  background: url(/assets/img-flow1-e79cf1e17dbe95733bc4b346d7cfc435b139913ec200bea96e33714b6a625e62.png) no-repeat 0 0 transparent;
  height: 56px;
  margin: 0 auto;
  width: 434px;
}

/* line 619, app/assets/stylesheets/style.css.scss */
.img1 {
  background-position: 0 0;
}

/* line 620, app/assets/stylesheets/style.css.scss */
.img2 {
  background-position: 0 -56px;
}

/* line 621, app/assets/stylesheets/style.css.scss */
.img3 {
  background-position: 0 -112px;
}

/* line 622, app/assets/stylesheets/style.css.scss */
.img4 {
  background-position: 0 -168px;
}

/* line 623, app/assets/stylesheets/style.css.scss */
.box-boards-flow ul {
  margin: 10px 0 0;
}

/* line 624, app/assets/stylesheets/style.css.scss */
.box-boards-flow li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 185px;
}

/* line 625, app/assets/stylesheets/style.css.scss */
.box-boards-flow.first {
  width: 936px;
}

/* line 626, app/assets/stylesheets/style.css.scss */
.box-boards-flow.first ul {
  margin: 0 -12px 40px 12px;
  overflow: hidden;
}

/* line 627, app/assets/stylesheets/style.css.scss */
.box-boards-flow.first li {
  float: left;
  margin: 0 30px 0 0;
  text-align: left;
  width: 204px;
}

/* line 628, app/assets/stylesheets/style.css.scss */
.box-boards-flow.first h3 {
  margin: 0 0 10px;
}

/* フロー - テーブル */
/* line 631, app/assets/stylesheets/style.css.scss */
.table-flow-img {
  margin: 40px auto;
  width: 100%;
}

/* line 632, app/assets/stylesheets/style.css.scss */
.table-flow-img img {
  margin: 0 0 10px;
}

/* line 633, app/assets/stylesheets/style.css.scss */
.table-flow-img td {
  padding: 0 20px;
  vertical-align: top;
  text-align: center;
}

/* line 634, app/assets/stylesheets/style.css.scss */
.table-flow-img .arrow {
  padding: 74px 20px 0;
}

/* line 635, app/assets/stylesheets/style.css.scss */
.common-popup-inner .table-flow-img {
  margin: 0 auto;
  width: 800px;
}

/* line 636, app/assets/stylesheets/style.css.scss */
.common-popup-inner .table-flow-img td {
  padding: 0 10px;
}

/* line 637, app/assets/stylesheets/style.css.scss */
.common-popup-inner .table-flow-img .arrow {
  padding: 54px 5px 0;
}

/* line 639, app/assets/stylesheets/style.css.scss */
.table-flow-list {
  margin: 50px auto;
  width: 800px;
}

/* line 640, app/assets/stylesheets/style.css.scss */
.table-flow-list img {
  margin: 0 0 10px;
}

/* line 641, app/assets/stylesheets/style.css.scss */
.table-flow-list td {
  font-size: 15px;
  padding: 0 20px;
  vertical-align: top;
  text-align: left;
  width: 360px;
}

/* line 642, app/assets/stylesheets/style.css.scss */
.table-flow-list td li {
  font-size: 16px;
}

/* line 643, app/assets/stylesheets/style.css.scss */
.table-flow-list .arrow {
  padding: 0 40px;
  text-align: center;
  vertical-align: middle;
  width: auto;
}

/* line 644, app/assets/stylesheets/style.css.scss */
.table-flow-list .arrow + td {
  width: 440px;
}

/* 吹きだし */
/* line 647, app/assets/stylesheets/style.css.scss */
.popup-balloon-wrapper {
  position: relative;
}

/* line 648, app/assets/stylesheets/style.css.scss */
.popup-balloon {
  background: #fff;
  border: 2px solid #30b3bb;
  display: none;
  position: absolute;
  left: 50px;
  bottom: 35px;
  height: 189px;
  width: 476px;
  z-index: 0;
}

/* line 649, app/assets/stylesheets/style.css.scss */
.popup-balloon:after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 20px;
  margin-left: 0;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 15px 20px 0 0;
  border-color: #30b3bb transparent transparent transparent;
  z-index: -1;
}

/* line 650, app/assets/stylesheets/style.css.scss */
.popup-balloon-wrapper:hover > .popup-balloon {
  display: block;
}

/* 利用規約 */
/* line 653, app/assets/stylesheets/style.css.scss */
.box-terms {
  margin: 40px auto 30px;
  width: 700px;
}

/* line 654, app/assets/stylesheets/style.css.scss */
.box-terms .box-terms-scroll {
  margin: 0 0 10px;
}

/* line 655, app/assets/stylesheets/style.css.scss */
.box-terms-scroll {
  border: 1px solid #ccc;
  height: 180px;
  padding: 10px;
  overflow-y: scroll;
}

/* line 656, app/assets/stylesheets/style.css.scss */
.box-terms-scroll h4 {
  color: #333;
  font-size: 22px;
  padding: 4px 0;
}

/* 3Dセキュアの同意文 */
/* line 659, app/assets/stylesheets/style.css.scss */
.payjp-3d-secure-notice {
  margin: 40px auto 30px;
  width: 700px;
}

/* line 662, app/assets/stylesheets/style.css.scss */
.payjp-3d-secure-notice > p {
  font-size: 1.2em;
  margin: 0.5em;
}

/* line 667, app/assets/stylesheets/style.css.scss */
.payjp-3d-secure-notice .scroll-box {
  border: 1px solid #ccc;
  height: 6em;
  padding: 10px;
  overflow-y: scroll;
  color: #000;
  font-size: 1em;
  line-height: 1.5em;
}

/* line 676, app/assets/stylesheets/style.css.scss */
.payjp-3d-secure-notice .scroll-box h4 {
  color: #000;
  font-size: 1em;
  padding: 0;
  margin: 0;
}

/* line 683, app/assets/stylesheets/style.css.scss */
.payjp-3d-secure-notice .scroll-box p {
  margin: 0.5em 0;
}

/* line 687, app/assets/stylesheets/style.css.scss */
.payjp-3d-secure-notice .scroll-box ul {
  margin: 0.5em 0;
  padding-left: 1em;
}

/* line 690, app/assets/stylesheets/style.css.scss */
.payjp-3d-secure-notice .scroll-box ul li {
  list-style-type: disc;
}

/* テーブル内選択肢調整 */
/* line 698, app/assets/stylesheets/style.css.scss */
.checkbox-wrapper {
  overflow: hidden;
}

/* line 699, app/assets/stylesheets/style.css.scss */
.checkbox-wrapper p.block {
  float: left;
  margin: 10px 30px 20px;
  width: 150px;
}

/* line 700, app/assets/stylesheets/style.css.scss */
.checkbox-wrapper p.align-center {
  float: none;
  width: auto;
}

/* line 701, app/assets/stylesheets/style.css.scss */
.radio-wrapper {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 160px;
}

/* line 702, app/assets/stylesheets/style.css.scss */
.select-template span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 5px 0;
  padding: 0 15px;
}

/* line 703, app/assets/stylesheets/style.css.scss */
.select-template span.select-template-img {
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
  height: 92px;
  width: 170px;
}

@media (min-width: 1px) {
  /* line 705, app/assets/stylesheets/style.css.scss */
  .select-template input.radiobutton + label:before {
    top: 42px;
    left: -3px;
  }
  /* line 706, app/assets/stylesheets/style.css.scss */
  .select-template input.radiobutton:checked + label:after {
    top: 42px;
    left: 2px;
  }
}

/* line 708, app/assets/stylesheets/style.css.scss */
.choice {
  margin: 4px 0;
}

/* line 709, app/assets/stylesheets/style.css.scss */
.choice input {
  padding: 4px;
}

/* line 710, app/assets/stylesheets/style.css.scss */
.choice .delete {
  background: #f6f6f6;
  border: 1px solid #ccc;
  color: #222;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 13px;
  padding: 6px 8px 5px;
  text-decoration: none;
  vertical-align: bottom;
}

/* line 711, app/assets/stylesheets/style.css.scss */
.add {
  margin: 20px 20px 5px 0;
}

/* line 712, app/assets/stylesheets/style.css.scss */
.add a {
  color: #333;
  font-size: 15px;
  margin: 0 20px 0 0;
}

/* 掲示板詳細 */
/* line 715, app/assets/stylesheets/style.css.scss */
.board-about {
  background: #4c4c4c;
  color: #fff;
  padding: 15px;
}

/* line 716, app/assets/stylesheets/style.css.scss */
.block-board-show {
  border: 1px solid #ccc;
  border-top: none;
}

/* line 717, app/assets/stylesheets/style.css.scss */
.board-entries {
  max-height: 585px;
  overflow-y: auto;
  padding: 0 15px 15px;
}

/* line 718, app/assets/stylesheets/style.css.scss */
.board-entry-header {
  border-top: 1px solid #eee;
  margin: 0 0 15px;
  overflow: hidden;
  padding: 0 0 10px;
  position: relative;
}

/* line 719, app/assets/stylesheets/style.css.scss */
.board-entry-header .board-entry-count {
  color: #aaa;
  font-size: 12px;
  float: right;
  padding: 0 5px 0;
}

/* line 720, app/assets/stylesheets/style.css.scss */
.board-entry {
  border-top: 1px solid #eee;
  margin: 0;
  overflow: hidden;
  padding: 20px 0 10px;
  position: relative;
}

/* line 721, app/assets/stylesheets/style.css.scss */
.board-entry:last-child {
  border-bottom: 1px solid #eee;
}

/* line 722, app/assets/stylesheets/style.css.scss */
.board-entry.disabled:after {
  background: rgba(0, 0, 0, 0.6);
  background: url(/assets/disable-cover-be255efc5ceb152e058dc735610718cac95488adfef76247ba985519990189b8.png) repeat 0 0\9;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 800;
}

/* line 723, app/assets/stylesheets/style.css.scss */
.board-entry .timestamp {
  color: #aaa;
  font-size: 12px;
  position: absolute;
  top: 20px;
  right: 5px;
}

/* line 724, app/assets/stylesheets/style.css.scss */
.board-entry .icon {
  float: left;
  text-align: center;
}

/* line 725, app/assets/stylesheets/style.css.scss */
.board-entry a img:hover {
  opacity: 0.8;
  filter: alpha(opacity=0.8);
  -moz-filter: alpha(opacity=0.8);
  -o-filter: alpha(opacity=0.8);
  -ms-filter: alpha(opacity=0.8);
}

/* line 726, app/assets/stylesheets/style.css.scss */
.board-entry .icon .checkbox {
  display: block\9;
  margin: 30px 0 20px 15px\9;
}

/* line 727, app/assets/stylesheets/style.css.scss */
.board-entry .icon .checkbox + label {
  display: block;
  margin: 30px 0 20px 15px;
}

/* line 728, app/assets/stylesheets/style.css.scss */
.board-entry .name {
  color: #aaa;
  font-size: 12px;
  margin: 0 0 0 60px;
}

/* line 729, app/assets/stylesheets/style.css.scss */
.board-entry .name a {
  color: #34b5b0;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}

/* line 730, app/assets/stylesheets/style.css.scss */
.board-entry .name a:link {
  text-decoration: none;
}

/* line 731, app/assets/stylesheets/style.css.scss */
.board-entry .name a:hover {
  text-decoration: underline;
}

/* line 732, app/assets/stylesheets/style.css.scss */
.board-entry .comment {
  font-size: 13px;
  line-height: 1.65;
  margin: 5px 0 15px 60px;
  width: 490px;
}

/* line 733, app/assets/stylesheets/style.css.scss */
.board-entry .finished {
  margin: 0 6px 0 0;
}

/* line 734, app/assets/stylesheets/style.css.scss */
.board-entry .comment a {
  color: #222;
  display: block;
  font-size: 13px;
  text-decoration: underline;
}

/* line 735, app/assets/stylesheets/style.css.scss */
.board-entry .comment a:link {
  text-decoration: none;
}

/* line 736, app/assets/stylesheets/style.css.scss */
.board-entry .comment a:hover {
  text-decoration: underline;
}

/* line 737, app/assets/stylesheets/style.css.scss */
.board-entry .comment a.no-link {
  color: #222;
  display: block;
  font-size: 13px;
  text-decoration: none;
  cursor: default;
}

/* line 738, app/assets/stylesheets/style.css.scss */
.board-entry .wrapper {
  clear: both;
}

/* line 739, app/assets/stylesheets/style.css.scss */
.board-entry .deleted-note {
  background-color: #EA5E5E;
  border: 2px solid #F42E2E;
  color: #fff;
  float: left;
  text-align: center;
  width: 470px;
}

/* line 740, app/assets/stylesheets/style.css.scss */
.board-entry .entry-id {
  float: left;
  font-size: 12px;
  margin-top: 6px;
  padding-bottom: 4px;
}

/* line 741, app/assets/stylesheets/style.css.scss */
.board-entry .actions {
  float: right;
  overflow: hidden;
}

/* line 742, app/assets/stylesheets/style.css.scss */
.board-entry .entry-id {
  color: #aaa;
}

/* line 743, app/assets/stylesheets/style.css.scss */
.board-entry .wrong-btn {
  display: inline-block;
  margin: 4px 20px;
}

/* line 744, app/assets/stylesheets/style.css.scss */
.board-entry .wrong-btn a {
  color: #999;
  font-size: 13px;
}

/* line 745, app/assets/stylesheets/style.css.scss */
.board-entry .wrong-btn a.cancel-wrong {
  color: #000;
}

/* line 746, app/assets/stylesheets/style.css.scss */
.common-popup .wrong-confirm-btns {
  margin-top: 40px;
}

/* line 747, app/assets/stylesheets/style.css.scss */
.common-popup .cancel-wrong-confirm-btns {
  margin-top: 80px;
}

/* line 748, app/assets/stylesheets/style.css.scss */
.common-popup .wrong-complete-btns {
  margin-top: 16px;
}

/* line 749, app/assets/stylesheets/style.css.scss */
.common-popup .cancel-wrong-complete-btns {
  margin-top: 80px;
}

/* line 750, app/assets/stylesheets/style.css.scss */
.board-entry-title {
  padding: 0;
  margin: 20px 0 10px 0;
  font-size: 18px;
  display: inline-block;
  position: relative;
}

/* line 751, app/assets/stylesheets/style.css.scss */
.board-contents-top-box {
  padding-right: 15px !important;
  padding-top: 15px !important;
}

/* line 752, app/assets/stylesheets/style.css.scss */
.board-contents-top-box .board-description {
  margin-bottom: 5px;
  font-size: 16px;
  color: #222;
}

/* line 753, app/assets/stylesheets/style.css.scss */
.board-contents-top-box .board-heading {
  position: relative;
}

/* line 754, app/assets/stylesheets/style.css.scss */
.board-heading .comments-total-slim {
  position: absolute;
  top: 0;
  right: 0;
  border: 1px solid #ff3b07;
  color: #ff3b07;
  width: auto;
  border-radius: 4px;
  padding: 1px 8px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}

/* line 755, app/assets/stylesheets/style.css.scss */
.board-comment-stat {
  margin-top: 20px;
  min-height: 50px;
  position: relative;
}

/* line 756, app/assets/stylesheets/style.css.scss */
.board-comment-stat .comments-total {
  top: 0;
  right: 0 !important;
  bottom: auto !important;
}

/* line 757, app/assets/stylesheets/style.css.scss */
.board-comment-stat .enquete-title {
  margin: 0;
  padding: 0;
  color: #222;
  min-height: 45px;
  width: 540px;
}

/* line 758, app/assets/stylesheets/style.css.scss */
.board-comment-stat .enquete-title span {
  padding: 12px;
}

/* line 759, app/assets/stylesheets/style.css.scss */
.list-board-sub {
  margin: 15px auto;
  overflow: hidden;
  width: 95%;
}

/* line 760, app/assets/stylesheets/style.css.scss */
.list-board-sub dt,
.list-board-sub dd {
  color: #333;
  border-bottom: 1px dotted #ccc;
  font-size: 12px;
  margin: 0;
  padding: 3px 5px;
}

/* line 762, app/assets/stylesheets/style.css.scss */
.list-board-sub dt {
  background: #eee;
  clear: left;
  float: left;
  width: 90px;
}

/* line 763, app/assets/stylesheets/style.css.scss */
.list-board-sub dd {
  padding-left: 110px;
  width: 100%;
}

/* line 764, app/assets/stylesheets/style.css.scss */
.enquete-title {
  background: #eee;
  color: #30b4b9;
  margin: 5px 0 0 27px;
  padding: 4px 10px;
}

/* line 766, app/assets/stylesheets/style.css.scss */
.board-button-area {
  padding: 15px;
}

/* line 767, app/assets/stylesheets/style.css.scss */
.board-button-area a {
  text-decoration: none;
}

/* line 768, app/assets/stylesheets/style.css.scss */
.board-button-area-mypage {
  padding: 15px;
}

/* line 769, app/assets/stylesheets/style.css.scss */
.board-button-notice {
  font-size: 12px;
  margin: 0 0 15px 0;
  padding: 0;
  text-align: center;
}

/* line 770, app/assets/stylesheets/style.css.scss */
.board-status-changed {
  background: #dcf1f4;
  margin: 0 0 15px;
  padding: 10px 0;
  text-align: center;
}

/* line 771, app/assets/stylesheets/style.css.scss */
.board-status-changed span {
  color: #75cacd;
  margin: 0 10px 0 0;
}

/* line 773, app/assets/stylesheets/style.css.scss */
.actions .thanks {
  font-size: 13px;
  float: left;
  margin: 0 15px 0 0;
}

/* line 774, app/assets/stylesheets/style.css.scss */
.actions .thanks a {
  color: #999;
  font-size: 13px;
  text-decoration: none;
}

/* line 775, app/assets/stylesheets/style.css.scss */
.actions .thanks a:link {
  text-decoration: none;
}

/* line 776, app/assets/stylesheets/style.css.scss */
.actions .thanks a:hover {
  text-decoration: underline;
}

/* line 777, app/assets/stylesheets/style.css.scss */
.actions .thanks.active,
.actions .thanks.active a {
  color: #ff7373;
  font-size: 13px;
  text-decoration: none;
}

/* line 779, app/assets/stylesheets/style.css.scss */
.actions .thanks.active a:link {
  text-decoration: none;
}

/* line 780, app/assets/stylesheets/style.css.scss */
.actions .thanks.active a:hover {
  text-decoration: underline;
}

/* line 781, app/assets/stylesheets/style.css.scss */
.actions .thanks-count {
  border: 1px solid #ff7373;
  font-size: 10px;
  padding: 1px 2px;
  position: relative;
}

/* line 782, app/assets/stylesheets/style.css.scss */
.actions .thanks-count:after {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  left: -4px;
  margin-top: -4px;
  height: 0px;
  width: 0px;
  border-style: solid;
  border-width: 4px 4px 4px 0;
  border-color: transparent #ff7373 transparent transparent;
}

/* line 783, app/assets/stylesheets/style.css.scss */
.actions .wakaru {
  font-size: 13px;
  float: left;
  margin: 0;
}

/* line 784, app/assets/stylesheets/style.css.scss */
.actions .wakaru a {
  color: #999;
  font-size: 13px;
  text-decoration: none;
}

/* line 785, app/assets/stylesheets/style.css.scss */
.actions .wakaru a:link {
  text-decoration: none;
}

/* line 786, app/assets/stylesheets/style.css.scss */
.actions .wakaru a:hover {
  text-decoration: underline;
}

/* line 787, app/assets/stylesheets/style.css.scss */
.actions .wakaru.active,
.actions .wakaru.active a {
  color: #333;
  font-size: 13px;
  text-decoration: none;
}

/* line 789, app/assets/stylesheets/style.css.scss */
.actions .wakaru.active a:link {
  text-decoration: none;
}

/* line 790, app/assets/stylesheets/style.css.scss */
.actions .wakaru.active a:hover {
  text-decoration: underline;
}

/* line 791, app/assets/stylesheets/style.css.scss */
.actions .wakaru-count {
  border: 1px solid #999;
  background: #fff;
  font-size: 10px;
  padding: 1px 2px;
  position: relative;
}

/* line 792, app/assets/stylesheets/style.css.scss */
.actions .wakaru-count:after {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  left: -4px;
  margin-top: -4px;
  height: 0px;
  width: 0px;
  border-style: solid;
  border-width: 4px 4px 4px 0;
  border-color: transparent #999 transparent transparent;
}

/* line 793, app/assets/stylesheets/style.css.scss */
.actions .wakaru.active .wakaru-count {
  border-color: #34b5b0;
  background: #fff;
}

/* line 794, app/assets/stylesheets/style.css.scss */
.actions .wakaru.active .wakaru-count:after {
  border-color: transparent #34b5b0 transparent transparent;
}

/* line 795, app/assets/stylesheets/style.css.scss */
.actions .thanks:before {
  background: url(/assets/icon-mini-e5cc3355ab9f2701b583fbd87dc33d827c0944e3348a7a015103910b039cdc43.png) no-repeat transparent;
  background-position: -460px -5px;
  content: " ";
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  height: 16px;
  width: 18px;
}

/* line 796, app/assets/stylesheets/style.css.scss */
.actions .thanks.active:before {
  background: url(/assets/icon-mini-e5cc3355ab9f2701b583fbd87dc33d827c0944e3348a7a015103910b039cdc43.png) no-repeat transparent;
  background-position: -460px -34px;
  content: " ";
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  height: 16px;
  width: 18px;
}

/* line 797, app/assets/stylesheets/style.css.scss */
.actions .wakaru:before {
  background: url(/assets/icon-mini-e5cc3355ab9f2701b583fbd87dc33d827c0944e3348a7a015103910b039cdc43.png) no-repeat transparent;
  background-position: -160px -2px;
  content: " ";
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  height: 18px;
  width: 20px;
}

/* line 798, app/assets/stylesheets/style.css.scss */
.actions .wakaru.active:before {
  background: url(/assets/icon-mini-e5cc3355ab9f2701b583fbd87dc33d827c0944e3348a7a015103910b039cdc43.png) no-repeat transparent;
  background-position: -160px -33px;
  content: " ";
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  height: 18px;
  width: 20px;
}

/* line 800, app/assets/stylesheets/style.css.scss */
.board-post-form {
  overflow: hidden;
  padding: 20px 20px 60px;
  position: relative;
  text-align: right;
}

/* line 801, app/assets/stylesheets/style.css.scss */
.board-post-form.posted-by-monitor {
  padding: 0;
}

/* line 802, app/assets/stylesheets/style.css.scss */
.board-post-form .board-post-textarea {
  background: #eee;
  border: 1px solid #eee;
  color: #333;
  display: block;
  margin: 0 0 10px;
  padding: 10px 15px;
  width: 588px;
}

/* line 803, app/assets/stylesheets/style.css.scss */
.board-post-form span.red {
  text-align: left;
}

/* line 804, app/assets/stylesheets/style.css.scss */
.board-post-form .link-arrow {
  position: absolute;
  bottom: 0;
  left: 30px;
  width: 135px;
}

/* line 805, app/assets/stylesheets/style.css.scss */
.board-post-form .link-arrow a {
  color: #333;
  font-size: 15px;
}

/* line 806, app/assets/stylesheets/style.css.scss */
.board-post-form span.charcount {
  margin-right: 10px;
  min-width: 30px;
}

/* line 807, app/assets/stylesheets/style.css.scss */
.board-post-form span.charcount.normal {
  color: #999;
}

/* line 808, app/assets/stylesheets/style.css.scss */
.board-post-form span.charcount.over {
  color: #d40d12;
}

/* line 809, app/assets/stylesheets/style.css.scss */
.board-post-form span.charcount.left-of-camera {
  margin-right: 136px;
}

/* line 810, app/assets/stylesheets/style.css.scss */
.board-post-form .board-enquete-content {
  margin: 20px 0 0;
  text-align: left;
}

/* line 811, app/assets/stylesheets/style.css.scss */
.board-post-form .board-enquete-content .headline-style7 {
  margin: 0 0 10px;
}

/* line 812, app/assets/stylesheets/style.css.scss */
.board-post-form .board-enquete-content .headline-style8 {
  border-bottom: none;
}

/* line 813, app/assets/stylesheets/style.css.scss */
.board-post-form .board-enquete-content span.charcount {
  float: right;
  margin-bottom: 10px;
}

/* line 814, app/assets/stylesheets/style.css.scss */
.board-post-form .board-enquete-description {
  margin: 0 0 0 10px;
}

/* line 815, app/assets/stylesheets/style.css.scss */
.board-post-form .board-enquete-textarea {
  background: #eee;
  border: 1px solid #eee;
  color: #333;
  display: block;
  margin: 0 0 10px;
  padding: 10px 15px;
  width: 588px;
}

/* line 816, app/assets/stylesheets/style.css.scss */
.board-post-form .file-upload-wrapper {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  width: 126px;
  right: 100px;
  bottom: 35px;
  margin-bottom: -35px;
  float: right;
}

/* line 817, app/assets/stylesheets/style.css.scss */
.board-post-form .button-file-upload {
  background: url(/assets/icon-camera-ebffda4f7f92845f69c53c1bb44da976942eaf42b0339dda4b5b5b9ef125ee9a.png) no-repeat 18px 8px #ff7f00;
  background-size: 18px 18px;
  border-radius: 3px;
  color: #fff;
  font-weight: bold;
  padding: 8px 20px 7px 48px;
  margin: 0 2px 0 0;
}

/* line 818, app/assets/stylesheets/style.css.scss */
.board-post-form .file-upload-wrapper:hover {
  opacity: 0.8;
  filter: alpha(opacity=0.8);
  -moz-filter: alpha(opacity=0.8);
  -o-filter: alpha(opacity=0.8);
  -ms-filter: alpha(opacity=0.8);
}

/* line 819, app/assets/stylesheets/style.css.scss */
.board-post-form .file-upload {
  /* ref http://stackoverflow.com/posts/7691323/revisions */
  cursor: pointer;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99;
  font-size: 40px;
  opacity: 0;
  -moz-opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}

/* line 823, app/assets/stylesheets/style.css.scss */
.board-post-form .buttons-image-wrap {
  display: inline-block;
  text-align: right;
  clear: both;
}

/* line 824, app/assets/stylesheets/style.css.scss */
.board-post-form .buttons-image-wrap.enquete {
  display: block;
}

/* line 825, app/assets/stylesheets/style.css.scss */
.board-sort-search {
  background: #eee;
  border: 1px solid #ccc;
  border-top: 1px solid #fff;
  border-bottom: none;
  overflow: hidden;
  position: relative;
}

/* line 826, app/assets/stylesheets/style.css.scss */
.board-sort ul {
  float: left;
  overflow: hidden;
}

/* line 827, app/assets/stylesheets/style.css.scss */
.board-sort li {
  border-right: 1px solid #fff;
  float: left;
  height: 42px;
}

/* line 828, app/assets/stylesheets/style.css.scss */
.board-sort li a {
  text-decoration: none;
  background: #eee;
  border-bottom: 3px solid #eee;
  color: #333;
  display: block;
  font-size: 13px;
  padding: 10px 15px 8px;
  height: 42px;
  box-sizing: border-box;
}

/* line 829, app/assets/stylesheets/style.css.scss */
.board-sort li a:hover {
  background: #e6e6e6;
  border-bottom: 3px solid #e6e6e6;
}

/* line 830, app/assets/stylesheets/style.css.scss */
.board-sort li.active a {
  border-bottom: 3px solid #34b5b0;
  text-decoration: none;
}

/* line 831, app/assets/stylesheets/style.css.scss */
.board-sort > a:hover {
  text-decoration: none;
  background: #ffa500;
}

/* line 832, app/assets/stylesheets/style.css.scss */
.board-search {
  float: right;
}

/* line 833, app/assets/stylesheets/style.css.scss */
.board-search ul {
  overflow: hidden;
}

/* line 834, app/assets/stylesheets/style.css.scss */
.board-search li {
  border-left: 1px solid #fff;
  float: left;
  padding: 8px 12px;
}

/* line 835, app/assets/stylesheets/style.css.scss */
.board-search select {
  font-size: 12px;
}

/* line 836, app/assets/stylesheets/style.css.scss */
.board-search span {
  color: #39bbbd;
  font-size: 14px;
  font-weight: bold;
}

/* line 837, app/assets/stylesheets/style.css.scss */
.board-search .form-search-text {
  padding: 1px 4px 0px;
  width: 150px;
}

/* line 838, app/assets/stylesheets/style.css.scss */
.board-search .common-button {
  height: 25px;
  width: 42px;
  font-size: 12px;
  padding: 2px 8px 1px;
}

/* line 839, app/assets/stylesheets/style.css.scss */
.board-sort-search.logout:after {
  background: rgba(0, 0, 0, 0.6);
  background: url(/assets/disable-cover-be255efc5ceb152e058dc735610718cac95488adfef76247ba985519990189b8.png) repeat 0 0\9;
  color: #fff;
  content: "法人登録すると利用できます";
  display: block;
  font-size: 17px;
  height: 100%;
  padding: 8px 0 0;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 100%;
  z-index: 5;
}

/* line 841, app/assets/stylesheets/style.css.scss */
#doc-download-banner a img:hover {
  opacity: 0.8;
  filter: alpha(opacity=0.8);
  -moz-filter: alpha(opacity=0.8);
  -o-filter: alpha(opacity=0.8);
  -ms-filter: alpha(opacity=0.8);
}

/* 掲示板新規登録・編集 */
/* line 846, app/assets/stylesheets/style.css.scss */
#board_form_area span.charcount {
  margin: 8px 10px 0px 0px;
  float: right;
}

/* line 847, app/assets/stylesheets/style.css.scss */
#board_form_area span.charcount.normal {
  color: #999;
}

/* line 848, app/assets/stylesheets/style.css.scss */
#board_form_area span.charcount.over {
  color: #d40d12;
}

/* line 849, app/assets/stylesheets/style.css.scss */
#board_form_area span.charcount.hide {
  display: none;
}

/* line 851, app/assets/stylesheets/style.css.scss */
.guide, .tips {
  height: 110px;
}

/* line 852, app/assets/stylesheets/style.css.scss */
.guide img, .tips img {
  float: left;
}

/* line 853, app/assets/stylesheets/style.css.scss */
.guide .description, .tips .description {
  margin-left: 120px;
  padding: 10px 5px;
}

/* line 854, app/assets/stylesheets/style.css.scss */
.board-description-image {
  position: relative;
  display: inline-block;
  margin: 0px 4px;
}

/* line 855, app/assets/stylesheets/style.css.scss */
.board-description-image .board-owner {
  top: 180px;
}

/* line 856, app/assets/stylesheets/style.css.scss */
.board-description-image .board-img {
  margin: 0px;
  padding: 0px;
  border-style: solid;
  border-color: #cccccc;
}

/* line 857, app/assets/stylesheets/style.css.scss */
.board-name input.min-width {
  width: 100px;
}

/* line 858, app/assets/stylesheets/style.css.scss */
.board-name input.max-width {
  width: 480px;
}

/* line 859, app/assets/stylesheets/style.css.scss */
.board-name span {
  color: #FFFFFF;
  font-size: 16px;
  margin: 0px 4px;
}

/* line 860, app/assets/stylesheets/style.css.scss */
.board-name span select {
  font-size: 16px;
}

/* line 861, app/assets/stylesheets/style.css.scss */
.search-board-target-follows-wrapper {
  margin-bottom: 10px;
}

/* line 862, app/assets/stylesheets/style.css.scss */
.search-board-target-follows-wrapper a {
  text-decoration: none;
}

/* line 863, app/assets/stylesheets/style.css.scss */
.search-board-target-follows-wrapper a:hover {
  cursor: pointer;
  text-decoration: underline;
}

/* line 864, app/assets/stylesheets/style.css.scss */
#searched-board-target-follows {
  display: inline-block;
  height: 36px;
  line-height: 36px;
  margin-left: 10px;
}

/* line 865, app/assets/stylesheets/style.css.scss */
.popup-wrapper-for-search-follows .container-inner {
  width: inherit;
}

/* line 866, app/assets/stylesheets/style.css.scss */
.popup-wrapper-for-search-follows .close-botton-wrapper {
  margin-top: 10px;
  text-align: center;
}

/* line 867, app/assets/stylesheets/style.css.scss */
.alert_for_opened_limit_popup.common-popup {
  box-sizing: border-box;
  border-style: solid;
  border-color: #30b4b9;
  border-width: 2px;
  border-radius: 15px;
  background: #ffffff;
  margin: 0 0 0 -240px;
  padding: 0;
  position: fixed;
  top: 30px;
  left: 50%;
  height: 320px;
  width: 480px;
  z-index: 999;
}

/* line 868, app/assets/stylesheets/style.css.scss */
.alert_for_opened_limit_popup.common-popup .common-popup-inner {
  border-radius: 15px;
  height: 320px;
  overflow-y: hidden;
  padding: 0;
  width: 480px;
  float: left;
}

/* line 869, app/assets/stylesheets/style.css.scss */
.alert_for_opened_limit_popup.common-popup .body-box-text {
  height: 170px;
  background: #ffffff;
  font-size: 13px;
  margin: 0;
}

/* line 870, app/assets/stylesheets/style.css.scss */
.alert_for_opened_limit_popup.common-popup .body-box-text p {
  font-size: 18px;
  padding: 0;
}

/* line 871, app/assets/stylesheets/style.css.scss */
.alert_for_opened_limit_popup.common-popup .body-box-text .image {
  top: -30px;
  left: -30px;
  position: relative;
  float: left;
  height: 170px;
}

/* line 872, app/assets/stylesheets/style.css.scss */
.alert_for_opened_limit_popup.common-popup .body-box-text .img-bow {
  width: 200px;
  height: 200px;
}

/* line 873, app/assets/stylesheets/style.css.scss */
.alert_for_opened_limit_popup.common-popup .body-box-text .description {
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 40px 0 0 160px;
  width: 270px;
}

/* line 874, app/assets/stylesheets/style.css.scss */
.alert_for_opened_limit_popup.common-popup .body-box-text .description p {
  font-size: 18px;
}

/* line 875, app/assets/stylesheets/style.css.scss */
.alert_for_opened_limit_popup.common-popup .footer-box-text {
  height: 150px;
  background: #30b4b9;
  font-size: 13px;
  margin: 0;
}

/* line 876, app/assets/stylesheets/style.css.scss */
.alert_for_opened_limit_popup.common-popup .footer-box-text .description {
  padding: 15px 15px 0 25px;
  width: 440px;
}

/* line 877, app/assets/stylesheets/style.css.scss */
.alert_for_opened_limit_popup.common-popup .footer-box-text .description p {
  padding: 0;
  color: #ffffff;
  font-size: 16px;
}

/* line 878, app/assets/stylesheets/style.css.scss */
.alert_for_opened_limit_popup.common-popup .footer-box-text .buttons-wrapper {
  margin: 20px 0 0 0;
  font-size: 18px;
}

/* line 879, app/assets/stylesheets/style.css.scss */
.alert_for_opened_limit_popup.common-popup .buttons-wrapper .common-button {
  color: #30b4b9;
  background: #ffffff;
  font-size: 16px;
  margin: 0 10px;
  padding: 2px 40px 2px;
}

/* line 880, app/assets/stylesheets/style.css.scss */
.alert_for_opened_limit_popup.common-popup .close {
  background: #ffffff;
  display: block;
  overflow: hidden;
  text-indent: 0;
  white-space: nowrap;
  height: 27px;
  width: 60px;
  position: absolute;
  top: 10px;
  right: 10px;
}

/* line 881, app/assets/stylesheets/style.css.scss */
#survey_popup_description span.charcount.normal {
  color: #999;
}

/* line 882, app/assets/stylesheets/style.css.scss */
#survey_popup_description span.charcount.over {
  color: #d40d12;
}

/* line 883, app/assets/stylesheets/style.css.scss */
#survey_popup_description span.charcount {
  margin: 8px 10px 0px 0px;
  float: right;
}

/* line 884, app/assets/stylesheets/style.css.scss */
.guide_to_create_user_unlimited_use_popup.common-popup {
  box-sizing: border-box;
  background: #ffffff;
  margin: 0 0 0 -400px;
  padding: 0;
  position: fixed;
  top: 30px;
  left: 50%;
  height: 430px;
  width: 850px;
  z-index: 999;
}

/* line 886, app/assets/stylesheets/style.css.scss */
.guide_to_create_user_unlimited_use_popup.common-popup .common-popup-inner {
  border-radius: 15px;
  height: 430px;
  overflow-y: hidden;
  padding: 0;
  width: 850px;
}

/* line 888, app/assets/stylesheets/style.css.scss */
.guide_to_create_user_unlimited_use_popup.common-popup .common-popup-inner .image {
  margin: 40px 0 0;
  text-align: center;
}

/* line 889, app/assets/stylesheets/style.css.scss */
.guide_to_create_user_unlimited_use_popup.common-popup .common-popup-inner .notice.message {
  color: #eb3223;
  margin: 40px 0 0;
}

/* line 891, app/assets/stylesheets/style.css.scss */
.guide_to_create_user_unlimited_use_popup.common-popup .common-popup-inner .notice.message p {
  font-size: 24px;
  font-weight: bold;
}

/* line 894, app/assets/stylesheets/style.css.scss */
.guide_to_create_user_unlimited_use_popup.common-popup .common-popup-inner .buttons-wrapper .common-button {
  color: #ffffff;
  background: #30b4b9;
  font-size: 20px;
  margin: 0 10px;
  padding: 8px 50px 8px;
}

/* line 896, app/assets/stylesheets/style.css.scss */
.guide_to_create_user_unlimited_use_popup.common-popup .common-popup-inner .buttons-wrapper .common-button.button-create-board {
  background: #df8244;
}

/* line 897, app/assets/stylesheets/style.css.scss */
.guide_to_create_user_unlimited_use_popup.common-popup .common-popup-inner .buttons-wrapper .common-button.button-go-to-guide-to-user-unlimited-use {
  background: #7eaa55;
}

/* トークルーム詳細 */
/* line 905, app/assets/stylesheets/style.css.scss */
.block-room-show {
  background: #fffcc5;
  border: 1px solid #ccc;
  border-top: none;
  overflow-y: scroll;
  height: 560px;
}

/* line 906, app/assets/stylesheets/style.css.scss */
.room-entries {
  margin: 20px 24px 14px;
  overflow: hidden;
}

/* line 907, app/assets/stylesheets/style.css.scss */
.room-entry {
  margin: 5px 0;
  overflow: hidden;
}

/* line 908, app/assets/stylesheets/style.css.scss */
.room-entry .user-name,
.room-entry .user-name a {
  color: #2fb4bd;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}

/* line 910, app/assets/stylesheets/style.css.scss */
.room-entry .user-name a:link {
  text-decoration: none;
}

/* line 911, app/assets/stylesheets/style.css.scss */
.room-entry .user-name a:hover {
  text-decoration: underline;
}

/* line 912, app/assets/stylesheets/style.css.scss */
.room-balloon-wrapper {
  width: 382px;
}

/* line 913, app/assets/stylesheets/style.css.scss */
.room-balloon {
  border-radius: 7px;
  color: #333;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
  z-index: 1;
  padding: 10px 12px;
  text-align: left;
}

/* line 914, app/assets/stylesheets/style.css.scss */
.room-balloon:after {
  border-style: solid;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  width: 0;
  z-index: -1;
  height: 0;
  width: 0;
}

/* line 915, app/assets/stylesheets/style.css.scss */
.room-balloon .room-comment-id {
  font-size: 1px;
  margin: 0px 0px 0px 0px;
  color: #ffe775;
}

/* line 916, app/assets/stylesheets/style.css.scss */
.room-balloon span.comment {
  margin: 0px;
}

/* line 918, app/assets/stylesheets/style.css.scss */
.room-entry.monitor div.user-icon {
  border: 1px solid #fff;
  float: left;
  margin: 0 0 2px;
}

/* line 919, app/assets/stylesheets/style.css.scss */
.room-entry.monitor div.user-icon a img:hover {
  opacity: 0.8;
  filter: alpha(opacity=0.8);
  -moz-filter: alpha(opacity=0.8);
  -o-filter: alpha(opacity=0.8);
  -ms-filter: alpha(opacity=0.8);
}

/* line 920, app/assets/stylesheets/style.css.scss */
.room-entry.monitor .stamp img, .room-entry.monitor .block-room-form .file-upload-wrapper img, .block-room-form .room-entry.monitor .file-upload-wrapper img {
  float: left;
}

/* line 921, app/assets/stylesheets/style.css.scss */
.room-entry.monitor .room-balloon-wrapper {
  float: left;
}

/* line 922, app/assets/stylesheets/style.css.scss */
.room-entry.monitor .user-name {
  margin: 0 0 5px 10px;
}

/* line 923, app/assets/stylesheets/style.css.scss */
.room-entry.monitor .user-name span.user-id {
  color: #aaa;
  font-size: 12px;
}

/* line 924, app/assets/stylesheets/style.css.scss */
.room-entry.monitor .stamp, .room-entry.monitor .block-room-form .file-upload-wrapper, .block-room-form .room-entry.monitor .file-upload-wrapper {
  margin: 0 0 10px 10px;
}

/* line 925, app/assets/stylesheets/style.css.scss */
.room-entry.monitor .stamp:after, .room-entry.monitor .block-room-form .file-upload-wrapper:after, .block-room-form .room-entry.monitor .file-upload-wrapper:after {
  content: "";
  display: block;
  clear: both;
}

/* line 926, app/assets/stylesheets/style.css.scss */
.room-entry.monitor .room-balloon {
  background: #a9f35e;
  border: 1px solid #a5e256;
  margin: 0 0 10px 10px;
}

/* line 927, app/assets/stylesheets/style.css.scss */
.room-entry.monitor .room-balloon:after {
  border-width: 0 22px 22px 0;
  border-color: transparent #a9f35e transparent transparent;
  top: 10px;
  left: -8px;
}

/* line 928, app/assets/stylesheets/style.css.scss */
.room-entry.monitor.mine .room-balloon {
  background: #ffffff;
  border: 1px solid #ffffff;
  margin: 0 0 10px 10px;
}

/* line 929, app/assets/stylesheets/style.css.scss */
.room-entry.monitor.mine .room-balloon:after {
  border-width: 0 22px 22px 0;
  border-color: transparent #ffffff transparent transparent;
  top: 10px;
  left: -8px;
}

/* line 930, app/assets/stylesheets/style.css.scss */
.room-entry.monitor .timestamp {
  position: absolute;
  width: 80px;
  bottom: 0px;
  right: -90px;
  text-align: left;
  color: #aaa;
  font-size: 12px;
}

/* line 931, app/assets/stylesheets/style.css.scss */
.room-entry.monitor .image-delete {
  position: absolute;
  width: 80px;
  right: -90px;
}

/* line 933, app/assets/stylesheets/style.css.scss */
.room-entry.company div.user-icon {
  border: 1px solid #fff;
  float: right;
  margin: 0 0 2px;
}

/* line 934, app/assets/stylesheets/style.css.scss */
.room-entry.company div.user-icon a img:hover {
  opacity: 0.8;
  filter: alpha(opacity=0.8);
  -moz-filter: alpha(opacity=0.8);
  -o-filter: alpha(opacity=0.8);
  -ms-filter: alpha(opacity=0.8);
}

/* line 935, app/assets/stylesheets/style.css.scss */
.room-entry.company .stamp img, .room-entry.company .block-room-form .file-upload-wrapper img, .block-room-form .room-entry.company .file-upload-wrapper img {
  float: right;
}

/* line 936, app/assets/stylesheets/style.css.scss */
.room-entry.company .room-balloon-wrapper {
  float: right;
  text-align: right;
}

/* line 937, app/assets/stylesheets/style.css.scss */
.room-entry.company .user-name {
  margin: 0 10px 5px 0;
}

/* line 938, app/assets/stylesheets/style.css.scss */
.room-entry.company .stamp, .room-entry.company .block-room-form .file-upload-wrapper, .block-room-form .room-entry.company .file-upload-wrapper {
  margin: 0 10px 10px 0;
}

/* line 939, app/assets/stylesheets/style.css.scss */
.room-entry.company .stamp:after, .room-entry.company .block-room-form .file-upload-wrapper:after, .block-room-form .room-entry.company .file-upload-wrapper:after {
  content: "";
  display: block;
  clear: both;
}

/* line 940, app/assets/stylesheets/style.css.scss */
.room-entry.company .room-balloon {
  background: #abe5d7;
  border: 1px solid #3bc4cc;
  margin: 0 10px 10px 0;
}

/* line 941, app/assets/stylesheets/style.css.scss */
.room-entry.company .room-balloon:after {
  border-width: 20px 20px 0 0;
  border-color: #abe5d7 transparent transparent transparent;
  top: 10px;
  right: -8px;
}

/* line 942, app/assets/stylesheets/style.css.scss */
.room-entry.company.mine .room-balloon {
  background: #ffffff;
  border: 1px solid #ffffff;
  margin: 0 10px 10px 0;
}

/* line 943, app/assets/stylesheets/style.css.scss */
.room-entry.company.mine .room-balloon:after {
  border-width: 20px 20px 0 0;
  border-color: #ffffff transparent transparent transparent;
  top: 10px;
  right: -8px;
}

/* line 944, app/assets/stylesheets/style.css.scss */
.room-entry.company .timestamp {
  position: absolute;
  width: 80px;
  bottom: 0px;
  left: -90px;
  text-align: right;
  color: #aaa;
  font-size: 12px;
}

/* line 945, app/assets/stylesheets/style.css.scss */
.room-entry.company .image-delete {
  position: absolute;
  width: 80px;
  left: -90px;
}

/* line 947, app/assets/stylesheets/style.css.scss */
.room-thanks {
  background: url(/assets/icon-mini-e5cc3355ab9f2701b583fbd87dc33d827c0944e3348a7a015103910b039cdc43.png) no-repeat transparent;
  background-position: -460px -34px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  height: 16px;
  vertical-align: top;
  width: 18px;
}

/* line 948, app/assets/stylesheets/style.css.scss */
.room-thanks:hover {
  opacity: 0.8;
  filter: alpha(opacity=0.8);
  -moz-filter: alpha(opacity=0.8);
  -o-filter: alpha(opacity=0.8);
  -ms-filter: alpha(opacity=0.8);
}

/* line 949, app/assets/stylesheets/style.css.scss */
.room-thanks.active {
  background-position: -460px -5px;
}

/* line 950, app/assets/stylesheets/style.css.scss */
.room-thanks.active:hover {
  opacity: 0.8;
  filter: alpha(opacity=0.8);
  -moz-filter: alpha(opacity=0.8);
  -o-filter: alpha(opacity=0.8);
  -ms-filter: alpha(opacity=0.8);
}

/* line 952, app/assets/stylesheets/style.css.scss */
.room-upload-image {
  text-align: center;
  max-height: 500px;
  max-width: 520px;
}

/* line 953, app/assets/stylesheets/style.css.scss */
.room-upload-image img {
  max-width: 300px;
  max-height: 300px;
  margin: 20px 0px;
}

/* line 954, app/assets/stylesheets/style.css.scss */
.room-upload-image .common-button {
  margin: 0px 10px;
}

/* line 956, app/assets/stylesheets/style.css.scss */
.block-room-form {
  background: #fff;
  border: 1px solid #ccc;
  border-top: none;
  padding: 15px 24px;
}

/* line 957, app/assets/stylesheets/style.css.scss */
.block-room-form textarea {
  border: 1px solid #ddd;
  padding: 8px;
  width: 340px;
  height: 22px;
  line-height: 21px;
  resize: none;
}

/* line 958, app/assets/stylesheets/style.css.scss */
.block-room-form .stamp, .block-room-form .file-upload-wrapper {
  background: #ebf6f8;
  border: 1px solid #abe5d7;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 8px;
}

/* line 959, app/assets/stylesheets/style.css.scss */
.block-room-form .stamp:hover, .block-room-form .file-upload-wrapper:hover {
  opacity: 0.8;
  filter: alpha(opacity=0.8);
  -moz-filter: alpha(opacity=0.8);
  -o-filter: alpha(opacity=0.8);
  -ms-filter: alpha(opacity=0.8);
}

/* line 960, app/assets/stylesheets/style.css.scss */
.block-room-form span.charcount {
  margin-left: 94px;
}

/* line 961, app/assets/stylesheets/style.css.scss */
.block-room-form span.charcount.normal {
  color: #999;
}

/* line 962, app/assets/stylesheets/style.css.scss */
.block-room-form span.charcount.over {
  color: #d40d12;
}

/* line 963, app/assets/stylesheets/style.css.scss */
.block-room-form .file-upload-wrapper {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  margin-left: -4px;
  margin-bottom: -1em;
}

/* line 964, app/assets/stylesheets/style.css.scss */
.block-room-form .file-upload {
  /* ref http://stackoverflow.com/posts/7691323/revisions */
  cursor: pointer;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99;
  font-size: 40px;
  opacity: 0;
  -moz-opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}

/* line 968, app/assets/stylesheets/style.css.scss */
.popup-wrapper-for-edit-comment textarea {
  border: 1px solid #ddd;
  padding: 8px;
  width: 340px;
  height: 280px;
  line-height: 21px;
  resize: none;
}

/* line 969, app/assets/stylesheets/style.css.scss */
.popup-wrapper-for-edit-comment span.charcount.normal {
  color: #999;
}

/* line 970, app/assets/stylesheets/style.css.scss */
.popup-wrapper-for-edit-comment span.charcount.over {
  color: #d40d12;
}

/* line 972, app/assets/stylesheets/style.css.scss */
.block-room-members {
  background: #e6f5f8;
  border: 2px solid #2fb4bd;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  position: absolute;
  top: 0;
  left: 560px;
  width: 100px;
}

/* line 973, app/assets/stylesheets/style.css.scss */
.block-room-members .members-count {
  background: #2fb4bd;
  color: #fff;
  padding: 6px 0;
  text-align: right;
}

/* line 974, app/assets/stylesheets/style.css.scss */
.block-room-members .members-count p {
  font-weight: bold;
  text-align: center;
}

/* line 975, app/assets/stylesheets/style.css.scss */
.block-room-members .members-count a {
  background: url(/assets/icon-arrow-f8a0595f609272c9b4705f3a40cfd52fb5633efac985b066ee80ae5316ce30c0.png) no-repeat 0 -19px;
  color: #fff;
  font-size: 12px;
  padding: 0 10px;
}

/* line 976, app/assets/stylesheets/style.css.scss */
.block-room-members-inner {
  padding: 13px 0;
  text-align: center;
  line-height: 1;
}

/* line 977, app/assets/stylesheets/style.css.scss */
.block-room-members-inner img {
  margin: 1px 0;
}

/* line 978, app/assets/stylesheets/style.css.scss */
.block-room-members-inner li {
  position: relative;
}

/* line 979, app/assets/stylesheets/style.css.scss */
.block-room-members-inner a img:hover {
  opacity: 0.8;
  filter: alpha(opacity=0.8);
  -moz-filter: alpha(opacity=0.8);
  -o-filter: alpha(opacity=0.8);
  -ms-filter: alpha(opacity=0.8);
}

/* line 981, app/assets/stylesheets/style.css.scss */
.room-list.company {
  height: 613px;
  overflow-y: scroll;
}

/* line 982, app/assets/stylesheets/style.css.scss */
.room-list.monitor {
  height: 684px;
  overflow-y: scroll;
}

/* line 983, app/assets/stylesheets/style.css.scss */
.room-list li {
  padding: 0 2px;
}

/* line 984, app/assets/stylesheets/style.css.scss */
.room-list li.active {
  background: #fffcc5;
}

/* line 985, app/assets/stylesheets/style.css.scss */
.room-list .start-finish {
  margin: 0 auto;
  padding: 5px 0 0 0;
}

/* line 986, app/assets/stylesheets/style.css.scss */
.room-list .start-finish li {
  font-size: 12px;
  float: left;
  margin: 0 4px;
}

/* line 987, app/assets/stylesheets/style.css.scss */
.room-list-li {
  border-bottom: 1px solid #aaa;
  overflow: hidden;
  padding: 10px 0;
}

/* line 988, app/assets/stylesheets/style.css.scss */
.room-list-li img {
  float: left;
}

/* line 989, app/assets/stylesheets/style.css.scss */
.room-list-li a {
  color: #333;
}

/* line 990, app/assets/stylesheets/style.css.scss */
.room-list-li p.room-title {
  float: left;
  margin: 0 0 12px 10px;
  width: 180px;
}

/* line 991, app/assets/stylesheets/style.css.scss */
.room-list-li ul {
  margin: 0 0 0 10px;
  float: right;
}

/* line 992, app/assets/stylesheets/style.css.scss */
.room-list-li li {
  color: #222;
  font-size: 12px;
  position: relative;
  margin: 0 0 0 10px;
}

/* line 993, app/assets/stylesheets/style.css.scss */
.room-list-li li .notification-count {
  border: none;
  position: absolute;
  top: -3px;
  left: 20px;
}

/* line 994, app/assets/stylesheets/style.css.scss */
.room-list-li a.note2 {
  color: #666;
}

/* line 995, app/assets/stylesheets/style.css.scss */
.room-list-li .user-icon.float-left {
  margin: 0 0 0 4px;
}

/* line 996, app/assets/stylesheets/style.css.scss */
.room-list-li .list-line li {
  margin: 0 4px;
}

/* line 998, app/assets/stylesheets/style.css.scss */
.link-board a {
  background: #fff;
  color: #30b3bb;
}

/* line 999, app/assets/stylesheets/style.css.scss */
.link-csv a {
  background: #30b3bb;
  color: #fff;
}

/* line 1000, app/assets/stylesheets/style.css.scss */
.link-board a, .link-csv a {
  border: 1px solid #30b3bb;
  display: block;
  font-size: 12px;
  padding: 2px 0;
  text-align: center;
  text-decoration: none;
  width: 80px;
}

/* line 1001, app/assets/stylesheets/style.css.scss */
.link-board:hover a {
  background: #effafb;
}

/* line 1002, app/assets/stylesheets/style.css.scss */
.link-csv:hover a {
  background: #4dcad1;
}

/* line 1004, app/assets/stylesheets/style.css.scss */
img.in-room-monitor {
  border: 3px #30b3bb solid;
}

/* line 1005, app/assets/stylesheets/style.css.scss */
img.not-in-room-monitor {
  border: 3px #878988 solid;
}

/* line 1006, app/assets/stylesheets/style.css.scss */
span.in-room-monitor {
  border: 3px #30b3bb solid;
}

/* line 1007, app/assets/stylesheets/style.css.scss */
span.not-in-room-monitor {
  border: 3px #878988 solid;
}

/* ヒトコト */
/* line 1010, app/assets/stylesheets/style.css.scss */
.hitokoto-form span.charcount {
  margin: 8px 10px 0px 0px;
  font-size: 14px;
  font-weight: normal;
}

/* line 1011, app/assets/stylesheets/style.css.scss */
.hitokoto-form span.charcount.normal {
  color: #999;
}

/* line 1012, app/assets/stylesheets/style.css.scss */
.hitokoto-form span.charcount.over {
  color: #d40d12;
}

/* line 1013, app/assets/stylesheets/style.css.scss */
.hitokoto-title {
  font-size: 18px;
  font-weight: bold;
  padding: 0 0 0 30px;
  margin: 0px;
  display: inline;
  position: relative;
}

/* line 1014, app/assets/stylesheets/style.css.scss */
.hitokoto-title:after {
  content: " ";
  display: block;
  background: url(/assets/icon-mini-e5cc3355ab9f2701b583fbd87dc33d827c0944e3348a7a015103910b039cdc43.png) no-repeat transparent;
  background-position: -192px -31px;
  overflow: hidden;
  text-indent: 100%;
  vertical-align: text-top;
  white-space: nowrap;
  height: 20px;
  width: 23px;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 1015, app/assets/stylesheets/style.css.scss */
.message-entry-id {
  padding: 4px 10px 4px 0px;
}

/* line 1016, app/assets/stylesheets/style.css.scss */
.product-info {
  color: #fff;
  float: left;
  font-size: 12px;
  margin-right: 10px;
  padding: 3px 10px;
}

/* line 1017, app/assets/stylesheets/style.css.scss */
.product-info.product-category-description {
  background-color: #ff7f00;
}

/* line 1018, app/assets/stylesheets/style.css.scss */
.product-info.product-name {
  background-color: #31b2b8;
}

/* line 1019, app/assets/stylesheets/style.css.scss */
.wakaru {
  margin-right: 5px;
  margin-top: 4px;
}

/* line 1020, app/assets/stylesheets/style.css.scss */
.message-like-user-icon {
  border-radius: 15px;
  display: none;
}

/* line 1021, app/assets/stylesheets/style.css.scss */
.message-like-users {
  margin: 10px 30px;
}

/* line 1022, app/assets/stylesheets/style.css.scss */
.message-like-user {
  float: left;
  margin: 12px;
  min-height: 140px;
  text-align: center;
  width: 100px;
}

/* line 1023, app/assets/stylesheets/style.css.scss */
.message-like-user-img {
  border-radius: 50px;
}

/* アンケートポップアップ */
/* line 1026, app/assets/stylesheets/style.css.scss */
.block-enquete {
  margin: 20px 0;
}

/* line 1028, app/assets/stylesheets/style.css.scss */
.block-enquete span {
  display: block;
  margin: 5px 0;
}

/* line 1030, app/assets/stylesheets/style.css.scss */
.block-enquete span.charcount {
  margin-right: 10px;
  min-width: 30px;
  float: right;
}

/* line 1032, app/assets/stylesheets/style.css.scss */
.block-enquete span.charcount.normal {
  color: #999;
}

/* line 1033, app/assets/stylesheets/style.css.scss */
.block-enquete span.charcount.over {
  color: #d40d12;
}

/* スタンプ */
/* line 1039, app/assets/stylesheets/style.css.scss */
.block-stamp {
  float: left;
  margin: 15px 0;
  width: 220px;
}

/* line 1040, app/assets/stylesheets/style.css.scss */
.block-stamp img {
  max-width: 84px;
  max-height: 84px;
}

/* トークルーム招待ルーム名 */
/* line 1043, app/assets/stylesheets/style.css.scss */
.room-name {
  margin: 40px auto;
  overflow: hidden;
  width: 640px;
}

/* line 1044, app/assets/stylesheets/style.css.scss */
.room-name p {
  background: #dcf0f5;
  border: 2px solid #2fb4bd;
  border-right: none;
  float: left;
  font-size: 18px;
  font-weight: bold;
  height: 48px;
  padding: 10px 20px;
}

/* line 1045, app/assets/stylesheets/style.css.scss */
.room-name input {
  border: 2px solid #2fb4bd;
  border-left: none;
  color: #666;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 10px;
  float: left;
  height: 48px;
  width: 320px;
}

/* line 1046, app/assets/stylesheets/style.css.scss */
.room-name p, .room-name input {
  box-sizing: border-box;
}

/* line 1047, app/assets/stylesheets/style.css.scss */
.room-name span.charcount {
  clear: both;
  display: block;
  margin: 8px 10px 0 0;
  float: right;
}

/* line 1048, app/assets/stylesheets/style.css.scss */
.room-name span.charcount.normal {
  color: #999;
}

/* line 1049, app/assets/stylesheets/style.css.scss */
.room-name span.charcount.over {
  color: #d40d12;
}

/* line 1050, app/assets/stylesheets/style.css.scss */
.room-name span.charcount.hide {
  display: none;
}

/* トークルーム参加・辞退 */
/* line 1053, app/assets/stylesheets/style.css.scss */
.label-1 {
  background: #30b3bb;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  padding: 2px 8px 1px;
}

/* line 1054, app/assets/stylesheets/style.css.scss */
.label-2 {
  background: #878988;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  padding: 2px 8px 1px;
}

/* line 1055, app/assets/stylesheets/style.css.scss */
.label-3 {
  background: #ff4a50;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  padding: 2px 8px 1px;
}

/* 請求一覧ソート */
/* line 1058, app/assets/stylesheets/style.css.scss */
.demand-head .common-button {
  font-size: 18px;
  padding: 5px 15px 4px;
}

/* line 1059, app/assets/stylesheets/style.css.scss */
.demand-head .price {
  font-size: 18px;
  margin: 0 20px;
}

/* line 1060, app/assets/stylesheets/style.css.scss */
.demand-head select {
  font-size: 18px;
}

/* line 1062, app/assets/stylesheets/style.css.scss */
.show-bill {
  border: none;
  height: 1200px;
  width: 100%;
}

/* 注意 */
/* line 1065, app/assets/stylesheets/style.css.scss */
.box-attention {
  border: 1px solid #d90000;
  margin: 40px auto;
  width: 680px;
}

/* line 1066, app/assets/stylesheets/style.css.scss */
.box-attention h3 {
  background: #d90000;
  color: #fff;
  font-size: 18px;
  margin: 0;
  padding: 10px 0;
  text-align: center;
}

/* line 1067, app/assets/stylesheets/style.css.scss */
.box-attention p {
  color: #d90000;
  margin: 2px 0;
  padding: 18px 30px;
}

/* line 1068, app/assets/stylesheets/style.css.scss */
.box-attention a {
  color: #d90000;
  text-decoration: underline;
}

/* 選択オプション合計確認 */
/* line 1071, app/assets/stylesheets/style.css.scss */
.box-option {
  font-size: 16px;
  margin: 0 auto;
  width: 680px;
}

/* line 1072, app/assets/stylesheets/style.css.scss */
.box-option p {
  padding: 4px 30px;
}

/* line 1073, app/assets/stylesheets/style.css.scss */
.box-option .float-right {
  font-size: 16px;
  margin: 7px 40px 0 0;
}

/* line 1074, app/assets/stylesheets/style.css.scss */
.box-option .total {
  border-top: 2px solid #31b3bb;
  margin: 5px 0 0;
  padding: 8px 12px 0 0;
  text-align: right;
}

/* line 1075, app/assets/stylesheets/style.css.scss */
.box-option .total span {
  font-size: 18px;
  margin-right: 55px;
}

@media (min-width: 1px) {
  /* line 1077, app/assets/stylesheets/style.css.scss */
  .checked_box {
    display: none;
    height: 0;
    opacity: 0;
    width: 0;
  }
  /* line 1078, app/assets/stylesheets/style.css.scss */
  .checked_box + .checked_check {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 16px;
    line-height: 30px;
    margin: 0 12px 0 0;
    padding: 0 0 0 28px;
    position: relative;
  }
  /* line 1079, app/assets/stylesheets/style.css.scss */
  .checked_box + .checked_check:before {
    background: #fff;
    border: 2px solid #ccc;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    content: "";
    margin-top: -9px;
    display: block;
    height: 18px;
    position: absolute;
    top: 50%;
    left: 0;
    width: 18px;
  }
  /* line 1080, app/assets/stylesheets/style.css.scss */
  .checked_box.checked + .checked_check:after {
    border-left: 4px solid #31b3bb;
    border-bottom: 4px solid #31b3bb;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    content: "";
    display: block;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    left: 3px;
    height: 8px;
    width: 16px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

/* プレビュー・非公開 */
/* line 1084, app/assets/stylesheets/style.css.scss */
.mode-preview {
  position: relative;
}

/* line 1085, app/assets/stylesheets/style.css.scss */
.mode-preview:before {
  background: #ffe868;
  color: #333;
  content: "プレビュー画面です";
  display: block;
  font-size: 15px;
  font-weight: bold;
  margin: 0 0 20px;
  padding: 15px 0;
  position: relative;
  text-align: center;
  width: 100%;
}

/* line 1086, app/assets/stylesheets/style.css.scss */
#preview-normal-board.mode-preview:before {
  content: "【これはプレビューです】 この内容で問題なければ「最終確認画面」に進んでください";
}

/* line 1087, app/assets/stylesheets/style.css.scss */
.mode-private {
  position: relative;
}

/* line 1088, app/assets/stylesheets/style.css.scss */
.mode-private:before {
  background: #ffe868;
  color: #333;
  content: "この掲示板はまだ公開されていません";
  display: block;
  font-size: 15px;
  font-weight: bold;
  margin: 0 0 20px;
  padding: 15px 0;
  position: relative;
  text-align: center;
  width: 100%;
}

/* line 1089, app/assets/stylesheets/style.css.scss */
.mode-private .mode-private-open {
  position: absolute;
  top: 10px;
  right: 20px;
}

/* 登録案内 */
/* line 1092, app/assets/stylesheets/style.css.scss */
.tutorial {
  margin: 40px auto;
  width: 800px;
}

/* line 1093, app/assets/stylesheets/style.css.scss */
.tutorial .wide {
  width: auto;
}

/* line 1094, app/assets/stylesheets/style.css.scss */
.button-tutorial {
  background: #fff;
  border: 1px solid #ff8000;
  border-radius: 0px;
  color: #ff8000;
  font-size: 14px;
  font-weight: bold;
  padding: 6px 20px;
  text-decoration: none;
}

/* line 1095, app/assets/stylesheets/style.css.scss */
.table-flow-list.signup-info {
  margin: 50px auto 70px;
  width: 900px;
}

/* line 1096, app/assets/stylesheets/style.css.scss */
.signup-info td {
  padding: 0;
  width: 400px;
}

/* line 1097, app/assets/stylesheets/style.css.scss */
.signup-info .arrow {
  padding: 50px 0 0;
  width: 60px;
}

/* line 1098, app/assets/stylesheets/style.css.scss */
.signup-info ul {
  padding: 20px 10px;
}

/* line 1099, app/assets/stylesheets/style.css.scss */
.signup-info td li {
  font-size: 18px;
  padding: 5px 0 5px 20px;
}

/* line 1100, app/assets/stylesheets/style.css.scss */
.signup-info p {
  padding: 0 0 0 30px;
}

/* line 1101, app/assets/stylesheets/style.css.scss */
.icon-signup-info1 {
  background: url(/assets/icon-mini-e5cc3355ab9f2701b583fbd87dc33d827c0944e3348a7a015103910b039cdc43.png) no-repeat -582px -3px transparent;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  overflow: hidden;
  text-indent: 100%;
  vertical-align: middle;
  white-space: nowrap;
  height: 18px;
  width: 20px;
}

/* line 1102, app/assets/stylesheets/style.css.scss */
.icon-signup-info2 {
  background: url(/assets/icon-mini-e5cc3355ab9f2701b583fbd87dc33d827c0944e3348a7a015103910b039cdc43.png) no-repeat -582px -34px transparent;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  overflow: hidden;
  text-indent: 100%;
  vertical-align: middle;
  white-space: nowrap;
  height: 14px;
  width: 18px;
}

/* line 1103, app/assets/stylesheets/style.css.scss */
.tutorial-box {
  background: #ddf2f4;
}

/* line 1105, app/assets/stylesheets/style.css.scss */
.guide-service {
  display: table;
  table-layout: fixed;
  padding: 20px 0;
  text-align: left;
  width: 100%;
}

/* line 1106, app/assets/stylesheets/style.css.scss */
.guide-service li {
  display: table-cell;
  border-right: 1px dotted #27b2b9;
  font-size: 16px;
  padding: 0 20px;
}

/* line 1107, app/assets/stylesheets/style.css.scss */
.guide-service li.last {
  border: none;
}

/* line 1108, app/assets/stylesheets/style.css.scss */
.img-guide-service {
  background: url(/assets/img-guide-service-25a17f5451abce92fd3410cbd5b975dc23d0647a88057445c8d267561a05380f.png) no-repeat transparent;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  overflow: hidden;
  text-indent: -100%;
  vertical-align: middle;
  white-space: nowrap;
}

/* line 1109, app/assets/stylesheets/style.css.scss */
.img-guide-service.s1 {
  background-position: 0 6px;
  height: 40px;
  width: 158px;
}

/* line 1110, app/assets/stylesheets/style.css.scss */
.img-guide-service.s2 {
  background-position: 0 -36px;
  height: 40px;
  width: 180px;
}

/* line 1111, app/assets/stylesheets/style.css.scss */
.img-guide-service.s3 {
  background-position: 0 -80px;
  height: 40px;
  width: 198px;
}

/* line 1112, app/assets/stylesheets/style.css.scss */
.img-guide-service-large {
  background: url(/assets/img-guide-service-large-747f9cf95ea87c256b087adce41a892fed8e4392bfa03a159b99c5f38a589c81.jpg) no-repeat transparent;
  display: block;
  margin: 20px auto;
  overflow: hidden;
  text-indent: -400%;
  vertical-align: middle;
  white-space: nowrap;
  height: 144px;
  width: 160px;
}

/* line 1113, app/assets/stylesheets/style.css.scss */
.img-guide-service-large.s1 {
  background-position: 0 0;
}

/* line 1114, app/assets/stylesheets/style.css.scss */
.img-guide-service-large.s2 {
  background-position: 0 -144px;
}

/* line 1115, app/assets/stylesheets/style.css.scss */
.img-guide-service-large.s3 {
  background-position: 0 -288px;
}

/* line 1116, app/assets/stylesheets/style.css.scss */
.area-movie {
  margin: 20px auto;
  text-align: center;
  width: 700px;
}

/* line 1117, app/assets/stylesheets/style.css.scss */
.area-movie .headline-style1 {
  border-radius: 12px 12px 0 0;
  padding: 15px 0 10px;
}

/* line 1118, app/assets/stylesheets/style.css.scss */
.list-icon-guide {
  margin: 20px 0;
}

/* line 1119, app/assets/stylesheets/style.css.scss */
.list-icon-guide li {
  background: url(/assets/img-guide-icon-b749be6435bc90401155d31c9d46ea28aad2500d635b6f0f8d3694e25cfa34f3.jpg) no-repeat 0 2px;
  margin: 0 0 5px 0;
  padding: 0 0 0 20px;
}

/* line 1120, app/assets/stylesheets/style.css.scss */
.guide-strong {
  background: #ffff78;
  font-weight: bold;
  padding: 1px 2px;
}

/* メニューチップ */
/* line 1123, app/assets/stylesheets/style.css.scss */
.small-menu-popup {
  background: #fff;
  border-radius: 4px;
  margin: 0;
  position: absolute;
  top: 58px;
  right: 0px;
  width: 160px;
  z-index: 700;
}

/* line 1124, app/assets/stylesheets/style.css.scss */
.small-menu-popup:after {
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #fff transparent;
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  right: 20px;
  margin-left: -10px;
  width: 0;
  height: 0;
  z-index: -1;
}

/* line 1125, app/assets/stylesheets/style.css.scss */
.small-menu-popup ul {
  padding: 4px 6px 0;
}

/* line 1126, app/assets/stylesheets/style.css.scss */
.small-menu-popup li {
  border-bottom: 1px solid #eee;
  overflow: hidden;
  padding: 4px 0;
  position: relative;
  text-align: left;
}

/* line 1127, app/assets/stylesheets/style.css.scss */
.small-menu-popup li:last-child {
  border: none;
}

/* ペチャポップアップ */
/* line 1130, app/assets/stylesheets/style.css.scss */
.petya-rate {
  text-align: center;
}

/* line 1131, app/assets/stylesheets/style.css.scss */
.petya-rate p {
  background: #efefef;
  color: #ff4000;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 22px;
  font-weight: bold;
  margin: 0 auto;
  padding: 10px 20px;
}

/* line 1133, app/assets/stylesheets/style.css.scss */
.sub-title-area.hitokoto p.notice.error {
  color: #cf0017;
  float: none;
  margin: 10px 0px 0px;
  width: auto;
}

/* line 1134, app/assets/stylesheets/style.css.scss */
.board-post-form p.notice.error {
  text-align: left;
}

/* TagKnight milltalk */
/* line 1137, app/assets/stylesheets/style.css.scss */
div.script {
  display: none;
}

/*決済画面*/
/* line 1140, app/assets/stylesheets/style.css.scss */
img.card-brands-logo {
  width: 400px;
  margin: 10px 30px 0px 30px;
}

/* line 1142, app/assets/stylesheets/style.css.scss */
.headline-style2 div.user-icon {
  margin: 0 10px 2px 0;
  padding: 0;
}

/* line 1143, app/assets/stylesheets/style.css.scss */
.headline-style2 div.user-icon a img:hover {
  opacity: 0.8;
  filter: alpha(opacity=0.8);
  -moz-filter: alpha(opacity=0.8);
  -o-filter: alpha(opacity=0.8);
  -ms-filter: alpha(opacity=0.8);
}

/* line 1145, app/assets/stylesheets/style.css.scss */
.popup-wrapper-for-create-room .img-profile {
  position: relative;
  overflow: visible;
  height: auto;
  width: auto;
}

/* line 1146, app/assets/stylesheets/style.css.scss */
.popup-wrapper-for-create-room .user-icon {
  position: relative;
  overflow: hidden;
  height: 64px;
  width: 64px;
}

/* line 1147, app/assets/stylesheets/style.css.scss */
.popup-wrapper-for-create-room .form-search .search-type {
  margin-bottom: 10px;
}

/* line 1148, app/assets/stylesheets/style.css.scss */
.popup-wrapper-for-create-room .form-search .search-type .or-search {
  margin-right: 10px;
}

/* line 1149, app/assets/stylesheets/style.css.scss */
.popup-wrapper-for-create-room .form-search .common-button {
  width: 54px;
}

/* line 1150, app/assets/stylesheets/style.css.scss */
.search-follows .form-search .search-type {
  margin-bottom: 10px;
}

/* line 1151, app/assets/stylesheets/style.css.scss */
.search-follows .form-search .search-type .or-search {
  margin-right: 10px;
}

/* line 1152, app/assets/stylesheets/style.css.scss */
.search-follows .form-search .common-button {
  width: 60px;
}

/* line 1154, app/assets/stylesheets/style.css.scss */
.dummy-room {
  position: relative;
}

/* line 1155, app/assets/stylesheets/style.css.scss */
.dummy-room .room-list.monitor,
.dummy-room .headline-style2,
.dummy-room .room-entry,
.dummy-room .board-sort,
.dummy-room .block-room-form,
.dummy-room .block-room-members {
  pointer-events: none;
}

/* line 1161, app/assets/stylesheets/style.css.scss */
.dummy-room .note {
  background: #ffe5e5;
  margin-bottom: 20px;
  max-width: 970px;
}

/* line 1162, app/assets/stylesheets/style.css.scss */
.dummy-room .note pre {
  color: #c60000;
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  margin: 15px 20px;
}

/* line 1163, app/assets/stylesheets/style.css.scss */
.dummy-room .block-room-form .common-button {
  background: #aaa;
}

/* line 1164, app/assets/stylesheets/style.css.scss */
.dummy-room .dummy-room-open {
  float: right;
  margin: 7.5px 20px;
}

/* line 1165, app/assets/stylesheets/style.css.scss */
.dummy-room .block-room-form input {
  width: 380px;
}

/* line 1166, app/assets/stylesheets/style.css.scss */
.dummy-room .block-room-form span.charcount {
  display: block;
  margin-right: 94px;
  text-align: right;
}

/* line 1168, app/assets/stylesheets/style.css.scss */
.thanks-entry .board-entry {
  border-bottom: none;
  padding: 20px;
}

/* line 1169, app/assets/stylesheets/style.css.scss */
.thanks-entry .name {
  border-bottom: 1px solid #ddd;
  font-size: 14px;
  margin: 0;
  padding: 4px 0;
}

/* line 1170, app/assets/stylesheets/style.css.scss */
.thanks-entry .name a {
  font-size: 14px;
  font-weight: normal;
}

/* line 1171, app/assets/stylesheets/style.css.scss */
.thanks-entry .name a:link {
  text-decoration: none;
}

/* line 1172, app/assets/stylesheets/style.css.scss */
.thanks-entry .name a:hover {
  text-decoration: underline;
}

/* line 1173, app/assets/stylesheets/style.css.scss */
.thanks-entry .comment {
  font-size: 14px;
  margin: 15px 0;
}

/* line 1174, app/assets/stylesheets/style.css.scss */
.thanks-entry .icon {
  float: right;
  height: auto;
  width: auto;
  margin: 15px 0;
}

/* line 1175, app/assets/stylesheets/style.css.scss */
.thanks-entry .icon img {
  height: auto;
  width: auto;
}

/* line 1176, app/assets/stylesheets/style.css.scss */
.thanks-entry .timestamp {
  color: #444;
  top: 24px;
  right: 20px;
}

/* line 1178, app/assets/stylesheets/style.css.scss */
.best-answer {
  background: #fffcc5;
  margin: 20px 20px 65px;
  position: relative;
}

/* line 1179, app/assets/stylesheets/style.css.scss */
.best-answer h3 {
  background: url(/assets/icon-bestAnswer-b9de0bd0ca9c4c0ccb9f5a7eb372ce05f5de73da3b49b72d802b1572ddec0a6c.png) no-repeat 20px 14px transparent;
  border-bottom: 2px solid #34b5b0;
  margin: 0;
  padding: 15px 50px 12px;
}

/* line 1180, app/assets/stylesheets/style.css.scss */
.best-answer .board-entry {
  border-bottom: none;
  padding: 20px;
}

/* line 1181, app/assets/stylesheets/style.css.scss */
.best-answer .name {
  color: #888;
}

/* line 1182, app/assets/stylesheets/style.css.scss */
.best-answer .name a {
  font-size: 14px;
  font-weight: normal;
  margin: 0 0 0 0;
}

/* line 1183, app/assets/stylesheets/style.css.scss */
.best-answer .name a:link {
  text-decoration: none;
}

/* line 1184, app/assets/stylesheets/style.css.scss */
.best-answer .name a:hover {
  text-decoration: underline;
}

/* line 1185, app/assets/stylesheets/style.css.scss */
.best-answer .timestamp {
  color: #888;
  top: 15px;
  right: 20px;
}

/* line 1187, app/assets/stylesheets/style.css.scss */
.user-board-data {
  background: #fff;
  border: 2px solid #5bc2c9;
  border-radius: 4px;
  margin: 0 0 0 -250px;
  padding: 20px 0 10px;
  height: auto;
  width: 500px;
  top: 150px;
  text-align: left;
}

/* line 1188, app/assets/stylesheets/style.css.scss */
.user-board-data .common-popup-inner {
  padding: 0 15px;
  height: auto;
  width: auto;
}

/* line 1189, app/assets/stylesheets/style.css.scss */
.user-board-data h5 {
  padding: 0 0 0 8px;
}

/* line 1190, app/assets/stylesheets/style.css.scss */
.user-board-data p.description {
  padding: 0 0 0 8px;
  margin-top: 5px;
}

/* line 1191, app/assets/stylesheets/style.css.scss */
.user-board-data .name {
  background: #e6f5f8;
  border-radius: 4px;
  color: #aaa;
  font-size: 12px;
  margin: 0 6px 15px;
  padding: 10px;
}

/* line 1192, app/assets/stylesheets/style.css.scss */
.user-board-data .name:before {
  content: " ";
  background: url(/assets/icon-room-289e2c667df02b59a962e65ff4fb0ec50c1747dc66c208943c7e23d60f5c8117.png) no-repeat 1px 2px transparent;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  overflow: hidden;
  height: 17px;
  width: 17px;
  vertical-align: bottom;
}

/* line 1193, app/assets/stylesheets/style.css.scss */
.user-board-data .name a {
  color: #34b5b0;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}

/* line 1194, app/assets/stylesheets/style.css.scss */
.user-board-data .name a:link {
  text-decoration: none;
}

/* line 1195, app/assets/stylesheets/style.css.scss */
.user-board-data .name a:hover {
  text-decoration: underline;
}

/* line 1196, app/assets/stylesheets/style.css.scss */
.user-board-data ul {
  padding: 4px 6px 0;
}

/* line 1197, app/assets/stylesheets/style.css.scss */
.user-board-data li {
  border-top: 1px solid #ddd;
  overflow: hidden;
  position: relative;
  padding: 10px 0;
  position: relative;
}

/* line 1199, app/assets/stylesheets/style.css.scss */
.user-board-data li.select2-search {
  padding: 0;
}

/* line 1200, app/assets/stylesheets/style.css.scss */
.user-board-data li .comment {
  color: #333;
  font-size: 12px;
  margin: 0;
  padding: 0 0 6px;
}

/* line 1201, app/assets/stylesheets/style.css.scss */
.user-board-data li .timestamp {
  color: #888;
  font-size: 11px;
  position: absolute;
  bottom: 10px;
  right: 2px;
}

/* line 1202, app/assets/stylesheets/style.css.scss */
.user-board-data li .entry-id {
  color: #888;
  font-size: 11px;
}

/* line 1204, app/assets/stylesheets/style.css.scss */
p.tag-name-box {
  color: #30b3bb;
  font-size: 16px;
  margin: 20px 0 0 20px;
}

/* line 1205, app/assets/stylesheets/style.css.scss */
.edit_monitor_tag_link {
  clear: both;
  position: relative;
  max-width: 500px;
  top: 0;
  left: 0;
  cursor: pointer;
  margin: 0 0 10px 75px;
}

/* line 1206, app/assets/stylesheets/style.css.scss */
.edit_monitor_tag_link span {
  font-size: 12px;
}

/* line 1207, app/assets/stylesheets/style.css.scss */
.board_description_image_area_show a {
  text-decoration: none;
}

/* line 1209, app/assets/stylesheets/style.css.scss */
h4 span.user-form-required {
  color: #d40d12;
  font-size: 17px;
  margin: 0;
}

/* line 1210, app/assets/stylesheets/style.css.scss */
.table-style1 th.user-form-option {
  background-color: #ddd;
}

/* line 1211, app/assets/stylesheets/style.css.scss */
h4 span.board-form-required {
  color: #cf0017;
  font-size: 17px;
  margin: 0;
}

/* line 1213, app/assets/stylesheets/style.css.scss */
.icon-best-answer {
  background-size: 27px 30px;
  background-image: url(/assets/icon-bestAnswer-b9de0bd0ca9c4c0ccb9f5a7eb372ce05f5de73da3b49b72d802b1572ddec0a6c.png);
  height: 30px;
  width: 27px;
}

/* line 1217, app/assets/stylesheets/style.css.scss */
.common-popup.room-upload-image .common-popup-inner {
  width: auto;
}

/* line 1218, app/assets/stylesheets/style.css.scss */
.common-popup.room-first-comment {
  width: 460px;
}

/* line 1219, app/assets/stylesheets/style.css.scss */
.common-popup.room-first-comment .common-popup-inner {
  width: 420px;
}

/* line 1220, app/assets/stylesheets/style.css.scss */
.common-popup.room-first-comment .message {
  font-size: 16px;
  text-align: left;
  margin-top: 10px;
}

/* line 1221, app/assets/stylesheets/style.css.scss */
.beginner {
  text-align: center;
}

/* line 1222, app/assets/stylesheets/style.css.scss */
.beginner p {
  margin-bottom: 10px;
}

/* line 1224, app/assets/stylesheets/style.css.scss */
.header-navigation .download-document {
  position: relative;
}

/* line 1225, app/assets/stylesheets/style.css.scss */
.hover.image-download {
  position: absolute;
  z-index: 0;
  top: -75px;
  left: 30px;
  height: 70px;
  width: 70px;
  border-radius: 35px;
  border: 1px;
  border-color: lightgray;
  border-style: solid;
  background-color: white;
}

/* line 1226, app/assets/stylesheets/style.css.scss */
.hover.image-download:before {
  content: '';
  position: absolute;
  z-index: 0;
  height: 0px;
  width: 0px;
  top: 69px;
  left: 31px;
  border-style: solid;
  border-width: 8px 4px;
  border-color: white transparent transparent transparent;
}

/* line 1227, app/assets/stylesheets/style.css.scss */
.hover.image-download:after {
  content: '';
  position: absolute;
  z-index: -1;
  height: 0px;
  width: 0px;
  top: 70px;
  left: 31px;
  border-style: solid;
  border-width: 8px 4px;
  border-color: lightgray transparent transparent transparent;
}

/* line 1228, app/assets/stylesheets/style.css.scss */
.hover.image-download img {
  height: 50px;
  margin: 10px;
}

/* line 1230, app/assets/stylesheets/style.css.scss */
.avatars .avatar-image {
  margin: 2px 0px;
  height: 60px;
  width: 60px;
}

/* line 1231, app/assets/stylesheets/style.css.scss */
.common-box-table-inner .table-style1 img.avatar-image {
  display: initial;
}

/* line 1233, app/assets/stylesheets/style.css.scss */
.popup-wrapper-rename-tag .common-popup.narrow {
  height: 210px;
}

/* line 1234, app/assets/stylesheets/style.css.scss */
.popup-wrapper-rename-tag .common-popup.narrow .buttons-wrapper {
  margin-bottom: 10px;
}

/* line 1235, app/assets/stylesheets/style.css.scss */
.popup-wrapper-rename-tag .notice.error {
  margin-top: 10px;
  margin-bottom: 4px;
  font-size: 14px;
}

/* line 1238, app/assets/stylesheets/style.css.scss */
.mid-search .headline-style5 {
  margin-top: 10px;
}

/* line 1239, app/assets/stylesheets/style.css.scss */
.mid-search .mid-input {
  margin-right: 30px;
}

/* line 1240, app/assets/stylesheets/style.css.scss */
.retrieve-next {
  width: 100%;
  margin-bottom: 10px;
}

/* line 1241, app/assets/stylesheets/style.css.scss */
.unfollow-all {
  margin: 10px 0 -10px 0;
}

/* line 1242, app/assets/stylesheets/style.css.scss */
.sub-block .side-menu-list {
  border: 2px solid #2fb4bd;
  margin: 0 0 10px;
  padding: 5px 0;
}

/* line 1243, app/assets/stylesheets/style.css.scss */
.sub-block .side-menu-list li {
  background: url(/assets/icon-arrow-f8a0595f609272c9b4705f3a40cfd52fb5633efac985b066ee80ae5316ce30c0.png) no-repeat 10px -38px;
  padding: 5px 10px 5px 20px;
}

/* line 1244, app/assets/stylesheets/style.css.scss */
.sub-block .side-menu-list li a {
  display: block;
}

/* line 1245, app/assets/stylesheets/style.css.scss */
.sub-block .side-menu-list .active {
  font-weight: bold;
}

/* line 1246, app/assets/stylesheets/style.css.scss */
.sub-block .side-menu-list div.sub-group {
  background: #e6f5f8;
  color: #555;
  font-size: 12px;
  font-weight: bold;
  margin: 5px 0;
  padding: 4px;
}

/* line 1247, app/assets/stylesheets/style.css.scss */
.sub-block .side-menu-list li.sub-group {
  margin-left: 10px;
}

/* line 1248, app/assets/stylesheets/style.css.scss */
table.archives {
  margin-top: 20px;
}

/* line 1249, app/assets/stylesheets/style.css.scss */
.badge-announcement {
  background: #f7455f;
  border-radius: 12px;
  color: #fff;
  line-height: 1.5;
  padding: 0 2px;
  position: absolute;
  left: 24px;
  top: 0;
  text-decoration: none !important;
}

/* line 1250, app/assets/stylesheets/style.css.scss */
.unfollow-all {
  background: #fff;
  border: 1px solid #ff4000;
  color: #ff4000;
  padding: 6px 15px 5px;
  font-size: 80%;
}

/* line 1251, app/assets/stylesheets/style.css.scss */
.unfollow-all:hover {
  background: #ededed;
}

/* pro popup 3082#issuecomment-335978716 */
/* line 1253, app/assets/stylesheets/style.css.scss */
.popup-pro {
  padding: 10px 0;
  height: 630px;
}

/* line 1254, app/assets/stylesheets/style.css.scss */
.popup-pro-inner {
  height: 630px;
  overflow: hidden;
  padding: 0 10px;
  width: 880px;
}

/* line 1255, app/assets/stylesheets/style.css.scss */
.popup-pro-heading {
  background: #2fb4bb;
  color: #fff;
  font-size: 22px;
  padding: 8px 0 5px;
  text-align: center;
}

/* line 1256, app/assets/stylesheets/style.css.scss */
.popup-pro-catch {
  padding: 0 0 5px;
  text-align: center;
}

/* line 1257, app/assets/stylesheets/style.css.scss */
.popup-pro-text {
  color: #555;
  font-size: 14px;
  line-height: 1.5;
  margin: 0 0 20px;
}

/* line 1258, app/assets/stylesheets/style.css.scss */
.popup-pro-services {
  background: #fff;
  border: 2px solid  #2fb4bb;
  border-radius: 16px;
  overflow: hidden;
  padding: 20px 0;
  position: relative;
  z-index: 2;
}

/* line 1259, app/assets/stylesheets/style.css.scss */
.popup-pro-services-item {
  position: relative;
  float: left;
  margin: 0;
  text-align: center;
  width: 175px;
}

/* line 1260, app/assets/stylesheets/style.css.scss */
.popup-pro-services-item h4 {
  margin: 20px 0 15px;
  font-size: 15px;
  font-weight: bold;
}

/* line 1261, app/assets/stylesheets/style.css.scss */
.popup-pro-services-item p {
  color: #445;
  font-size: 12px;
  padding: 0 17px;
  text-align: left;
}

/* line 1262, app/assets/stylesheets/style.css.scss */
.popup-pro-services-tri {
  position: relative;
}

/* line 1263, app/assets/stylesheets/style.css.scss */
.popup-pro-services-tri:before {
  content: "";
  display: block;
  border-style: solid;
  position: absolute;
  bottom: -30px;
  left: 150px;
  border-width: 0 200px 50px 0;
  border-color: transparent #fff transparent transparent;
  width: 0;
  height: 0;
  z-index: 3;
}

/* line 1264, app/assets/stylesheets/style.css.scss */
.popup-pro-services-tri:after {
  content: "";
  display: block;
  border-style: solid;
  position: absolute;
  bottom: -33px;
  left: 152px;
  border-width: 0 200px 50px 0;
  border-color: transparent #2fb4bb transparent transparent;
  width: 0;
  height: 0;
  z-index: 1;
}

/* line 1265, app/assets/stylesheets/style.css.scss */
.popup-pro-price {
  float: left;
  margin: 20px 0 0 40px;
  width: 540px;
}

/* line 1266, app/assets/stylesheets/style.css.scss */
.popup-pro-price-heading {
  color: #b98f2a;
  float: left;
  font-size: 18px;
  font-weight: bold;
  margin: 30px 50px 0 30px;
}

/* line 1267, app/assets/stylesheets/style.css.scss */
.popup-pro-price-price {
  color: #2fb4bb;
  font-size: 13px;
  float: left;
  font-weight: bold;
}

/* line 1268, app/assets/stylesheets/style.css.scss */
.popup-pro-price-price span {
  color: #2fb4bb;
  display: inline;
  font-size: 32px;
  font-weight: bold;
}

/* line 1269, app/assets/stylesheets/style.css.scss */
.popup-pro-price-text {
  clear: left;
  border-top: 2px solid #b98f2a;
  color: #555;
  font-size: 12px;
  padding: 10px 0 0;
}

/* line 1270, app/assets/stylesheets/style.css.scss */
.popup-pro-button-wrap {
  float: right;
  margin: 30px 40px 0 0;
  text-align: center;
  width: 200px;
}

/* line 1271, app/assets/stylesheets/style.css.scss */
.popup-pro-button {
  background: #b98f2a;
  border-radius: 6px;
  color: #fff;
  font-size: 26px;
  font-weight: normal;
  display: block;
  padding: 15px 48px;
  text-shadow: -1px -1px 1px #896511;
  text-decoration: none;
}

/* line 1273, app/assets/stylesheets/style.css.scss */
.premium-comment-popup {
  width: 720px;
  margin-left: -360px;
}

/* line 1276, app/assets/stylesheets/style.css.scss */
.premium-comment-popup .common-popup-inner {
  width: 680px;
}

/* line 1277, app/assets/stylesheets/style.css.scss */
.premium-comment-popup .board-name, .premium-comment-popup .profile-description {
  padding: 0 15px;
  font-weight: bold;
  font-size: 16px;
}

/* line 1278, app/assets/stylesheets/style.css.scss */
.premium-comment-popup .board-description {
  padding: 15px;
  font-size: 14px;
}

/* line 1279, app/assets/stylesheets/style.css.scss */
.premium-comment-popup .board-post-form {
  width: 650px;
  padding: 20px;
}

/* line 1280, app/assets/stylesheets/style.css.scss */
.premium-comment-popup .file-upload-wrapper {
  bottom: 132px;
}

/* line 1281, app/assets/stylesheets/style.css.scss */
.premium-comment-popup img.uploaded-image {
  margin-left: 12px;
}

/* line 1283, app/assets/stylesheets/style.css.scss */
.premium-comment-popup .button-submit {
  background: #30b3bb;
  border: 1px solid #30b3bb;
  color: #fff;
}

/* line 1284, app/assets/stylesheets/style.css.scss */
.premium-comment-popup .button-submit:hover {
  background: #4dcad1;
}

/* line 1285, app/assets/stylesheets/style.css.scss */
.premium-comment-popup .button-submit:disabled {
  background: rgba(48, 179, 187, 0.5);
}

/* line 1288, app/assets/stylesheets/style.css.scss */
.premium-comment-popup .guest-profile-form .form-item {
  text-align: center;
  margin-bottom: 20px;
}

/* line 1289, app/assets/stylesheets/style.css.scss */
.premium-comment-popup .guest-profile-form .form-item select {
  width: 100px;
}

/* line 1290, app/assets/stylesheets/style.css.scss */
.premium-comment-popup .guest-profile-form .form-item input {
  width: 300px;
}

/* line 1291, app/assets/stylesheets/style.css.scss */
.premium-comment-popup .guest-profile-form .float-right {
  width: 600px;
}

/* line 1293, app/assets/stylesheets/style.css.scss */
.premium-comment-popup .error {
  margin: 0 0 20px 0;
}

/* line 1296, app/assets/stylesheets/style.css.scss */
.board-basic-info-form {
  border: none;
  margin-bottom: 60px !important;
}

/* line 1297, app/assets/stylesheets/style.css.scss */
.board-basic-info-form .name-tips {
  margin: 8px 0 !important;
  font-size: 14px;
}

/* line 1298, app/assets/stylesheets/style.css.scss */
.board-basic-info-form .name-tips p {
  margin: 8px 0 !important;
}

/* line 1299, app/assets/stylesheets/style.css.scss */
.board-basic-info-form .name-tips ul {
  margin: 15px 0 0 0;
}

/* line 1300, app/assets/stylesheets/style.css.scss */
.board-basic-info-form .name-tips li {
  margin: 5px 0;
}

/* line 1301, app/assets/stylesheets/style.css.scss */
.board-draft-delete {
  width: 100%;
  margin-top: 30px;
  text-align: center;
  font-size: 16px;
}

/* line 1302, app/assets/stylesheets/style.css.scss */
.board-draft-delete a {
  font-weight: bold;
  font-size: 16px;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any styles
 * defined in the other CSS/SCSS files in this directory. It is generally better to create a new
 * file per style scope.
 *








 */
#error{
  color:red;
  font-weight:bold;
  background-color:lightgrey;
  font-size:large;
}

#notice{
  color:green;
  font-weight:bold;
  font-size:large;
}

/* 汎用ポップアップ Box用黒背景 */
div.disabledCover {
    background: rgba(0,0,0,0.4);
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 200;
    width: 100%;
}
div.disabledCover.all { z-index: 800; }

/* 汎用ポップアップ Box */
div.commonPopupBox {
    background: #ffffff;
    border-radius: 4px;
    margin: 0 0 0 -150px;
    position: fixed;
    top: 30px;
    left: 50%;
    width: 350px;
    max-height: 600px;
    overflow: auto;
    z-index: 999;
}

a.close_button {
    float:right;
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      position: relative; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-search--inline {
    float: left; }
    .select2-container .select2-search--inline .select2-search__field {
      box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px;
      padding: 0; }
      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }
  .select2-results__option[aria-selected] {
    cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
  .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }
/*!
 *  Font Awesome 4.7.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(/assets/fontawesome-webfont-82ff0fe46a6f60e0ab3c4a9891a0ae0a1f7b7e84c625f55358379177a2dcb202.eot);
  src: url(/assets/fontawesome-webfont-82ff0fe46a6f60e0ab3c4a9891a0ae0a1f7b7e84c625f55358379177a2dcb202.eot?#iefix) format('embedded-opentype'), url(/assets/fontawesome-webfont-fa79d127baca4558a0b973f5f514b90fc5ef43314c41095f5cb285ffaa0a4029.woff2) format('woff2'), url(/assets/fontawesome-webfont-c9a0a23a23a3f6f7165cba218b40483a0b1750d92b49c40842f1d8f566f5f421.woff) format('woff'), url(/assets/fontawesome-webfont-2794b002e3568f5abce8991e2431ca79e0ce84a08ea1268884b4e097b62762a6.ttf) format('truetype'), url(/assets/fontawesome-webfont-67c6c8e9ffb0fcd7c7c64eaff12a298abf5b54a54b54f0e6c4c49161dba62d6d.svg#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.33333333em;
  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.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  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 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-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 {
  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: #ffffff;
}
/* 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: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
/* line 5, bundle/ruby/3.2.0/gems/jquery-colorbox-rails-1.7.7/vendor/assets/stylesheets/jquery.colorbox-example1.scss */
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

/* line 6, bundle/ruby/3.2.0/gems/jquery-colorbox-rails-1.7.7/vendor/assets/stylesheets/jquery.colorbox-example1.scss */
#cboxWrapper {
  max-width: none;
}

/* line 7, bundle/ruby/3.2.0/gems/jquery-colorbox-rails-1.7.7/vendor/assets/stylesheets/jquery.colorbox-example1.scss */
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

/* line 8, bundle/ruby/3.2.0/gems/jquery-colorbox-rails-1.7.7/vendor/assets/stylesheets/jquery.colorbox-example1.scss */
#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

/* line 9, bundle/ruby/3.2.0/gems/jquery-colorbox-rails-1.7.7/vendor/assets/stylesheets/jquery.colorbox-example1.scss */
#cboxContent {
  position: relative;
}

/* line 10, bundle/ruby/3.2.0/gems/jquery-colorbox-rails-1.7.7/vendor/assets/stylesheets/jquery.colorbox-example1.scss */
#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/* line 11, bundle/ruby/3.2.0/gems/jquery-colorbox-rails-1.7.7/vendor/assets/stylesheets/jquery.colorbox-example1.scss */
#cboxTitle {
  margin: 0;
}

/* line 12, bundle/ruby/3.2.0/gems/jquery-colorbox-rails-1.7.7/vendor/assets/stylesheets/jquery.colorbox-example1.scss */
#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 13, bundle/ruby/3.2.0/gems/jquery-colorbox-rails-1.7.7/vendor/assets/stylesheets/jquery.colorbox-example1.scss */
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

/* line 14, bundle/ruby/3.2.0/gems/jquery-colorbox-rails-1.7.7/vendor/assets/stylesheets/jquery.colorbox-example1.scss */
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

/* line 15, bundle/ruby/3.2.0/gems/jquery-colorbox-rails-1.7.7/vendor/assets/stylesheets/jquery.colorbox-example1.scss */
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

/* line 16, bundle/ruby/3.2.0/gems/jquery-colorbox-rails-1.7.7/vendor/assets/stylesheets/jquery.colorbox-example1.scss */
#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
/* line 23, bundle/ruby/3.2.0/gems/jquery-colorbox-rails-1.7.7/vendor/assets/stylesheets/jquery.colorbox-example1.scss */
#cboxOverlay {
  background: url(/assets/colorbox/example1/overlay-63864997ceb1a5d3535140890972e8fcec137cda6f9f739ee9640f3824602047.png) repeat 0 0;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

/* line 24, bundle/ruby/3.2.0/gems/jquery-colorbox-rails-1.7.7/vendor/assets/stylesheets/jquery.colorbox-example1.scss */
#colorbox {
  outline: 0;
}

/* line 25, bundle/ruby/3.2.0/gems/jquery-colorbox-rails-1.7.7/vendor/assets/stylesheets/jquery.colorbox-example1.scss */
#cboxTopLeft {
  width: 21px;
  height: 21px;
  background: url(/assets/colorbox/example1/controls-c3f7ca0f7209d13fbd45e72bbbae9b525a26c979908692a5ddbd6234e3e724ba.png) no-repeat -101px 0;
}

/* line 26, bundle/ruby/3.2.0/gems/jquery-colorbox-rails-1.7.7/vendor/assets/stylesheets/jquery.colorbox-example1.scss */
#cboxTopRight {
  width: 21px;
  height: 21px;
  background: url(/assets/colorbox/example1/controls-c3f7ca0f7209d13fbd45e72bbbae9b525a26c979908692a5ddbd6234e3e724ba.png) no-repeat -130px 0;
}

/* line 27, bundle/ruby/3.2.0/gems/jquery-colorbox-rails-1.7.7/vendor/assets/stylesheets/jquery.colorbox-example1.scss */
#cboxBottomLeft {
  width: 21px;
  height: 21px;
  background: url(/assets/colorbox/example1/controls-c3f7ca0f7209d13fbd45e72bbbae9b525a26c979908692a5ddbd6234e3e724ba.png) no-repeat -101px -29px;
}

/* line 28, bundle/ruby/3.2.0/gems/jquery-colorbox-rails-1.7.7/vendor/assets/stylesheets/jquery.colorbox-example1.scss */
#cboxBottomRight {
  width: 21px;
  height: 21px;
  background: url(/assets/colorbox/example1/controls-c3f7ca0f7209d13fbd45e72bbbae9b525a26c979908692a5ddbd6234e3e724ba.png) no-repeat -130px -29px;
}

/* line 29, bundle/ruby/3.2.0/gems/jquery-colorbox-rails-1.7.7/vendor/assets/stylesheets/jquery.colorbox-example1.scss */
#cboxMiddleLeft {
  width: 21px;
  background: url(/assets/colorbox/example1/controls-c3f7ca0f7209d13fbd45e72bbbae9b525a26c979908692a5ddbd6234e3e724ba.png) left top repeat-y;
}

/* line 30, bundle/ruby/3.2.0/gems/jquery-colorbox-rails-1.7.7/vendor/assets/stylesheets/jquery.colorbox-example1.scss */
#cboxMiddleRight {
  width: 21px;
  background: url(/assets/colorbox/example1/controls-c3f7ca0f7209d13fbd45e72bbbae9b525a26c979908692a5ddbd6234e3e724ba.png) right top repeat-y;
}

/* line 31, bundle/ruby/3.2.0/gems/jquery-colorbox-rails-1.7.7/vendor/assets/stylesheets/jquery.colorbox-example1.scss */
#cboxTopCenter {
  height: 21px;
  background: url(/assets/colorbox/example1/border-bd9c4ca94e6ef88a4b442945194f42fb695ddc3ee3d0c5c3325d12d24ef5d0dd.png) 0 0 repeat-x;
}

/* line 32, bundle/ruby/3.2.0/gems/jquery-colorbox-rails-1.7.7/vendor/assets/stylesheets/jquery.colorbox-example1.scss */
#cboxBottomCenter {
  height: 21px;
  background: url(/assets/colorbox/example1/border-bd9c4ca94e6ef88a4b442945194f42fb695ddc3ee3d0c5c3325d12d24ef5d0dd.png) 0 -29px repeat-x;
}

/* line 33, bundle/ruby/3.2.0/gems/jquery-colorbox-rails-1.7.7/vendor/assets/stylesheets/jquery.colorbox-example1.scss */
#cboxContent {
  background: #fff;
  overflow: hidden;
}

/* line 34, bundle/ruby/3.2.0/gems/jquery-colorbox-rails-1.7.7/vendor/assets/stylesheets/jquery.colorbox-example1.scss */
.cboxIframe {
  background: #fff;
}

/* line 35, bundle/ruby/3.2.0/gems/jquery-colorbox-rails-1.7.7/vendor/assets/stylesheets/jquery.colorbox-example1.scss */
#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

/* line 36, bundle/ruby/3.2.0/gems/jquery-colorbox-rails-1.7.7/vendor/assets/stylesheets/jquery.colorbox-example1.scss */
#cboxLoadedContent {
  margin-bottom: 28px;
}

/* line 37, bundle/ruby/3.2.0/gems/jquery-colorbox-rails-1.7.7/vendor/assets/stylesheets/jquery.colorbox-example1.scss */
#cboxTitle {
  position: absolute;
  bottom: 4px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #949494;
}

/* line 38, bundle/ruby/3.2.0/gems/jquery-colorbox-rails-1.7.7/vendor/assets/stylesheets/jquery.colorbox-example1.scss */
#cboxCurrent {
  position: absolute;
  bottom: 4px;
  left: 58px;
  color: #949494;
}

/* line 39, bundle/ruby/3.2.0/gems/jquery-colorbox-rails-1.7.7/vendor/assets/stylesheets/jquery.colorbox-example1.scss */
#cboxLoadingOverlay {
  background: url(/assets/colorbox/example1/loading_background-57920b7d3cfb8c593c58de61920794b44164d3812e3b25cb9e142c01315286d9.png) no-repeat center center;
}

/* line 40, bundle/ruby/3.2.0/gems/jquery-colorbox-rails-1.7.7/vendor/assets/stylesheets/jquery.colorbox-example1.scss */
#cboxLoadingGraphic {
  background: url(/assets/colorbox/example1/loading-d6863542aebeecab34023db5bd2781813a77fc52f0ef632afc2e23bb90bf23bc.gif) no-repeat center center;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
/* line 43, bundle/ruby/3.2.0/gems/jquery-colorbox-rails-1.7.7/vendor/assets/stylesheets/jquery.colorbox-example1.scss */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
/* line 46, bundle/ruby/3.2.0/gems/jquery-colorbox-rails-1.7.7/vendor/assets/stylesheets/jquery.colorbox-example1.scss */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}

/* line 48, bundle/ruby/3.2.0/gems/jquery-colorbox-rails-1.7.7/vendor/assets/stylesheets/jquery.colorbox-example1.scss */
#cboxSlideshow {
  position: absolute;
  bottom: 4px;
  right: 30px;
  color: #0092ef;
}

/* line 49, bundle/ruby/3.2.0/gems/jquery-colorbox-rails-1.7.7/vendor/assets/stylesheets/jquery.colorbox-example1.scss */
#cboxPrevious {
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(/assets/colorbox/example1/controls-c3f7ca0f7209d13fbd45e72bbbae9b525a26c979908692a5ddbd6234e3e724ba.png) no-repeat -75px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

/* line 50, bundle/ruby/3.2.0/gems/jquery-colorbox-rails-1.7.7/vendor/assets/stylesheets/jquery.colorbox-example1.scss */
#cboxPrevious:hover {
  background-position: -75px -25px;
}

/* line 51, bundle/ruby/3.2.0/gems/jquery-colorbox-rails-1.7.7/vendor/assets/stylesheets/jquery.colorbox-example1.scss */
#cboxNext {
  position: absolute;
  bottom: 0;
  left: 27px;
  background: url(/assets/colorbox/example1/controls-c3f7ca0f7209d13fbd45e72bbbae9b525a26c979908692a5ddbd6234e3e724ba.png) no-repeat -50px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

/* line 52, bundle/ruby/3.2.0/gems/jquery-colorbox-rails-1.7.7/vendor/assets/stylesheets/jquery.colorbox-example1.scss */
#cboxNext:hover {
  background-position: -50px -25px;
}

/* line 53, bundle/ruby/3.2.0/gems/jquery-colorbox-rails-1.7.7/vendor/assets/stylesheets/jquery.colorbox-example1.scss */
#cboxClose {
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(/assets/colorbox/example1/controls-c3f7ca0f7209d13fbd45e72bbbae9b525a26c979908692a5ddbd6234e3e724ba.png) no-repeat -25px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

/* line 54, bundle/ruby/3.2.0/gems/jquery-colorbox-rails-1.7.7/vendor/assets/stylesheets/jquery.colorbox-example1.scss */
#cboxClose:hover {
  background-position: -25px -25px;
}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
/* line 61, bundle/ruby/3.2.0/gems/jquery-colorbox-rails-1.7.7/vendor/assets/stylesheets/jquery.colorbox-example1.scss */
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}
/***
Spectrum Colorpicker v1.8.0
https://github.com/bgrins/spectrum
Author: Brian Grinstead
License: MIT
***/

.sp-container {
    position:absolute;
    top:0;
    left:0;
    display:inline-block;
    *display: inline;
    *zoom: 1;
    /* https://github.com/bgrins/spectrum/issues/40 */
    z-index: 9999994;
    overflow: hidden;
}
.sp-container.sp-flat {
    position: relative;
}

/* Fix for * { box-sizing: border-box; } */
.sp-container,
.sp-container * {
    -webkit-box-sizing: content-box;
       -moz-box-sizing: content-box;
            box-sizing: content-box;
}

/* http://ansciath.tumblr.com/post/7347495869/css-aspect-ratio */
.sp-top {
  position:relative;
  width: 100%;
  display:inline-block;
}
.sp-top-inner {
   position:absolute;
   top:0;
   left:0;
   bottom:0;
   right:0;
}
.sp-color {
    position: absolute;
    top:0;
    left:0;
    bottom:0;
    right:20%;
}
.sp-hue {
    position: absolute;
    top:0;
    right:0;
    bottom:0;
    left:84%;
    height: 100%;
}

.sp-clear-enabled .sp-hue {
    top:33px;
    height: 77.5%;
}

.sp-fill {
    padding-top: 80%;
}
.sp-sat, .sp-val {
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
}

.sp-alpha-enabled .sp-top {
    margin-bottom: 18px;
}
.sp-alpha-enabled .sp-alpha {
    display: block;
}
.sp-alpha-handle {
    position:absolute;
    top:-4px;
    bottom: -4px;
    width: 6px;
    left: 50%;
    cursor: pointer;
    border: 1px solid black;
    background: white;
    opacity: .8;
}
.sp-alpha {
    display: none;
    position: absolute;
    bottom: -14px;
    right: 0;
    left: 0;
    height: 8px;
}
.sp-alpha-inner {
    border: solid 1px #333;
}

.sp-clear {
    display: none;
}

.sp-clear.sp-clear-display {
    background-position: center;
}

.sp-clear-enabled .sp-clear {
    display: block;
    position:absolute;
    top:0px;
    right:0;
    bottom:0;
    left:84%;
    height: 28px;
}

/* Don't allow text selection */
.sp-container, .sp-replacer, .sp-preview, .sp-dragger, .sp-slider, .sp-alpha, .sp-clear, .sp-alpha-handle, .sp-container.sp-dragging .sp-input, .sp-container button  {
    -webkit-user-select:none;
    -moz-user-select: -moz-none;
    -o-user-select:none;
    user-select: none;
}

.sp-container.sp-input-disabled .sp-input-container {
    display: none;
}
.sp-container.sp-buttons-disabled .sp-button-container {
    display: none;
}
.sp-container.sp-palette-buttons-disabled .sp-palette-button-container {
    display: none;
}
.sp-palette-only .sp-picker-container {
    display: none;
}
.sp-palette-disabled .sp-palette-container {
    display: none;
}

.sp-initial-disabled .sp-initial {
    display: none;
}


/* Gradients for hue, saturation and value instead of images.  Not pretty... but it works */
.sp-sat {
    background-image: -webkit-gradient(linear,  0 0, 100% 0, from(#FFF), to(rgba(204, 154, 129, 0)));
    background-image: -webkit-linear-gradient(left, #FFF, rgba(204, 154, 129, 0));
    background-image: -moz-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
    background-image: -o-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
    background-image: -ms-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
    background-image: linear-gradient(to right, #fff, rgba(204, 154, 129, 0));
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr=#FFFFFFFF, endColorstr=#00CC9A81)";
    filter : progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr='#FFFFFFFF', endColorstr='#00CC9A81');
}
.sp-val {
    background-image: -webkit-gradient(linear, 0 100%, 0 0, from(#000000), to(rgba(204, 154, 129, 0)));
    background-image: -webkit-linear-gradient(bottom, #000000, rgba(204, 154, 129, 0));
    background-image: -moz-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
    background-image: -o-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
    background-image: -ms-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
    background-image: linear-gradient(to top, #000, rgba(204, 154, 129, 0));
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00CC9A81, endColorstr=#FF000000)";
    filter : progid:DXImageTransform.Microsoft.gradient(startColorstr='#00CC9A81', endColorstr='#FF000000');
}

.sp-hue {
    background: -moz-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
    background: -ms-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
    background: -o-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#ff0000), color-stop(0.17, #ffff00), color-stop(0.33, #00ff00), color-stop(0.5, #00ffff), color-stop(0.67, #0000ff), color-stop(0.83, #ff00ff), to(#ff0000));
    background: -webkit-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
    background: linear-gradient(to bottom, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
}

/* IE filters do not support multiple color stops.
   Generate 6 divs, line them up, and do two color gradients for each.
   Yes, really.
 */
.sp-1 {
    height:17%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0000', endColorstr='#ffff00');
}
.sp-2 {
    height:16%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff00', endColorstr='#00ff00');
}
.sp-3 {
    height:17%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ff00', endColorstr='#00ffff');
}
.sp-4 {
    height:17%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffff', endColorstr='#0000ff');
}
.sp-5 {
    height:16%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0000ff', endColorstr='#ff00ff');
}
.sp-6 {
    height:17%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00ff', endColorstr='#ff0000');
}

.sp-hidden {
    display: none !important;
}

/* Clearfix hack */
.sp-cf:before, .sp-cf:after { content: ""; display: table; }
.sp-cf:after { clear: both; }
.sp-cf { *zoom: 1; }

/* Mobile devices, make hue slider bigger so it is easier to slide */
@media (max-device-width: 480px) {
    .sp-color { right: 40%; }
    .sp-hue { left: 63%; }
    .sp-fill { padding-top: 60%; }
}
.sp-dragger {
   border-radius: 5px;
   height: 5px;
   width: 5px;
   border: 1px solid #fff;
   background: #000;
   cursor: pointer;
   position:absolute;
   top:0;
   left: 0;
}
.sp-slider {
    position: absolute;
    top:0;
    cursor:pointer;
    height: 3px;
    left: -1px;
    right: -1px;
    border: 1px solid #000;
    background: white;
    opacity: .8;
}

/*
Theme authors:
Here are the basic themeable display options (colors, fonts, global widths).
See http://bgrins.github.io/spectrum/themes/ for instructions.
*/

.sp-container {
    border-radius: 0;
    background-color: #ECECEC;
    border: solid 1px #f0c49B;
    padding: 0;
}
.sp-container, .sp-container button, .sp-container input, .sp-color, .sp-hue, .sp-clear {
    font: normal 12px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.sp-top {
    margin-bottom: 3px;
}
.sp-color, .sp-hue, .sp-clear {
    border: solid 1px #666;
}

/* Input */
.sp-input-container {
    float:right;
    width: 100px;
    margin-bottom: 4px;
}
.sp-initial-disabled  .sp-input-container {
    width: 100%;
}
.sp-input {
   font-size: 12px !important;
   border: 1px inset;
   padding: 4px 5px;
   margin: 0;
   width: 100%;
   background:transparent;
   border-radius: 3px;
   color: #222;
}
.sp-input:focus  {
    border: 1px solid orange;
}
.sp-input.sp-validation-error {
    border: 1px solid red;
    background: #fdd;
}
.sp-picker-container , .sp-palette-container {
    float:left;
    position: relative;
    padding: 10px;
    padding-bottom: 300px;
    margin-bottom: -290px;
}
.sp-picker-container {
    width: 172px;
    border-left: solid 1px #fff;
}

/* Palettes */
.sp-palette-container {
    border-right: solid 1px #ccc;
}

.sp-palette-only .sp-palette-container {
    border: 0;
}

.sp-palette .sp-thumb-el {
    display: block;
    position:relative;
    float:left;
    width: 24px;
    height: 15px;
    margin: 3px;
    cursor: pointer;
    border:solid 2px transparent;
}
.sp-palette .sp-thumb-el:hover, .sp-palette .sp-thumb-el.sp-thumb-active {
    border-color: orange;
}
.sp-thumb-el {
    position:relative;
}

/* Initial */
.sp-initial {
    float: left;
    border: solid 1px #333;
}
.sp-initial span {
    width: 30px;
    height: 25px;
    border:none;
    display:block;
    float:left;
    margin:0;
}

.sp-initial .sp-clear-display {
    background-position: center;
}

/* Buttons */
.sp-palette-button-container,
.sp-button-container {
    float: right;
}

/* Replacer (the little preview div that shows up instead of the <input>) */
.sp-replacer {
    margin:0;
    overflow:hidden;
    cursor:pointer;
    padding: 4px;
    display:inline-block;
    *zoom: 1;
    *display: inline;
    border: solid 1px #91765d;
    background: #eee;
    color: #333;
    vertical-align: middle;
}
.sp-replacer:hover, .sp-replacer.sp-active {
    border-color: #F0C49B;
    color: #111;
}
.sp-replacer.sp-disabled {
    cursor:default;
    border-color: silver;
    color: silver;
}
.sp-dd {
    padding: 2px 0;
    height: 16px;
    line-height: 16px;
    float:left;
    font-size:10px;
}
.sp-preview {
    position:relative;
    width:25px;
    height: 20px;
    border: solid 1px #222;
    margin-right: 5px;
    float:left;
    z-index: 0;
}

.sp-palette {
    *width: 220px;
    max-width: 220px;
}
.sp-palette .sp-thumb-el {
    width:16px;
    height: 16px;
    margin:2px 1px;
    border: solid 1px #d0d0d0;
}

.sp-container {
    padding-bottom:0;
}


/* Buttons: http://hellohappy.org/css3-buttons/ */
.sp-container button {
  background-color: #eeeeee;
  background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
  background-image: linear-gradient(to bottom, #eeeeee, #cccccc);
  border: 1px solid #ccc;
  border-bottom: 1px solid #bbb;
  border-radius: 3px;
  color: #333;
  font-size: 14px;
  line-height: 1;
  padding: 5px 4px;
  text-align: center;
  text-shadow: 0 1px 0 #eee;
  vertical-align: middle;
}
.sp-container button:hover {
    background-color: #dddddd;
    background-image: -webkit-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -moz-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -ms-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -o-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: linear-gradient(to bottom, #dddddd, #bbbbbb);
    border: 1px solid #bbb;
    border-bottom: 1px solid #999;
    cursor: pointer;
    text-shadow: 0 1px 0 #ddd;
}
.sp-container button:active {
    border: 1px solid #aaa;
    border-bottom: 1px solid #888;
    -webkit-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
    -moz-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
    -ms-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
    -o-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
    box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
}
.sp-cancel {
    font-size: 11px;
    color: #d93f3f !important;
    margin:0;
    padding:2px;
    margin-right: 5px;
    vertical-align: middle;
    text-decoration:none;

}
.sp-cancel:hover {
    color: #d93f3f !important;
    text-decoration: underline;
}


.sp-palette span:hover, .sp-palette span.sp-thumb-active {
    border-color: #000;
}

.sp-preview, .sp-alpha, .sp-thumb-el {
    position:relative;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);
}
.sp-preview-inner, .sp-alpha-inner, .sp-thumb-inner {
    display:block;
    position:absolute;
    top:0;left:0;bottom:0;right:0;
}

.sp-palette .sp-thumb-inner {
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.sp-palette .sp-thumb-light.sp-thumb-active .sp-thumb-inner {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIVJREFUeNpiYBhsgJFMffxAXABlN5JruT4Q3wfi/0DsT64h8UD8HmpIPCWG/KemIfOJCUB+Aoacx6EGBZyHBqI+WsDCwuQ9mhxeg2A210Ntfo8klk9sOMijaURm7yc1UP2RNCMbKE9ODK1HM6iegYLkfx8pligC9lCD7KmRof0ZhjQACDAAceovrtpVBRkAAAAASUVORK5CYII=);
}

.sp-palette .sp-thumb-dark.sp-thumb-active .sp-thumb-inner {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAAMdJREFUOE+tkgsNwzAMRMugEAahEAahEAZhEAqlEAZhEAohEAYh81X2dIm8fKpEspLGvudPOsUYpxE2BIJCroJmEW9qJ+MKaBFhEMNabSy9oIcIPwrB+afvAUFoK4H0tMaQ3XtlrggDhOVVMuT4E5MMG0FBbCEYzjYT7OxLEvIHQLY2zWwQ3D+9luyOQTfKDiFD3iUIfPk8VqrKjgAiSfGFPecrg6HN6m/iBcwiDAo7WiBeawa+Kwh7tZoSCGLMqwlSAzVDhoK+6vH4G0P5wdkAAAAASUVORK5CYII=);
}

.sp-clear-display {
    background-repeat:no-repeat;
    background-position: center;
    background-image: url(data:image/gif;base64,R0lGODlhFAAUAPcAAAAAAJmZmZ2dnZ6enqKioqOjo6SkpKWlpaampqenp6ioqKmpqaqqqqurq/Hx8fLy8vT09PX19ff39/j4+Pn5+fr6+vv7+wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAP8ALAAAAAAUABQAAAihAP9FoPCvoMGDBy08+EdhQAIJCCMybCDAAYUEARBAlFiQQoMABQhKUJBxY0SPICEYHBnggEmDKAuoPMjS5cGYMxHW3IiT478JJA8M/CjTZ0GgLRekNGpwAsYABHIypcAgQMsITDtWJYBR6NSqMico9cqR6tKfY7GeBCuVwlipDNmefAtTrkSzB1RaIAoXodsABiZAEFB06gIBWC1mLVgBa0AAOw==);
}
