#content-main .page-text{
	margin-top: 20px;
	width: 350px;
}
#content-main .sub-title{
	margin-bottom: 30px;
}
#content-main .title{
	font-size: 150%;
	font-weight: 400;
	margin-top: 10px;
}
#content-main span.block{
	display: block;
}
#content-main .content-button {
	margin-top: 35px;
}
#content-main .content-button a{
	background: #FF4D00 url(/images/common/arrow01.svg)  no-repeat right 14px center;
	color: #fff;
	width:210px;
	display: block;
	padding: 10px 28px 10px 15px; 
	font-size: 75%;
	font-weight: 400;
	border-radius: 5px;
}
#content-main td.content-button a{
	display: inline-block;
}
#content-main .content-button a:hover{
	transition: 0.3s;
	background: #e54500 url(/images/common/arrow01.svg)  no-repeat right 11px center;
}
#content-main .line{
	margin:10px 3px;
	margin-left: 3px;
	height: 2px;
	width:25px; 
	background: #e4e4e4;
}
#content-main .page-content{
	height: 400px;
	padding-top: 20px;
	padding-left: 10px;
}
#content-main span.bold{
	font-weight: 400;
}