@charset "utf-8";

.img_title {
    background: url(../img/construction_image.png) top left no-repeat;
    background-size: cover;
}
.img_title p{
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
}
.headding {
    font-size: 20px;
    color: #3954a4;
    border-bottom: 4px solid #3954a4;
    padding-bottom:6px;
    margin-bottom: 6px;
}
#feed {
    overflow: hidden;
    margin: 15px auto;
}
#feed li {
    list-style: none;
    margin-bottom: 20px;
    border: 1px solid #3954a4;
    padding: 15px;
}
#feed li:after {
    content: "";
    display: block;
    clear: both;
}
#feed .orange {
    color: #FF9900;
}
/* ########### 599px以下 ########### */
@media only screen and (max-width: 599px) {
.construction .box_left {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom:10px;
    }
.construction .box_right {
    float: none;
    width: 100%;
}
.construction .box_right .imgbox {
    text-align: center;
}
.construction .box_left p {
    font-size: 13px;
}
}

/* ########### 768px以下 ########### */
@media only screen and (max-width: 768px) {
.box_left {
    float: left;
    width: 65%;
    margin-right: 2%;
    }
.box_right {
    float: left;
    width: 33%;
}
}

/* ########### 769px以上 ########### */
@media (min-width: 769px) {
#feed {
    width: 750px;
}
.box_left {
    float: left;
    width: 400px;
    margin-right: 15px;
}
.box_right {
    float: left;
    width: 295px;
}
.box_right img{
    max-width: 100%;
    background-size: contain;
}
}
