@charset "utf-8";

#contents h2.h2-title{
    background: url("../../quality/image/title.jpg") center center;
    background-size: cover;
}
#quality{
    background: #fff;
    width: 1000px;
    margin: 0 auto;
    padding: 60px;
    box-sizing: border-box;
    line-height: 1.8;
}
#quality:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
/*\*/
* html #quality { 
	height: 1px;
	overflow: visible;
}
/**/

#quality section{
    margin-bottom: 60px;
}

section:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
/*\*/
* html section { 
	height: 1px;
	overflow: visible;
}
/**/

#quality section:nth-of-type(odd) img{
    float: right;
    margin-left: 40px;
}
#quality section:nth-of-type(even) img{
    float: left;
    margin-right: 40px;
}

.contact {
    width: 100%;
    border: 3px solid #bbb;
}

