BODY {
  font-size: 100%;
  line-height: 18px;
}  /*   line-height: normal;    */
td {
  line-height: 18px;
}
.moji {
  font-size: 12px;
}
.mojil {
  font-size: 14px;
}
.mojil2 {
  font-size: 16px;
}
a:link {
  color: #003399;
  text-decoration: none;
}
a:active {
  text-decoration: none;
}
a:visited {
  color:#800080;
  text-decoration: none;
}
a:hover {
  color: #9933CC;
  text-decoration: underline;
}
.f-left {
  float: left;
}
.c-both {
  clear: both;
}
.nowrap {
  white-space: nowrap;
}
/******************************
 * かんたん／詳細モードマーク *　　　20120823追加
 ******************************/
.k-mode {
 margin-left: 2px;
 line-height: 12px;
 padding-left: 2px;
 padding-right: 2px;
 background-color: #ffccff;
 border: outset 2px #ffccff;
 font-size: 10px;
 letter-spacing: -2px;
 overflow: hidden;
 display: inline;
}
.s-mode {
 margin-left: 2px;
/* line-height: 12px;*/
 padding-left: 2px;
 padding-right: 2px;
 background-color: #ccffff;
 border: outset 2px #ccffff;
 font-size: 10px;
 vartical-align: top;
 overflow: hidden;
 display: inline;
}