@charset "UTF-8";

/** 会社概要 **/
.greetingBox{
	width:100%;
	margin-bottom:15px;
	clear:both;
	overflow:hidden;
}
.greeting_photo{
	float:right;
	margin-left:10px;
	width:36%;
}
.greetingBox textarea{
	height:300px;
}

.aboutBox dl {
	width: 100%;
	border-top: 0;
	line-height: 1.5;
	overflow: hidden;
	margin-bottom:10px;
}
.aboutBox dt {
	float: left;
	width: 22%;
	padding: 15px 0 15px 8px;
}
.aboutBox dd {
	margin-left: 23%;
	padding: 15px 0 15px 3%;
}

@media only screen and (max-width:900px){
	.aboutBox dt {
		font-size:12px;
	}
	.aboutBox dd{
		font-size:12px;
	}
}