@charset "UTF-8";
/*　────────────────────────────────────────────
  テキストボタンcss
 ────────────────────────────────────────────　*/
.common__lower__words .common__section__heading {
    margin-bottom: 30px;
}
.common__words__list ul {
    margin-right: -10px;
}
.common__words__list ul:before,
.common__words__list ul:after {
    content: "";
    display: table;
}
.common__words__list ul:after {
    clear: both;
}
.common__words__list li {
    float: left;
    position: relative;
    width: 188px;
    height: 42px;
    margin-bottom: 10px;
    margin-right: 10px;
    font-size: 14px;
    font-weight: bold;
    line-height: 42px;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #c2c2c2;
}
.common__words__list li a {
    display: block;
}
.common__words__list li .li__inner {
    height: 42px;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.common__words__list li span.text {
    display: inline-block;
    width: 130px;
}
.common__words__list li .arrow {
    position: absolute;
    top: -1px;
    right: -1px;
    display: inline-block;
    width: 28px;
    height: 42px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    background: url("../../images/common/common_word_arrow_icon.png?8a29e70b12") 11px 15px no-repeat #b6e400;
}
.common__words__list.hires li .arrow {
    background-color: #ceb309;
}
.common__words__list li:hover,
.common__words__list li.is-selected {
    background: #fafce7;
}
.common__words__list li.is-disabled .arrow {
    background-color: #d8d8d8;
}
.common__words__list li.is-disabled .text {
    color: #d8d8d8;
}
.common__words__list li.is-disabled:hover {
    background: #ffffff;
}
.common__words__list li.is-disabled .count {
    color: #d8d8d8;
}
.common__words__list__genre li {
    width: 320px;
}
.common__words__list__genre li span.text {
    width: 250px;
}
.common__words__list.long__words ul li .li__inner {
    padding-left: 10px;
}
.common__words__list.long__words li span.text {
    width: 150px;
}
