@charset "utf-8";

#World{
  /*width: 570px;*/
}
    
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/*   Block Style                                    */
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
table{
  border-collapse: collapse;
  width: 540px;
}
table th,
table td{
  font-size: 87.5%;
  border-bottom: 1px dotted #aaa;
  text-align: left;
  min-width: 2.5em;
  vertical-align: top;
}
table tr:last-child th,
table tr:last-child td{
  border-bottom: none;
}
table th{
  font-weight: normal;
  padding: 6px 0 6px 10px;
  width: 25%;
  white-space: nowrap;
}
table td{
  padding: 6px 10px;
}
table a{
  text-decoration: underline;
  color: #0C4400;
  padding: 0 3px 0 6px;
}
table a:before{
  content: "";
  background: url(../img/common/icon/cursor_right_black.png) no-repeat left center;
  background-size: 80%;
  font-weight: bold;
  color: #222;
  font-size: 85%;
  padding-left: 7px;
}
table a:hover{
  opacity: 0.7;
}
table img{
  width: 100%;
  height: auto;
  margin: 5px 0;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/*   Paragraph Style                                */
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
.Paragraph{
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/*   Element Style                                  */
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
.DefaultText{
}