@charset "UTF-8";

/* ----------------------------------------------------------------
link-list-10
----------------------------------------------------------------- */
@media (min-width: 601px) {
  .link-list-10 {
    width: 80%;
  }
}

.link-list-10 {
  font-weight: bold;
  border: 1px solid #d6d7d8;
  border-radius: 8px;
  padding: 8px;
  box-shadow: inset 0 0 6px 3px #fff;
  background-color: #eef3f4;
}

.link-list-10>li {
  border-top: 1px solid #ccd1d2;
}

.link-list-10>li:first-child {
  border-top: 1px solid #fff;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.link-list-10>li:last-child>a {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

.link-list-10>li>a {
  padding: 10px 30px 10px 20px;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  color: #333333;
  display: block;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fff), color-stop(100%, #eceff2));
  background-image: -webkit-linear-gradient(#fff, #eceff2);
  background-image: linear-gradient(#fff, #eceff2);
  background-color: #eceff2;
  text-decoration: none;
  position: relative;
}

.link-list-10>li>a:before {
  content: "";
  display: block;
  position: absolute;
  border-right: 3px solid #006699;
  border-bottom: 3px solid #006699;
  width: 6px;
  height: 6px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.link-list-10>li>a:before {
  margin-top: -6px;
  top: 50%;
  right: 10px;
}

.link-list-10 .new {
  display: inline-block;
  background: #fb5687;
  border: 2px solid #ffffff;
  border-radius: 18px;
  width: 28px;
  height: 20px;
  color: #ffffff;
  text-align: center;
  margin-left: 5px;
}

.link-list-10 .unread img:first-child {
  display: block;
	color: #fa5385;
	position: absolute;
	left: 5px;
	top: 14px;
}

/* ----------------------------------------------------------------
.ドロップダウンリスト
----------------------------------------------------------------- */
@media (min-width: 601px) {
  .form-filter-select {
      margin-bottom: 20px;
      position: relative;
      width: 260px;
  }

  .form-filter-select select {
      position: relative;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 8px 0 8px 8px;
      border: 1px solid #333;
      width: 100%;
      display: block;
      border-radius: 6px;
      background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fff), color-stop(100%, #cfcfcf));
      background-image: -webkit-linear-gradient(#fff, #cfcfcf);
      background-image: linear-gradient(#fff, #cfcfcf);
      background-color: #cfcfcf;
      -webkit-appearance: none;
      appearance: none;
      font-size: 13px;
      font-size: 114.29%;
      height: 40px;
  }

  .form-filter-select select option {
      background-color: #fff;
  }

  .form-filter-select .inner {
      position: relative;
  }

  .form-filter-select .inner:before {
      content: "";
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      border-top-right-radius: 4px;
      border-bottom-right-radius: 4px;
      display: block;
      width: 30px;
      position: absolute;
      top: 1px;
      right: 1px;
      bottom: 1px;
      background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #a6a6a6), color-stop(100%, #6f6f6f));
      background-image: -webkit-linear-gradient(#a6a6a6, #6f6f6f);
      background-image: linear-gradient(#a6a6a6, #6f6f6f);
      background-color: #6f6f6f;
      z-index: 1;
  }

  .form-filter-select:before {
      content: "";
      display: block;
      position: absolute;
      margin-top: -5px;
      top: 53%;
      right: 9px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 11px 6px 0 6px;
      border-color: #4f4f4f transparent transparent transparent;
      z-index: 2;
  }

  .form-filter-select:after {
      content: "";
      display: block;
      position: absolute;
      margin-top: -5px;
      top: 50%;
      right: 9px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 11px 6px 0 6px;
      border-color: #ffffff transparent transparent transparent;
      z-index: 3;
  }
  .form-tbl{
    margin:0 0 20px
  }  
}