/*index*/
#banner header p span{
	display: inline-block;
	border: 1px solid #999;
	padding: 3px 5px;
	margin-bottom: 5px;
	margin-right: 3px;
}

.features article .content.service p span {
	display: inline-block;
	border: 1px solid #999;
	padding: 3px 5px;
	margin-bottom: 3px;
	margin-right: 3px;
}
.features article .content > :last-child {margin-bottom: 0;}

/*corporation*/
#corp_middle_banner {
	background-image: url('/images/corporation.jpg?v=2');
	background-repeat: no-repeat;
	background-size: cover;
	height: 34vw;
	color: #fff;
	font-weight: 700;
	font-size: 1.2em;
	text-align: center;
	padding: 4vw 0;
	text-shadow: 0 0 4px #000;
}
#corp_middle_banner a {color: #fff;}