@charset "utf-8";

/*-----css -----*/
.main_titleimage {
    position: relative;
    display: block;
	width:94%;
    height: 500px;
    margin: 30px auto 20px;
    padding: 0px;
	background-image: url(../images/contents/service/airbrush/title_img_airbrush.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: right top;
    background-color: #ffffff;
    text-align: right;
    border:5px solid #ffffff;
    zoom: 1; 
	z-index: 99;
	box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.7);
}

.airbpt_introbox {
	position: relative;
	display: block;
	width: 90%;
	height: 650px;
	margin: 10px auto 20px;
	padding: 10px;
	background-image: url(../images/contents/service/airbrush/airbrush_intro_bg.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #f6ece1;
	box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.7);
	text-align: right;
}

.airbpt_intro_txt {
	position: relative;
	display: inline-block;
	width: 520px;
	height: auto;
	margin: 65px 10px 20px 0px;
	font-size: 1em;
	line-height: 1.6em;
}
