@charset "utf-8";
/* CSS Document */
h2{
	text-align:center;
	padding:40px 0 60px 0;
	font-size:26px;
}
h3{
	
	margin-bottom:1px;
	padding-bottom:5px;
	font-size:23px;
	font-weight:normal;
	text-align:center;
	margin-bottom:40px;
}
h4{
	margin-bottom:10px;
	font-size:19px;
}

#usr_area{
	background:url(../user/images/back_img.png) no-repeat;
	height:1232px;
	padding:100px 90px;
	position:relative;
}
#usr_area #photo{
	position:absolute;
	bottom:30px;
	right:10px;
}
#usr_area .title{
	margin-bottom:20px;
}
#usr_area p{
	margin-bottom:20px;
	font-size:16px;
	line-height:1.8;
}
#usr_area .box_line01{
	background:url(../user/images/frame01.png) no-repeat;
	width:469px;
	height:153px;
	padding:20px 30px;
	margin-bottom:10px;
}
#usr_area .box_line02{
	background:url(../user/images/frame02.png) no-repeat;
	width:469px;
	height:119px;
	padding:20px 30px;
	margin-bottom:20px;
}
#usr_area h4{
	margin-bottom:10px;
}


#tel{
	background:#FEF9E4;
	width:380px;
	padding:20px 0 20px 20px;

}
#tel p{
	color:#3A2820;
	font-size:14px;
	font-weight:normal;
	height:56px;
	background:url(../showroom/images/icon_tel.png) no-repeat 0 0;
	padding-left:70px;
	line-height:1.1;
	margin-bottom:0;
	
}
#tel p span{
    display:block;
	font-size:35px;
	color:#F39800;
	font-weight:bold;
}
	



