@charset "UTF-8";
/* System */

@import url("all.css");

/*---------------------------------------------------- */
/* Sitewise */
/*---------------------------------------------------- */
#sitewise .waku_sitewise {
	padding: 0;
	margin: 0 auto 0 auto;
	width: 960px;
	height: 156px;
	background: url(../../../images/services/system/customer/h2_sitewise.jpg) no-repeat left top;
	overflow: hidden;
}

#sitewise .waku_sitewise h2 {
	padding: 0;
	margin: 53px 0 0 5px;
	float: left;
	font-size: 24px;
	font-weight: 800;
	color: #ff9421;	
}

#sitewise .waku_sitewise h2 span {
	padding: 0;
	margin: 0 0 0 10px;
	font-size: 11px;
	font-weight: bold;
	color: #2d2d2e;	
}

/*---------------------------------------------------- */
/* Graybox */
/*---------------------------------------------------- */
.graybox {
	padding: 11px 15px 10px 15px;
	margin: 12px 0 12px 0;
	width: 560px;
	border: 1px solid #ecf1f4;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: #f4f6f8;
	text-align: left;
	line-height: 1.6;
}

/*---------------------------------------------------- */
/* Topics */
/*---------------------------------------------------- */
.topics {
	position: relative;
	margin: 0 auto 28px auto;
	width: 960px;
	height: auto;
}

.topics img {
	float: right;
	margin-left: 40px;
}

.topics p {
	margin: 0 0 1.5em;
	padding: 0;
	line-height: 1.6;
	overflow: hidden;
}

.topics p.last {
	margin-bottom: 0;
}


.topics .box {
	margin-top: 40px;
	margin-bottom: 40px;
}

.topics .box h4 {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 18px 0 16px 0;
	display: block;
	overflow: hidden;
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
	background-color: #f9bd1a;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	text-shadow: 0 1px 1px #eeae02;
}

.lt-ie8 .topics .box h4 {
	line-height: normal;
}

.topics .box ol {
	background: url(../../../images/services/production/satelite/img_web_system.png) 584px center no-repeat #fffed6;
	list-style: none;
	margin: 0;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 184px;
	-moz-border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
	border: 1px solid #f2f1c0;
}

.topics .box ol li {
	color: #484a4b;
	font-size: 16px;
	line-height: normal;
	letter-spacing: .1em;
	text-shadow: 0 1px 1px #fff;
	background: url(../../../images/services/icon_checked-yellow.png) 0 1px no-repeat;
	margin: 0 0 1em;
	padding: 0 0 0 28px;
}

.topics .box ol li:last-child {
	margin-bottom: 0;
}