body.home #site-description{
	text-align: left;
}
.breadcrumbs{
	display: none !important;
}

ul.home-old-menu{
	    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 25px;
}

ul.home-old-menu li{
	    width: 300px;
    /* float: left; */
    /* padding: 15px; */
    height: 80px;
    margin: 0 30px 10px;
}

ul.home-old-menu li a{
	display: flex;
	    width: 100%;
    height: 80px;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #fff !important;
    background:#ffa615;
}

ul.home-old-menu li a:hover{
	background:#fd4c21;
}

ul.old-menu{
	    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 45px;
    margin-top: -70px;
}

ul.old-menu li{
	 max-width: 300px;
    width: 100%;
    height: 60px;margin: 0 30px 10px;
}
ul.old-menu li a{
	    display: flex;
    max-width: 300px;
    width: 100%;
    height: 60px;
    justify-content: center;
    align-items: center;
    box-shadow: 2px 2px 4px #999;
    border-radius: 2px;
    
    color: #fff;
    font-size: 20px
}


ul.old-menu li.head a{
	background: #ffa615
}

ul.old-menu li.tokyo a{
	background: #ffa615
}


table.old{
border-collapse: collapse;
    margin-bottom: 70px;
    width: 100%;
}

table.old:last-of-type{
margin-bottom: 10px;
}

table.old th:nth-of-type(1){
/* width:30%; */
/* width:10%; */
width: 53%;
}


table.old th:nth-of-type(2){
/* width:60%; */
width: 12%;
}

table.old th:nth-of-type(3){
/* width:30%; */
width:17%;
}

table.old th:nth-of-type(4){
/* width:20%; */
width:8%;
}

table.old th:nth-of-type(5){
width:10%;
}

table.old.tokyo th:nth-of-type(1){
width:52%;
}

table.old.tokyo th:nth-of-type(2){
width:15%;
}

table.old.tokyo th:nth-of-type(3){
width:10%;
}

table.old.tokyo th:nth-of-type(4){
width:10%;
}

table.old.tokyo th:nth-of-type(5){
width:13%;
}



table.old.tokyo td:nth-of-type(1){
text-align: left;
}
table.old.tokyo td:nth-of-type(2){
text-align: center;
}
table.old.tokyo td:nth-of-type(3){
text-align: center;
}

table.old.tokyo td:nth-of-type(4){
text-align: center;
}

table.old.tokyo td:nth-of-type(5){
text-align: center;
}

table.old th{
text-align:center;
padding:7px;
border: 1px solid #bbb;
vertical-align: middle;
background: #a4dbf1;
}

table.old td{
text-align:center;
padding:7px;
border: 1px solid #bbb;
vertical-align: middle;
}

/* table.old td:nth-of-type(1),
table.old td:nth-of-type(3){
text-align:left;
} */

table.old td:nth-of-type(1){
text-align: left;
}

table.old td:nth-of-type(2){
text-align:center;

} 
table.old td:nth-of-type(2) br{
    display: none;
}
h3.year {
    background: #A4DBF0;
    /* display: inline-block; */
    padding: 10px;
    margin-bottom: 30px;
    /* padding: 22px 30px; */
    border-left: 8px solid #0061b9;
    border-bottom: none;
    background-color: #049dd9;
    text-shadow: none;
    font-size: 23px;
    color: #fff;
    line-height: 1;
}


@media only screen and (max-width: 750px)  {

ul.old-menu{
    margin-top: -35px;
}

table.old th,
table.old td {
    border: 1px solid #bbb;
    padding: 4px;
    vertical-align: middle;
    float: left;
    width: 100% !important;
    margin-bottom: -1px;
    text-align: left; 
}

table.old th:last-of-type,
table.old td:last-of-type {
	margin-bottom: 20px;
}

table.old td::before {
    content: '';
    border-right: 1px solid #bbb;
    padding-right: 10px;
    margin-right: 10px;
}

table.old tr:nth-of-type(1){
display:none;

}

/* table.old td:nth-of-type(1)::before{
    content: '発注者';
} */

table.old td:nth-of-type(2)::before{
    content: '所在地';
}

table.old td:nth-of-type(1)::before{
    content: '工事名';
}

table.old td:nth-of-type(3)::before{
    content: '工事規模（棟）';
}

table.old td br{
display:none;
}

table.old td:nth-of-type(4)::before{
    content: '工事規模（階）';
}

table.old td:nth-of-type(5)::before{
    content: '工事規模（戸）';
}

table.old td:nth-of-type(6)::before{
    content: '完工年月';
}

table.old.tokyo td:nth-of-type(3)::before{
    content: '工事規模（階）';
    
}
table.old td:nth-of-type(4)::before{
    content: '工事規模（戸）';
}
table.old td:nth-of-type(5)::before{
    content: '完工年月';
}
}