@charset "UTF-8";

.kiyaku-box {
width:570px;
height:440px;
overflow:auto;
margin:10px auto 20px auto;
border:solid 1px rgb(0,0,0);
font-size:12px;
line-height:150%;
padding:20px;
}


.title{
text-align:center;
font-size:20px;
font-weight:bolder;
}

.chapter{
text-align:center;
font-size:16px;
font-weight:bolder;
background-color:#E0E0E0;
padding:5px;
margin-bottom:20px;
}

.ans-title{
font-size:14px;
font-weight:bolder;
border-bottom:dashed 1px #666666;
padding-bottom:5px;
margin-bottom:5px;
}

.list{
list-style-type:decimal;
list-style-position:outside;
margin-left:30px;
}

.list li{
margin:10px 0;
}

.list2 dt{
font-weight:bold;
}

.list2 dd{
margin-left:20px;
}

.sign{
text-align:right;
}