@charset "UTF-8";



#content > section {
max-width: 640px;
margin: auto;
}
#content > section h1 {
font-size: 3rem;
padding: 0px 0px 20px 0px;
margin: 0px;
line-height: 1;
letter-spacing: 4px;
font-weight: 200;
color: #333;
text-align: center;
}
#content > section p {
padding: 0px 0px 30px 0px;
color: #666;
}

#content > section dl dt{
width: 120px;
height: 20px;
margin-bottom: -40px;
color: #999;
padding: 10px 0px;
text-align: right;
}
#content > section dd{
padding: 10px 0px 10px 140px;
border-bottom: dashed 1px #CCC;
min-height: 20px;
}
