/*- mediaクエリー
------------------------------------------------*/
@media screen and (max-width: 480px) {
	body ol#contents {
		overflow: hidden;
	}

	body ol#contents li{
		line-height	: 150%;
		position	: static;
	}
	
	body ol#contents li img {
		width: 100%;
	}
	
	body ol#contents li#top {
		background-image: url("../images/buisiness_background.jpg");
		background-size	: cover;
		font-size		: 16px;
		margin			: 0 0 50px 0;
		padding			: 10px 0;
		text-align		: center;
	}
	
	body ol#contents li#top span {
		font-size	: 18px;
		font-weight	: bold;
	}
	
	body ol#contents li.th {
		background-color: #B4C7E7;
		float			: none;
		padding			: 5px 0;
		text-align		: center;
		width			: 20%;
		border-top		: none;
		margin			: 0 auto;
		width			: 90%;
	}
	
	body ol#contents li.td {
		float		: none;
		padding		: 10px 0 20px 0;
		border-top	: none;
		margin		: 0 auto;
		width		: 75%;
	}
	
	body ol#contents li.td::before {
		display: none;
	}
	
	body ol#contents li#language::before {
		display: none;
	}
	
	body ol#contents li#framework::before {
		display: none;
	}
	
	body ol#contents li#database_th {
		border-bottom	: none;
		padding-bottom	: 5px;
	}
	
	body ol#contents li#database {
		border-bottom: none;
	}
	
	body ol#contents li#database::before {
		display: none;
	}
}
/*- 通常設定
------------------------------------------------*/
ol#contents {
	overflow: hidden;
}

ol#contents li{
	line-height	: 150%;
	position	: relative;
}

ol#contents li img {
	width: 100%;
}

ol#contents li#top {
	background-image: url("../images/buisiness_background.jpg");
	background-size	: cover;
	font-size		: 25px;
	margin			: 0 0 50px 0;
	padding			: 35px 0;
	text-align		: center;
}

ol#contents li#top span {
	font-size: 30px;
}

ol#contents li.th {
	border-top	: solid 0.5px #B4C7E7;
	float		: left;
	margin		: 0 0 0 50px ;
	padding		: 20px 70px 0 60px;
	text-align	: center;
	width		: 12%;
}

ol#contents li.td {
	border-top	: solid 0.5px #B4C7E7;
	float		: left;
	padding		: 20px 0px 20px 50px;
	width		: 58%;
}

ol#contents li.td::before {
	background-color: #B4C7E7;
	content			: '';
	left			: 0%;
	position		: absolute;
	top				: 2%;
	width			: 1px;
}

ol#contents li#language::before {
	height: 270px;
}

ol#contents li#framework::before {
	height: 315px;
}

ol#contents li#database_th {
	border-bottom	: solid 0.5px #B4C7E7;
	padding-bottom	: 140px;
}

ol#contents li#database {
	border-bottom: solid 0.5px #B4C7E7;
}

ol#contents li#database::before {
	height: 175px;
}