/*
 *
 * Common
 *
 */

.contents_designer-contents {
    margin-bottom: 2em;
}
.headline {
    border-bottom: 1px dotted #888888;
    color: #444444;
    font-size: 15px;
    padding:5px 0;
}
.float-box {
    overflow: hidden;
    zoom: 1;
}
.undisplay-sp {

}
@media screen and (max-width: 768px) {
    .undisplay-sp {
        display: none !important;
    }
}

/*
 *
 * module: タイトル
 *
 */
.headline_only .headline {
    background-color: #eee;
    border-left: 5px solid #000;
    border-bottom: 1px dotted #000;
    color: #000;
    font-size: 19px;
    padding: 0.25em 0.5em;
}
.headline_only .headline.type-1 {
    background-color: rgba(204,1,1,0.05);
    border-left: 5px solid #CC0101;
    border-bottom: 1px dotted #CC0101;
    color: #CC0101;
}
.headline_only .headline.type-2 {
    background-color: rgba(98,149,30,0.05);
    border-left: 5px solid #62951E;
    border-bottom: 1px dotted #62951E;
    color: #62951E;
}
.headline_only .headline.type-3 {
    background-color: rgba(80,156,173,0.05);
    border-left: 5px solid #509CAD;
    border-bottom: 1px dotted #509CAD;
    color: #509CAD;
}

.headline_box {

}
.headline_box h2 {
    margin: 0;
    background-color: rgba(192,192,192,0.2);
    border-left: 5px solid #E5002C;
    border-bottom: 1px dotted #666;
    padding: 0.5em 0.5em;
}
.headline_box h3 {
    margin: 0;
    border-bottom: 1px dotted #E5002C;
    padding: 5px 0;
}
.headline_box h3 .fa {
    color: #E5002C;
}
.headline_box h4 {
    margin: 0;
}
.headline_box h4 .fa {
    color: #E5002C;
}
/*
 *
 * module: 本文（2列）
 *
 */
.text_two .text-area.position-l,
.text_two .text-area.position-r {
    float: left;
    width: 490px;
}
.text_two .text-area.position-r {
    margin-left: 20px;
}
@media screen and (max-width: 768px) {
    .text_two .text-area.position-l,
    .text_two .text-area.position-r {
        float: none;
        margin: 0;
        width: 100%;
    }
}

/*
 *
 * module: 表
 *
 */
