/* 新型インフルエンザ対策のCSS */






/* 地震との対策の違いページ
------------------------------------------------------- */



table#flu_table {
   width: 700px;
   border: 1px;
   border-collapse: collapse;
   margin-top: 10px;
   border-top: solid 1px #999;
   border-bottom: solid 1px #999;
}

table#flu_table tr td {
    padding: 7px 5px;
	border: 1px solid #999;
}


/* 対応サービスページ
------------------------------------------------------- */




/* サービス料金ページ
------------------------------------------------------- */



table#flu_table {
   width: 700px;
   border: 1px;
   border-collapse: collapse;
   margin-top: 10px;
   border-top: solid 1px #999;
   border-bottom: solid 1px #999;
}

table#flu_table tr td {
    padding: 7px 5px;
	border: 1px solid #999;
}

table#flu_table_small {
   width: 700px;
   border: 1px;
   border-collapse: collapse;
   margin-top: 10px;
   border-top: solid 1px #999;
   border-bottom: solid 1px #999;
}

table#flu_table_small tr td {
    padding: 7px 5px;
    border: 1px solid #999;
    font-size: 10pt;
}

