.header_img{
	background: url("../about/images/header_back.jpg") center;
	background-size: cover;
}

.about dt{
	font-size: 0.8em;
	border-bottom:1px #ccc solid;
	width:30%;
	padding:10px;
	margin: 20px;
	color:#666 !important;
	letter-spacing: 0.7em;
}
.about dd{
	margin:10px 0 20px 30%;
	letter-spacing: 0.2em;
	line-height: 1.7em;
}
.about{
	margin-top:50px;
	padding:0px 0 100px 0;
}

.about .block_container{
	padding-top: 50px;
}
.about .h2h4_container{
	padding-top:50px;
}

.h2h4_container h2{
	line-height: 1.7em;
}
.about .h2h4_container h4{
	font-weight: 500;
	letter-spacing: 0.4em;
}
.vline{
	width:100%;
	text-align: center;
	
}
.vline img{
	display: block !important;
	margin:20px auto 0 auto;
}
.manage p{
	margin-top:20px;
}

.nowrapword{
	white-space: nowrap
}

.action{
	margin-top:0px !important;
	padding-top:0px !important;
}

@media screen and (max-width: 640px) {
	.h2h4_container p{
		margin-left: 20px;
		margin-right: 20px;
		padding-right:0px !important;
	}
}