#main_contents .contents{
	margin:auto;
}
.breadcrumb{
    color: white;
	background: #004097;
    padding: 0;
    margin: 0;
}
.breadcrumb .breadcrumb__list .breadcrumb__link {
    color: white;
}
#main_contents .detail{
    line-height: 3rem;
    font-size: 1.5rem;
    max-width: 1000px;
    margin: auto;
}
#main_contents .detail h1{
    text-align: center;
    font-weight: bolder;
    font-size: 2rem;
    padding: 50px;
}
#main_contents .detail p.text-right{
	text-align: right;
    padding-bottom: 30px;
    padding-right: 10px;
}
.detail-contents{
	padding:10px;
}
.recall-car-detail{
	padding: 30px 20px 50px;
    background: antiquewhite;
    border-radius: 10px;
    margin: 20px auto 40px;
    max-width: 630px;
}
.recall-car-detail span{
    font-weight: bolder;
    font-size: 1.4rem;
}
.recall-car-detail .quote{
	font-size: 1.2rem;
    float: right;
}
span.caution{
	font-weight: bold;
    font-size: 1.2rem;
    color: #ff4444;
    text-decoration: underline;
}
.h-title{
    padding: 10px;
    background: #415daf;
    color: white;
    border-radius: 5px;
    margin: 100px 0 20px;
    font-weight: bold;
}
hr{
	margin:50px;
}
.font-fantazy{
	font-size: 23px;
    font-family: fantasy;
    letter-spacing: 4px;
    }
