@charset "utf-8";
.update_site {
    background: #fff;
    width: 260px;
    height: 280px;
    color: #000;
    text-align: left;
    margin-left: 20px;
    margin-bottom: 20px;
}
#regist_site {
    margin-top: 40px;
    background: #fff;
    padding: 10px 30px;
    opacity: 0.8;
    text-align: left;
}
.regist_site_block {
    padding: 4px 0px;
}
.regist_site_block a {
    padding: 4px 8px;
    color: #fff;
}
.regist_site_img {
    border: 0;
}

/* スライドショー */
#slideshow {
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0 auto;
}
#slideshow img {
    z-index:8;
}
#slideshow img.active {
    z-index:10;
}

#slideshow img.last-active {
    z-index:9;
}

/* 更新情報など */
.content_head {
    margin-top: 10px;
}