/* -----------------------------------------------
*original design
----------------------------------------------- */
#overview #anc001.section::after,
#overview #anc002.section::after {
	display: block;
	clear: both;
	content: "";
}
#overview #anc001.section .float-right,
#overview #anc002.section .float-right {
	float: right;
	width: 50%;
	padding-top: 0;
	margin-top: 0;
}
@media only screen and (max-width: 767px) {
	#overview #anc001.section .float-right,
	#overview #anc002.section .float-right {
		width: 100%;
		padding-top: 10px;
		margin-bottom: 10px;
	}
}
#overview .section .image.float-right {
	padding: 0 0 10px 0;
	margin: 0 0 0 10px;
}
#overview .section .image .caption {
	margin-top: 10px;
	text-align: left;
	display: block;
	font-size: 12px;
}
#overview #risk-area .float-right {
	float: right;
	margin-bottom: 20px;
}
#overview #risk-area .float-right#illust001 {
	margin-top: 0;
	padding-top: 0;
}
#overview #risk-area .float-right#illust003 {
	margin-bottom: 40px;
}
#overview #risk-area .ul_list .sub-section {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#overview #risk-area .ul_list {
	margin-left: 0;
}
#overview #risk-area .ul_list .sub-section::before {
	display: none;
}
#overview .section#frequency .float-right {
	padding-top: 0;
	margin-top: 0;
}
@media only screen and (max-width: 767px) {
	#overview .section#frequency .float-right {
		margin-bottom: 10px;
	}
	#overview .section .btn_list.float-layout .float-left,
	#overview .section .btn_list.float-layout .float-right {
		max-width: 100%;
		width: 100%;
		float: none;
	}
}
/* -----------------------------------------------
#overview .section .sub-section
----------------------------------------------- */
#overview .section.service-list .sub-section::after {
	display: block;
	content: "";
	clear: both;
}
#overview .section.service-list .sub-section .image {
	float: left;
	display: block;
	max-width: 250px;
}
#overview .section.service-list .sub-section .text-area {
	margin-left: 270px;
	display: block;
}
#overview .section.service-list .sub-section .text-area .headline {
	font-size: 20px;
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
#overview .section.service-list .sub-section .text-area .headline span {
	margin-bottom: 0;
	padding-bottom: 0;
	font-weight: 400;
}
#overview .section.service-list .sub-section .text-area .miniheadline {
	padding: 0;
	margin: 0 0 10px 0;
}
#overview .section.service-list .sub-section .text-area .read {
	font-size: 14px;
}
@media only screen and (max-width: 767px) {
	#overview .section.service-list .sub-section .image {
		float: none;
		max-width: 100%;
		margin-bottom: 10px;
	}
	#overview .section.service-list .sub-section .text-area {
		margin-left: 0;
	}
}
#overview .table-area th {
	width: 33.3333333333333333333333%;
}
#overview .img-layout-area .image.float-right {
	width: 50%;
	margin-top: 0;
	padding-top: 0;
}
#overview .read.padding-bottom-none {
	padding-bottom: 0;
}

/* #host,#hypervisor,#container */
#overview #host .image.float-right,
#overview #hypervisor .image.float-right,
#overview #container .image.float-right {
	width: 40%;
	padding: 0;
	margin: 0;
}
#overview #host .table_area td,
#overview #hypervisor .table_area td,
#overview #container .table_area td {
	width: 50%;
}
@media only screen and (max-width: 767px) {
	#overview #host .image.float-right,
	#overview #hypervisor .image.float-right,
	#overview #container .image.float-right {
		width: 100%;
		float: none;
	}
}





