@charset "utf-8";


/**************************************************50
 * staff diary
 **************************************************/
.staffbbs_box{
	background-color: #FFFFFF;
	border: 1px solid #F5EDEF;
	margin: 20px auto 0;
	padding-bottom: 20px;
	text-align: left;
	width: 940px;
}
.staffbbs_box:after{
	clear: both;
	content: "";
	display: block;
}
.staffbbs_box img{
	max-width: 100%;
}
.staffbbs_box > p{
	background-color: #F5EDEF;
	color: #904A59;
	font-size: 75%;
	height: 24px;
	line-height: 24px;
	margin-bottom: 5px;
	padding: 0 20px;
}
.staffbbs_box > h2{
	color: #8D4957;
	font-size: 150%;
	line-height: 1.2;
	margin-bottom: 5px;
	padding: 0 20px;
}
.staffbbs_box .staffbbs_img{
	float: left;
	display: block;
	margin-left: 20px;
	width: 240px;
}
.staffbbs_box > section{
	padding: 0 20px;
}
.staffbbs_box .staffbbs_img + section{
	float: right;
	width: -webkit-calc(100% - 240px - 20px);
	width: calc(100% - 240px - 20px);
}


