@charset "UTF-8";


.bloc {
}

.bloc01 {
	background: url(../../f031/img/home/img_main.jpg) no-repeat center bottom;
}

* html .bloc01 .bloc {
	height: 530px;
}
.bloc01 .bloc {
	background: url(../../f031/img/home/bg_shadow.png) no-repeat 400px top;
	padding: 80px 0 50px 0;
	min-height: 510px;
/*	height: 750px;
*/}

.bloc01 h1 {
	margin: 0 0 20px 0;
}
.bloc01 h2 {
	margin: 30px 0 30px 0;
}
.bloc01 h3 {
	margin: 35px 0 6px 0;
}
.bloc01 p {
	margin:0;
}

dl {
	margin: 0;
	width: 380px;
    border-top: 1px solid rgb(229, 229, 229);
    border-top: 1px solid rgba(0, 0, 0, .1);
}
dl dt {
	margin: 0 0 5px;
	color: #966f59;
	padding-top: 10px;
}
dl dd {
	margin: 0 0 5px 0;
	padding-bottom: 10px;
    border-bottom: 1px solid rgb(229, 229, 229);
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}