@charset "utf-8";


/*
*	Title: SCSK サービス詳細用
*	URI: 
*	Last Modified: 
*	Description: メインカラム（サービス詳細内容）
*/

h4.title_DataSpider_top {
	border-bottom: 2px solid #e20000;
	padding-left: 0;
}

h4.title_DataSpider {
	border: none;
	padding: 0 0 0 33px;
	line-height:30px;
	height: 30px;
	background: url("../img/ds_13.png") no-repeat;	
}

h4.title_DataSpider2 {
	border: none;
	padding: 0 0 3px 38px;
	line-height: 30px;
	height: 30px;
	background: url("../img/ds_19.png") no-repeat;
	border-bottom: 1px solid #e20000;
}

h5 {
	font-size: 120%;
	padding: 2px;
	text-indent:5px;
	margin: 1em 0;
	background-color:#bb3333;
	color:#ffffff;
}

#index_point ~ div{
	margin: 1em 0;
}
.index_point_title {
	font-size: 110%!important;
	color:#000000!important;
	text-indent:0px;
	margin: 0 0 1em 0;
	font-weight:bold;
	background-color:#ffffff!important;
}

.listDecimal {
	margin-top: -1em;
}

.list_DataSpider li {
	line-height: 30px;
	padding: 0 0 0 30px;
	vertical-align: middle;
	background: url("../img/ds_21.png") no-repeat left center;
}

.fcB {
	color: #005496;
}

/*DataSpider Servista ERP Adapter for SAP® ページで使用 */

h2.gradient01 {
	background: #6495d7;
	background: -moz-linear-gradient(top, #6495d7 0%, #ffffff 50%, #6495d7 100%);
	background: -webkit-linear-gradient(top, #6495d7 0%,#ffffff 50%,#6495d7 100%);
	background: linear-gradient(to bottom, #6495d7 0%,#ffffff 50%,#6495d7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6495d7', endColorstr='#6495d7',GradientType=0 ); 
	height:2rem;
	line-height:2rem;
	color:#008080;
	padding-left:2rem;
	position: relative;
	font-size: 1.3em!important;
	margin:10px 0;
}
h2.gradient01:after {
	position: absolute;
	top: .5rem;
	left:1rem;
	transform:rotate(90deg);
	content: '▲';
	width: 1em;
	height:1em;
	color:#008080;
}
h3.sub-line{
	position: relative;
	margin-left:.7rem;
	padding:0.5em 1.5em;
	border-bottom: 1px solid #008080;
	font-size: 1.2em!important;
}
h3.sub-line:after{
	position: absolute;
	top: .3rem;
	left:0;
	content:'■';
	color:#008080;
	font-size:1.2em!important;
}
ul.erp_adapter-inner_list{
	border:1px solid #008080;
	border-radius:1rem;
	margin:.5rem 1rem;
	background-color:#EEF1F9;
}
ul.erp_adapter-inner_list li{
	list-style:disc!important;
	color:#008080;
	font-size:1.1em!important;
	font-weight:bold;
	margin:1rem 1rem 1rem 1.5rem;
}
ul.erp_adapter-inner_list li p{
	color:#000;
	font-size:1em!important;
	font-weight:normal;
}
table.erp_adapter{
	margin-top:.5rem;
	border:1px solid #ccc;
	width:100%;
}
table.erp_adapter th{
	padding:.5em;
	background:#2670d4;
	color:#fff;
	font-weight:bold;
	border-bottom:1px solid #ccc;
	text-align:left;
}
table.erp_adapter td{
	padding:.5em;
}
table.erp_adapter td ul {
	margin-left:1rem;
}
table.erp_adapter td ul li{
	list-style:disc!important;
}
table ul.inner-table{
	list-style:none!important;
}

/* DataSpider Servista ERP Adapter for SAP ページ（erp_adapter_for_sap.html）の9番目、11番目の画像のリモーダル表示の画像のピンボケ対応 */
div[data-remodal-id="modal9"],div[data-remodal-id="modal11"] {max-width: 1000px!important;}
