@charset "utf-8";
.channel-html .channel-compare .button {
  background-color: #000;
  color: #fff;
}

.channel-html .row {
  margin-left: 0;
  margin-right: 0;
}
.channel-html .channel-compare .selector-dropdown:focus,
.channel-html .channel-compare .button:focus {
  box-shadow: none;
  outline: none;
}

.channel-html .button:focus {
  background: #000;
}

@media only screen and (max-width:734px) {
  .channel-html .channel-compare .selector-element::before {
    background: none;
  }
  .channel-compare .selector-dropdown {
    white-space: normal;
    word-wrap: break-word
  }
}


/*フッター
--------------------------------------------------------*/
.comparison-main-footer {
    background-color: #f0f0f0;
    padding: 2%;
    font-size: 12px;
    color: #999;
    margin-top: 40px;
    }
@media screen and (max-width:767px) {
	.comparison-main-footer {
    padding: 20px 4%;
    margin-top: 40px;
    }
}
