main{
	width: 900px;
	margin: 0px auto;
}
.img{
}
.content{
	margin-top: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #c6c6c6;
}
.content:last-child{
	border-bottom: 0;
}
.title{
	font-size: 24px;
	line-height: 1em;
	margin-bottom: 10px;
}
.hint { margin-bottom: 40px; }
.hint span{
	position: relative;
	display: inline-block;
	padding: 0 10px;
	line-height: 1em;
	color: #5e5e5e;
}
.hint span:before,
.hint span:after{
	content: "-";
	position: absolute;
	top: -2px;
}
.hint span:before{ left: 0; }
.hint span:after{ right: 0; }
.text{
	color: #474747;
	line-height: 1.5em;
}