@charset "UTF-8";
/* CSS Document */

/*title-box*/

.title-box .contents-left {
	padding-top: 20px;
}

/*step-box*/

.step {
	width: 560px;
	margin-bottom: 20px;
}

.step h6 {
	font-size: 26px;
	line-height: 1em;
	color: #736357;
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 15px;
	padding-bottom: 13px;
	padding-left: 200px;
	letter-spacing: 0.1em;
	font-weight: normal;
}

.step01 h6 {
	background-image: url(images/step01.png);
}

.step02 h6 {
	background-image: url(images/step02.png);
}

.step03 h6 {
	background-image: url(images/step03.png);
}

