/* Header Reset */
#header {
    height: inherit;
    background-color: #DB7093;
}
#top_tag_list {
    width: 100%;
    background-color: #d14d78;
}
#top_tag_list ul {
    width: 1090px;
    margin: 0 auto;
    border-left: solid 1px #DB7093;
    border-right: solid 1px #DB7093;
}
#top_tag_list li + li {
    border-left: solid 1px #DB7093;
}

/* Header */
.header_new_article_area {
    width: 1068px;
    height: 68px;
    margin: 10px auto;
    position: relative;
    background-color: #DB7093;
}

.header_new_article_list_data {
    width: 226px;
    height: 64px;
    margin-left: 32px;
    margin-right: 0;
    background-color: #fff;
    border-radius: 2px;
    position: relative;
}

.header_new_article_list_data:hover {
    background-color: #f4d4df;
}

.header_new_article_list_data .date {
    width: 120px;
    height: 10px;
    margin-top: 49px;
    margin-left: 35px;
    line-height: 10px;
    font-size: 8px;
    color: #999;
    position: absolute;
}

.header_new_article_list_data .ellipsis {
    width: 174px;
    height: 42px;
    line-height: 14px;
    font-size: 12px;
    margin-top: 4px;
    margin-left: 35px;
    color: #333;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
    position: absolute;
    white-space: normal;
}

.header_new_article_list_data:hover > .ellipsis {
    color: #d14d78;
}

.header_new_article_list_data .image_frame {
    overflow: hidden;
    width: 64px;
    height: 64px;
    border-radius: 64px;
    margin-left: -32px;
}

.header_new_article_list_data:hover > .image_frame {
    width: 56px;
    height: 56px;
    border-radius: 56px;
    border: 4px solid #dc7094;
}

.header_new_article_list_data .image {
    display: inline-block;
    background-position: center center;
    background-repeat: no-repeat;
    width: 64px;
    height: 64px;
    background-size: cover;
}

.header_new_article_list_data:hover .image {
    display: inline-block;
    background-position: center center;
    background-repeat: no-repeat;
    width: 64px;
    height: 64px;
    background-size: cover;
    margin-top: -4px;
    margin-left: -4px;
}

.header_new_article_list_data .comment_count_frame {
    width: 55px;
    height: 29px;
    top: 39px;
    margin-left: -27px;
    background: url(/images/img_header_comment_count.png);
    background-repeat: no-repeat;
    position: absolute;
    text-align: center;
}

.header_new_article_list_data .comment_count_frame .comment_count {
    text-align: center;
    width: 58px;
    height: 100%;
    line-height: 30px;
}

.header_new_article_list_data .comment_count_frame .comment_count .value {
    height: 9px;
    line-height: 9px;
    font-size: 11px;
    font-weight: bold;
    color: #D14D78;
}

.header_new_article_list_data .comment_count_frame .comment_count .label {
    height: 5px;
    line-height: 5px;
    font-size: 10px;
    font-weight: bold;
    color: #000;
    display: inline-block;
    transform-origin: left 0;
    transform: scale(0.75);
}

.header_new_article_list {
    width: 258px;
    height: 64px;
}
.header_bbs_new_list {
    width: 86px;
    height: 42px;
    background-color: #a9385d;
    margin-right: 10px;
    cursor: default;
}

.header_bbs_logo {
    width: 69px;
    height: 15px;
    margin: 6px 7px 0 10px;
}

.header_bbs_new_list_label {
    color: #ffffff;
    font-size: 10px;
    margin: 0 9px 0 10px;
}

.header_bbs_new_more {
    width: 86px;
    height: 26px;
    background-color: #D14D78;
    cursor:pointer;
}

.header_bbs_new_more a {
    text-decoration: none;
}

.header_bbs_new_more_label {
    height: 26px;
    width: 86px;
    color: #fff;
    font-size: 10px;
    padding: 7px 9px 0 18px;
    margin-top: 0;
    box-sizing: border-box;
    position: absolute;
}

.header_bbs_new_more_label:hover {
    color: #dc7094;
    background-color: #fff;
}

.header_bbs_new_more_label:before {
    content: url(/images/img_header_small_arrow.png);
    left: 10px;
    position: absolute;
}

.header_bbs_new_more_label:hover:before {
    content: url(/images/img_header_small_arrow_pink.png);
}

.header_bbs_new_more_label:after {
    content: url(/images/img_bbs_go.png);
}

.header_bbs_new_more_label:hover:after {
    content: url(/images/img_bbs_go_pink.png);
}

/* Header Carousel */
.header_carousel_area {
    width: 972px;
    height: 68px;
    top: 0;
    right: 0;
    position: absolute;
}

.header_carousel_area .prev_button {
    width: 20px;
    height: 68px;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    border-radius: 0 2px 2px 0;
    background-color: #a9385d;
    text-align: center;
    position: absolute;
    cursor: pointer;
}

.header_carousel_area .prev_button img {
    width: 5px;
    height: 8px;
    top: 30px;
    left: 7.5px;
    margin: 0;
    padding: 0;
    position: absolute;
}

.header_carousel_area .next_button {
    width: 20px;
    height: 68px;
    top: 0;
    right: 0;
    /*margin: 0;*/
    padding: 0;
    border-radius: 2px 0 0 2px;
    background-color: #a9385d;
    display: table-cell;
    text-align: center;
    position: absolute;
    cursor: pointer;
}

.header_carousel_area .next_button img {
    width: 5px;
    height: 8px;
    top: 30px;
    right: 7.5px;
    margin: 0;
    padding: 0;
    position: absolute;
}

.header_carousel_area .disabled_button {
    background-color:#CCCCCC;
    cursor: default;
}

.header_carousel_area .disabled_button:hover {
    background-color:#CCCCCC;
    cursor: default;
    opacity: 1.0;
}

.header_carousel_area .display {
    width: 932px;
    height: 68px;
    top: 0;
    left: 20px;
    overflow: hidden;
    position: absolute;
    background-color: #d14d78;
}

.header_carousel_area .display .carousel_data {
    white-space: nowrap;
    margin: 0;
    padding: 0;
}

.header_carousel_area .display .carousel_data li {
    width: 258px;
    height: 68px;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    display: inline-block;
}

.header_carousel_area .display .carousel_data li:last-child {
    margin-right: 932px;
}

/* Side */
.sideEsteruNewList .image {
    display: inline-block;
    width: 60px;
    height: 60px;
    background-size: cover;
    background-position: center center;
}
.sideEsteruNewList a:hover .image {
    opacity: .8;
}
