/* line 2, ../sass/_table.sass */
.tbl-std, .dg-event-matrix-table {
  font-size: 16px;
  width: 100%;
  margin: 1.5em auto;
  border-collapse: collapse;
}
/* line 8, ../sass/_table.sass */
.tbl-std td, .dg-event-matrix-table td, .tbl-std th, .dg-event-matrix-table th {
  border: 1px solid #cccccc;
  padding: 1em;
  line-height: 1.5;
}
/* line 14, ../sass/_table.sass */
.tbl-std.tbl-slim td, .tbl-slim.dg-event-matrix-table td, .tbl-std.tbl-slim th, .tbl-slim.dg-event-matrix-table th {
  padding: 0.5em;
}
/* line 17, ../sass/_table.sass */
.tbl-std td, .dg-event-matrix-table td {
  vertical-align: top;
}
/* line 19, ../sass/_table.sass */
.tbl-std th, .dg-event-matrix-table th {
  background-color: #e8e8e8;
  vertical-align: middle;
}
/* line 24, ../sass/_table.sass */
.tbl-std thead th, .dg-event-matrix-table thead th {
  text-align: center;
}

/* line 29, ../sass/_table.sass */
table.text-left td, tr.text-left td, table.text-left th, tr.text-left th {
  vertical-align: left !important;
}
/* line 32, ../sass/_table.sass */
table.text-center td, tr.text-center td, table.text-center th, tr.text-center th {
  vertical-align: center !important;
}
/* line 35, ../sass/_table.sass */
table.text-right td, tr.text-right td, table.text-right th, tr.text-right th {
  vertical-align: right !important;
}
/* line 39, ../sass/_table.sass */
td.valign-top, table.valign-top td, tr.valign-top td, th.valign-top, table.valign-top th, tr.valign-top th {
  vertical-align: top !important;
}
/* line 43, ../sass/_table.sass */
td.valign-middle, table.valign-middle td, tr.valign-middle td, th.valign-middle, table.valign-middle th, tr.valign-middle th {
  vertical-align: middle !important;
}
/* line 47, ../sass/_table.sass */
td.valign-bottom, table.valign-bottom td, tr.valign-bottom td, th.valign-bottom, table.valign-bottom th, tr.valign-bottom th {
  vertical-align: bottom !important;
}

/* line 54, ../sass/_table.sass */
.tbl-fixed {
  table-layout: fixed;
}

/* line 3, ../sass/_form.sass */
.dg-form input[type=text],
.dg-form input[type=password],
.dg-form textarea {
  border: 1px solid #d6d6d6;
  font-size: 12px;
  padding: 0.25em 0.5em;
  margin: 0.25em 0.5em;
}
/* line 11, ../sass/_form.sass */
.dg-form label {
  margin: 0.25em 0.5em;
}
/* line 16, ../sass/_form.sass */
.dg-form dl.dg-inline dt {
  line-height: 2;
  clear: both;
  float: left;
  width: 5em;
}
/* line 21, ../sass/_form.sass */
.dg-form dl.dg-inline dd {
  line-height: 2;
  float: left;
}
/* line 29, ../sass/_form.sass */
.dg-form td {
  font-size: 12px;
  text-align: left;
}
/* line 33, ../sass/_form.sass */
.dg-form th {
  font-size: 12px;
}
/* line 37, ../sass/_form.sass */
.dg-entry-form-status-confirm .dg-form .tag-required, .dg-entry-form-status-done .dg-form .tag-required {
  background-color: #999999;
}

/* line 42, ../sass/_form.sass */
.dg-ctrl-area {
  margin: 0.5em auto;
}

/* line 47, ../sass/_form.sass */
.dg-entry-form-status-entry-initial .dg-form-display-at-initial {
  display: block;
}
/* line 49, ../sass/_form.sass */
.dg-entry-form-status-entry-initial .dg-form-display-at-input {
  display: block;
}
/* line 51, ../sass/_form.sass */
.dg-entry-form-status-entry-initial .dg-form-inline-at-input {
  display: inline;
}
/* line 53, ../sass/_form.sass */
.dg-entry-form-status-entry-initial .dg-form-display-at-confirm {
  display: none;
}
/* line 55, ../sass/_form.sass */
.dg-entry-form-status-entry-initial .dg-form-display-at-done {
  display: none;
}
/* line 57, ../sass/_form.sass */
.dg-entry-form-status-entry-initial .dg-form-display-at-error {
  display: none;
}

