@charset "UTF-8";
/* CSS Document */
#contents{
	padding: 70px 0 0 0;
	background:#f5fbfa url(images/main_bg.jpg) top left no-repeat;
	background-size: 100% auto;
	}
@media screen and (max-width:640px){
	#contents{
	background:#f5fbfa url(images/main_bg.jpg) center 50px no-repeat;
	background-size: 200% auto;
	}
}

.contentInner{
	text-align: center;
}

.teamFigure{
	text-align: center;
}

.teamFigure img{
	margin: 5% auto 0 auto;
	width: 80%;
}

@media screen and (max-width:999px){
.teamFigure img{
	width: 100%;
	}
}

.contentInner ul{
	margin: 10% 0 0 0;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-o-flex-wrap:wrap;
	flex-wrap:wrap;
	-o-justify-content: space-between;
	-ms-justify-content: space-between;
	-moz-justify-content: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}


.contentInner li{
	width: 48%;
	margin: 0 0 40px 0;
}

.contentInner h3{
	font-size: 2.8rem;
	padding: 0 0 5px 0;
	margin: 0 0 10px 0;
}

@media screen and (max-width:999px){
	.contentInner ul{
		display: block;
	}
	
	.contentInner li{
		width: 100%;
	}
	
	.contentInner h3{
	font-size: 2.4rem;
}

}


.operator h3{
	color: #004ea2;
	border-bottom: 2px solid #004ea2;
}

.clerical h3{
	color: #43b149;
	border-bottom: 2px solid #43b149;
}

.distributor h3{
	color: #009fa3;
	border-bottom: 2px solid #009fa3;
}

.buyer h3{
	color: #f39800;
	border-bottom: 2px solid #f39800;
}

