#page_overview table {width: 100%}

#page_overview #mainVisual{
	background-image: url(../img/img-main_overview.jpg);
}

.tbl_outline th{
	width: 30%
}

#page_overview .notes {
	font-size: 94%;
}

#page_overview ol ul {
	list-style: none;
	margin-bottom: 1em;
  text-indent: -1.2em;
}

#page_overview ol ul > li:before{
	color: #49AAA7;
	content: "\025b6";
	list-style: none;
}

/* ■■■ここからPC限定■■■ */
@media screen and (min-width: 768px) {
	#overview .description .image {
		margin-top: 30px;
	}
	#businessDetail{
		overflow: hidden;
	}

	#businessDetail h3:first-of-type{ margin-top: 0 }

	#businessDetail .spacer{
		display: block;
		float: right;
		height: 5em;
		width: 1px;
	}

	#businessDetail .image{
		clear: both;
		float: right;
		margin: 5px 0 0 15px;
		width: 490px;
	}

	#businessDetail .image img{ max-width: 100% }

	#businessDetail .description{
		float: left;
		width: 480px;
	}
}

/* ■■■ここからSP限定■■■ */
@media screen and (max-width: 767px){
	#businessDetail .spacer{display: none;}
}