@charset "utf-8";
/*
*	Title: SCSK サービス詳細用
*	URI: 
*	Last Modified: 
*	Description: メインカラム（サービス詳細内容）
*/
#cae-programming .h-ttl04 span {
	display: block;
	font-size: 60%;
	font-weight: bold;
	color: #0A2986;
}
#cae-programming #features p,
 #cae-programming #details p,
 #cae-programming #cases h4+p {
	margin-top: 0.5em;
	margin-bottom: 2em;
}
#cae-programming #details ul {
	list-style: disc;
	margin-left: 1em;
	margin-bottom: 2em;
}
#cae-programming #details table {
	width: 100%;
	border-collapse: collapse;
}
#cae-programming #details table th,
#cae-programming #details table td {
	text-align: left;
	border: 1px solid #ccc;
	padding: 1em;
}
#cae-programming #details table th {
	font-weight: bold;
	color: #fff;
	background: #0A2986;
	border-collapse: #fff;
}
#cae-programming #details table td ul {
	list-style: none;
	margin: 0;
}
#cae-programming #details h3.h-ttl11b, 
#cae-programming #cases h3.h-ttl07b {
	margin-bottom: 1em;
}
#cae-programming #cases div.imgSection,
#cae-programming #flow div.imgSection {
	display: block;
	margin: 2em auto 3em auto;
}
#cae-programming #cases div.imgSection p.caption {
	font-weight: bold;
}
@media screen and (max-width: 767px) {
	#cae-programming #details table th {
		white-space:nowrap;
	}
	#cae-programming #details table tr td:nth-child(2) {
		white-space:nowrap;
	}
}