/* line 61, ../sass/_form.sass */
.dg-entry-form-status-entry .dg-form-display-at-initial {
  display: none;
}
/* line 63, ../sass/_form.sass */
.dg-entry-form-status-entry .dg-form-display-at-input {
  display: block;
}
/* line 65, ../sass/_form.sass */
.dg-entry-form-status-entry .dg-form-inline-at-input {
  display: inline;
}
/* line 67, ../sass/_form.sass */
.dg-entry-form-status-entry .dg-form-display-at-confirm {
  display: none;
}
/* line 69, ../sass/_form.sass */
.dg-entry-form-status-entry .dg-form-display-at-done {
  display: none;
}
/* line 71, ../sass/_form.sass */
.dg-entry-form-status-entry .dg-form-display-at-error {
  display: none;
}
/* line 75, ../sass/_form.sass */
.dg-entry-form-status-entry.dg-form-errored .dg-form-display-at-error {
  display: block;
}

/* line 80, ../sass/_form.sass */
.dg-entry-form-status-confirm .dg-form-display-at-initial {
  display: none;
}
/* line 82, ../sass/_form.sass */
.dg-entry-form-status-confirm .dg-form-display-at-input {
  display: none;
}
/* line 84, ../sass/_form.sass */
.dg-entry-form-status-confirm .dg-form-inline-at-input {
  display: none;
}
/* line 86, ../sass/_form.sass */
.dg-entry-form-status-confirm .dg-form-display-at-confirm {
  display: block;
}
/* line 88, ../sass/_form.sass */
.dg-entry-form-status-confirm .dg-form-display-at-done {
  display: none;
}
/* line 90, ../sass/_form.sass */
.dg-entry-form-status-confirm .dg-form-display-at-error {
  display: none;
}

/* line 94, ../sass/_form.sass */
.dg-entry-form-status-done .dg-form-display-at-initial {
  display: none;
}
/* line 96, ../sass/_form.sass */
.dg-entry-form-status-done .dg-form-display-at-input {
  display: none;
}
/* line 98, ../sass/_form.sass */
.dg-entry-form-status-done .dg-form-inline-at-input {
  display: none;
}
/* line 100, ../sass/_form.sass */
.dg-entry-form-status-done .dg-form-display-at-confirm {
  display: none;
}
/* line 102, ../sass/_form.sass */
.dg-entry-form-status-done .dg-form-display-at-done {
  display: block;
}
/* line 104, ../sass/_form.sass */
.dg-entry-form-status-done .dg-form-display-at-error {
  display: none;
}

/* line 2, ../sass/_button.sass */
.btn {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  padding: 0.3em 1em;
  margin: 0.25em 0.5em;
  background: #cccccc;
  font-size: 12px;
  color: white;
  cursor: pointer;
  white-space: nowrap;
  border: none;
  text-decoration: none;
  line-height: 1.2;
}
/* line 16, ../sass/_button.sass */
.btn:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
  opacity: 0.75;
  text-decoration: none;
}

/* line 20, ../sass/_button.sass */
.btn-sm {
  font-size: 0.9em;
  padding: 0.3em 0.75em 0.2em;
}

/* line 23, ../sass/_button.sass */
.btn-lg {
  font-size: 1.4em;
  padding: 0.6em 1.5em 0.5em;
}

/* line 27, ../sass/_button.sass */
.btn-important {
  background-color: #9d2b2b;
}

/* line 2, ../sass/_article.sass */
.article {
  font-size: 12px;
  line-height: 1.5;
}

/* line 6, ../sass/_article.sass */
.article-header {
  margin: 20px 5px;
  font-size: 14px;
  line-height: 1.6;
}
/* line 11, ../sass/_article.sass */
.article-header .title {
  font-size: 2.8em;
  font-weight: 600;
}
/* line 14, ../sass/_article.sass */
.article-header .subtitle {
  margin-top: 0.25em;
  font-size: 1.2em;
  font-weight: bold;
}
/* line 18, ../sass/_article.sass */
.article-header .summary {
  margin-top: 2.5em;
}

