@charset "utf-8";


/*
*	Title: SCSK サービス詳細用
*	URI: 
*	Last Modified: 
*	Description: メインカラム（サービス詳細内容）
*/
.height220{
height:220px!important;
}

@media screen and (max-width:767px) and (min-width:1px) {
.height220{
height:auto!important;
}
}