@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/*
 * impel.css
 * 2016/10/20
 */
/* line 12, ../sass/impel.scss */
.pNavi ul li a {
  cursor: pointer;
}

/* line 15, ../sass/impel.scss */
.pNavi ul li.active a {
  text-decoration: none;
  background-color: #333333;
  border: 1px solid #EEEEEE;
}

/* line 24, ../sass/impel.scss */
.tableType01 table tr.modeShime td {
  color: #C0C0C0;
}
/* line 29, ../sass/impel.scss */
.tableType01 table tr.modeSumi td {
  background-color: #98FB98;
}
/* line 34, ../sass/impel.scss */
.tableType01 table tr.modeMiSumi td {
  background-color: #FFE4E1;
}

/* line 45, ../sass/impel.scss */
.zenkaiText {
  color: #808080;
  font-size: 12pt;
}

/* line 49, ../sass/impel.scss */
.gaikanColor-Gray {
  color: #D6D6D6;
}

/* line 53, ../sass/impel.scss */
#loading-view {
  /* 領域の位置やサイズに関する設定 */
  width: 100%;
  height: 100%;
  z-index: 99999;
  position: fixed;
  top: 0;
  left: 0;
  /* 背景関連の設定 */
  background-color: #000000;
  filter: alpha(opacity=85);
  -moz-opacity: 0.85;
  -khtml-opacity: 0.85;
  opacity: 0.85;
  background-image: url("../img/loader/gif-load2.gif");
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

/* line 73, ../sass/impel.scss */
.errorLabel {
  margin-right: 5px;
  background-color: #d9534f;
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
  font: inherit;
}

/* line 88, ../sass/impel.scss */
.errorLabel:empty {
  display: none;
}
