/* CSS Document */

.bridgePage #pageTitle h2:after {
  content: "BRIDGE ERECTION";
}
.bridgePage .titlebg {
  background-image: url("../../cmn-img/pagetitle/bridge.jpg");
}

.cotentIcon{
	text-align: center;
}

.flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	
	max-width: 950px;
	margin: auto;
}

.flex>div{
	text-align: center;
	width: 50%;
}



#topPanelWrap{
	margin-bottom: 40px;
}

.koujiBox{
	position: relative;
}
.koujiBox .naname{
	position: absolute;
	top:0;
	right:-80px;
	background-color: white;
	width: 100px;
	height:100px;
	transform: skewX(20deg);
}
.koujiBox .title{
	background-color: #1b235e;
	overflow: hidden;
	height: 100px;
	margin-bottom: 40px;
}
.koujiBox .title h4{
	color:white;
	font-size: 28px;
	text-align: center;
	line-height: 60px;
	border-left: 4px solid #0064ff;
	margin:20px;
}
.koujiBox{
	max-width: 950px;
	margin:auto auto 40px auto;
}

.koujiBox .imageBox{
	padding-right: 20px;
}
.koujiBox .imageBox img{
	width:100%;
}
.koujiBox .text{
	text-align: left;
	background-color: #e8e8e8;
	font-size: 12px;
	padding: 5px;
}

.koujiBox .contentBox{
	
}
.koujiBox .contentBox h5{
	color: #1b235e;
	text-align: left;
	font-size: 24px;
}
.koujiBox .contentBox p{
	text-align: left;
	margin-bottom: 40px;
}
.koujiBox .contentBox .orangeBtn{
	text-align: center;
	background-color: #f05615;
	overflow-x: hidden;
}
.koujiBox .contentBox .orangeBtn a{
	color: white;
	display: block;
	position: relative;
	height: 70px;
	line-height: 70px;
	font-weight: bold;
	background-image: url("../../cmn-img/arrow-right-bgorange.png");
	background-position: center right 40px;
	background-repeat: no-repeat;
}

.koujiBox .contentBox .orangeBtn a::after{
	content: '';
	position: absolute;
	top:0;
	right:-85px;
	height: 70px;
	width:100px;
	display: block;
	background-color: white;
	transform: skewX(20deg);
}

.banner{
	max-width: 950px;
	margin:auto auto 40px auto;
}

@media screen and (max-width:575px){
	
	.koujiBox .flex{
		display: block;
	}
	.koujiBox .flex>div{
		width: 100%;
	}
	
	.koujiBox .title{
		height: 60px;	
	}
	.koujiBox .title h4{
		font-size: 20px;
		line-height: 30px;
		text-align: left;
		padding-left:10px;
	}
	.koujiBox .imageBox{
		padding: 15px;
	}
	.koujiBox .contentBox{
		padding: 15px;
	}
	
	
	.btn01{
		width: 90%;
	}
	
}







/* Gallery */

.gallery{
	max-width: 1150px;
	margin: 20px auto;
}
.gallery .title{
	margin-left: 15px;
	margin-right: 15px;
	font-weight: bold;
	font-size: 24px;
	padding-bottom: 8px;
	border-bottom: 2px solid black;
}
.gallery .title span{
	display: inline-block;
	background: #0064ff;
	padding: 8px 16px;
	margin-right: 8px;
	color: white;
	font-size: 22px;
	font-weight: normal;
}

.imageWrap{
	max-width: 1150px;
	margin: 20px auto;
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
}
.imageWrap .mainImage{
	flex:1;
	padding: 15px;
}
.imageWrap .thumbs{
	flex:1;
}
.imageWrap .thumbs ul{
	padding:0;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.imageWrap .thumbs ul li{
	width: 30%;
	padding: 15px;
}

.imageWrap .thumbs ul li img{
	cursor: pointer;
}
.imageWrap .thumbs ul li img:hover{
	outline: 2px solid blue;
}


@media screen and (max-width:575px){
	.imageWrap{
		display: block;
	}
	.imageWrap .mainImage{
		width:100%;
	}
	.gallery .title span{
		font-size: 14px;
		display: block;
		margin-left:auto;
		margin-right:auto;
		margin-bottom: 15px;
		text-align: center;
		border-radius: 5px;
		
	}
	.gallery .title{
		font-size: 18px;
	}
	
}