.page-width {
margin: 0 auto;
max-width: 1020px;
width: 100%;
font-family: 'Hiragino Kaku Gothic ProN', 'Meiryo', Arial, sans-serif;
line-break: strict;
}

.page-padding {
padding: 0 1rem;
}

.promoContainer {
	border-bottom: 1px solid #ccc;
}

.promoContainer:nth-child(2n+1) {
	background-color: #f6f6f6;
}

.promoContainer:last-child {
	border-bottom: 0;
}

.promoContainer img {
	max-width: 88px;
}

.featuredPromoContainer{
	background-image: url('../images/featured-banner.en.png');
	background-repeat: no-repeat;
}

.description a, .description a:visited{
	color: #dd1100;
}

.description a:hover{
	color: #f77700;
}

.button {
	background-color: #dd1100;
	color: #fff;
	border-radius: 0.25rem;
	display: inline-block;
	text-align: center;
}

.button:hover {
	background-color: #f77700;
}


.code {
	display: inline-block;
}

.see-details{
	cursor: pointer;
}

.see-details:after{
	content: '';
    display: inline-block;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-left: 0;
    border-color: #dd1100;
    border-width: 0 2px 2px 0;
    border-style: solid;
    width: .45rem;
    height: .45rem;
    left: .45rem;
    top: -.1rem;
    position: relative;
}

.see-details.open:after{
    border-width: 0 0 2px 2px;
}

.details{
	display: none;
}

.legal a, .legal a:visited, .details a{
	color: #dd1100;
}

.legal a:hover, .details a:hover{
	color: #f77700;
}

.font-size-1-1-4, .heirs-font-size-1-1-4 > *{
    font-size: 1rem !important;
}
