@charset "UTF-8";
/*
 * 会社概要コンテンツのイニシャライズ
 */
#Company #Contents h1 {
    background:url(/images/company/Title.png) no-repeat;
}
#Contents #SubTitleArcphilia,
#Contents #SubTitleLicenseOnline {
    margin:10px 0;
    height:0px;
    padding-top:33px;
    overflow:hidden;
}
#Contents #SubTitleArcphilia{
    background:url(/images/company/SubTitleArcphilia.png) no-repeat;
}
#Contents #SubTitleLicenseOnline{
    background:url(/images/company/SubTitleLicenseOnline.png) no-repeat;
}
#Company #Contents table{
    margin:0 30px 10px 30px;
}
#Company #Contents ul {
    list-style:none;
}
#Company #Contents ul ul {
    list-style:disc;
    padding-left:24px;
}
