@charset "utf-8";

/*====================================
事例紹介テンプレート
====================================*/

/*一覧*/

#case_list {}
#case_list .box {
    width: 355px;
    float: left;
}
#case_list .box:nth-child(odd) {
    margin-right: 20px;
    margin-bottom: 20px;
}
#case_list .box:nth-child(even) {
    margin-right: 0;
}
#case_list .box .thumbnail {
    width: 150px;
    margin-right: 20px;
    float: left;
}
#case_list .box .thumbnail img {
    width: 100%;
}
#case_list .box .title {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 1.4;
}
#case_list .box .excerpt {
    font-size: 12px;
}
#detail_gallery {
    margin-bottom: 20px;
}
#detail_gallery .display-area {
    margin-bottom: 10px;
    text-align: center;
    background: #EEE;
}
#detail_gallery .thumbnails {}
#detail_gallery .thumbnails li {
    width: 64px;
    height: 64px;
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;
    cursor: pointer;
    position: relative;
}
#detail_gallery .thumbnails li:nth-child(10n) {
    margin-right: 0;
}
#detail_gallery .thumbnails li .frame {
    width: 58px;
    height: 58px;
    border: 3px solid #E40000;
    display: none;
    position: absolute;
    z-index: 2;
}
#detail_gallery .thumbnails li.active .frame {
    display: block;
}
#detail_data {
    margin-bottom: 30px;
}
#detail_data .post_title {
    font-size: 16px;
    margin-bottom: 10px;
}
#detail_data .post_content {}
#detail_spec {
    width: 100%;
    margin-bottom: 30px;
}
#detail_spec th, #detail_spec td {
    padding: 10px 20px;
    border: 1px solid #ccc;
    text-align: left;
}