.main {
    overflow: hidden;
    margin: 35px 0 45px;
}

.detail {
    float: left;
    width: 620px;
}

.detail_heading {
    position: relative;
    padding: 15px;
    border: 1px solid #bebebe;
    border-top: 2px solid #2d772c;
    background: linear-gradient(#fff, #e9e9e9);
}

.detail_heading .detail_title {
    font-weight: bold;
    line-height: 24px;
    margin-bottom: 0;
    padding-left: 15px;
    background: url('/res/img/kagamino/archive/bg_detail_heading.png') no-repeat;
}

.detail_date {
    position: absolute;
    top: 15px;
    right: 12px;
    padding-left: 20px;
    background: url('/res/img/kagamino/archive/icon_update.png') no-repeat 0 2px;
}

.detail_image {
    box-sizing: border-box;
    width: 540px;
    margin: 20px auto;
    padding: 22px 25px;
    background: url('/res/img/kagamino/archive/bg_article_image.png') no-repeat;
}

.vertical_img {
    width: 405px;
    padding: 25px 22px;
    background: url('/res/img/kagamino/archive/bg_article_image_v.png') no-repeat;
}

.detail_comment {
    width: 405px;
    margin: 0 auto;
}

.latest7 {
    float: right;
    width: 290px;
}

.latest7_heading {
    font-weight: bold;
    padding: 15px;
    text-align: center;
    color: #fff;
    border-radius: 5px 5px 0 0;
    background-color: #2d772c;
}

.latest7_body {
    padding: 0 19px;
    border: solid 2px #eee8d7;
    border-top: none;
    border-radius: 0 0 5px 5px;
}

.latest7_list .list_item {
    border-bottom: 1px dotted #ccc;
    background: none;
}

.latest7_list .list_item a {
  padding: 15px 0;
  background-image: none;
}

.latest7_list .list_item:last-child {
    border-bottom: none !important;
}

.latest7_list .list_item .archive_date {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-bottom: 5px;
    
    color: #2d772c;
}