<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*---------------------------
 * attention
 *---------------------------*/
#attention{
  width: 650px;
  padding-bottom: 30px;
  text-align: center;
  line-height: 1.3;
  color:#d4d8d4;
}
#attention H3{
  height: 62px;
  margin-bottom:20px;
  text-indent: -100000px;
  background: url(../../image/index/attention.jpg) no-repeat right top;
}
#attention #attentionBody{
  margin: 0px;
  padding: 0px 30px;
  text-align: left;
}
#attention A{color:#C7C90E;}
/*---------------------------*/
#attention OL LI{
  list-style-type: decimal
}
#attention UL LI{
  list-style-type: disc;
}
#attention LI{
  margin: 0 0 0 20px;
}
#attention UL LI.noMark{
  list-style-type: none;
}
#attention UL.attentionLink{
  margin: 30px 0 0;
}
/*---------------------------*/
#attention #attentionTable{
  margin: 15px auto 20px auto;
  text-align:center;
}
#attention #attentionTable TABLE,
#attention #attentionTable TH,
#attention #attentionTable TD{
  border-collapse: collapse;
  border: solid #d4d8d4 1px;
  color:#d4d8d4;
}
#attention #attentionTable TABLE{
  width: 540px;
  margin:0 auto;
  padding: 0;
}
#attention #attentionTable TH{
  width: 90px;
  _width:100px;
  padding: 5px;
  text-align:center;
  vertical-align:middle;
}
#attention #attentionTable TH#tablehdr{
  width: 100%;
}
#attention #attentionTable TD{
  width:100%;
  padding: 5px;
  text-align:left;
  vertical-align:middle;
}
#attention #attentionTable IMG{
  width: 88px;
  height: 31px;
  vertical-align:middle;
}
/*---------------------------*/
#attention .attentionLine{
  width: 100%;
  height: 0;
  line-height: 0;
  margin: 10px auto;
  border-top: 1px dashed #d4d8d4;
}
#ocn_icon {
    padding-top: 20px;
    text-align: center;
}
</pre></body></html>