@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 ol,
#content > section ul{
margin: 0px;
padding: 6px 0px 30px 20px;
color: #666;
}

#content > section address {
padding: 6px 0px;
color: #666;
font-style: normal;
font-size: 1.4rem;
display: block;
text-align: right;
}
#content > section time {
display: block;
font-size: 1.2rem;
text-align: right;
padding: 10px 0px 30px;

}