/* CSS Document */

#terms{
  width: 530px;
  font-size: 90%;
  line-height: 130%;
  padding:  0 10px;
}

#notice{
  margin-bottom: 15px;
}

#terms ul{
}

#terms li{
  list-style-type: decimal;
  margin-left: 25px;
}

#terms p{
  margin : 3px 0 15px 25px;
  font-weight: normal;
  color: #464444;
}

.title{
  color:#0066CC;
  font-weight: bold;
  clear: both;
}

.list{
  list-style-type: decimal;
  font-weight: normal;
  color: #464444;
  margin : 3px 0 15px 25px;
}


.list02{
  list-style-type: disc;
  font-weight: normal;
  color: #464444;
  margin : 3px 0 15px 60px;
  display:block;
}

#terms #bnrbox{
  border: solid 1px #CCCCCC;
  margin: 10px 0 10px 25px;
  font-size: 90%;
  line-height: 120%;
  font-weight: normal;
  color: #000;


}

#terms #bnrbox td{
  padding: 5px;
}

#terms #bnrbox:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

#terms #bnr01{
  float: left;
  width: 98px;
  padding-top: 28px;
}

#terms #bnr02{
  float: left;
  width: 130px;
}

#terms #bnr03{
  float: left;
  width: 235px;
}


