.city_banner{
	padding-top: 40px;
}
.city_banner img{
	border: 1px solid #9e9e9f;
	display: block;
	margin: 0 auto;
	max-width: 100%;
	box-sizing: border-box;
}
.subpage_table_lr_box{
	overflow: hidden;
	padding-top: 30px;
	padding-bottom: 30px;
}
.subpage_table_l{
	/*float: left;
	width: 60%;*/
	overflow: hidden;
}
.subpage_table_r{
	width: 240px;
	max-width: 50%;
	float: right;
	margin: 0 0 5px 15px;
}
/***fore 2019.0314追記***/
.subpage_table_r2{
	max-width: 50%;
	float: right;
	margin: 0 0 5px 15px;
}
.subpage_table_r img{
	max-width: 100%;
}
.subpage_table_r span{
	display: block;
	font-size: 1.4rem;
	padding-top: 5px;
}
.city_pillarIndustry_img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

/*table*/
#Contents {
    
    text-align: justify;
    text-justify: inter-ideograph;
    line-height: 1.7;
    padding-bottom: 0;
}
#Contents table {
    text-align: left;
}
.sp05-areaLgList, .sp05-areaDataTable {
    border-collapse: collapse;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.sp05-areaLgList th, .sp05-areaLgList td, .sp05-areaDataTable th, .sp05-areaDataTable td {
    border: 1px solid #000;
    padding: 0 0.25em;
    width: auto;
    font-size: 1.4rem;
}
.sp05-areaLgList thead th, .sp05-areaLgList thead td, .sp05-areaDataTable thead th, .sp05-areaDataTable thead td {
    text-align: center;
    vertical-align: top;
    background: #eee;
    font-size: 1.4rem;
    font-weight: bold;
}

.sp05-areaDataTable {
    width: 100%;
}
.sp05-areaLgList thead th > .unit, .sp05-areaLgList thead td > .unit, .sp05-areaDataTable thead th > .unit, .sp05-areaDataTable thead td > .unit {
    font-weight: normal;
    font-size: 1.2rem;
}
.background-ffc {
    background-color: #ffffcc;
}
.sp05-areaDataTable td {
    text-align: right;
}

#Contents .imgbox_right {
    float: right;
    margin: 0 0 20px 10px;
}
.font_bold{
	font-weight: bold;
}

.iframe_box{
	width: 700px;
	max-width: 100%;
	margin: 0 auto;
	position: relative;
}
.iframe_box img{
	width: 100%;
}
.iframe_box iframe{
	border: none;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}




@media screen and (max-width: 479px) {
	/*---------------*/
	#Contents .imgbox_right {
	    float: none;
	    margin: 0 0 20px 0px;
	    text-align: center;
	}
	#Contents .imgbox_right img{
	    max-width: 100%;
	}
	
	#Contents table {
	    width: 100%;
	    margin-bottom: 20px;
	}
	
	.table_box{
		overflow-x: scroll;
	}
	.sp05-areaDataTable {
	    min-width: 365px;
	}
	.iframe_box{
		height: 300px;
	}
	

}