body,html
{
 height: 100%;
 padding-top: 0px;
 padding-left: 20px;
 padding-right: 20px;
 padding-bottom: 50px;
 background: #fff;
 text-align: center;
}

.navi
{
 color: #808080;
 text-transform: uppercase;
 padding-top: 3px;
 padding-bottom: 37px;
 left: 0;
 right: 0;
 border-bottom: 1px solid #d0d0d0;
 margin-bottom: 24px;
}

.navi a
{
 color: #707070;
}

.navi span:not(:empty):before
{
 content: "/ ";
}

.content
{
 max-width: 900px;
 margin: auto;
 margin-top: 40px;
 padding-left: 40px;
 padding-right: 40px;
 padding-bottom: 5%;
 text-align: left;
 text-align: justify;
}

.content a
{
 text-decoration: none;
 color: black;
}

.content p a
{
 border-bottom: 1px solid #f26522;
}

.content p a:hover
{
 border-bottom: 2px solid #f26522;
}

.price_info a
{
 color: #505050;
}
