@charset "utf-8";


/* ------------- タイトル// ------------- */
h2 {
width: 708px;
height: 61px;
text-indent: -9999px;
margin-bottom: 20px;
background-image: url(../images/tit_disco.png); background-repeat: no-repeat;
}
/* ------------- //タイトル ------------- */

dl {
margin-bottom: 20px;
padding-bottom: 20px;
border-bottom: 1px dashed #cbcbcb;
}

dt {
float: left;
width: 216px;
margin-right: 20px;
}

dd {
width: 472px;
float: left;
}

dd ul {
margin-bottom: 15px;
}

dd ul li {
list-style: decimal;
margin-left: 30px;
}


dd ul.va li {
list-style: disc;
}

dd p {
margin-bottom: 8px;
}
