@charset "utf-8";


/*
*	Title: SCSK サービス詳細用
*	URI: 
*	Last Modified: 
*	Description: メインカラム（サービス詳細内容）
*/
.bg-blue-okta{
    background-color: #ACDCEA;
    padding:3px 10px 1px;
}
.bg-table-title{
background:#1a2792;
color:#FFF;
font-weight:bold;
text-align:center;
padding:5px 10px!important;
}
.bg-table-cell-1{
background:#cbe1ec;
border-top:2px solid #FFF!important;
padding:5px 10px!important;
}
.bg-table-cell-2{
background:#e7f1f6;
border-top:2px solid #FFF!important;
padding:5px 10px!important;
}

/* レスポンシブ対応 */
@media screen and (max-width:767px) and (min-width:1px) {


}