@charset "utf-8";

.greeting img.boss {
	float: right;
	margin-right: 20px;
	padding-left: 100px;
}

.organization_info div{
	float: right;
	width: 280px;
	margin-right: 20px;
}

/* about_philosophy */

.about_philosophy ol{
	line-height: 3;
	letter-spacing: 0.8;
}

/* japanese_taste */

.japanese_taste div{
	float: left;
	width: 520px;
	margin-right: 10px;
}

.japanese_taste img{
	float: right;
	box-shadow: 1px 0px 6px 3px #ccc;
	border-radius: 10px;
}

/* welfare_info */

.welfare_info{
	float: left;
	min-height: 1px;
	margin-bottom: 50px;
	border-bottom: 1px #8d8d8d solid;
}

.welfare_info:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.welfare_info dt{
	display: inline;
	float: left;
	text-align: right;
	clear: both;
	width: 150px;
	padding: 15px 30px 15px 0;
	border-top: 1px #8b96b7 solid;
}

.welfare_info dd{
	margin-left: 180px;
	width: 450px;
	padding: 15px 5px 15px 15px;
	border-top: 1px #8b96b7 solid;
}

/* employee_photo */

.employee_photo{
	float: right;
	margin-bottom: 30px;
}

.employee_photo span{
	float: right;
}

.employee_photo span:first-child,
.welfare span:first-child{
	position: relative;
	z-index: 10;
}

.employee_photo span:nth-child(2){
	clear: both;
	margin: -80px 200px 0 0;
	z-index: 1;
}

.welfare span{
	float: right;
}

.welfare span:nth-child(2){
	position: relative;
	z-index: 1;
	margin-top: -100px;
	right: -100px;
}

.massage_photo,
.career_photo span{
	float: right;
}


.from_message{
	width: 500px;
	padding: 10px 20px;
	border: 1px dashed #8d8d8d;
}

