/* ===== page_nav ===== */
div.page_nav {
    text-align:center;
}
div.page_nav p {
    font-size: 12px;
    height: 25px;
    line-height: 30px;
    text-align: right;
}
div.page_nav ul {
    border: 1px solid #DDDDDD;
    font-weight: bold;
    padding: 10px 0;
}
div.page_nav ul li {
    display: inline;
    border-left: 1px solid #DDDDDD;
    line-height: 20px;
    height: 20px;
    width: 44px;
}

div.page_nav ul li:first-child {
    border-left: none;
}
div.page_nav a {
    display: inline-block;
    height: 20px;
    width: 46px;
}
div.page_nav a:hover {color: #FF5A00;text-decoration: underline;}

/* ===== page_nav_short ===== */
div.page_nav_short {
    padding: 10px 0;
}
div.page_nav_short div.arrow_box {
    float: right;
    font-weight: bold;
}
div.page_nav_short div.arrow_box, div.page_nav_short div.arrow_box a {
    display: block;
    height: 20px;
    line-height: 20px;
    padding: 0 5px;
    width: auto;
}
div.page_nav_short div.arrow_box:first-child, div.page_nav_short div.arrow_box:first-child a {
    padding-right:0;
}
div.page_nav_short div.arrow_box.next {
    border-left: 1px solid #DDDDDD;
}
div.page_nav_short div.count_box {
    float: right;
    font-weight: bold;
    line-height: 20px;
    margin-right: 5px;
    font-size: 12px;
}

div.page_nav_short .page_stop a,
div.page_nav .page_stop a {
    color: #DDDDDD;
    cursor: default;
    -webkit-touch-callout: none;
    -webkit-user-select: none; /*テキスト選択できないように*/
    -khtml-user-select: none;
    user-select: none;
}
div.page_nav_short .page_stop a:hover, div.page_nav .page_stop a:hover {text-decoration: none;}
div.page_nav .page_navcr a {color: #FF5A00}
div.page_nav .page_navcr a:hover {text-decoration: none;}


/* バリデートエラー */
.validate-error,
.validate-error-no-arrow {
    border: solid 1px #FDDDDD;
    border-radius: 3px;
    background-color: #FDDDDD;
    padding: 5px;
    text-align: center;
    color: #EE0000;
    position: relative;
    margin-top: 8px;
    font-size:12px;
    max-width: 470px;
}

.validate-error {
    margin-right: auto;
    margin-left: auto;
}

.validate-error:before {
    content:"";
    display:block;
    top: -8px;
    left: 0;
    height: 8px;
    width: 100%;
    background: transparent url(/resources/a/pc/common/images/bg_arrow_validation.png) center top no-repeat;
    position: absolute;
}

.empty-list {
    text-align:center;
    padding:50px 0;
}

.bl-slider-pager .prev,
.bl-slider-pager .next {
    display: block !important;
    height: 100% !important;
}
