123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157 |
- @charset "utf-8";
-
- /* **********************************************
- * table定義 css
- *
- *
- ********************************************** */
-
- table.infokitagata {
- font-size: 85%;
- background-color: #fff;
- }
-
- table.infokitagata caption {
- vertical-align: top;
- text-align: left;
- background-color: #add8e6;
- padding: 3px;
- border: 2px solid #ffffff;
- }
-
- table.infokitagata th {
- vertical-align: top;
- font-weight: normal;
- text-align: left;
- background-color: #add8e6;
- }
-
- table.infokitagata td {
- vertical-align: top;
- text-align: left;
- background-color: #dcdcdc;
- }
-
- .childCareTime {
- border: 0;
- cellpadding: 3;
- cellspacing: 2;
- width: 650px;
- }
-
- strong#life {
- border: 1px solid #999999;
- padding: 2px;
- line-height: 160%;
- margin: 0px;
- }
-
- strong.life {
- border: 1px solid #999999;
- padding: 2px;
- line-height: 160%;
- margin: 0px;
- }
-
- h4#life {
- clear: both;
- margin: 10px 0px 5px 3px;
- padding: 4px 50px 4px 20px;
- _padding: 6px 50px 6px 22px;
- font-size: 95%;
- border: 1px solid #666699;
- border-left: 4px solid #666699;
- }
-
- .left {
- float: left;
- }
-
- .right {
- float: right;
- }
-
- #right {
- float: right;
- padding: 3px;
- border: 1px solid #CCCCCC;
- margin: 3px 0px 3px 10px;
- }
-
- .clear {
- clear: both;
- }
-
- h2#ad {
- height: 32px;
- margin: 10px 0px 0px;
- background-repeat: no-repeat;
- padding: 6px 0px 0px 15px;
- _padding: 8px 0px 0px 15px;
- font-size: 95%;
- clear: both;
- }
-
- p.attention_in {
- margin-top: 10px;
- margin-left: 5px;
- padding: 5px;
- border: 1px solid #FF9900;
- }
-
- h3#life {
- height: 20px;
- margin: 10px 0px 0px 2px;
- padding: 4px 0px 1px 15px;
- _padding: 6px 0px 2px 15px;
- font-size: 95%;
- border-left: 4px solid #6699CC;
- background-color: #eee;
- clear: both;
- border-bottom: 1px solid #ccc;
- border-right: 1px solid #ccc;
- }
-
- h3.life {
- height: 20px;
- margin: 10px 0px 0px 2px;
- padding: 4px 0px 1px 15px;
- _padding: 6px 0px 2px 15px;
- font-size: 95%;
- border-left: 4px solid #6699CC;
- background-color: #eee;
- clear: both;
- border-bottom: 1px solid #ccc;
- border-right: 1px solid #ccc;
- }
-
- span.template_intent {
-
- }
-
- .maginlist {
- position: relative;
- top: -18px;
- left: 33px;
- width: 610px;
- }
-
- .townDevelopment_introductionWrapper_left {
- margin: 10px 0 10px 20px;
- }
-
- .townDevelopment_introductionWrapper_right {
- margin: 10px 0 10px 20px;
- }
-
- .publicShelter_table {
- border: 0;
- margin-left: 300px;
- width: 51%;
- }
-
- .welfareShelter_table {
- border: 0;
- margin-left: 300px;
- width: 51%;
- }
|