* {
	margin: 0px; padding: 0px;
}
/*
html {
	position: relative; min-width: 1000px;
}*/
/*
body {
	background: white; height: 100%; color: rgb(0, 0, 0); font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif; font-size: 24px; -ms-overflow-x: hidden; min-width: 1000px; -webkit-text-size-adjust: none;
}
*/
/*
img {
	border: 0px currentColor; border-image: none; vertical-align: top; -ms-interpolation-mode: bicubic;
}*/

.clearfix {
	
}
.clearfix::before {
	line-height: 0; display: table; content: "";
}
.clearfix::after {
	line-height: 0; display: table; content: "";
}
.clearfix::after {
	clear: both;
}


.wrapper {
	width: 100%;
}
.container {
	width: 1000px;
	position: relative;
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;
}

.contains-block {
	display: block;
}

.btn-area {
	position: relative;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
	margin-bottom: 40px;
}

.btn-area .estimate-btn {
	width: 443px;
	height: 114px;
	float: left;
	display: block;
	background-image: url(images/png/estimate-btn.png);
	background-repeat: no-repeat;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
.btn-area .pamphlet-btn {
	width: 443px;
	height: 114px;
	float: right;
	display: block;
	background-image: url(images/png/pamphlet-btn.png);
	background-repeat: no-repeat;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
.btn-area .estimate-btn:hover {
	background-position: 0% -124px;
}
.btn-area .pamphlet-btn:hover {
	background-position: 0% -124px;
}


.margin-b-5 {
	margin-bottom: 5px;
}
.margin-b-30 {
	margin-bottom: 30px;
}
.margin-b-40 {
	margin-bottom: 40px;
}
.margin-b-60 {
	margin-bottom: 60px;
}
.margin-b-70 {
	margin-bottom: 70px;
}
@media all and (max-width:768px)
{
.container {
	width: 100%;
	margin-top: 20px;
}
.contains-block img {
	width: 100%;
	display: block;
	margin: 0px;
	height: auto;
}
.margin-b-40 {
	margin-bottom: 10px;
}

.margin-b-60 {
	margin-bottom: 20px;
}
}