/* line 21, ../sass/_article.sass */
.article-section {
  margin: 20px 15px;
  font-size: 17px;
  line-height: 1.5;
}
/* line 26, ../sass/_article.sass */
.article-section h3 {
  font-weight: bold;
  font-size: 1.5em;
  border-bottom: 1px solid #cccccc;
  margin: 2em auto 0.5em;
}
/* line 32, ../sass/_article.sass */
.article-section h4 {
  font-weight: bold;
  font-size: 1.2em;
  margin: 2em auto 0.5em;
}
/* line 37, ../sass/_article.sass */
.article-section p {
  margin: 0.75em auto;
}
/* line 40, ../sass/_article.sass */
.article-section ul {
  margin: 0.75em auto;
  list-style-type: disc;
}
/* line 44, ../sass/_article.sass */
.article-section ul ul {
  margin-top: 0;
}
/* line 46, ../sass/_article.sass */
.article-section li {
  margin-left: 2em;
  margin-top: 0.25em;
}

/* line 1, ../sass/_helpers.sass */
.pull-right {
  float: right !important;
}

/* line 3, ../sass/_helpers.sass */
.pull-left {
  float: left !important;
}

/* line 5, ../sass/_helpers.sass */
.clear-both {
  clear: both !important;
}

/* line 9, ../sass/_helpers.sass */
.mgn-none {
  margin: 0 !important;
}

/* line 11, ../sass/_helpers.sass */
.mgn-xxs {
  margin: 2px !important;
}

/* line 14, ../sass/_helpers.sass */
.w-xs {
  width: 50px !important;
}

/* line 16, ../sass/_helpers.sass */
.w-sm {
  width: 100px !important;
}

/* line 18, ../sass/_helpers.sass */
.w-md {
  width: 150px !important;
}

/* line 20, ../sass/_helpers.sass */
.w-lg {
  width: 200px !important;
}

/* line 22, ../sass/_helpers.sass */
.w-xl {
  width: 300px !important;
}

/* line 24, ../sass/_helpers.sass */
.w-xxl {
  width: 400px !important;
}

/* line 27, ../sass/_helpers.sass */
.w-5em {
  width: 5em !important;
}

/* line 30, ../sass/_helpers.sass */
.w-100pc {
  width: 100% !important;
}

/* line 32, ../sass/_helpers.sass */
.w-auto {
  width: auto !important;
}

/* line 36, ../sass/_helpers.sass */
.dg-error {
  background-color: #f2d7db;
}

/* line 39, ../sass/_helpers.sass */
.dg-inline-block {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}

/* line 42, ../sass/_helpers.sass */
.dg-nowrap {
  white-space: nowrap;
}

/* line 46, ../sass/_helpers.sass */
.text-important {
  color: #9d2b2b;
}

/* line 49, ../sass/_helpers.sass */
.text-weak {
  color: #999999;
  font-size: 0.85m;
}

/* line 53, ../sass/_helpers.sass */
.text-center {
  text-align: center !important;
}

/* line 55, ../sass/_helpers.sass */
.text-right {
  text-align: right !important;
}

/* line 57, ../sass/_helpers.sass */
.text-left {
  text-align: left !important;
}

/* line 2, ../sass/_tag.sass */
.tag {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  min-width: 36px;
  width: auto !important;
  width: 36px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  color: white;
  font-size: 10px;
  line-height: 1.1;
  text-align: center;
  padding: 0.2em 0.5em 0.1em;
  background-color: #cccccc;
  white-space: nowrap;
  vertical-align: middle;
}

/* line 15, ../sass/_tag.sass */
.tag-w-auto {
  min-width: 0;
}

/* line 18, ../sass/_tag.sass */
.tag-pink {
  background-color: #c72754;
}

/* line 20, ../sass/_tag.sass */
.tag-navy {
  background-color: #224397;
}

/* line 22, ../sass/_tag.sass */
.tag-green {
  background-color: #3e8413;
}

/* line 24, ../sass/_tag.sass */
.tag-orange {
  background-color: #d67206;
}

/* line 26, ../sass/_tag.sass */
.tag-purple {
  background-color: #682d7b;
}

/* line 29, ../sass/_tag.sass */
.tag-none {
  display: none;
}

