@charset "UTF-8";
div.jqmNotice img.jqResize {position: absolute; right: 2px; bottom: 2px;}

/* Notice CSS courtesy of;
   Alexandre Plennevaux <alexandre@pixeline.be>,
   Brice Burgess <bhb@iceburg.net> */

div.jqmNotice {
    display: none;
    position: relative;
    width: 170px;
    background:#FFFFCC ;
    border: 1px solid #000;
    padding: 0;
}

.jqmnTitle{
    margin-right: 30px;
    margin-left: 5px;
}

.jqmnTitle h1{
  margin: 5px 0;
  padding-left:5px;
  width: 100%;
  font-size:10px;
  color:#FFFFCC;
  background-color:#505050;
}

div.jqmNotice .jqmClose {
  position: absolute;
  cursor: pointer;
  right: 4px;
  top: 6px;
}

.jqmnContent{
  border-top:1px;
  color:#000;
  font-family :'Hiragino Kaku Gothic Pro', 'メイリオ', 'Verdana', san-serif;
  font-size:12px;
  padding:0px 10px 5px;
  overflow: hidden;
  width: 100%;
}

.maskcidr{
  width: 20%;
  float:left;
}

.maskval{
  width: 80%;
  float:right;
}
