﻿body {
    box-sizing: border-box;
}

.blog_next_prev {
    margin:5px 8px;
    padding:8px 15px 9px 15px;
    border:none;
    background-color: #0f2c52;
    border-radius: 50px;
    text-decoration: none;
    text-align: center;
    color:#fff;
    font-weight: bold;
    cursor:pointer;
}

.blog_next_prev:hover {
    background-color: #000;
}

.blog_next_prev:disabled {
    background-color: #eee;
    cursor: default;
}

.blog_container p {
    font-family: 'robotolight',sans-serif !important;
    font-size: 17px;
    line-height: 28.9px;
    margin-bottom: 12px;
}

.blog_container img {
    margin-bottom: 12px;
    /* padding-right: 20px; */
}

.author p {
    font-family: 'robotoregular',sans-serif !important;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 12px;
}

.author h3 {
    font-family: 'robotoregular',sans-serif !important;
    font-size: 22px;
    padding: 0px 0px 0px 0px;
    margin: 5px 0px 5px 0px;
}

table, th, td {
    border: 0px;
    text-align: left;
    font-family: 'robotoregular',sans-serif !important;
    font-size: 14px;
    vertical-align: central;
}

.blog_container ul {
    margin: 10px 3% 0px 3%;
}

.blog_container li {
    position: relative;
    list-style: disc;
    font-family: 'robotolight',sans-serif !important;
    font-size: 17px;
    padding: 0px 0px 0px 0px;
    margin: 10px 0px 0px 3%;
    vertical-align: top;
    line-height: 28.9px;
    min-height: 45px;
    margin-bottom: 12px;
}
    
h2, h3 {
    font-family: 'robotoregular',sans-serif !important;
    font-size: 28px;
    line-height: normal;
    text-align: left;
    padding: 20px 0 15px 0;
    margin: 0 0 0 0;
    margin-bottom: 12px;
}

.blog_container h1 {
    font-size: 32px;
    line-height: 44px;
    margin-top: 5px;
    padding-bottom: 15px;
    border-bottom: SOLID 1px #ddd;
    clear: both;
}

.blog_container h2 {
    font-size: 24px;
    padding: 10px 0 10px 0;
    text-align: left;
    font-weight: bold;
}

.blog_container h3 {
    font-size: 21px;
    text-align: left;
    font-weight: normal;
}

.blog_container {
    font-family: 'robotoregular',sans-serif !important;
    margin: 2% auto;
    max-width: 1200px;
    width: 100%;
}

.blog_summary_left {
    margin: 0;
    padding: 0 0 0 0;
    padding-right: 1.5%;
    width: 70%;
    float: left;
    border-right: dashed 1px #ddd;
    column-count: 2;
    column-gap: 2%;
}

.blog_summary_left2 {
    margin: 0;
    padding: 0 0 0 0;
    padding-right: 1.5%;
    width: 100%;
    float: left;
    /*border-right: dashed 1px #ddd;*/
}

.blog_panel_columns {
    column-count: 2;
    column-gap: 2%;
}

.blog_dotted_line {
    border-bottom: dashed 1px #ddd;
    margin-top: 15px;
    margin-bottom: 10px;
}

.blog_left {
    margin: 0;
    padding: 0 0 0 0;
    padding-right: 1.5%;
    width: 70%;
    float: left;
    border-right: dashed 1px #ddd;
}

    .blog_left a {
        color: #06c;
    }

.blog_summary_right, .blog_right {
    margin: 0;
    padding: 0;
    width: 28%;
    float: left;
}

.blog_sp_container {
    margin-top: 2%;
    margin-left: 2%;
    border: SOLID 1px #ddd;
    box-shadow: 2px 3px 7px -1px rgba(50, 50, 50, 0.2);
    border-radius: 5px;
    font-size: 15px;
    color: #333;
/*    
    overflow: hidden;
        

    transition: all 0.5s;
    z-index: 10;
    -webkit-transform: translateZ(0);
    */
    display: inline-block;
    margin: 0 0 1em;
    width: 100%;
    position: relative;
}

    .blog_sp_container:hover {
        box-shadow: 2px 3px 7px -1px rgba(50, 50, 50, 0.2);
        transition: all 0.5s;
    }

    .blog_sp_container img {
        width: 100%;
        height: auto;
        
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
            
        transform: scale(1.0);
        transition: all 0.3s;
        
    }

    .blog_sp_container:hover > div > img {
        /*
        width: 105%;
        height: auto;
            */
        transform: scale(1.02);
        transition: all 0.3s;
        border-radius: 5px;
        box-shadow: 2px 3px 7px -1px rgba(50, 50, 50, 1);
    }


    .blog_sp_container h2 {
        margin: 2% 1%;
        padding: 1% 2%;
        font-size: 20px;
        font-weight: bold;
        color: #0F2C52;
        line-height: 1.3em;
        text-align: left;
    }

.blog_summary_right h2 {
    margin: 2% 1%;
    padding: 1% 2%;
    font-size: 20px;
    font-weight: bold;
    color: #0F2C52;
    line-height: 1.3em;
    text-align: left;
}

.blog_summary_right a {
    margin: 2% 2% 0 1%;
    padding: 2% 3%;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.3em;
    text-align: left;
    text-decoration: none;
    display: block;

    display: inline-block;
    color: #000;
    background-color: #f0f0f0;
    border-radius: 10px;
}

    .blog_summary_right a:hover {
        color: #478240;
        color: #fff;
        background-color: #000;
    }

.blog_sp_container .intro {
    font-family: 'robotolight',sans-serif !important;
    border-top: SOLID 1px #ddd;
    margin: 3% 3% 0 3%;
    padding: 4% 0;
    line-height: 1.6em;
    font-size: 16px;
    text-align:left;
}

.blog_sp_container .read_more {
    font-family: 'robotolight',sans-serif !important;
    margin-right: 3%;
    padding: 0 0 2% 0;
    line-height: 1.6em;
    float: right;
    display: none;
}

.alignright {
    float: right;
}

.blog_image100 {
    width: 100%;
    margin-top: 16px;
}


@media only screen and (max-width: 840px) {
    .blog_sp_container h2 {
        font-size: 19px;
        line-height: 1.3em;
    }
}

@media only screen and (max-width: 740px) {

    .blog_sp_container h2 {
        font-size: 18px;
        line-height: 1.2em;
    }

    .blog_sp_container .intro {
        font-size: 14px;
    }

    .blog_left, .blog_summary_left, .blog_summary_left2 {
        column-count: 1;
        width: 100%;
        border-right: none;
    }

    .blog_summary_right, .blog_right {
        margin: 0;
        padding: 0;
        width: 100%;
        float: left;
    }

    .blog_summary_right h2 {
        margin-left:0;
        margin-bottom: 1%;
    }
}

@media only screen and (max-width: 640px) {

    .blog_panel_columns {
        column-count: 1;
    }

    .blog_sp_container {
        width: 98%;
        margin-bottom: 2%;
    }

    .blog_summary_left, .blog_summary_left2 {
        column-count: 1;
    }

}


.blog_img {
    width:100%;
    max-width:500px;
}
