@charset "UTF-8";

/* ********** "最近検索した条件"~"レビュー" ********** */
.condition {
    position: relative;
    border-bottom: solid 1px #DDDDDD;
    background-color: #FFFFFF;
}

.condition__title {
    font-size: 1.3em;
    font-weight: bold;
    display: block;
    padding: 10px 0;
    text-indent: 1em;
}

/* --- "最近検索した条件" --- */
.condition__recent-search > li {
    border-top: solid 1px #DDDDDD;
    padding: 5px 0;
}

.condition__recent-search__txt {
    margin: 0 auto;
    width: 95%;
    display: flex;
    flex-wrap: wrap;
    line-height: 2.5em;
    justify-content: space-between;
}

.condition__recent-search__txt > a {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.condition__recent-search__txt > span {
    width: 3%;
    text-align: right;
    text-indent: -1em;
    cursor: pointer;
}

/* --- "キーワード" --- */
.condition__keyword {
    margin: 0 auto;
    width: 95%;
    padding-bottom: 10px;
}

.condition__keyword li:last-child {
    margin-top: 5px;
}

.condition__keyword__box {
    box-sizing: border-box;
    border: 1px solid #CCCCCC;
    border-radius: 1px;
    height: 3em;
    width: 100%;
    text-indent: 1em;
    font-size: 1em;
}

/* --- "ジャンル" ~ "出版社" --- */
.condition--main {
    display: flex;
    align-items: center;
    padding: 5px 0;
}

.condition--main > .condition__title {
    width: 15%;
}

.condition__main,
.open_search_modal {
    color: #333333;
    margin-right: 40px;
    width: 85%;
    text-align: right;
    cursor: pointer;
}

.display {
    color: #666666;
    font-size: 0.9em;
}

/* >のスタイル調整 */
.condition__main::after,
.open_search_modal::after {
    background-image: url(/resources/a/pc/common/images/bg_list_arrow_gray_60.png);
    background-size: 30px 30px;
    height: 30px;
    width: 30px;
    content: " ";
    margin-top: -5px;
    position: absolute;
    right: 10px;
}

/* --- "レビュー" --- */
.star-size {
    font-size: 3.5em;
}

.review-size {
    font-size: 3em;
}

.review-size ul li:hover{
    background-color: #F1F1F1;
}

/* ********** "検索する" ********** */
.submit-area {
    padding: 20px 0;
    background-color: rgba(255, 255, 255, 0.9);
}

.submit-area[data-fixed='true'] {
    position: fixed;
    bottom: 0;
    width: 960px;
    z-index: 1;
}

.submit-area__result > div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.submit-area__result > div > p:first-child {
    font-size: 1.3em;
    font-weight: bold;
}

.submit-area__result > div > p:first-child:after {
    content:'|';
    color: #E3E3E3;
    margin: 0 0.5em;
}

.submit-area__result > div > p:last-child {
    color: #0048B4;
    cursor: pointer;
}

.submit-area__result > div > p:last-child:hover {
    text-decoration: underline;
}

.submit-area__result__btn {
    border-style: none;
    display: block;
    background-color: #FF5A00;
    color: #FFFFFF;
    border-radius: 5px;
    text-align: center;
    font-size: 1.3em;
    font-weight: bold;
    height: 3em;
    width: 35%;
    margin: 10px auto;
    cursor: pointer;
}

.submit-area__result__btn:hover {
    background-color: #D44B00;
    transition-duration: .5s;
}

/* ********** "おトク"~"除外" ********** */
.chkbox-area {
    display: flex;
}

.chkbox-area > .condition {
    width: calc(100% / 3);
    padding: 5px 0;
    border-bottom: none;
}

.chkbox-area > .condition > .chkbox {
    padding: 0 0.5em;
}

.chkbox-area .chkbox > li {
    border-top: none;
    border-bottom: solid 1px #DDDDDD;
}
