@charset "utf-8";
#docs{
	background: #f2f2f2;
}
#solution-hd{
	text-align: center;
}
#solution-hd h1{
	height: 60px;
	line-height: 60px;
	font-size: 40px;
	color: #3d3d3d;
	font-weight: bold;
	margin-top: 100px;
}
#solution-hd span{
	line-height: 28px;
	margin-top: 16px;
	font-size: 18px;
	color: #939393;
	text-transform: uppercase;
	display: block;
	letter-spacing: 1px;
}

#solution-share{
	text-align: center;
	margin-top: 60px;
}
#solution-share .bdsharebuttonbox{
	background: white;
	display: inline-block;
	padding: 6px 10px;
	border-radius: 4px;
}
#solution-share .bdsharebuttonbox a{
	margin-right: 16px !important;
	margin-left: 16px !important;
	padding-left: 22px;
}

#solution-cover{
	border-radius: 8px;
	overflow: hidden;
	margin-top: 30px;
}
#solution-cover img{
	width: 100%;
}

.solution-wrap{
	margin-top: 40px;
}
.solution-wrap-hd{
	border-bottom: 12px solid #e9e9e9;
}
.solution-wrap-hd strong{
	display: inline-block;
	height: 38px;
	line-height: 38px;
	background: #e9e9e9;
	border-radius: 6px 6px 0 0;
	font-size: 16px;
	color: #3d3d3d;
	padding: 0 30px;
}
.solution-wrap-bd{
	background: white;
}

#solution-contents .solution-wrap-bd{
	padding: 34px 40px;
}