@charset "utf-8";

.content-aboutus ol {
	padding: 0 15px;
}
.content-aboutus-text p {
	font-size: 1.1em;
	line-height: 1.6em;
}
	.content-aboutus-img {
		position: relative;
		text-align: right;
	}
	.content-aboutus-img img {
		float:right;
	}
	.content-aboutus .aboutus-img-text {
		position:absolute;
		top: 40px;
		left: 10%;
		width: 76%;
		text-align: right;
	}
	.content-aboutus .aboutus-img-pos2 {
		position:absolute;
		top: 20%;
		left: 10%;
		/*width: 80%;*/
	}
	.content-aboutus .greeting-title .img {
		max-height: 180px;
		overflow: hidden;
	}
	.aboutus-img-text h3 {
		margin-bottom: 20px;
		color: #fff;
		text-align: left;
	}
	.aboutus-img-text p {
		font-size: 15px;
		line-height: 1.3em;
		color: #fff;
		text-align: left;
	}
	
	input[type="text"], textarea { width: 100%;}