@charset "utf-8";


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

.fLeft {
width: 340px;
float: left;
}
.fRight {
width: 190px;
float: right;
}

.detailLink {
margin-left: 200px;
}
.detailLink a {
width: 100px;
height: 25px;
display: block;
overflow: hidden;
text-indent: -1000em;
background: url(../img/bt_pro_shousai.gif) no-repeat left top;
}
.detailLink a:hover {
background: url(../img/bt_pro_shousai02.gif) no-repeat left top;
text-indent: -1000em;
}

.flx-direction-reverse{
flex-direction:row-reverse;
}
.flx-items--center{
align-items:center;
}