@import url("global.css");

.msg{
	margin-bottom:70px;
}
.txtbg{
	background:#FFF5D9;
	width:720px;
	position:relative;
	margin-bottom:80px;
	padding-bottom:20px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
.txtbg_lst{
	background:#FFF5D9;
	width:720px;
	position:relative;
	margin-bottom:30px;
	padding-bottom:20px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;	
}

.title{
	position:absolute;
	left:19px;
	top:-50px;
}

.txtbg_box01{
	padding:70px 40px 290px 40px;
	background:url(../concept/img/concept01img.jpg) no-repeat center bottom;
}
.txtbg_box02{
	padding:70px 40px 305px 40px;
	background:url(../concept/img/concept02img.jpg) no-repeat center bottom;
}
.txtbg_box03{
	padding:70px 40px 290px 40px;
	background:url(../concept/img/concept03img.jpg) no-repeat center bottom;
}
.txtbg_box01 p ,
.txtbg_box02 p ,
.txtbg_box03 p{
	margin-bottom:10px;
}

.sappo{
	background: url(../concept/img/sappo.jpg) no-repeat left top;
	min-height: 364px;  
	height: auto !important;  
	height: 364px;
	padding-left:264px;
}
.sappo_txt{
	padding-top:175px;
}

.orange{
	color:#FF6600;
}