@charset "utf-8";

/*-----css -----*/
.main_titleimage {
    position: relative;
	display: inline-block;
	width:100%;
    height: 500px;
    margin: 100px auto 20px;
    padding: 0px;
	background-image: url(../images/contents/service/store_painting/title_img_store_painting.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: right top;
    border:none;
    zoom: 1; 
	z-index: 99;
}

.store_pt_introbox {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	margin: 10px auto 20px;
	padding: 0px;
	text-align: center;
	clear: both;
}

.store_pt_beginingbox {
	position: relative;
	display: block;
	width: 90%;
	height: 800px;
	margin: 50px auto 20px;
	padding: 10px;
	background-image: url(../images/contents/service/store_painting/store_pt_begining_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size:cover;
	text-align: left;
}

.store_pt_begining_txt {
	position: relative;
	display: inline-block;
	width: 60%;
	height: auto;
	margin: 100px 2% 100px;
	padding: 0px;
	font-size: 0.9em;
	line-height: 1.6em;
}