/* line 31, ../sass/_tag.sass */
.tag-food {
  background-color: #d67206;
}

/* line 33, ../sass/_tag.sass */
.tag-tw {
  background-color: black;
}

/* line 35, ../sass/_tag.sass */
.tag-it {
  background-color: #224397;
}

/* line 37, ../sass/_tag.sass */
.tag-csr {
  background-color: #682d7b;
}

/* line 39, ../sass/_tag.sass */
.tag-car {
  background-color: #c72754;
}

/* line 41, ../sass/_tag.sass */
.tag-sougou {
  background-color: #3e8413;
}

/* line 41, ../sass/_tag.sass */
.tag-risk {
  background-color: #96961e;
}

/* line 41, ../sass/_tag.sass */
.tag-aero {
  background-color: #96961e;
}

/* line 45, ../sass/_tag.sass */
.tag-important {
  background-color: #9d2b2b;
}

/* line 47, ../sass/_tag.sass */
.tag-suspend {
  background-color: #2b522f;
}

/* line 50, ../sass/_tag.sass */
.tag-open {
  background-color: #9d2b2b;
}

/* line 52, ../sass/_tag.sass */
.tag-closed {
  background-color: #574b4b;
}

/* line 54, ../sass/_tag.sass */
.tag-tba {
  background-color: #2b522f;
}

/* line 57, ../sass/_tag.sass */
.tag-required {
  background-color: #9d2b2b;
  min-width: 0;
}

/* line 2, ../sass/_alert.sass */
.dg-alert {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  font-size: 12px;
  border: 1px solid #d6d6d6;
  margin: 1em 2em;
  padding: 12px;
}
/* line 9, ../sass/_alert.sass */
.dg-alert h3 {
  font-size: 1.2em;
  font-weight: bold;
  margin: -12px -12px 12px;
  padding: 6px 12px;
  background-color: #f4f4f4;
  border-bottom: 1px solid #d6d6d6;
}
/* line 17, ../sass/_alert.sass */
.dg-alert p {
  margin-bottom: 1em;
}
/* line 20, ../sass/_alert.sass */
.dg-alert p:last-child {
  margin-bottom: 0;
}

/* line 23, ../sass/_alert.sass */
.dg-alert-info {
  border-color: #435380;
}
/* line 25, ../sass/_alert.sass */
.dg-alert-info h3 {
  color: #435380;
  background-color: #bae2f6;
  border-bottom-color: #435380;
}

/* line 30, ../sass/_alert.sass */
.dg-alert-error {
  border-color: #cf4e5e;
}
/* line 32, ../sass/_alert.sass */
.dg-alert-error h3 {
  color: #cf4e5e;
  background-color: #f2d7db;
  border-bottom-color: #cf4e5e;
}

/* line 3, ../sass/_icons.sass */
.ic {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  margin: 0.2em;
}

/* line 8, ../sass/_icons.sass */
.ic-star-active,
.ic-star-inactive {
  width: 15px;
  height: 15px;
  background-size: 15px 15px;
  overflow: hidden;
  text-indent: -99em;
}

/* line 16, ../sass/_icons.sass */
.ic-star-active {
  background-image: url("../images/ic_star_active.png");
}
/* line 18, ../sass/_icons.sass */
.ie8 .ic-star-active {
  background-image: url("../images/ic_star_active_s.png");
}

/* line 21, ../sass/_icons.sass */
.ic-star-inactive {
  background-image: url("../images/ic_star_inactive.png");
}
/* line 23, ../sass/_icons.sass */
.ie8 .ic-star-inactive {
  background-image: url("../images/ic_star_inactive_s.png");
}

/* line 3, ../sass/_box.sass */
.dg-box {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  position: relative;
  margin: 20px 15px;
  margin-top: 76px;
  margin-bottom: 40px;
  border: 1px solid #cccccc;
  background-color: white;
  padding: 20px;
  font-size: 12px;
  line-height: 1.5;
}
/* line 15, ../sass/_box.sass */
.dg-box .dg-box-title {
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1.2;
  padding: 20px 20px 5px;
  margin: -20px -20px 1em;
  border-bottom: 1px solid #cccccc;
}
/* line 23, ../sass/_box.sass */
.dg-box .dg-box-title-as-pull-tab {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  -o-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  color: #72a73a;
  font-size: 1em;
  font-weight: bold;
  position: absolute;
  top: -37px;
  left: 10px;
  line-height: 36px;
  padding: 0 1.5em;
  height: 36px;
  margin: 0;
  border: 1px solid #cccccc;
  border-bottom: none;
  background-color: white;
}

