@charset "utf-8";

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 * artmake.css
 * アートメークの流れ ページ
 *
 * ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */




/*
 * 	施術日の決め方
 * -------------------------------------------------------------------------------------- */
#usage{
	margin:0 0 0 20px;
	color:#FFF;
}
#usage h3{
	margin:15px 0 5px 0;
	padding:26px 0 0 60px;
	height:42px;
	font-size:18px;
	color:#FFF;
	font-weight:bold;
	background-image: url("../img/artmake/bg_title.jpg");
	background-repeat: no-repeat;
}
#usage .text{
	line-height: 1.6em;
	width: 535px;
}
#usage .text img{
	float: right;
}
#usage .text-center{
	text-align: center;
	width: 535px;
	padding: 10px 0 10px 0;
}
#usage .image{
	text-align: center;
}



/*
 * 	詳細
 * -------------------------------------------------------------------------------------- */
#detail{
	width: 515px;
	background-color: #F6F2CB;
	color: #000;
	padding: 0 10px 0 10px;
}
#detail div{
	padding: 15px 0 15px 0;
}
#detail div p{
	margin: 0 0 0 2em;
}

