@charset "utf-8";

/*//////////////////////////////////////////////////////////// 
//□カレンダー
////////////////////////////////////////////////////////////*/
#contentBox .companyList{
border-collapse: collapse;
border-top:1px dotted;
border-bottom:1px dotted;
border-color:#CCCCCC;
width:680px;
margin-top:20px;
}


#contentBox .companyList th{

/*background-image:url(../common/images/table_tit.gif);
background-repeat:repeat-x;
background-color:#D9E2F0;*/
padding:10px;
border-right:1px dotted;
border-top:1px dotted;
border-color:#CCCCCC;
width:100px;
text-align:left;
color:#19479C;
}


#contentBox .companyList td{
padding:10px;
border-top:1px dotted;
border-color:#CCCCCC;
	/*background-image:url(../common/images/tr01.jpg);
	background-repeat:repeat-x;*/
}