#post-header {
	padding-top: 80px;
}
h1 {
	text-align: center;
}
h1 img {
	width: 500px;
	max-width: 100%;
}
.page-header-bg {
	background-image: url('img/piripiri_back.png');
}
.section {
	padding-top: 60px;
}
.content {
	line-height: 1.8;
}
.content img {
	max-width: 100%;
}

@media only screen and (max-width: 767px) {
}
/*privacy-policy*/
.privacy-policy {
	margin: 60px 0 0 0;
}
.privacy-policy dl dt {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 34px;
}
.privacy-policy dl dd {
    margin-bottom: 60px;
}
.privacy-policy dl dd ol {
    padding-left: 1.0em;
}
.privacy-policy dl dd ol li {
    font-size: 14px;
    font-weight: bold;
    margin-top: 20px;
    list-style-type: decimal;
}
.privacy-policy dl dd ol li p {
    font-weight: 200;
}
.privacy-policy dl dd > p {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 20px;
}
.privacy-policy dl dd > div {
    overflow: hidden;
}
.privacy-policy dl dd > div > a {
    float: left;
    margin-right: 20px;
}
.privacy-policy dl dd > div > p {
    float: left;
    font-size: 14px;
}
.privacy-policy dl dd > div > p a {
    color: #ce000e;
}
