@charset 'utf-8';



a, span {
    display: inline-block;
}

.m-construction_example-list {
    margin: 0 auto 10px auto;
    box-sizing: border-box;
    padding: 0;
}

.m-construction_example h2 {
    padding: 0 20px;
    text-shadow: 0px 0px 3px #999;
}

.m-construction_example .section_body {
    font-size: 0;
}

.m-construction_example-list .section_body > * {
    margin: 1%;
    padding: 0;
    width: 48%;
    vertical-align: top;
    line-height: 20px;
    min-height: 230px;
}

.m-construction_example-list .m-construction_example-image {
    width: 100%;
    height: 140px;
    
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.m-construction_example-list .m-construction_example-textbox {
    width: 100%;
    font-size: 0.8rem;
    vertical-align: middle;
}

/*
.m-construction_example-list .m-construction_example-title {
    float: left;
}

.m-construction_example-list .m-construction_example-area {
    float: right;
}
*/

.m-construction_example-list .m-construction_example-textbox > span {
    width: 100%;
}

.m-construction_example-list .m-construction_example-text {
    width: 100%;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    vertical-align: top;
}



.m-construction_example .m-construction_example-text span {
    line-height: 20px;
    vertical-align: top;
}



.m-construction_example .m-list_link {
    text-align: right;
}

.m-construction_example .m-list_link a {
    background-color: #FFBE00;
    padding: 10px 30px;
    text-shadow: 0 1px 0 rgba(255,255,255,0.2);
    text-decoration: none;
}

.m-construction_example .m-list_link a:hover {
    text-shadow: 1px 1px 2px #624900;
}
