@charset 'utf-8';

h2.title {
	border-bottom:#012B74 solid 1px;
	text-align:center;
}
h2.title img{
	height:20px;
}



/***---   foundation   ---***/

a,
span {
    display: inline-block;
}

main {
    width: 95%;
    max-width: 1000px;
    margin: 5px auto;
    min-height: calc(100vh - 230.1667px);
    margin-left: auto;
    margin-right: auto;
}

section {
    background: none;
}



/***---   modules   ---***/

.m-inner_main {
    background: none;
    background-color: rgba(255, 255, 255, 0.95);
    padding: 10px 0;
    border-radius: 20px;
}

.m-construction_example h2 {
    font-size: 1.2em;
    text-shadow: 0px 0px 3px #999;
}



.m-construction_example-list .section_body > * {
    width: 100%;
    margin-bottom: 20px;
}



.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;
    margin: 5px 0;
    line-height: 20px;
}

.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-text {
    width: 100%;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    vertical-align: top;
}

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



.m-construction_example .m-construction_example-text .m-construction_example-date,
.m-construction_example .m-construction_example-text .m-construction_example-title {
    line-height: 20px;
    vertical-align: middle;
}



.m-construction_example-data {
    padding: 0 0 10px 0;
}

.m-construction_example-data .m-construction_example-left_box,
.m-construction_example-data .m-construction_example-right_box {
    width: 100%;
    font-size: 0;
}

.m-construction_example-data .m-construction_example-image {
    margin: 1%;
    width: 31.333%;
    height: 100px;
    
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}



.m-construction_example-data .m-construction_example-text,
.m-construction_example-data .m-construction_example-infotable {
    font-size: 0.8rem;
    line-height: 1rem;
    padding: 1% 0;
}

.m-construction_example-data .m-construction_example-text {
    margin: 20px 0;
}

.m-construction_example-data .m-construction_example-infotable th {
    background-color: #ddd;
}

.m-construction_example-data .m-construction_example-infotable th,
.m-construction_example-data .m-construction_example-infotable td {
    padding: 10px;
}



.u-link-back_list {
    font-size: 0.9em;
}



/***---   helper utilities   ---***/

.u-link-back_list {
    margin: 20px;
    padding:  7px 12px;
    border: 2px #004098 solid;
    color: #004098;
    text-decoration: none;
}

.u-link-back_list:hover {
    background-color: #004098;
    color: #fff;
}



.m-construction_example .m-pager {
    text-align: center;
    margin: 30px 0;
}

.m-construction_example .m-pager > span > span,
.m-construction_example .m-pager > span > a {
    padding: 5px 10px;
}

.m-construction_example .m-pager > span > a {
    background-color: #FFBE00;
    color: #111;
    text-shadow: 0 1px 0 rgba(255,255,255,0.2);
    text-decoration: none;
}

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

.m-construction_example .m-pager > span > span {
    background-color: #111;
    color: #fff;
}