/* line 2, ../sass/_event.sass */
#dg-event-info {
  *zoom: 1;
}
/* line 38, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
#dg-event-info:after {
  content: "";
  display: table;
  clear: both;
}

/* line 5, ../sass/_event.sass */
#dg-event-header {
  *zoom: 1;
}
/* line 38, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
#dg-event-header:after {
  content: "";
  display: table;
  clear: both;
}

/* line 8, ../sass/_event.sass */
#dg-entry-form {
  *zoom: 1;
}
/* line 38, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
#dg-entry-form:after {
  content: "";
  display: table;
  clear: both;
}

/* line 11, ../sass/_event.sass */
.dg-event-matrix-table {
  table-layout: fixed;
  width: 100%;
}
/* line 16, ../sass/_event.sass */
.dg-event-matrix-table th {
  text-align: center !important;
  font-size: 14px !important;
  font-weight: bold;
  padding: 1em 0.25em !important;
}
/* line 22, ../sass/_event.sass */
.dg-event-matrix-table td {
  text-align: center !important;
  font-size: 14px !important;
  font-weight: bold;
  padding: 1em 0.25em !important;
}
/* line 28, ../sass/_event.sass */
.dg-event-matrix-table .dg-event-open {
  cursor: pointer;
  background-color: #fffdf2 !important;
}
/* line 32, ../sass/_event.sass */
.dg-event-matrix-table .dg-event-over {
  background-color: #ffcc00 !important;
}
/* line 35, ../sass/_event.sass */
.dg-event-matrix-table .dg-event-selected {
  background-color: #ffcc00 !important;
}
/* line 38, ../sass/_event.sass */
.dg-event-matrix-table .dg-event-over-cross {
  background-color: #fff3c4 !important;
}

/* line 42, ../sass/_event.sass */
.re-select-event-schedule {
  display: none;
  cursor: pointer;
}
/* line 45, ../sass/_event.sass */
.dg-entry-form-status-entry .re-select-event-schedule {
  display: inline;
}

/* line 49, ../sass/_event.sass */
#entry-event-longname.selected {
  font-weight: bold;
}
/* line 52, ../sass/_event.sass */
.dg-entry-form-status-entry #entry-event-longname {
  color: #9d2b2b;
}
/* line 55, ../sass/_event.sass */
.dg-entry-form-status-entry #entry-event-longname.selected {
  color: black;
}

/* line 59, ../sass/_event.sass */
.riatable .tag {
  width: auto !important;
}

/* line 4, ../sass/_hyouka.sass */
.dg-rating-comments .item {
  margin: 0 auto 3em;
}
/* line 7, ../sass/_hyouka.sass */
.dg-rating-comments .item:last-child {
  margin-bottom: 0;
}
/* line 10, ../sass/_hyouka.sass */
.dg-rating-comments .stars {
  margin-bottom: 0.5em;
}
/* line 13, ../sass/_hyouka.sass */
.dg-rating-comments .message {
  position: relative;
  font-style: oblique;
  font-size: 1.4em;
  color: #999999;
}

/* line 4, ../sass/_admin.sass */
.dg-admin input, .dg-admin label, .dg-admin button, .dg-admin p, .dg-admin {
  font-size: 12px;
  line-height: 1.4em;
}
/* line 8, ../sass/_admin.sass */
.dg-admin h1.dg-page-title {
  display: block !important;
  font-size: 1.5em;
  font-weight: bold;
  background-color: #999999;
  color: white;
  padding: 0.25em 0.5em;
  margin-bottom: 1em;
}
/* line 17, ../sass/_admin.sass */
.dg-admin #content {
  padding: 1em;
}
/* line 21, ../sass/_admin.sass */
.dg-admin input[type=text],
.dg-admin input[type=password],
.dg-admin textarea {
  font-size: 12px;
  line-height: 1.2em;
  padding: 0.25em;
  border: 1px solid #cccccc;
}
