table.page{
  width: 610px;
}
table.sub_page{
  width: 580px;
}

tr.sub_title{
  background-color: #C0C3FF;
}

td.big03{
  font-weight: bolder;
  color: #00356a;
  font-size: medium;
}
td.sub_result{
  height: 25px;
  width: 100px;
}
td.font_s{
  font-size: 10pt;
}

font.atention{
  color: #ff0000;
}


table.simple_border {
  border: thin solid;
  border-collapse:collapse;
  border-spacing:0;
}

.simple_border td  {
  border: thin solid;
}
td.title{
  border: thin solid;
  width: 80px;
  background-color: #FFF0FF;
}

td.item {
  border: thin solid;
  width: 500px;
}

ul.offset_margin {
margin: 0 0 0 1.5em;
padding: 0;
}




/* --------------------------------------------------- */
#mobile{
    width: 600px;
}
#mobile td {
    vertical-align: top;
}