table.table_list {
    border: 1px solid #ddd;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}
table.table_list th.text-area {
    background-color: #F3F3F3;
    border: 1px solid #ddd;
    padding: 10px;
    text-align: left;
    vertical-align: top;
    width: 380px;
}
table.table_list td.text-area {
    border: 1px solid #ddd;
    padding: 10px;
    vertical-align: top;
    width: 780px;
}
@media screen and (max-width: 768px) {
    table.table_list {
        border: none;
    }
    table.table_list th.text-area,
    table.table_list td.text-area {
        display: block;
        width: auto;
    }
    table.table_list th.text-area {
        border-bottom: none;
    }
}

/*
 *
 * module: 本文－画像（折り返し）
 *
 */
.w_text_image .image-area {
    float: right;
    margin-left: 20px;
    width: 380px
}
.w_text_image .image-area img.image {
    width: 100%;
}
.w_text_image .image-area p.caption {
    font-size: 12px;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .w_text_image .image-area {
        float: none;
        margin-left: 0;
        width: 100%
    }
}

/*
 *
 * module: 画像－本文（折り返し）
 *
 */
.w_image_text .image-area {
    float: left;
    margin-right: 20px;
    width: 380px
}
.w_image_text .image-area img.image {
    width: 100%;
}
.w_image_text .image-area p.caption {
    font-size: 12px;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .w_image_text .image-area {
        float: none;
        margin-right: 0;
        width: 100%
    }
}

/*
 *
 * module: 本文－画像
 *
 */
.c2_text_image .image-area {
    float: right;
    width: 380px
}
.c2_text_image .image-area img.image {
    width: 100%;
}
.c2_text_image .image-area p.caption {
    font-size: 12px;
    text-align: center;
}
.c2_text_image .text-area {
    /*margin-right: 400px;*/
}
@media screen and (max-width: 768px) {
    .c2_text_image .image-area {
        float: none;
        width: 100%
    }
    .c2_text_image .text-area {
        margin-left: 0;
    }
}

/*
 *
 * module: 画像－本文
 *
 */
.c2_image_text .image-area {
    float: left;
    width: 380px
}
.c2_image_text .image-area img.image {
    width: 100%;
}
.c2_image_text .image-area p.caption {
    font-size: 12px;
    text-align: center;
}
.c2_image_text .text-area {
    /*margin-left: 400px;*/
}
@media screen and (max-width: 768px) {
    .c2_image_text .image-area {
        float: none;
        width: 100%
    }
    .c2_image_text .text-area {
        margin-right: 0;
    }
}

/*
 *
 * module: 画像（1列）
 *
 */
.image_one .image-area p.image {
    text-align: center;
}
.image_one .image-area p.caption {
    font-size: 12px;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .image_one .image-area img.image {
        width: 100%;
    }
}

/*
 *
 * module: 画像（2列）
 *
 */
.image_two .image-area.position-l,
.image_two .image-area.position-r {
    float: left;
    width: 490px;
}
.image_two .image-area.position-r {
    margin-left: 20px;
}
.image_two .image-area img.image {
    width: 100%;
}
.image_two .image-area p.caption {
    font-size: 12px;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .image_two .image-area.position-l,
    .image_two .image-area.position-r {
        float: none;
        margin: 0;
        width: 100%;
    }
}

/*
 *
 * module: 画像（3列）
 *
 */
.image_three .image-area.position-l,
.image_three .image-area.position-c,
.image_three .image-area.position-r {
    float: left;
    width: 320px;
}
.image_three .image-area.position-c,
.image_three .image-area.position-r {
    margin-left: 20px;
}
.image_three .image-area img.image {
    width: 100%;
}
.image_three .image-area p.caption {
    font-size: 12px;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .image_three .image-area.position-l,
    .image_three .image-area.position-c,
    .image_three .image-area.position-r {
        float: none;
        margin: 0;
        width: 100%;
    }
}

/*
 *
 * module: リンク付き画像
 *
 */
.image_link .image-area p.image {
    text-align: center;
}
.image_link .image-area p.caption {
    font-size: 12px;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .image_link .image-area img.image {
        width: 100%;
    }
}

.image_link_two .image-area.position-l,
.image_link_two .image-area.position-r {
    float: left;
    width: 490px;
}
.image_link_two .image-area.position-r {
    margin-left: 20px;
}
.image_link_two .image-area img.image {
    width: 100%;
}
.image_link_two .image-area p.caption {
    font-size: 12px;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .image_link_two .image-area.position-l,
    .image_link_two .image-area.position-r {
        float: none;
        margin: 0;
        width: 100%;
    }
}

.image_link_three .image-area.position-l,
.image_link_three .image-area.position-c,
.image_link_three .image-area.position-r {
    float: left;
    width: 320px;
}
.image_link_three .image-area.position-c,
.image_link_three .image-area.position-r {
    margin-left: 20px;
}
.image_link_three .image-area img.image {
    width: 100%;
}
.image_link_three .image-area p.caption {
    font-size: 12px;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .image_link_three .image-area.position-l,
    .image_link_three .image-area.position-c,
    .image_link_three .image-area.position-r {
        float: none;
        margin: 0;
        width: 100%;
    }
}

/*
 *
 * module: ファイル
 *
 */
.file_up .download-area a {
    background: url(../img/common/downloadi_img.png);
    color: #fff;
    display: block;
    float: left;
    height: 37px;
    line-height: 37px;
    margin: 1em 1em 1em 0;
    text-align: center;
    width: 226px;
}
@media screen and (max-width: 768px) {
    .file_up .download-area,
    .file_up .text-area {
        text-align: center;
    }
    .file_up .download-area a {
        display: inline-block;
        float: none;
        margin: 1em 1em 0;
    }
}
.file_up .text-area {
    height: 30px;
    line-height: 30px;
}

/*
 *
 * module: 地図
 *
 */
.gmaps .map-area {
    text-align: center;
}
.gmaps .map-area img.staticmap {

}
@media screen and (max-width: 768px) {
    .gmaps .map-area img.staticmap {
        width: 100%;
    }
}

/*
 *
 * module: YouTube
 *
 */
.youtube .movie-area {
    margin: 1em auto;
    text-align: center;
    width: 800px;
}
@media screen and (max-width: 768px) {
    .youtube .movie-area {
        position: relative;
        width: 100%;
        padding-bottom: 56.25%;
    }
    .youtube .movie-area iframe {
        position: absolute;
        top: 0; left: 0;
        width: 100% !important;
        height: 100% !important;
    }
}

/*
 *
 * module: ライン
 *
 */
.line_only .line {
    font-size: 0;
    margin: 1em 0;
}
.line_only .line.type-1 { border-bottom: 1px solid #888888 }
.line_only .line.type-2 { border-bottom: 3px double #888888 }
.line_only .line.type-3 { border-bottom: 1px dotted #888888 }

/*
 *
 * module:
 *
 */

/*
 *
 * module:
 *
 */

/*
 *
 * module:
 *
 */

/*
 *
 * module:
 *
 */

/*
 *
 * module:
 *
 */
